.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:52,97,197;--color-primary-1:31,128,209;--color-primary-2:53,91,162;--color-primary-3:33,69,164;--color-primary-4:8,93,169;--color-secondary-0:255,95,181;--color-secondary-1:237,85,167;--color-secondary-2:255,58,128;--color-secondary-3:206,21,90;--color-secondary-4:178,48,118;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #e6fcff, #f6f6ff);background-image: -moz-linear-gradient(1deg, #e6fcff, #f6f6ff);background-image: -ms-linear-gradient(1deg, #e6fcff, #f6f6ff);background-image: -o-linear-gradient(1deg, #e6fcff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );";background-image: linear-gradient(1deg, #e6fcff, #f6f6ff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { color:rgba(23,34,121,0.84);display:block;width:27.9375rem;position:absolute;font-family:"mukta extrabold";font-size:2.125rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:5rem;left:42.75rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15098;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-size:auto !important;top:2.125rem;left:13.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { position:absolute;display:block;z-index:15312;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.375rem;top:2.9912109375rem;left:4.685546875rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:15.25rem;width:6.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.53125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { box-sizing:content-box;height:2.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.4722223281861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:20.75rem;top:1.96875rem;left:12.1875rem;overflow:hidden;display:block; }
#uueAW3mEmk2VssXidGqeDfLcvFihcV8K { position:absolute;display:block;z-index:15346;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.125rem;top:10.625rem;left:13.5rem;overflow:hidden;display:block; }
#C4uJgttKg00hp63ANSBpOLywv1GegGT8 { position:absolute;display:block;z-index:15318;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.8125rem;top:13.375rem;left:17.09375rem;overflow:hidden;display:block; }
#IhnTBq7HfqVqWy45nvNOxXiLPk0p6Nr8 { position:absolute;display:block;z-index:15318;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:14.875rem;top:2.6562501043081rem;left:16.254167556762rem;overflow:hidden;display:block; }
#X86AtvoHHTirMv8Gx3VgwGuJyWrrvQ2q { position:absolute;display:block;z-index:15345;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:16.1875rem;width:26.5625rem;top:9.312500581145rem;left:16.254167556762rem;overflow:hidden;display:block; }
#tOsypaWiUdgcEa6tnXZTfWWTpizMv03R { position:absolute;display:block;z-index:15348;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.6875rem;top:6.5rem;left:27.96875rem;overflow:hidden;display:block; }
#feZ5E3BlS0exIIxKqWNouTVyMNdXcmZx { position:absolute;display:block;z-index:15349;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.5rem;width:2.875rem;top:15.6875rem;left:27.71875rem;overflow:hidden;display:block; }
#LwQNfMoAoiEJWC7KvSzyD2ZgqxIh5kHC { color:#172279;display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:7.9287109375rem;left:6.21875rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCVaWITGsS9c3JJS7I22cQ2kaXefLAov { position:absolute;display:block;z-index:15313;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.25rem;width:5.0625rem;top:10.375rem;left:4.15625rem;overflow:hidden;display:block; }
#E6MfMQT4VUgJ0TwiE3fuCFGLbr6G41cg { position:absolute;display:block;z-index:15318;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:14.875rem;top:2.125rem;left:15.9375rem;overflow:hidden;display:none; }
#aBJAU16ESenERwr0eLSa9LoT5kgWNQdH { z-index:15165;top:12.1875rem;left:44.625rem;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:#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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xDo6SWg9TTtczy0fTshCTTCuU38CMTu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6iMCNEuWH0L60geASGDsSwieGfRtHsn { color:#353e87;display:block;width:16.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15168;line-height:1;letter-spacing:0;top:8.6875rem;left:48.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { border-width: 0; border-radius: 0; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { font-size:0.875rem;font-family:arial;height:88.6875rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:5.6875rem;width:10rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:5.90625rem;left:3.0625rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:12.9375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.59375rem;left:4.3720703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:7.65625rem;left:4.751953125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:8.1123046875rem;left:7.8779296875rem;height:1.64916875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o9qc8yqTntMGNMZMaxznhqsISDgvgahc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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:15298;text-align:center;text-align-last:center;top:7.8749980926512rem;left:35.125001907349rem;display:block; }
#cklWGHqtziFm54Wbysr5RUr3fWSeHeFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { box-sizing:content-box;height:5.6875rem;width:13.5625rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:13.060415267944rem;left:8.8125019073488rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { box-sizing:content-box;height:5.6875rem;width:21.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.060417175293rem;left:27.562501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.748046875rem;left:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:14.810546875rem;left:10.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { color:#172279;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:13.812501907349rem;left:22.437501907349rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.064584732056rem;left:22.250001907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.9072265625rem;left:5.0263671875rem; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:13.737501144409rem;left:13.218751907349rem;height:4.53369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tadiE2qTt07PFWKVpSBUVkGGkXvoRIz0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:20.4375rem;left:10.125rem; }
#vpmkdqJOGHqBFgRa2eezXLorky39am2z { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.437501907349rem;left:14.750001907349rem; }
#lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0qsu9VVQtAKca3ihVWsodhLGRMlruq8 { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uaHmP0olwW94I6DcZeTUMIyyLRBtMTwr { box-sizing:content-box;color:#5d92ff;font-size:3.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:15336;opacity:1;top:20.46875rem;left:51.875000953674rem; }
#cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.437501907349rem;left:33.187501907349rem; }
#XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem; }
#AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { box-sizing:content-box;height:4.3125rem;width:16.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -moz-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -ms-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -o-linear-gradient(0deg, #e5d4c8, #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );";background-image: linear-gradient(0deg, #e5d4c8, #e5d4c8);background-size:auto !important;top:20.562501907349rem;left:14.252084732056rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#ITp09yUqKPbk1puH2sUmyUPNintFpzrC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:32.76171875rem;left:14rem; }
#y1Uk62LwZE1BEUxC1cocTfJUklGTQlvk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:35.4375rem;left:14.03125rem; }
#M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.625rem;left:32.437500953674rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #c6ccd7;border-left:0.3125rem solid #c6ccd7;border-right:0.3125rem solid #c6ccd7;border-bottom:0.3125rem solid #c6ccd7;display:block; }
#SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -moz-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -ms-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -o-linear-gradient(0deg, #d7d7f8, #c5d2de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );";background-image: linear-gradient(0deg, #d7d7f8, #c5d2de);background-size:auto !important;top:20.437501907349rem;left:32.437501907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { color:#3d3a56;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:21.362501144409rem;left:38.562505722046rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:38.500001907349rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { color:#3d3a56;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:42.937505722046rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bzQVeMBBnkbPFavEF2NSm6iyrFzfNtTK { box-sizing:content-box;height:16.875rem;width:17.4375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -moz-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -ms-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -o-linear-gradient(0deg, #fbfbea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fbfbea, #ffffff);background-size:auto !important;top:22.625rem;left:51.000000953674rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ffe09d;border-left:0.3125rem solid #ffe09d;border-right:0.3125rem solid #ffe09d;border-bottom:0.3125rem solid #ffe09d;display:block; }
#rziHTSKIKqLKJ3Kh5w9KPEzvnzcgTuNN { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.4375rem;left:51.000000953674rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TGUFp7q4PnTtx6EhefcSO0QD2yXDWTiR { color:#ce0900;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:21.486980438233rem;left:56.125000953674rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y1KD3NE4ve1Kz8AiuZJbA8O8GVc4LNfc { color:#ce0900;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.625rem;left:56.125000953674rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iB3cDwlbMBgqLWoANXoFNMBAT8dBDXH8 { color:#ce0900;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.25rem;left:60.281250953674rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { color:#3d3a56;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062501907349rem;left:34.968751907349rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMgShNs0VoV10m4kIWOtQI05InWsHR02 { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:32.312502622604rem;left:34.968751907349rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0eJxp0rLcpXTRyncrJkDZNN0lgVE3Kw { color:#3d3a56;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:35.062502741814rem;left:35.031251907349rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.250001907349rem;left:32.593751907349rem; }
#A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:32.312502622604rem;left:32.531251907349rem; }
#HmkFN2SbmwsS7FgHKsMSsmspnIfA4rNP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:35.187502771616rem;left:32.593751907349rem; }
#Na2iDzQaTUTtcmu1ixHZVdtqoTIPiXlN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:27.25rem;left:51.125000953674rem; }
#gW0UDGwWBJSCawtxNPGAx4OBzryEaL2k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:34.072917938233rem;left:51.125000953674rem; }
#eRJc4IwVNI03PTJSpiymO3VBK8MPBQzF { color:#561a15;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.1875rem;left:53.843750953674rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZR9TBpZdaMxTsZq2iXs8l5AyE6f8ULvC { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:34.125rem;left:53.812500953674rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.4970703125rem;height:1.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:56.559894561767rem;left:1.1284723281861rem;height:1.7858875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:62.0625rem;left:13.624133110046rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:62.803817749025rem;left:12.940104484558rem;overflow:hidden;display:block; }
#hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:62.082466125488rem;left:22.832467079163rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:63.34375rem;left:22.940972328186rem;overflow:hidden;display:block; }
#zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:67.21875rem;left:14.315972328186rem;display:block; }
#bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:67.28125rem;left:23.625000953674rem;display:block; }
#VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:70.1875rem;left:14.811633110046rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:70.3125rem;left:16.124133110046rem;height:1.4624rem;font-style:normal;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:71.9375rem;left:12.624133110046rem;overflow:hidden;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-size:auto !important;top:71.125rem;left:13.499133110046rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:76.375rem;left:14.124133110046rem;display:block; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWBeax37Exy8QKWkIwRsJD1yZz2wNVTB { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:71.1875rem;left:21.061631202698rem;overflow:hidden;display:block; }
#M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:71.125rem;left:22.812500953674rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#DO8krEbR4st2i0Lh7PCSp83f6vCZPmKV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:76.25rem;left:23.562500953674rem;display:block; }
#Um08cMGg6Del7lvKNBnFE4TswM5uibJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:79.5rem;left:17.874131202698rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#JCGAX1W4LqeOnCr4nt7Ur1DL6n6XQxnv { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:79.8125rem;left:16.686633110046rem;overflow:hidden;display:block; }
#xtdIDQc6O80qzn7xT8G70pBMdZDaOZSN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:84.6250038147rem;left:18.561631202698rem;display:block; }
#IytPxfOzOCP84A0IOJA9hni7eEBzF8wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:59.328125rem;left:16.499133110046rem;height:1.4245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:63.9375rem;left:33.500000953674rem;overflow:hidden;display:block; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:62.0625rem;left:32.812500953674rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:61.5rem;left:34.250000953674rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#WZzufLb7VphTLITpRpFObytcBGHLDWsw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:61.6875rem;left:35.500000953674rem;height:1.4624rem;font-style:normal;display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:67.3125rem;left:33.625000953674rem;display:block; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:62.125rem;left:41.750000953674rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.1875rem;top:63.125rem;left:41.062500953674rem;overflow:hidden;display:block; }
#EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:67.375rem;left:42.562500953674rem;display:block; }
#TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:71.1875rem;left:32.875000953674rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#czbWySFyD65tNqQslqqgBghkXNfcRCXD { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.6875rem;top:72.1875rem;left:33.062500953674rem;overflow:hidden;display:block; }
#okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:76.25rem;left:33.625000953674rem;display:block; }
#IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:71.625rem;left:40.562500953674rem;overflow:hidden;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:71.1875rem;left:41.812500953674rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#PCZTbNgCmiT8bv8d985vII98w0zBygco { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:76.375rem;left:42.562500953674rem;display:block; }
#nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:79.6875rem;left:37.625000953674rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5rem;top:79.9375rem;left:36.312500953674rem;overflow:hidden;display:block; }
#wlckgHTzsbttrcTdafHMQd4mIxwiRxts { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:84.7500038147rem;left:38.375000953674rem;display:block; }
#TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZ2DkBUFUBsNrNbTHQJUUVyeMM7FSiEJ { color:#3d3a56;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:59.390625rem;left:34.565972328186rem;height:1.4245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ps28lyS3Am4v2bq1hZChWJIlSd4qHHOG { color:#ce0900;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:59.409721374512rem;left:51.437500953674rem;height:1.4245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:62.1875rem;left:51.687500953674rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:62.5625rem;left:50.687500953674rem;overflow:hidden;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:67.3125rem;left:52.375000953674rem;display:block; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.9375rem;top:61.75rem;left:58.250000953674rem;overflow:hidden;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:67.3125rem;left:61.312500953674rem;display:block; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:62.125rem;left:60.562500953674rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:71.1875rem;left:51.687500953674rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:76.5rem;left:52.375000953674rem;display:block; }
#D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { position:absolute;display:block;z-index:15228;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.6875rem;width:12.625rem;top:71.0625rem;left:49.562500953674rem;overflow:hidden;display:block; }
#XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:71.1875rem;left:60.812500953674rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:76.375rem;left:61.625000953674rem;display:block; }
#DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:71.75rem;left:60.125000953674rem;overflow:hidden;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:79.9375rem;left:55.250000953674rem;overflow:hidden;display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:84.6875038147rem;left:57.187500953674rem;display:block; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:79.5625rem;left:56.375000953674rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:23.5625rem;left:4.25rem;display:none; }
#QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:18rem;left:4.8125rem;display:none; }
#qrTPBoFCc3GLARhiX3bHdtOpmIbmDd4t { box-sizing:content-box;height:10rem;width:54.5625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5f8, #ffffff);background-image: -moz-linear-gradient(0deg, #eff5f8, #ffffff);background-image: -ms-linear-gradient(0deg, #eff5f8, #ffffff);background-image: -o-linear-gradient(0deg, #eff5f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f8', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #eff5f8, #ffffff);background-size:auto !important;top:43.1875rem;left:14.062500953674rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #2660a4;border-left:0.3125rem solid #2660a4;border-right:0.3125rem solid #2660a4;border-bottom:0.3125rem solid #2660a4;display:block; }
#rSAUOhBNf67EgSg5o7UlB7763pnrKTGL { box-sizing:content-box;height:5.0625rem;width:55.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -moz-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -ms-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -o-linear-gradient(0deg, #2660a4, #3a86d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2660a4', endColorstr='#3a86d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2660a4', endColorstr='#3a86d8' );";background-image: linear-gradient(0deg, #2660a4, #3a86d8);background-size:auto !important;top:41rem;left:14.062500953674rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c2FhKQHeOG1sdQxif0l4py4oIoUVxNna { color:#ffe35a;display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:42.555557250976rem;left:20.624131202698rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KnAFSyKMS1OT2AeZxxnGiyIkWKelRnBq { color:#1c3e85;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:47.305557250976rem;left:15.874133110046rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCTqEQVJnoHgzJlbAxQ8Bf9Ebpk4lTqA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15352;opacity:1;top:47.4375rem;left:14.187500953674rem; }
#Lzg9ViChqa1scXqdD8fTyZVC3G3zLk31 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15355;opacity:1;top:41.905380249024rem;left:15.499133110046rem; }
#Ek7xgcFZ0oEQ72O3TpZHoEOr9Wm5H13o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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:49.673614501953rem;left:35.125000953674rem;display:block; }
#Nu7ZNHTyOhfnnRUPmi66xZDUwLrkBCt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container { border-width: 0; border-radius: 0; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:none; }#NJCabRTAGyXS478aZ7Gp2pXBNpCbkgc6 { 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; }
#k9msa3DSLnG9XAvmbD4t0U46rpDuZe73 { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#UE61nkhkcD1GqttaJZMmecKynFZVLFTD { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#RHXn6ad7rvEtW7XIwsPQOoAAmvOBapb3 { 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; }
#gOhAhocSEgVsF6BPg9pVB0yXEa3rOse7 { 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; }
#VAoT4QOlt5CIzWk8xoBghcXCHifcgm3P { 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; }
#haTEnndHIEfG1CayfINl2rrT5vUkppyb { 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; }
#XGTMQnxoKu7RlCdQ6Baqpgfb9GkM43Me { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#CQ9bMNh21Bb4mD5VdMmpk47M64KNOiRC { 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; }
#JOOyzX1nOq3Dhr4LOBitul368pzWJOX5 { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:12.9375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#G2OdlA9V4AQT52bb6HDfzZ5e8skfn8xQ { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#yQkXSraJzQtEyJEOtyAzOsi65qlrrTOL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:8.1123046875rem;left:7.8779296875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mF0ugNdk4m0k3TSl50XTXT7839XxRIXV { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kcBOcXItd5kFV3LG3ruSvzzfsCNyvnxv { box-sizing:content-box;height:5.6875rem;width:21.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.060417175293rem;left:27.562501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#azFys8SRurrJRMxF0VITkyXwNF1DeG80 { color:#172279;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.187501907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DX8iLkps3Lr5TPI0B2T1gBWtGp4sBWaE { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.0654296875rem;left:25rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lNGPPzuSSJVEFsyftCCXCHC0cdzPr4Ny { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Tir3b1ThI9bAIqLRuF10AmZRGUkzxTgR { 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; }
#AhvmT4xR8szLOhdMJRM899LKdH8Mgv3V { 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; }
#p75Ev8BPVvc50iy7m7dWlDyF28Tk8GRZ { 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; }
#zP7VmAFwpFIca9cwwcMWBNJNw0ytR5Lk { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Xz5dqldlpxJ3PTXHqZUH25X4p4XAuwKS { 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; }
#sg0ZaewzSAOKTqNgVC7bLhZFG2SZl5Hp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#tK8f5XrLJQBkzi6K3aHmrraKPpc0VTOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.9072265625rem;left:5.0263671875rem; }
#yVxOenhhJr6I0ZThunqLemHyKgSn566M { 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; }
#vPzT7y3Lbawri7QlcupkZaGEE5mUTQge { 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; }
#FWZBexSoQmUaHQc7NWZburvenUzbXyxq { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CLtVma8szLswGcCSkDqdCLFuqz1UvuV5 { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#thL50SFz8GyTC9bwVp7volXyP6kLD5WV { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zvX5q8cX4zEMLD5RyxbpQDwXXHk3arWN { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#T0DbOVzT3Obvf1cxJSqkwOGBJ6dS1lZL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:15.30078125rem;left:13.71875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5pJG2mVTUeJhluBEeN5TknCbTLZz7xu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:20.4375rem;left:10.125rem; }
#uJrcUqWM0LJmXpmLP6ARgNiUzzdV1RAn { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.437501907349rem;left:14.750001907349rem; }
#BZoz0J6pMuwPWuP9Fvpnygr2D8x2tHnc { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#IopaOhGTvh4P9Dnm2ocHXZHKSFzZWA7k { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fc1znLGhAdzamSJfPQulEWrKxL9CgPKH { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RU1VBCcvpwuZa3Erw6OTd9Qzs6VfD8WT { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCsnp1V1kHOpQi9faShUGLdDT6HUzSGM { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AiCfCdRqTvLbKFRiG52SFBokSl7VXhmB { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THrCQcOa1g0wMpTM8FeM5ZM2Te9L9JZx { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdKZpCeQsbnlAoc3cPxqACACyLzJK4It { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem; }
#qZv2HTOZIkFhcfPguTWCqQhXp40m7Ovo { box-sizing:content-box;height:4.3125rem;width:16.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -moz-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -ms-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -o-linear-gradient(0deg, #e5d4c8, #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );";background-image: linear-gradient(0deg, #e5d4c8, #e5d4c8);background-size:auto !important;top:20.562501907349rem;left:14.252084732056rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#Tw4NU2o1cqgnf7Vh8z0i8Mrvox572e9H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:32.76171875rem;left:14rem; }
#G7LU6ui10yilHJLKkMQ95h2K3UydOgaR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:35.4375rem;left:14.03125rem; }
#GIKkFzBZ5xhg67TAUqnZ74Att5uBfPKQ { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.625001907349rem;left:32.500001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #c6ccd7;border-left:0.3125rem solid #c6ccd7;border-right:0.3125rem solid #c6ccd7;border-bottom:0.3125rem solid #c6ccd7;display:block; }
#b7tNMfBTvhXQRaDxsQRmX7BDAsMAPqPm { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -moz-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -ms-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -o-linear-gradient(0deg, #d7d7f8, #c5d2de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );";background-image: linear-gradient(0deg, #d7d7f8, #c5d2de);background-size:auto !important;top:20.437501907349rem;left:32.437501907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eIUyq94HHZrTq7LPPPX65INA1rGacl0C { color:#3d3a56;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:21.362501144409rem;left:38.562505722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EI24TNzXiE9qaaTvrpTZsUiwEOD738yB { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:38.500001907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UMLo9NEUHVBieVtn0QO6VsvT38q9ZSQq { color:#3d3a56;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:42.937505722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OO7rwBzLQw7qWnTZwUBW2OBWqVguROMR { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -moz-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -ms-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -o-linear-gradient(0deg, #fbfbea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fbfbea, #ffffff);background-size:auto !important;top:22.562501907349rem;left:51.000005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ffe09d;border-left:0.3125rem solid #ffe09d;border-right:0.3125rem solid #ffe09d;border-bottom:0.3125rem solid #ffe09d;display:block; }
#nd9GOB8TcSAA6WG9i9ytgDxVaQ215f1M { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pm0f0bwxhNuu10RGRCR5ycfHVVvN1qXu { color:#ce0900;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:21.425001144409rem;left:56.125005722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ozaplhx6qyrv6rXxgXJercvhPE8SIeSX { color:#ce0900;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:56.125005722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iCktBLgDuc6KfOBmtQ9Qzqq9o4ANRRBa { color:#ce0900;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:60.281255722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AA0ZxiesNJ0h3A6UpVZpWQcBoVHgoTNk { color:#3d3a56;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062501907349rem;left:34.968751907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKLW740ScVMrSyvpF2xb61G5ISBFyTFL { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:32.312502622604rem;left:34.968751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQeZimV1QqXFCskWCgCTe1s03fAOncVb { color:#3d3a56;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:35.062502741814rem;left:35.031251907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAvLJ2N6TXWef2nO9hRqeC4ZhxEEAkn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.250001907349rem;left:32.593751907349rem; }
#PktQaqApmcJAUWFVMsT7NnTSkWITwoL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:32.312502622604rem;left:32.531251907349rem; }
#aQ4gCWtsILK6FMgOFJM4psVtcGRnHDux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:35.187502771616rem;left:32.593751907349rem; }
#KwzyUPmt5zbwLLTu3PTKFNtTOoztOboe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:27.187501907349rem;left:51.125005722046rem; }
#xyfElRePe299iCuIUOLiFLlcFpZ16elS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:34.010419368744rem;left:51.125005722046rem; }
#qnte4C2o44G9JG0K6ZQ6T1VwtXJKoZ16 { color:#561a15;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.125001907349rem;left:53.843755722046rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HAcZba4W7hkmlEsJ84bX9Zbym53TzJwv { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:34.062502741814rem;left:53.812505722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O6VKFVBbPQrJxP2lROnDQXUJMK12WQqR { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:41.935419082642rem;left:1.1291675567627rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wCpByxahZc5sFIdXOg1gCubJa2TwAlba { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#sXIXqTDCtT6qZQJ8q99no4Wk00U6G0eA { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#D1vJuBrP2MPWuXvE386sUIderNywwAGv { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#EZ1kzoKy851EDUfFSGnXy92m6I9yW3hQ { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#hZ8yTwzmKzza8FlCBtZBXCvLbP0AGmy5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:52.593751907349rem;left:14.316667556762rem;display:block; }
#uhobiblMDisDETfW1F2VtHV91SzInrHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJiJrB3GeeDoB3hTEiubAxH6XnupdbyX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:52.656251907349rem;left:23.625001907349rem;display:block; }
#q7zzE0TR9Dzq5d28vStiNd8P2fkJmdLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Le1mzTcxyLix5fTf7eI951PEGsdJBuZi { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:55.562501907349rem;left:14.812501907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#H4q88J4EwOlKvMJ07GV3f4NEfJdI5ZvP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:55.687501907349rem;left:16.125001907349rem;height:1.4625rem;font-style:normal;display:block; }
#yAKbXkT2TMMm2TOdgfDpQcXy3kkUZgwX { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#dlMxB0eiZ6K1HZ5z6n8unv1ww0nEaw47 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-size:auto !important;top:56.500001907349rem;left:13.500001907349rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#MvAb3cT7zpgGPTOw3QJoTBugTZWC5wRw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:14.125001907349rem;display:block; }
#NSEmhcEgeclVNoMFglk54IbDFUCKyoQ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zm8fLm5A6RWGnkoayRrIHS0aTRopM5Pb { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#GcwwwoASEz0HrC660uBwgm168Lip7af3 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#PcUmpPMM8XOHvZcopNlguhuHPO9CfUNR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:61.625001907349rem;left:23.562501907349rem;display:block; }
#PmcvM1l7wblVKVFioqta0JhlOecwABdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJ8FQypCNswDNA6mFRw2FVNIFxmkcmgw { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#sTAT7OGGdhntbRzw7AET2DodBsM6Wi0v { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#Ok1aMTAJniK2etimIgBaxhayTLF1fRDi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:70.00000190735rem;left:18.562501907349rem;display:block; }
#Meqzn5Ls7iFLgypdSph5BfPHGgCxMmVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQseTMJyWLN7wbakPvbiRUFCwbP31w8L { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:44.704168319702rem;left:16.500001907349rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1DttVup48uizdGCaowR9fJSaoPkKXTr { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:49.312501907349rem;left:33.500001907349rem;overflow:hidden;display:block; }
#FT3KeJ0SpqS7FwGs64syZEpS2dktQJ6o { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:47.437501907349rem;left:32.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#C28IHJgNTBiBoThmqBSGHZVsTlf9pueH { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:46.875001907349rem;left:34.250001907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#MwZp5lq2omeKTh2NspGc0cMJhtMPTGKf { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:47.062501907349rem;left:35.500001907349rem;height:1.4625rem;font-style:normal;display:block; }
#pQT1gc406R9Aq18MmUt02M1L2oUhoKNu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:52.687501907349rem;left:33.625001907349rem;display:block; }
#f6nGTCmzorfDQrLo1QlW1cQwKwiume22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSUg4Xw9B45uhvn6JDlcFJZVt9iJtCyJ { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:47.500001907349rem;left:41.750005722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#saNypgP26uFdaT4drp0GwfcGF2rH0Ldc { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.1875rem;top:48.500001907349rem;left:41.062505722046rem;overflow:hidden;display:block; }
#TKqwau9eezGABsMm2Lg3q225Vt1VKXPg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:52.750001907349rem;left:42.562505722046rem;display:block; }
#alwKc4R5KZMyD9oHF96fwRTmpL1MPznJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtGPB1p5ZKCT9DVzHs2HD2Xsw4fSfM6v { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:56.562501907349rem;left:32.875001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#UIvqfv57hJS5HwGiFu0tqac8A1vLK7W4 { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.6875rem;top:57.562501907349rem;left:33.062501907349rem;overflow:hidden;display:block; }
#l2JDZQqVOKDeJHosX5bHu4cyU30DEpGv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:61.625001907349rem;left:33.625001907349rem;display:block; }
#rnIJbepQhfcXJXyGshPuPud7UMbpZNMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToGF5ywVOdllDiEVNt6rJu0JcSIgnczO { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:57.000001907349rem;left:40.562505722046rem;overflow:hidden;display:block; }
#VTlnEBI7SBkbGC1txd6XGQqw1Tr1eftA { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:56.562501907349rem;left:41.812505722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#NVqPxnzC9cCX5bMu4pPKwIRTkJsnzNub { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:42.562505722046rem;display:block; }
#J0JGSbeupKeiW9DBVgPnTxoQ3cNPo9rb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGbu8bx50ThBw8d5EUdCxSk8qRhDobS8 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:65.06250190735rem;left:37.625001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#MBOAiw0IkToXG0byi73NLDRtN3CFMv8F { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5rem;top:65.31250190735rem;left:36.312501907349rem;overflow:hidden;display:block; }
#AtKqSpwOKbTGApfythzJUFVowtgpQanZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:70.12500190735rem;left:38.375001907349rem;display:block; }
#vuWMzNhgSUoqN2HacgIxR0lnna201T80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFZ6DLU55sEk6THQZIPoqldFSydmqtT6 { color:#3d3a56;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:44.766668319702rem;left:34.566667556763rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPnJglDqp4HM2D1UzlFNETVCyL7gW8BN { color:#ce0900;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:44.785419464111rem;left:51.437505722046rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vBMi65d0phTsVZP5NffDtKsCWFzFIRR4 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#QhfloaSffBZaJwE03ovGdRuXJqi14HdA { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:47.937501907349rem;left:50.687505722046rem;overflow:hidden;display:block; }
#a2kEprgvQgtDrATE7eyBEMnTMpM5qpDS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:52.687501907349rem;left:52.375005722046rem;display:block; }
#ZHfk9DGzpTrcZJvOhwpnfFxSTQrHMgaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRTa9ETK8FVGT30OK1aTyo7mSur6aTX2 { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.9375rem;top:47.125001907349rem;left:58.250005722046rem;overflow:hidden;display:block; }
#oV3JUd2N5zNRtBqdxfaLR97D8zPM35rN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:52.687501907349rem;left:61.312505722046rem;display:block; }
#sgigS7D0QNOiNOJPNMathHxizz1sBGLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxgNrzRJiV5h8CTpO8yOHcNF5JwAMo0x { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.500001907349rem;left:60.562505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#ywzKiQvvfJWOOTJr9Eyi7ZzBrrZlgZpQ { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#nng8AwLOWCPJAikFPAda57pSLMWHsN5q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:61.875001907349rem;left:52.375005722046rem;display:block; }
#a1PT7TJTtUrl0OTJoWyvW39qC9oCHJrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKrEHszSDubPU9MhiFTfVT8ZXbQh0TQc { position:absolute;display:block;z-index:15228;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.6875rem;width:12.625rem;top:56.437501907349rem;left:49.562505722046rem;overflow:hidden;display:block; }
#UErToo0JUISStysuVrBSy5d3CrhKXnhM { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:60.812505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#UXXqoh3Jxhiese3dmy4eqAC3f0sTomaU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:61.750001907349rem;left:61.625005722046rem;display:block; }
#vlf3TmVWITffO1AeigXKQ8PzfTvKG4as { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzm9GTPvh7Vy6m6ya6WNRyd5MHz7T0N4 { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:57.125001907349rem;left:60.125005722046rem;overflow:hidden;display:block; }
#XAnfeHCBf5oDcTZEi1kup4gmML98cWEJ { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:65.31250190735rem;left:55.250005722046rem;overflow:hidden;display:block; }
#nog18alZeA0uzEbqxtFTX4ZBXr8ycOtq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:70.06250190735rem;left:57.187505722046rem;display:block; }
#nII54J0w4qPD42oLePJGXDk51glyrvyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoczWFqBA3HE6C4oOtLJo4diLwR3IP4E { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:64.93750190735rem;left:56.375005722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#B0yZTSsCt8hdOQXsixJ4zzeGSokSkIS8 { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#ZJXSiaQbeA9GCOUTnTmwGoUOcwlF173t { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#oWRDq8DIeRI9m5D3GTc4hGK12uUmUDNu { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yTrlNy371A8DUaL4O0coaL3J18nxW8dc { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XMcVxfvmrkd32dqKJkoCEXhUA6iN6MUu { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oMaPI8uDMPzgeWQZyESUtWCilvJrFSls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#owQopV1JCfVtSXeJfp0sN1oVHnJk91Fb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#Vayo7aSmkHrAncC3T3rEehiaLX8kXNfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#iLIAa7zBXCzx48xXGRzT0ZqSQOzsaeHE { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WyUGKVuWz3NNol4ZLoecFlHcucioAHTS { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AKD1Eaa45ET8MlsBUApUusfpkt5i8hvv { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vALWW8uNKzrFvBHG5X3ax976aERNGTab { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#LysGyZKVL9u1VS1PU0MBPqG06J7Wcrsv { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#bxzcFthfrqfuuu3mDBdNswSJfCTFi9NE { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.4970703125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#dJuqGQuAWyaNM1TrqeXs6diICzxns2Cq { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:55.562501907349rem;left:14.812501907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#c5MVHDaoPq4khc1IC3R7FX5m36BSr3ro { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:55.687501907349rem;left:16.125001907349rem;height:1.4625rem;font-style:normal;display:block; }
#kChnSAMq5fZS88dOlh5lRbes41nRJTnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container { border-width: 0; border-radius: 0; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:none; }#ZyH0yyyPQIxqANADMKBw4z1qZp9K3dLS { 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; }
#CxHQ3IIOpToHIxPbiJNTvreK5VkHn8K6 { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#N7qoUQzPGbXdB0XtdXrB7LZiAWRQmlng { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#pDh2dfqDsG6893UJaCBO61lxeSCVPQwi { 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; }
#qk6ASIv32RPcLTnOoT0lTga4xzfM9ueD { 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; }
#OFikT4WfoBSEuOL8eXkTTXqchJsAuD7Q { 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; }
#dcRPBD9FiIIVkrW7fPSEm8V8kTtPeMBN { 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; }
#mxuZ2nT7AuvkczZsuINb8aV7HKqh19pR { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#qiRLMAVAOEXp5ZhfXBA97vgWXSMTgaFT { 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; }
#LpO1eUWGFQyWy3wIzI3WPaJdM032nVzD { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:12.9375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#IUzvcoT6a3mHe6uTgZm3kPKR5JFoMHR0 { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#SEaEgmmFb1TKZufq0TZ9MITPCP2It7AN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:8.1123046875rem;left:7.8779296875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJTXhwXiUbraCdUlbi4MnuGtzQkwxrJk { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QVDoIwBFkTgGo9XnRadHvgCGcIrBefSV { box-sizing:content-box;height:5.6875rem;width:21.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.060417175293rem;left:27.562501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#IGyJKHDv2ZfDfTuFkSwUC0rybJ89tgOo { color:#172279;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.187501907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TI49yE0K1TOf0gNSCtPzVd3ehpNLnKh8 { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.0654296875rem;left:25rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sGUrSvKTHUN8nQx9v1K8vzaaSVSyTi9g { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VuwPVuDVBhgtKI6xu1PzmkncAcVw8701 { 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; }
#KNn5GERbAhSxi4Fws8LNQChAZwcx9ofv { 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; }
#kGJaqlp0R2pPgIFc1w8gFump3wA2aFTa { 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; }
#oA7cx1TKCOSiC9vKVgnZyxImZLHBWSc7 { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FouIPgTKBN795Jcwoz23aNQBy9mblIaF { 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; }
#M66wlEMGdDPPfbbW5PZcGxIK7KV0c2pV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#X9apKGE3pIGT3WwiRSdSAc1zTbyRLQZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.9072265625rem;left:5.0263671875rem; }
#IQyyFbAcClBl3WNyJm1VUdHFlkTncHV5 { 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; }
#HEfDJcxHTVZUpUGOfRxwaswRXmmHzzBR { 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; }
#J4R916TRVk9qiAk8hyQDp1XfNOCfRmTM { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CC7GhUgKHpT6EtMtb7ovzbmBmIcmFxQN { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XcnSJKJTPKJ4RRMLntE78mxZJilnzSNd { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OqGD1gNG4oT1cMCzBzvJ6CSN5fbs72il { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#C8y5sCwoqT6KAbtpUXGfgzp59Ufn5rwc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:15.30078125rem;left:13.71875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyQBQQAwbTpbAocfu2IdvDN9LiiHA9TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:20.4375rem;left:10.125rem; }
#zztERBR8ugIUb1quXziy55BubTgL9kon { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.437501907349rem;left:14.750001907349rem; }
#JFJ8ah3oziuHD1Kysoi0R6rEtcyIyxOp { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#PKmCPanLUzz5IDKEHTnZnn2zJXnl5LyZ { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tMq74uOPyxFBbI4egQLWgMd8SfRS13ah { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V2gqcq8DbsUeXZA0COpTIx38b7bzX1Tq { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mmb7poHC0T3hwVorcLNHLLSiK6FlcFrh { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h0oTZz7ib8agfqV1UfoqfEiRbqkHr0VT { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P37unmpZC4G9c9eeBuc2kuV8xqJmD9DQ { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C4MlEayyKezBJOSddMeG8VQCyBufTfnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem; }
#eIIX87PmqBEc5M9oP5pMHd167WkwHiAr { box-sizing:content-box;height:4.3125rem;width:16.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -moz-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -ms-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -o-linear-gradient(0deg, #e5d4c8, #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );";background-image: linear-gradient(0deg, #e5d4c8, #e5d4c8);background-size:auto !important;top:20.562501907349rem;left:14.252084732056rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#XPL08zSiSRLKbNgkVNwfneIrl8fkZbzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:32.76171875rem;left:14rem; }
#PG12omHECRyhZ01LpFyR405iKy68kD8a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:35.4375rem;left:14.03125rem; }
#qIPQxWOmGSVZVn5q1EQHKuq2rsczfrvJ { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.625001907349rem;left:32.500001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #c6ccd7;border-left:0.3125rem solid #c6ccd7;border-right:0.3125rem solid #c6ccd7;border-bottom:0.3125rem solid #c6ccd7;display:block; }
#nwBsPk0nQODBuATgd7XmlNdS9mbX1a0b { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -moz-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -ms-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -o-linear-gradient(0deg, #d7d7f8, #c5d2de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );";background-image: linear-gradient(0deg, #d7d7f8, #c5d2de);background-size:auto !important;top:20.437501907349rem;left:32.437501907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#U0opyhozzd0NGLTT6dN8wz2hBom3nRIR { color:#3d3a56;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:21.362501144409rem;left:38.562505722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bBu7Tu902U3h0VWZiDfI0kWP447Krh9k { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:38.500001907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GIGKTI2rf9B5R6aek50huTyRavuX68yk { color:#3d3a56;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:42.937505722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwEd1VNTx0GAuQe0uRsWUof3lnqxgvD3 { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -moz-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -ms-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -o-linear-gradient(0deg, #fbfbea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fbfbea, #ffffff);background-size:auto !important;top:22.562501907349rem;left:51.000005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ffe09d;border-left:0.3125rem solid #ffe09d;border-right:0.3125rem solid #ffe09d;border-bottom:0.3125rem solid #ffe09d;display:block; }
#Gg26BlunqnmDt6lcrxvRsXTB33HwUfR9 { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OLh15k6bs2QFvHoBsR5foKqB0cTov8nt { color:#ce0900;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:21.425001144409rem;left:56.125005722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eD8MLNHD6Gg1TkqQy9AFImb4DVgAKEvS { color:#ce0900;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:56.125005722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mfNBOdpd0sh8HL9ifs4VmAGseOhpyt4c { color:#ce0900;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:60.281255722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRUBfgooa9UnpxbTvOJdPN5sOIn4pPwo { color:#3d3a56;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062501907349rem;left:34.968751907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auMWflUgUqRWthC7yq5KuDX05OzU6Bum { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:32.312502622604rem;left:34.968751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A1UbZHdvhZWzwTi3SxnEIgE5lc9f6IrG { color:#3d3a56;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:35.062502741814rem;left:35.031251907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KrSeylRBkBgri6ueZLv4T1RZDhXBA2Uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.250001907349rem;left:32.593751907349rem; }
#bzWmScOTiVayfJm3bqCq1zy9t56gaVyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:32.312502622604rem;left:32.531251907349rem; }
#qkT1LxDrw4cTeEAooPHOUvURKFdWDW5S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:35.187502771616rem;left:32.593751907349rem; }
#KUISohDNHnBiKBrAT7T9vHfEsl0wEZ3M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:27.187501907349rem;left:51.125005722046rem; }
#VE20yXZ5ARB1OAwkH6RBKr8uo3OML38h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:34.010419368744rem;left:51.125005722046rem; }
#om8UbnE7Eq840SNy9TLCBrEzDIdJkJ5T { color:#561a15;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.125001907349rem;left:53.843755722046rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hchFdULhiiT68FuJHQB7XQkLmTd1ibIL { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:34.062502741814rem;left:53.812505722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lESAlOXdlTkH0RAppdFGXxO1p1BgxhKJ { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:41.935419082642rem;left:1.1291675567627rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fZ7G57TfXQLTynBqaUFQuXREPZQKzBJR { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#OTyz1zNGiXBvNhMXMLoiqM6xNSvEo8r5 { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#igLAUWn0VgCD4m9Jv42KPoiiIyy1Ltcd { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#dIHvGp0fEJBcDEuS7ScSgC5OsVcSExNv { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#GFZCQDBapAKtdIsx7F35qCCM2rh16pL5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:52.593751907349rem;left:14.316667556762rem;display:block; }
#nbXadPm13C7aGFsZSfm8mUerLDVLyL4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GugDlVcpOI8a6GChVQTK4DZBfnb99qTU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:52.656251907349rem;left:23.625001907349rem;display:block; }
#eCI2iv7HllawrqrQESNqguJvzINbExHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KsC7cDuogmX8wVVIl1k5EiZEqrEx3VmR { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:55.562501907349rem;left:14.812501907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#TEyeBFmcufTZv5a6PRTxEcMUOhbR0JUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:55.687501907349rem;left:16.125001907349rem;height:1.4625rem;font-style:normal;display:block; }
#IWFeBZ2ElVuzpBEWGt80x9cBkrosvr1U { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#JBeTTfvwnvlrBE8XiopHC6THlQL0npFH { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-size:auto !important;top:56.500001907349rem;left:13.500001907349rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#A6TXTDxQESBEhGD9xcRspBwhckn7NLVR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:14.125001907349rem;display:block; }
#NbpCIHtRD0fiuo0E0qMw3TMOe4ifhb08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7ekZzQUXNhS6L9HFK1JezTLRv6JblbH { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#Sd6e2MtUpe5tIu2BEAG0Mk2HBoMTxA3f { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#LNs7TPlScLD4QuLw7iLAXPf3yoMAnIvT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:61.625001907349rem;left:23.562501907349rem;display:block; }
#PNKm8SoIdN3S1QlqBSsUBEr902vSu1HS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6bKzC7urfJXBkkLQEyJBoca2LlQ8OmP { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#uuoph9KPhm0k58mXpPoKqwPInlkEpQAB { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#f2JytZCeS9nKTTw2peQUDErHmABGtLU7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:70.00000190735rem;left:18.562501907349rem;display:block; }
#Ucy0idfSv8PHRWtt5FfyEJMlMuqeHoAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vR96IF362uJfMy54DUvaTK8zixuynTTr { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:44.704168319702rem;left:16.500001907349rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1uMpbu15mci4ls2s7Be5R1DTGXhCdhb { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:49.312501907349rem;left:33.500001907349rem;overflow:hidden;display:block; }
#aoZipyT11y4Ib4cm5TKqKVpaapBJFirU { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:47.437501907349rem;left:32.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#WFoTMMpb0qpCtZpzWzcN6rkl2KMcSTEG { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:46.875001907349rem;left:34.250001907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#Tl1fpKFqG4mpU0lWw6sFTiSPIJRP9yTU { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:47.062501907349rem;left:35.500001907349rem;height:1.4625rem;font-style:normal;display:block; }
#fPghh4kzDGrgWW2CEbGBh6AFqxaqNBav { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:52.687501907349rem;left:33.625001907349rem;display:block; }
#q802T3sFBtJXJDVHfoWlEwKRaZJwvGTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyuybWvfHVtq1NoS61vxE4fg7cG0f56f { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:47.500001907349rem;left:41.750005722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#BEdcIVbdGATkLklZynqUXOFCxs8QoAzA { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.1875rem;top:48.500001907349rem;left:41.062505722046rem;overflow:hidden;display:block; }
#wia50yALCL9MF5QttOQX4s8UxPBW4NIv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:52.750001907349rem;left:42.562505722046rem;display:block; }
#IdFBrm5MKixmGH7oH9v07KCT0ShWqVpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmnSfKgCWpQawUtrhTlFzb5eV5nlF7CD { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:56.562501907349rem;left:32.875001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#W6TJOdllP7e0LIvvld3VotXvEqUL7ixn { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.6875rem;top:57.562501907349rem;left:33.062501907349rem;overflow:hidden;display:block; }
#Xnf0IAPMdFP2Au9ffUEcM7HDzmGNPS0w { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:61.625001907349rem;left:33.625001907349rem;display:block; }
#V8CfHOyQ8TBNvb3mlaSqcTEiAIPVKUDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSTA5aJwxo52PfXdrPLTv42yxeHt2RZf { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:57.000001907349rem;left:40.562505722046rem;overflow:hidden;display:block; }
#CioXPKkSuv0scEI8dbmTl2IwmQTrrRHy { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:56.562501907349rem;left:41.812505722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#unw1DkS0giBLociPy1HSdZn2rVhvPGp8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:42.562505722046rem;display:block; }
#eSV5VyqeIQT5vtFt4Rkl8hSTMMIViOr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHpcskOZKovZsWsOE3G52lSmyfmWrp0Q { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:65.06250190735rem;left:37.625001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#QUlkALOn5s9UI0wLBKUllmtQ2TwstA8f { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5rem;top:65.31250190735rem;left:36.312501907349rem;overflow:hidden;display:block; }
#TGkT6TrKJmoTXGAHxFh2hvkDOt7IkMlr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:70.12500190735rem;left:38.375001907349rem;display:block; }
#BeNxHan1HTttvwr2eUPb1LzVspTbhTTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAZtOTNNHpLqTkKM4ZSB3MrUKvN184oI { color:#3d3a56;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:44.766668319702rem;left:34.566667556763rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKUHWAMLW7oaVtfoGdgMqzXEFDGAlxXy { color:#ce0900;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:44.785419464111rem;left:51.437505722046rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZpDNVVuQzTAetQwGNkPrSngrzHf62ZS { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#tRP4ScbU9PA2RoPKPafMamvASOu7wiFG { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:47.937501907349rem;left:50.687505722046rem;overflow:hidden;display:block; }
#pFNEDBVm884nUByRsy7vENKShrSzqINO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:52.687501907349rem;left:52.375005722046rem;display:block; }
#EtP6KQzZu2wCunVwkCxGhAzPtTo0Q9LO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3g3MnJT1ReaQqFeccTWNKzHIbKwaPq0 { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.9375rem;top:47.125001907349rem;left:58.250005722046rem;overflow:hidden;display:block; }
#ktpU1wqVr5URADg5PBpVfS0iA13xQkmz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:52.687501907349rem;left:61.312505722046rem;display:block; }
#fKwAbQsvlgysbInK6KtJ7SQd7RLEknTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etQ2JGo22mHkoGEi3wQP6ZKDIF0it4RV { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.500001907349rem;left:60.562505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#LmifNqZvTAc9J1q6fWkXei33OTfATww4 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#XTFhfx1izp0WBOPrqcgFoRti1RhrZH72 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:61.875001907349rem;left:52.375005722046rem;display:block; }
#sLf8zN3uivAvehuRDBRtMol6RTIUGONB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPTVBcGpPSTwWlHUGM1vDMaF8LTtgufg { position:absolute;display:block;z-index:15228;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.6875rem;width:12.625rem;top:56.437501907349rem;left:49.562505722046rem;overflow:hidden;display:block; }
#qRuAFZUSQqwhUuSJszJ7fGpyWQxTkQLp { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:60.812505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#xH8JXGcQSOOs74vwgqBnATzmmDhXQsdL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:61.750001907349rem;left:61.625005722046rem;display:block; }
#KPn2XBRJRRhGG89qkJGB3TVauUfNWuw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ev8euclQu5uqGOmtZQWGaGPJfsDyn3he { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:57.125001907349rem;left:60.125005722046rem;overflow:hidden;display:block; }
#yxP5d3gccMxAoBvwStTlMHcNURWPt8N6 { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:65.31250190735rem;left:55.250005722046rem;overflow:hidden;display:block; }
#L45M7nw2azr4UJtTJ1gdamSk3TdoRZ3L { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:70.06250190735rem;left:57.187505722046rem;display:block; }
#pIRcSMm5g8uG3IZiK6X71ebGVdMi08gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAgpwtdCOl1Qzhehqt5TTIUI7LXDr1Rr { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:64.93750190735rem;left:56.375005722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#vi3CC0otrW1gOQ2D30lrwsgoi6emV1Gz { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#uwId9NwEBo4SDTyBOzK3OP721S3uk1Gn { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#MvEKsTqqeKh9kD9yial04VDeakDM1wtm { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BDSORmXH74AqSdqQMpcHggNFfB102nhf { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ST3nJIn4CMOU43Fqr8iE6U8dbT4BB71G { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Oq2W8X18Z2NAmaHUH3dwOZlHIBE0Xbo2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#aTWnKzabNMQGPEvB3SSf8MIyRzmbpiG9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#ie1CnfrwBSw49uQPmsGLUxDQZvn5XLtJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#QmclUWeFnwOUZA4FiW9oQTVefQLmBI2V { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vNa6J2p8OIaCO5JgcxRDLV1o70wksug7 { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZsWAwicV0BWFT8MuJ20WqATXdpaSawct { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UMk7i6oAelC8uFk6eBdP7WOIUayLOu9g { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#LOCtdl39TBN43RBuS86cC96lOOeiWyLl { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#aKSpBGKts4SuOAtzSp1OQCpnubw8vBKD { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#DgTbzS2XZi7oBoT4KB2KoMzTnT0NEBvb { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#a3s5FedamA6hXv2OaGwgfXE3y8uuBVuX { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#SKQaPI0iQ2dGcysOvsme0IRmDldqtJRl { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.4970703125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xMNITuyer1LJZQmR2WIT1I3qyHWPJJZR { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#BHKkNbdzX092c4NdciJtTHtHaW7mCT0D { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#UlmKAszvaToaM6F0siTJJF26PtZgGExh { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#ECrgEqrUfMn5NQmwZKoewHGnirIuFNgn { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#iTD1JOho6WX6nNzyvdUoW2tMg1Ab69NR { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#vq1miUwnAvPaAiA2Dl6q9tHDrXk1M6h5 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.437501907349rem;left:33.187501907349rem;display:none; }
#ni98eX3UlupGvCktTtzy2cbVX2li4CsL { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:49.312501907349rem;left:33.500001907349rem;overflow:hidden;display:block; }
#fqthyeUBQOVsBHoBxZpFln1TuvI2TUyv { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.1875rem;top:48.500001907349rem;left:41.062505722046rem;overflow:hidden;display:block; }
#nHaTUh9Abl9Kgaub4AXl7eaGxfTbShnl { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.6875rem;top:57.562501907349rem;left:33.062501907349rem;overflow:hidden;display:block; }
#HqzbSOLssEZPLlShDeavqtfUTEfMidtG { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:57.000001907349rem;left:40.562505722046rem;overflow:hidden;display:block; }
#uXqusTP8IqyJweG0QBLnUDuyee1D6eAx { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5rem;top:65.31250190735rem;left:36.312501907349rem;overflow:hidden;display:block; }
#DEMESoPhd5UVm0VSbH5tCU1mU2UdPRdV { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:46.875001907349rem;left:34.250001907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#yzlAIvsZtyyS1JnAAoBuDrTh9s5FpCKq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:47.062501907349rem;left:35.500001907349rem;height:1.4625rem;font-style:normal;display:block; }
#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container { border-width: 0; border-radius: 0; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:none; }#DcgqiG7HPkPTgEuHFl15QKtg0p1wGF4A { 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; }
#OLUqt2km1sQsRIvGzrDNLu8GMl7gCAUl { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#nKOuks9B005VQB5G2PVCS6upykCJLIew { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#d6Hz9QysNchCXxeRQxaBX6UHoSwVkhCW { 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; }
#tVqFySUuGXiP61LXAcg42Bn0OzlrU30R { 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; }
#cyZnNTUAmg41DwDuhzQAuM87P0qoS4SC { 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; }
#Mf7TcZsbSZLqieK0QXstcb6gX9pXz1kS { 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; }
#hRIglyrTrRkCQzREJPIy3BDEoUX9rnnR { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#PAQofZ5wzF90Mupm63vKA9TnfvR2fZw3 { 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; }
#IouRRkhFPsQAvKrXnnLA9emGo1aS3nVz { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:12.9375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#a55Hzdd0mXXMNi0zx9NFg1kVukV2AqLo { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#KGqaVD07vQTKPAFXTJPSLBCGhfLJaq8U { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:8.1123046875rem;left:7.8779296875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2lHvTAsBlAEKfCaBIFoeJsbAQyRMWs1 { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9CE5hcssmDpPwJaPdvUpBydJfFf3RNV { box-sizing:content-box;height:5.6875rem;width:21.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.060417175293rem;left:27.562501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#tPaOw2nPKRSBBbDJ9AwhAfeF6SQ76J2c { color:#172279;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.187501907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auUeo7wEixfpz4vdLMz3W5vfTeDowAN2 { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.0654296875rem;left:25rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#wX5oa3mJSWnAfQcrTiSzATxHyUatwqw2 { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NTPBPiTalM9btEQPxTDp5BJurrkzqtIR { 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; }
#FhGCayTVbbQ800l0Nua3076BuEgmDvIV { 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; }
#iXOze0gCkch8qmWdkJCsgik4ufmtaPOC { 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; }
#Ii70p6dUGyVHCzDt0k1HT75M586afVeB { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#D5AFNIdgQxUmBCT95X6aiKPAEisC2SzD { 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; }
#DbzAXdZncSBKBkOwGHNc68exGLuKTSIc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#mQ5lnTdkUr6feR4gh5uN1Rnp9v6qE3ur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.9072265625rem;left:5.0263671875rem; }
#lOTFnWUUha0IyQMkBinC14UPAMZT8vIv { 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; }
#gd6DTRwLgB9AuE7aToOWsElR3VvVket8 { 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; }
#c3L6Fm21db1UwMIozcfP7IllGvO5Tr2V { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CP4pW17ENIfrFST3vD5rTQFuNNifVs2O { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tXTsB0hew0evWbIlrvfbyr7bMEJCdKpM { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DPMsyzhns2vzxLVugZ99gzAtkw7tub5S { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qzJ2DwBIwh8ixMVMFOnhHvv7kqNGI4Ja { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:15.30078125rem;left:13.71875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9VQIREr0xHH6TqQg1fnx5wQE8AvTPTA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:20.4375rem;left:10.125rem; }
#Ma8h89VqBhBwXcLmbXPbN7ed6WmyrTv8 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.437501907349rem;left:14.750001907349rem; }
#XyVWs1siwC6O918qnDcAJNLsF1gRlM36 { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#L3x9WTWR8BFuZ8Wci6Jq8Me0og3VCCEu { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tiq980m35T0zvnwcLcKbiToEE2TzGi7y { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2qnfCCCyw3z90PTLmFeH56fUFrcZ2FW { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AmfOlxZNiaLQGVhh7ZorZHaZnXQEPxCy { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CDZLLuxpo6oR8kB6cXCnyrKB4v8kexZ4 { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iw9fuf5JDurKaLuTVpRTEw6Q6bUTMPcJ { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZMr8RSX4pVq1fJGrxrUPosJ1d1r6oVv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem; }
#FuIAfTZlMcicKm4Fvp1fv1yVXFWfllTu { box-sizing:content-box;height:4.3125rem;width:16.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -moz-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -ms-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -o-linear-gradient(0deg, #e5d4c8, #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );";background-image: linear-gradient(0deg, #e5d4c8, #e5d4c8);background-size:auto !important;top:20.562501907349rem;left:14.252084732056rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#A3cMKzHLGee2MGsc4Vv9zdPq1oe3xXlV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:32.76171875rem;left:14rem; }
#dC39ToceRGBzvRT2NnfQB3DduVlP88fe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:35.4375rem;left:14.03125rem; }
#tu33oaUyRXviB5CFFnbsT0agRVXNpMNb { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.625001907349rem;left:32.500001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #c6ccd7;border-left:0.3125rem solid #c6ccd7;border-right:0.3125rem solid #c6ccd7;border-bottom:0.3125rem solid #c6ccd7;display:block; }
#KKQAWxPfxWpHJ1bPU7gz4Dku3JK79s6B { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -moz-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -ms-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -o-linear-gradient(0deg, #d7d7f8, #c5d2de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );";background-image: linear-gradient(0deg, #d7d7f8, #c5d2de);background-size:auto !important;top:20.437501907349rem;left:32.437501907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a6pgTDOBa8u0lrhNGb0DwaPUlcQtVWTO { color:#3d3a56;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:21.362501144409rem;left:38.562505722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#clxB8TLlcCetxSheC9iU2xtSNNc5RXn5 { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:38.500001907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4CmF23fS7W2yyAzcewKzkJEfsL6ovvQ { color:#3d3a56;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:42.937505722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ge4Mp4ML1TMdbvK0DvqN1pAyq4mHkz5T { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -moz-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -ms-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -o-linear-gradient(0deg, #fbfbea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fbfbea, #ffffff);background-size:auto !important;top:22.562501907349rem;left:51.000005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ffe09d;border-left:0.3125rem solid #ffe09d;border-right:0.3125rem solid #ffe09d;border-bottom:0.3125rem solid #ffe09d;display:block; }
#teNDieDwGdkrkzNkQ9BiR8xygI89q7Rm { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x16Zpu86RpTMNGCNO2CV82uUTiUz23Ja { color:#ce0900;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:21.425001144409rem;left:56.125005722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WrmqK0GNPd36ArVCvw585ATli3aItOJV { color:#ce0900;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:56.125005722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RJs0XHecpx5EiAwNRkVPPTIDBTViuw4d { color:#ce0900;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:60.281255722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlA2mNqiglHsyWPu2cNzt6ypPoh0llKe { color:#3d3a56;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062501907349rem;left:34.968751907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kz1GmsMJ6tTBPqkIo37iqoU6TW8stExJ { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:32.312502622604rem;left:34.968751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hFHh5ZCC3tbnWzy0H0g0CpT3fQWHbBVo { color:#3d3a56;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:35.062502741814rem;left:35.031251907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQrPfHV8sKqCKazUK7idtTxSVSDA5ZyP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.250001907349rem;left:32.593751907349rem; }
#K3UrfipMNawJvbG6zQtV9UTaIkriUccV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:32.312502622604rem;left:32.531251907349rem; }
#VP2Fw9EfM83DUuwZUlXRAKbXga6iHc3X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:35.187502771616rem;left:32.593751907349rem; }
#wTyxxVLpKiQMMT9xyCZIBAtCDxv4qfCh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:27.187501907349rem;left:51.125005722046rem; }
#tKSx4dUGTuCTKHVmIyuFawNop7PteNTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:34.010419368744rem;left:51.125005722046rem; }
#nZkF2BQLQ31BUdBNz6ArUZyo91QFu3o5 { color:#561a15;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.125001907349rem;left:53.843755722046rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb0mZgF9S9D8fyZ8sTx4VOy30oMgVpE5 { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:34.062502741814rem;left:53.812505722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvslwkEbiPQgt055AB9gJ3SQN9rMgixs { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:41.935419082642rem;left:1.1291675567627rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r5JONdNl5JgCSZ09bs3etM3fcut8yCh9 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#uIb3pkJWmrz2qmxC3i9e7qKtx8k37VcK { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#tEUZ2MqyIRzsWcEw7s46xPedIGNJ3lAO { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#TkKFcnAZD3x6ymGUCrzAGHNmC37SV3gy { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#DbX3T02maTDxL3Mon9l12s7OCagNwPFv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:52.593751907349rem;left:14.316667556762rem;display:block; }
#JbWZzRDTfLVgNyxWBTVUsJrMvmDHrynR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCdpBfPg1fxUBuAt0KNzCSEHvXnOmISt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:52.656251907349rem;left:23.625001907349rem;display:block; }
#ksT3eRqXoEh5ATSqsHvAWHxMnvlpaWQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVfXkOSy2ENKwudefoohlvcDEZhPHSD1 { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:55.562501907349rem;left:14.812501907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#PMBqB6IxIzAR9VR696rIIRWai3rThS8o { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:55.687501907349rem;left:16.125001907349rem;height:1.4625rem;font-style:normal;display:block; }
#FmfyluvB66nieQ6OrEK2hp7mo553cFpU { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#AWHZ1PsT7lhASPwFhqPMKycGSeWqLqUL { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-size:auto !important;top:56.500001907349rem;left:13.500001907349rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#Zt2GmDxrBahsL9mkx36D5H2CPpllAnXQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:14.125001907349rem;display:block; }
#ggsWkPrOvsCctRTFUTQpiwKNkDCHG9Lv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSI4oH61D9rD8HiqkbmIEkqVwtdiLcLh { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#OX3E4fLFSoUtN2fsdXZhvEnEWFFJ5Jks { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#T8vbBqh6ssL4UMTFZT3GT8PDgawv8WLZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:61.625001907349rem;left:23.562501907349rem;display:block; }
#DFS30wNpU5yKsQTUZuLXgClUTvlDbT78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smDFk2btDC2v473f1cTia7oVE8JPzEJr { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#nLJaJy3JiWuuHa7sKtKp48qszGMt3V1U { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#cTy01a8v3pJ0tP6GyqE90gxxFvGvkcE1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:70.00000190735rem;left:18.562501907349rem;display:block; }
#ETKCxhAepWLT8R6XJmeE8rdcmqVTnifN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdT7dA0kf2pK1IzR2ZOOep0F1ficB682 { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:44.704168319702rem;left:16.500001907349rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MS4T0a0CFRNHTaOO7gqxXwe36V4TV45W { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:49.312501907349rem;left:33.500001907349rem;overflow:hidden;display:block; }
#zWu6GUtiK4Vrq7zKFl3ZTWco3nxWzOVd { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:47.437501907349rem;left:32.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#w7Qbt5XZu5FqpwO9TIHPVHMvQSISTnu0 { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:46.875001907349rem;left:34.250001907349rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#LLcHDZw2Iw0B5DkslQbSFMATM4nG36xI { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:47.062501907349rem;left:35.500001907349rem;height:1.4625rem;font-style:normal;display:block; }
#BCW5dViKT5Uy0EA83pXI627THUI1yQkH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:52.687501907349rem;left:33.625001907349rem;display:block; }
#U38Mhao5dDMVrGsiM5uiyKosIENQR3kn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhKXZOKv8iUoq1StJdQk0OnVgDsTJQ4b { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:47.500001907349rem;left:41.750005722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#nUrGvgzfgn4PNffgGm0z1E8ksgK99DXc { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.1875rem;top:48.500001907349rem;left:41.062505722046rem;overflow:hidden;display:block; }
#k8AqvDtK2iT8n7IUq22z6qxQ26gSTIg0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:52.750001907349rem;left:42.562505722046rem;display:block; }
#a6iHPafelCWAT5sZhQG3gROviTe8OoyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBxyEmnX9AKUqRTnaEdFxr3b0puIl5v6 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:56.562501907349rem;left:32.875001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#OMsut4usnz5TVv7h9yg6uUJNVmGEl9gh { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.6875rem;top:57.562501907349rem;left:33.062501907349rem;overflow:hidden;display:block; }
#aNFBePAx86HgS9UTDIoIQvo5fH85sF8y { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:61.625001907349rem;left:33.625001907349rem;display:block; }
#Pu4S0t4K5IGc1W6kzEBqPBff7TbTxXok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9b3vsxaSmqOlqg4TSC5brMGoXzVCOQy { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:57.000001907349rem;left:40.562505722046rem;overflow:hidden;display:block; }
#IHabIzbznICEfTK2y4OR2mkQCKCGshyd { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:56.562501907349rem;left:41.812505722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#F2Csy1G0Gamm95wCRLZlGQIH8ZbFTuVL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:42.562505722046rem;display:block; }
#DcRTR0U7GJCq9odcTiMh581ZuXTKRJ6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1qnsBTWQzeTlXNAuBnXe1DotdRLqIeu { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:65.06250190735rem;left:37.625001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#ScVskTmDqgK5vVlqCcXs9iHzCEr0aUXB { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5rem;top:65.31250190735rem;left:36.312501907349rem;overflow:hidden;display:block; }
#UaiaE4DTRxkEs55GzJzLnyiQbCaMXIM0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:70.12500190735rem;left:38.375001907349rem;display:block; }
#WKePa2Tm9ATJuzqDbRHONmBw6mqezQnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVobLmtsrbbyJ35ICOoBqsSAlHXDHgTo { color:#3d3a56;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:44.766668319702rem;left:34.566667556763rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UbILmWtku9kMNJaJ5tKGZEOc5hpEFexL { color:#ce0900;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:44.785419464111rem;left:51.437505722046rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGetKnvcLv7SLBVoQIO1nd1c85JQDw6B { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#xrOXbLE1Oepx5NdxhWL2aBiqvpz6ffFF { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:47.937501907349rem;left:50.687505722046rem;overflow:hidden;display:block; }
#pHryyFxClPmzPX2sIUqqESK0Xk73WxbT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:52.687501907349rem;left:52.375005722046rem;display:block; }
#LXrhI6ZciuqmgFpsSffx2TfXhBVLTDyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFMcI6FTeOnug6TQwdlM4z5Vi3tUQyJZ { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.9375rem;top:47.125001907349rem;left:58.250005722046rem;overflow:hidden;display:block; }
#nzvFR6Zf0u5XdpF9E6K16ty3kfEAyU2r { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:52.687501907349rem;left:61.312505722046rem;display:block; }
#SToH2LD5HyqVStZR6KfQ8gJLrNTuSJ4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBETIm6MApKtaEBeuZ3pzDtHNMNR390N { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.500001907349rem;left:60.562505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#sf94TUDQkTdLbCR478P9WhBtzLdplLzp { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#TzweV2CFwkW7xph7wTdbxdki1OvhcLcT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:61.875001907349rem;left:52.375005722046rem;display:block; }
#edsnhTx3uITxTsrTQWLBmbmFNISQNS7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oA4c6lqKNC9EfP2uv8XI0tsIkw3zUnvq { position:absolute;display:block;z-index:15228;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.6875rem;width:12.625rem;top:56.437501907349rem;left:49.562505722046rem;overflow:hidden;display:block; }
#enSgC5R9X7SgxatmitQpkqJZtm2JKwbc { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:60.812505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#d7GeXXwIobUnz8TQRqCLovl86Cy1hE4G { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:61.750001907349rem;left:61.625005722046rem;display:block; }
#Skl9CpRmVGaQuaDO6BgDTaseMwQCCv15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlHoHXHU0SivzFZqZrhVBf8IHfE2P2Q7 { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:57.125001907349rem;left:60.125005722046rem;overflow:hidden;display:block; }
#SA5xKxJFKWWRR3ggFCXznrAQiPPbK5gv { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:65.31250190735rem;left:55.250005722046rem;overflow:hidden;display:block; }
#VBX9JEtBFCCDtJWFCsxqr0MT7LLa8Oqy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:70.06250190735rem;left:57.187505722046rem;display:block; }
#VfQU69pL3QRMA5EEJVyHPLE0baxGKaTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIFSP8ckRHPruIdGzW6rzqUBPfpmci6I { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:64.93750190735rem;left:56.375005722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#hVNLmGUR7S68k33MFMuk96z5B7WfJoen { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#gWGXVyNizhaRu8RzruTmT74G0FckmPuV { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#NA4FHmPtbsLNPzMEmSqaBllLvuEvSfLN { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Dvxl5m5FqTTWpu3rfcg4dk073NSsyZc1 { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wlObqg6kHsGll0Ozhpm7Z2dhFKmAxO8b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#FQsZkIvt17mZ9xKvzyWmxiI8dXQxDPp7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#lQLL3ksh4oK6BaLep9cIyhyer84T1lwG { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z8DHm6e71AaVomvI04Z3H9SDPJfcTzp6 { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#N9qMkHqdS3Tsof37vTCflrpP9gNVarCz { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nFHLBqBnXDw8TwJaskICcuXxSmANEZ91 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:47.437501907349rem;left:13.625001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#Hgn87Rgv2XTg85esZDzonHb2iSGBk0HJ { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:47.458335876465rem;left:22.833333969116rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#BJEX9yZWcg0XGFO9nIgJTK2gzr3Dxlhx { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#bpzAbBl1WElrtXcuHMlUdiFKKw7aNtXB { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#e5d4c8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #e5d4c8);background-size:auto !important;top:64.87500190735rem;left:17.875001907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
#h42TmU1Hmik1RxL7TauOFn9omNkAziCQ { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#NNWG1fqXhJb8pgG6gyKN3U7bTsMLc6cu { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.4970703125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#O148pcQvTyqhPLMVwP6Uas4EFvXFAbtF { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.625rem;top:48.179168701172rem;left:12.940626144409rem;overflow:hidden;display:block; }
#myVI6X4iT9UhL5z7uSTNBrr8NSL1GITl { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.625rem;top:48.718751907349rem;left:22.941667556762rem;overflow:hidden;display:block; }
#dAmEGswLaC83eO8hTSlVOiQlP5opp0sH { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.4375rem;top:56.562501907349rem;left:21.062501907349rem;overflow:hidden;display:block; }
#y7xFxuFMwRinGPcSTmM0rG9NIGmtTZuE { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.6875rem;top:57.312501907349rem;left:12.625001907349rem;overflow:hidden;display:block; }
#ccvXDR9fC00AuDvwoTrVaV2GneA3goqa { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.5625rem;top:65.18750190735rem;left:16.687501907349rem;overflow:hidden;display:block; }
#UIyMRTS4Wvf8xTU1gc7AaecBbTncLK4e { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.437501907349rem;left:33.187501907349rem;display:none; }
#kfFvAVETfibVhW7gLm6Aam3szMMplTwo { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#d2Bti66O9AOnnuJT5dOhL0w225U7bUI6 { box-sizing:content-box;color:#5d92ff;font-size:3.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:15336;opacity:1;top:20.406251907349rem;left:51.875005722046rem;display:none; }
#BLMtCoeS8wRVsF6clVrEO17hyQvCWMTO { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RTdBCle4VRD7wUbGskIFzqOWnNi6c25L { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:47.937501907349rem;left:50.687505722046rem;overflow:hidden;display:block; }
#VRK4os0E4Tlr67fEttGotLFgvQtJValF { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.9375rem;top:47.125001907349rem;left:58.250005722046rem;overflow:hidden;display:block; }
#TH8FPOmUpnTdupfDhJm8QDLZXlN6fmI8 { position:absolute;display:block;z-index:15228;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.6875rem;width:12.625rem;top:56.437501907349rem;left:49.562505722046rem;overflow:hidden;display:block; }
#EdLPdATonTIsJtGyZ0B6fUpvQW4dlpKx { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:57.125001907349rem;left:60.125005722046rem;overflow:hidden;display:block; }
#qcQ6Ow7JmhrTLyzI7vlUrTfkhFln6NXu { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:65.31250190735rem;left:55.250005722046rem;overflow:hidden;display:block; }
#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container { border-width: 0; border-radius: 0; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:none; }#qJKcsQrUz7W05OKklvHhwSsJL7NgFEJo { 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; }
#e9ORSybfwueENqd52KkxTbo0WgvSk7FJ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#k6K3T6to61IEzPs6DrFsTGBcorvCBIgN { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#UObUe2IlGKwqpt5ci3Jx4QmWxwl9I6Wc { 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; }
#QfFHKKKgl2JqGWAienTgr8e7QUfgEBLW { 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; }
#sCow9ocZ9PVwQCyTR884VOPITSTSWfhL { 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; }
#XrhrvuTMK2HEXhGIQaCGwtRTXhWJbRhT { 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; }
#mNmJLGGWT6gRxGS6SPMBWc0sBhQhzLRb { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#WngJDdR2WWuZmT8M7n6T1d8OiesfBBQu { 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; }
#xJhPfaxLlVhuwHEWAE6qnBvXw7b7ZuFi { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:12.9375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sb4yRJvF3FVQk4DNaOlTQabvnSFTybn6 { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#LnJ1C0AeaLvlfr7s6aMsItC8NtS2yk4U { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:8.1123046875rem;left:7.8779296875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMd9cgvCt7EkSlK8LxKmoaeT7O9LMiTx { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSBAvp4Ao3ktyQvUZkVNT0FIdURX3y15 { box-sizing:content-box;height:5.6875rem;width:21.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.060417175293rem;left:27.562501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#TZys948CI3mzF5z13LNfBduHCPTUgqom { color:#172279;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.187501907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VzZ7RxAgB98uxziHJkwTwsrZ43aEF2nO { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.0654296875rem;left:25rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pH5PrUITOsJRe1lMRaqGpTZU6krvXT8d { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#r0xSTSE1K76eNAZ2mkDC7Hm6bvhuP6aT { 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; }
#olbD3LFGqpIR6P7XpdkQWCewOKAHSIu2 { 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; }
#pC0xm318hDgu4Q67SvJhibsd09deJoZQ { 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; }
#QiMfnKmEGO4sRvcVf6EoyAJNuW57zC8l { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v5dzJZlXbAtBkCqTcBCnMfDiBEO3GZJo { 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; }
#fWGOBfXHG3hi3MTNig1rNwslUtwF8NEt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#r26NX30QIH7mGRmXVIbSoXrMM91xbws2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.9072265625rem;left:5.0263671875rem; }
#CE1414GTbZEwDXFa1It1EPd8QcTmzUy2 { 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; }
#eMuWwgkHbpcQfhXhbqVOrSmnin336Mo4 { 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; }
#CIgwM2XJGJnDdWLdmXnN5upKMIbBbqW3 { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XNk23eX1yH4DIO1A7gDWTaOrLb3SazxH { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#d5hneWdFWqfBHEX8Bkle4M5GyVVBJzzk { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gZPsU2wPGZUbmtpJvNdu35gd314eHwex { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.3125rem rgba(0,94,155,0.46);top:15.30078125rem;left:13.71875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sMgZy31661rOtMwspFZhiTECoyQCECSZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:20.4375rem;left:10.125rem; }
#pO2g9l7cHd23Dgyk5cC0Llkavf70thCM { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.437501907349rem;left:14.750001907349rem; }
#g9ApusI7ldDsqTdB58TTmOhowOMd14gu { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#H8gqTuCelmGeLUMX4yzLIEfprOWZiP89 { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmNB1I7ExvMcXpsWMTpElKy6xaS514qJ { color:#561a15;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.750001907349rem;left:19.718751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOovubMQ280Jk3U0MRR2hEhChzJndACU { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L335vH7ScaBCZZyTkW9iFpQ60PUDSBbh { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqutJSTdtIdeIbNAqrK2kSZHVpDL480z { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:23.437501907349rem;left:24.625001907349rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FvCcbmiHxlyTrntmPRVg1yTMISClWb4c { color:#561a15;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.375rem;left:16.03125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FozGfEG4x2fyaDuCFkQAUHzhrc2KbEqi { box-sizing:content-box;color:#5d92ff;font-size:3.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:15336;opacity:1;top:20.406251907349rem;left:51.875005722046rem; }
#ILB2p2STiQ5sXNaSISPDbfiXTXnVnTMV { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.437501907349rem;left:33.187501907349rem; }
#xVi31IqSiL7cshAIIaDTaU0Ux4sZzvdL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem; }
#bFKkTSD42HUIV8QNsJTd9O9zHtuTPlsK { box-sizing:content-box;height:4.3125rem;width:16.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -moz-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -ms-linear-gradient(0deg, #e5d4c8, #e5d4c8);background-image: -o-linear-gradient(0deg, #e5d4c8, #e5d4c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c8' );";background-image: linear-gradient(0deg, #e5d4c8, #e5d4c8);background-size:auto !important;top:20.562501907349rem;left:14.252084732056rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:block; }
#u74IaEWOoVgWM66TZhEAt8ochBgcci4L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:32.76171875rem;left:14rem; }
#glTTOno0mdeF69GDF7B2DbF7bVEQM2zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:35.4375rem;left:14.03125rem; }
#qSQx30AkbxzmwftFDt5KAzriFdyz5zVW { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #eff5ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.625001907349rem;left:32.500001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #c6ccd7;border-left:0.3125rem solid #c6ccd7;border-right:0.3125rem solid #c6ccd7;border-bottom:0.3125rem solid #c6ccd7;display:block; }
#qbkD4TEDKKdkCukuPQ1ibKpGOJRWPT9u { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -moz-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -ms-linear-gradient(0deg, #d7d7f8, #c5d2de);background-image: -o-linear-gradient(0deg, #d7d7f8, #c5d2de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#c5d2de' );";background-image: linear-gradient(0deg, #d7d7f8, #c5d2de);background-size:auto !important;top:20.437501907349rem;left:32.437501907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qr1TovU3SQeEh5n2PH2GyONhyJR1dIwz { color:#3d3a56;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:21.362501144409rem;left:38.562505722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c6CuqyBHbOtc47qAD6r3MH7pPozT49AP { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:38.500001907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mTvpAbAgiXF4WKcycdLEObcPTaBQGuOM { color:#3d3a56;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:42.937505722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dzl06JBJtJ3M3i1tpyOX4ohhOPeWSf3k { box-sizing:content-box;height:16.875rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -moz-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -ms-linear-gradient(0deg, #fbfbea, #ffffff);background-image: -o-linear-gradient(0deg, #fbfbea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbea', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fbfbea, #ffffff);background-size:auto !important;top:22.562501907349rem;left:51.000005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ffe09d;border-left:0.3125rem solid #ffe09d;border-right:0.3125rem solid #ffe09d;border-bottom:0.3125rem solid #ffe09d;display:block; }
#Urg9h9Wkct3rq9EUiEDOCeROkxwMZxxv { box-sizing:content-box;height:5.0625rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -moz-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -ms-linear-gradient(0deg, #fff8a9, #ffe09d);background-image: -o-linear-gradient(0deg, #fff8a9, #ffe09d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a9', endColorstr='#ffe09d' );";background-image: linear-gradient(0deg, #fff8a9, #ffe09d);background-size:auto !important;top:20.375001907349rem;left:51.000005722046rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o6kG7vbalRfd7ymnL9bsn09xq3V4qtVO { color:#ce0900;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:21.425001144409rem;left:56.125005722046rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RQi7MMcrbpa2fg7LOWSQf1ncrQAnN806 { color:#ce0900;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.562501907349rem;left:56.125005722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M4vIl256eSdUBikW2vaTQ2r2kfZo0XM7 { color:#ce0900;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.187501907349rem;left:60.281255722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5bpsSXLiAa9y6bX0XP1d27v13ZJH9wX { color:#3d3a56;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062501907349rem;left:34.968751907349rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ao5U03mwhiOlT99FRzMO5htbsmwFZeRa { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:32.312502622604rem;left:34.968751907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cI3dwufAObJAamhPpn76svxDBEhmDXgA { color:#3d3a56;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:35.062502741814rem;left:35.031251907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUkfsqbcgKWfu7C5h7hvJJmVZmB9TsHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.250001907349rem;left:32.593751907349rem; }
#uoEimCrF3o6nkTGiXZQ9cx3Dmsk9aKIx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:32.312502622604rem;left:32.531251907349rem; }
#wDdqDSedqTI3DwwUVF7shvUZhwZ2a7rb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:35.187502771616rem;left:32.593751907349rem; }
#mfEqyGbSmRxtAptsDl8IqT6H7g99xDXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:27.187501907349rem;left:51.125005722046rem; }
#Uh9TG7hs8wVTsiivFcch0DiU3T6472Kl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15343;opacity:1;top:34.010419368744rem;left:51.125005722046rem; }
#dohGOHRIVapEutvvTdJ34n2U3EK08DnI { color:#561a15;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:27.125001907349rem;left:53.843755722046rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lg2IgbwV8vql8bfUpT6BBFQ8TzWWLfuq { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:34.062502741814rem;left:53.812505722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUZJtgDmDNG9JeT7sx1TEP03sAKgkJsb { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:41.935419082642rem;left:1.1291675567627rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uSFypaxrSZdeyX7B7qu5MvTeMLkS72Ps { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:52.593751907349rem;left:14.316667556762rem;display:block; }
#obxHvNZbVZaRUxOkbzkV5aPpkXJgsMgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNgol0wEdrbUdwIQ9dlJxx7RpIo7Dbd0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:52.656251907349rem;left:23.625001907349rem;display:block; }
#wI0kE5V59wnZzWTEvfdLl5KyDyQ1gVDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlAwKyMcVrTFS7T7rHdL2oiwGNMaVknu { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #e5d4c8, rgba(229,212,200,0.3));background-size:auto !important;top:56.500001907349rem;left:13.500001907349rem;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.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#XS4OVWT5g319TbfUpSh9JRDX20GpAZ8g { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:14.125001907349rem;display:block; }
#Ft5W6yiUnaPXtsJyLrK5Xu8i67JqnAZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ8XSR993ryPpAitSbPgd0KtTGrBsTDA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:61.625001907349rem;left:23.562501907349rem;display:block; }
#W4t3qbqNXg007NubBAalSGVobnT6vPp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mk49uuOiF0W5shBrRC7ARtZFxtccE9VK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:70.00000190735rem;left:18.562501907349rem;display:block; }
#wa65pzHcWFVT5WlRizS8eyZDTFLRcPxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWyVHx51SbquBwPy364v8qC3HscM7aO1 { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:44.704168319702rem;left:16.500001907349rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmKm1MWRa7VBy4PeMISX6Fk2URvwhCPP { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:47.437501907349rem;left:32.812501907349rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
#EPxKKr8mgi7RhEEthlmal9HUb7tTg6cb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:52.687501907349rem;left:33.625001907349rem;display:block; }
#TqCnsivRGOnv25vTDie4d815bUMTOuUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0ogBGIF6TEMZWCavqxxJrQ5oy9sEPX6 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:47.500001907349rem;left:41.750005722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#ex2MHiUsAN7wTAWWy28Z2xTnD0FwwBy8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:52.750001907349rem;left:42.562505722046rem;display:block; }
#LJaD4PIH6SIl37MhrTtH5ihS7E7zPREP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOUabD70RpQsCiJOn42fbiblJuc6Zv0E { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:56.562501907349rem;left:32.875001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#kmdq6B9tfrF9sAZOdKJyUaByBCV2Myxn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:61.625001907349rem;left:33.625001907349rem;display:block; }
#M5sim2zQ8eThQ2np604NgP1wsGJGZm4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zmit7BpAeQt7oITZ2hW0Nr66UzOhrvnK { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(215,215,248,0.3), #d7d7f8);background-size:auto !important;top:56.562501907349rem;left:41.812505722046rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#MqtbOzAInr4OTXRUnaZih7tFnv8dgllb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:61.750001907349rem;left:42.562505722046rem;display:block; }
#aNUc5WTETLTD4eFWTqaVq2IMgNsb4gTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLqACfRD2MzTw04ehoaXGTV6hqOoTS9J { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(215,215,248,0.21));background-size:auto !important;top:65.06250190735rem;left:37.625001907349rem;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.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;display:block; }
#i4t3d73QiUhDUwGWKFMgrNyF7MI4LDko { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:70.12500190735rem;left:38.375001907349rem;display:block; }
#oo3h402v38dtqsOA7vZKrTarxNtQT7uD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bs2XE8x2MfyHgMVFZ4OvQklpsuUfZh3C { color:#3d3a56;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:44.766668319702rem;left:34.566667556763rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3egF5PixwCuE4ABgZXIF3FesB8C4Jhk { color:#ce0900;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:44.785419464111rem;left:51.437505722046rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5yDlE0n2B6tvfyTiNTKqUNxTWyRpDXp { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#lJ2yvK2uxfEg9kauuBZ2uDkkfIEaeylL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:52.687501907349rem;left:52.375005722046rem;display:block; }
#xpSkZADaBiTLuTeznD8g0ziH21tQk8St { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HduczeaLmcJbekE5ZxQGg4vfXVDBe2Vi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:52.687501907349rem;left:61.312505722046rem;display:block; }
#uZLNOR1wdRRNmDSkzXHOqDh1QB1Gx7xP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSxykL3WhyhQ7sh5USBs0ZlnQKEpFPNy { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:47.500001907349rem;left:60.562505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#wRhqFNd92sRhRqBldgluU91Lw5lwa049 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:51.687505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#h5ODEgG6CDqFuoeMxdbP2O7M8JJrT12p { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:61.875001907349rem;left:52.375005722046rem;display:block; }
#hhUxRxDNRTOwNQrFa5B6g2HqdIm4Szwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTVG2LdAVzLcEAUr01hVhRFAiKV5L5PJ { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:56.562501907349rem;left:60.812505722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#ygT4oPSdZ7ZgsI23J4AalWizEVyv8HSN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:61.750001907349rem;left:61.625005722046rem;display:block; }
#re8r2Z7weVNeQSbFMND4FXUglhLTZDL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3FQa9JnP1NJw2Oy6HlZIFq9KC7R4nPk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:70.06250190735rem;left:57.187505722046rem;display:block; }
#EM1MZSpRTMI95WDCKuDAD6SDcrQHVJTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1IMThnkqgHQO8pgzkAiLQaekMw3Rmft { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,224,157,0.21));background-size:auto !important;top:64.93750190735rem;left:56.375005722046rem;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.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;display:block; }
#TuFCst6VnZJSku9pvi34cTVyAe62pVVv { box-sizing:content-box;color:#5d92ff;font-size:3.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:15336;opacity:1;top:20.406251907349rem;left:51.875005722046rem;display:none; }
#FJr3ZFbfwkD1bBtKHvB5Qm154WGJZQwd { color:#172279;display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.125rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yDTaDhqNKbpD032Z5JEvfhcinqHE4qTQ { color:#172279;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.625rem;left:11.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lybkBzkmcmB3rkn1eMmlmA5XwXqnXUL9 { color:#172279;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.75rem;left:10.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SlMsNPkCczJwCFzJGvLMDa7FXQ74o4Lg { 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; }
#bv5HHJiEFGXHt6euiJhxSFWI9S16V2By { position:absolute;display:block;z-index:15313;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.25rem;width:5.0625rem;top:10.375rem;left:4.15625rem;overflow:hidden;display:none; }
#HMqeIQHeKEBL2JCRiVR37HZ76VdJHrhD { box-sizing:content-box;height:5.6875rem;width:16.25rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:13.060546875rem;left:8.8125rem;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; }
#yC9VDsG24rBIT1TMwPxg6LANrRIrzO7g { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.748046875rem;left:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#omts0K7MoOcJntokXKPl2M4eKBpRCBzf { 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; }
#giI7iXBbG1EdVGMGGNKOFur2XEh9P8zx { color:#172279;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:6.6250019073488rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#od8OcBy36TafTUQiTSvTB9AG1UDWutS0 { color:#172279;display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.062502861023rem;left:6.6250019073488rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K7bxKM4rZlWepHKDTCpSvLoSlOr5IGkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15315;opacity:1;top:18.000000953674rem;left:3.375rem;display:none; }
#XfTZGZD2lzEsnVzCnFGLPBEnEQolBVyE { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#VoUlNUsGnK2DLT0u4gUMf0HGiDstzhm1 { color:#561a15;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.9375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#khvWTREDrOSSzXtIEVWunXhM8EltfB4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.5rem;left:14rem;display:none; }
#g2wylX4z5vqv5WmX1p1vf1EqDUlPV9yW { box-sizing:content-box;height:19rem;width:16.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -moz-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -ms-linear-gradient(0deg, #fff4ec, #ffffff);background-image: -o-linear-gradient(0deg, #fff4ec, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #fff4ec, #ffffff);background-size:auto !important;top:20.436459466815rem;left:14.033334732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;display:none; }
#bhI1SSMU3wJtn8m5KEs3ZQpJxoTV2lTO { color:#561a15;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:21.550001144409rem;left:19.687501907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#W78KtAp2fp0vyuIM7Co9B81kTpm902cx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15355;opacity:1;top:41.905380249024rem;left:15.499133110046rem;display:none; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { color:#172279;display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.125rem;left:6.6241331100462rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { color:#172279;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:18.0625rem;left:6.6241331100462rem;height:1.62475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15315;opacity:1;top:18.0625rem;left:3.3750009536743rem; }
#EKmeZH2r2eEfttWoyztO1gXBphc2zrwl { box-sizing:content-box;height:12.5rem;width:7.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(280deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(280deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(280deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(280deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:2.6875rem;left:2.4921884536743rem;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; }
#lLciIdaRWch3XORoFkszs0CDyi1T41LM { box-sizing:content-box;height:3.75rem;width:6.625rem;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:15061;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:7.0625rem;left:3.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lLciIdaRWch3XORoFkszs0CDyi1T41LM.adaptive-delivery-prevent-bg, #lLciIdaRWch3XORoFkszs0CDyi1T41LM.lazyload, #lLciIdaRWch3XORoFkszs0CDyi1T41LM.lazyloading { background-image: none; }
#hL0yH7Ked35po4vU1tIPCKQaxIglZ3EE { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15340;background-color:rgba(20,43,223,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:9.6866331100462rem;display:block; }
#EucFFOLLx6UNRcLGU9lqTUJSfhEpx02g { color:#172279;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.9375rem;left:11.061633110046rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EEPTpfJQfHysDg8epFNO6VNSQBE3v09t { color:#172279;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.0625rem;left:10.936633110046rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QN83lSrZy7QI7lyW3Q7tbkWwGkvUVZoh { color:#172279;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:6.6250019073488rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#paWlt2eHc9mF439qewl1fGQsGl3mNTKP { color:#172279;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5060768127441rem;left:11.061633110046rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .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); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6500001623535rem;left:3.810417175293rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.63333375rem;left:3.685417175293rem; }
#MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:2.3;letter-spacing:0;top:7.3937516882325rem;left:5.8937511444092rem;height:7.7636625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.301043100586rem;left:3.685417175293rem; }
#hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.110418863526rem;left:3.560417175293rem; }
#boCUcruQTbkW43CgMs94o1h6fBT0MZXK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.1375013067625rem;left:51.392713546753rem;height:2.7002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb4rSmvTD22AblsU6pb2Np74yKNkZThK { background-color:#e69f1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5625rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.356253214111rem;left:55.893751144409rem;display:block; }
#DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwDWZo9R0bt06zpJSz209Te9hxFKN64o { box-sizing:content-box;height:13rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.3947921469116rem;left:45.312505722046rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:12.9375rem;top:0rem;left:35.330385445935rem;overflow:hidden;display:block; }
#SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { box-sizing:content-box;height:15.4375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:1.7697921469116rem;left:0rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { box-sizing:content-box;height:15.8125rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:0.1875rem;left:0.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { 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.75rem;width:10.1875rem;top:9.3083333969119rem;left:60.937505722046rem;overflow:hidden;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { position:absolute;display:block;z-index:15044;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.74956875rem;width:8.686rem;top:12.638543128968rem;left:61.687505722046rem;overflow:hidden;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { position:absolute;display:block;z-index:15149;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.8125rem;width:12.9375rem;top:3.8291673660278rem;left:46.687505722046rem;overflow:hidden;display:block; }
#fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { 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: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.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.3125rem;height:2.3125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:12.91796875rem;left:8.37890625rem;display:block; }
#cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.685546875rem;left:3.8125rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:8.2322931289675rem;left:48.438543319702rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:15.8125rem;width:27.3125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-size:auto !important;top:0.140625rem;left:47.625005722046rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:3.0479173660278rem;left:59.942708969116rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { box-sizing:content-box;height:4.6875rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.06979125rem;left:39.372892741147rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.adaptive-delivery-prevent-bg, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyload, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyloading { background-image: none; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.2489585876465rem;left:4.6875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.9658203125rem;left:3.6845703125rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.770834922791rem;left:19.879167556762rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#E980wQbdf07CLNWyeazqPr2623FFxslu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:4.1479034423828rem;left:3.7760410308838rem;height:1.3501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:9.1826171875rem;left:3.6875rem;height:2.70019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:12.6826171875rem;left:5.125rem; }
#fGvK1scL5pra0XHs2lONqdZChxBrPGUC { position:absolute;display:block;z-index:15166;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:13.625rem;width:8rem;top:2.3166666030884rem;left:50.659376144409rem;overflow:hidden;display:block; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { box-sizing:content-box;height:5.99935rem;width:7.0605625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.875rem;left:33.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.adaptive-delivery-prevent-bg, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyload, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyloading { background-image: none; }
#XPTfTUUzdTDdI4luatB995XtNrObyD6T { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -moz-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -ms-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -o-linear-gradient(180deg, #e6fcff, #f6f9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );";background-image: linear-gradient(180deg, #e6fcff, #f6f9ff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.34375rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.46875rem;left:70.062505722044rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.796875rem;left:9.71249961853rem;height:1.5942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.56041717529297rem;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:48.125rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#053b67;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.5000019073488rem;height:1.4624rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:15.75rem;left:6.3125rem;height:1.8005375rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#053b67;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:7.5rem;height:4.38720625rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.125rem;left:6.25rem;height:1.8005375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:23.9375rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#053b67;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:7.4375rem;height:4.38720625rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.625rem;left:7.5rem;height:5.8496125rem;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; }
#SF4rSUqlHENpk6nSuWTtAl7WE6h4iBrl { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:31.9873046875rem;left:6.28125rem;height:1.8005375rem;font-style:normal;display:block; }
#VRFci5GoT8kUdLfRaqt7KdWKiPPfGRe4 { color:#053b67;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.625rem;left:7.5rem;height:4.38720625rem;font-style:normal;display:block; }
#HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:40.8125rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { color:#053b67;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.0625rem;left:7.4375rem;height:2.92480625rem;font-style:normal;display:block; }
#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn { 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; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { background-color: transparent; background-image: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container > .video-iframe-container { display: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container { display: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .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); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { border-width: 0; border-radius: 0; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#yThZBMcUOOD9WINEQW7SySgikOOVRVbB { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.4083337783814rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U3fVh6WoBqSubW7QX9y8EQEhAkNK5fdG { 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.5333337783814rem;left:70.062505722044rem; }
#LarDd6WUi37XPXhsRvAi48O6Dm8TF6nG { 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; }
#IOaSqwLJOJmSTIiRrEKg4208eAd2nKJv { 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.8614587783814rem;left:9.71249961853rem;height:1.5942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmGPZDD023vwETM711qztI6XJbVrPZGo { 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.625rem;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; }
#mV0Dn1wirltqkfVobouTlpgTewcyltwu { color:#31315b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:1.8458337783814rem;left:19.281251907349rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J { 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; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { background-color: transparent; background-image: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container > .video-iframe-container { display: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container { display: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .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); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { border-width: 0; border-radius: 0; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#vMOzHL5xpForO2tbaVpIiiDwJ7FGbZrc { color:#31315b;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#VeEQ9LECE12aA1Q08szOk9e1Xkx635SN { color:#053b67;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4375rem;height:1.4624rem;font-style:normal;display:block; }
#XFLDzCUp2iCeHxEFyTLXIXxlZwTAmyGu { color:#31315b;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.375rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#cEXXRSxW8g3hboUJJX6LtnfJVPhIGiAR { color:#053b67;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5498046875rem;left:7.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#ABN61bEFwgBCuW5eUQ95aXThL2bgL1ah { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:5.75rem;left:6.25rem;height:1.8005375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Aw806ISRrkg57zVz6UTGBTZM8SCe6NKA { 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; }
#DMu1e6LTB5CiWM0KPOBP7ILbk7Wvt1Q7 { 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; }
#KA0pO5I9JzPzONrcRoIeozwa82MNmmmT { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:18.187500953674rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#qywvLltAr7vDhoXbRvXezXfHzwnh8A6Z { color:#053b67;display:block;width:60.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.375000953674rem;left:7.4375019073488rem;height:1.4624rem;font-style:normal;display:block; }
#fttDTXC2M5hSqAGPXQwuO8cxgkUaKcHG { color:#053b67;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9248046875rem;left:7.1875rem;height:1.4624rem;font-style:normal;display:block; }
#Mss8UnTcmvkoQX2ZD19ahKruWRFJpChN { 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; }
#D9DwnqHOTtL6pClHPQfWpHe9iSEVp53e { color:#31315b;display:block;width:24.9323125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:23.861459732056rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#ac58E8btPF2bkZRQMKE1EUQATlnVZAoG { color:#053b67;display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.082292556762rem;left:7.4375019073488rem;height:2.92480625rem;font-style:normal;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.67309375rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.271728515625rem;left:48.499755859375rem;height:1.13769375rem;font-style:normal;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.75rem;top:1.84375rem;left:22.066667556762rem;overflow:hidden;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { box-sizing:content-box;height:10rem;width:34.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.74894714355469rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3114471435547rem;left:16.748960494995rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6125030517578rem;left:16.964582443238rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:8.1875rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.560791015625rem;left:38.873291015625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7791676521301rem;left:40.87917137146rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSrdzAeMJWLdOtpV5aXWrrdwFQ56dOpL { color:#31315b;display:block;width:24.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.627685546875rem;left:48.49853515625rem;height:1.13769375rem;font-style:normal;display:block; }
#iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { color:#31315b;display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.890625rem;left:48.499755859375rem;height:1.13769375rem;font-style:normal;display:block; }
#AmZemJSOUrWm4pPk93ovDAmKiWzdtDAn { color:#31315b;display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.549560546875rem;left:48.499755859375rem;height:1.13769375rem;font-style:normal;display:block; }
#lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv { position:relative;display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { background-color: transparent; background-image: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container > .video-iframe-container { display: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row > .video-iframe-container { display: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .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); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { border-width: 0; border-radius: 0; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .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; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .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; }#RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { 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; }
#MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { 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; }
#Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { 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; }
#FFEaOUnFDEfApuikDMczK419387klAPZ { 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; }
#kuKqPtg0xHSzltTL8GC4cekZ2i8m6ilx { 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; }
#SEWcOGggaT04NnTNS9w9hJTQ2QW67pB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuVGgLwCSWMcmHuTGZa5ByLr8rIKmDKx { 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.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QizvZ7ZlTMZODdCUK4fF6LqUesVVTUt6 { 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.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dSsJFmcyJdtT8VEiW3xfl1mV0C4TkviT { 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; }
#szfFtEiIM28nOWrxQARw5FQTWm4anaul { 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; }
@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) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:5rem;left:19.8125rem;width:27.9375rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@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) { #sdumX2lzWEMcDdf160bwPfbGQqb5q266 { top:2.125rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:2.9375rem;left:0rem;width:4.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:15.25rem;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.125rem;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) { #ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { top:0rem;left:0rem;width:6.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { top:1.9375rem;left:0rem;width:20.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uueAW3mEmk2VssXidGqeDfLcvFihcV8K { top:10.625rem;left:0rem;width:5.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uJgttKg00hp63ANSBpOLywv1GegGT8 { top:13.375rem;left:3.46875rem;width:2.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnTBq7HfqVqWy45nvNOxXiLPk0p6Nr8 { top:2.625rem;left:2.6291675567627rem;width:14.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86AtvoHHTirMv8Gx3VgwGuJyWrrvQ2q { top:9.3125rem;left:2.6291675567627rem;width:26.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsypaWiUdgcEa6tnXZTfWWTpizMv03R { top:6.5rem;left:14.34375rem;width:4.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZ5E3BlS0exIIxKqWNouTVyMNdXcmZx { top:15.6875rem;left:14.09375rem;width:2.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQNfMoAoiEJWC7KvSzyD2ZgqxIh5kHC { top:7.875rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVaWITGsS9c3JJS7I22cQ2kaXefLAov { top:10.375rem;left:0rem;width:5.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MfMQT4VUgJ0TwiE3fuCFGLbr6G41cg { top:2.125rem;left:2.3125rem;width:14.875rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBJAU16ESenERwr0eLSa9LoT5kgWNQdH { top:12.1875rem;left:23.5625rem;width:24.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDo6SWg9TTtczy0fTshCTTCuU38CMTu6 { display:block; }
 }@media only screen and (max-width: 763px) { #U6iMCNEuWH0L60geASGDsSwieGfRtHsn { top:8.6875rem;left:30.8125rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:5.875rem;left:0rem;width:10rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:5.875rem;left:0rem;width:3.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:7.5625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:7.625rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cFtOnM83FTDDrlDQHTImezH2K73HkT { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9qc8yqTntMGNMZMaxznhqsISDgvgahc { width:11.25rem;height:2.5rem;top:7.8125rem;left:21.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cklWGHqtziFm54Wbysr5RUr3fWSeHeFb { display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { top:13rem;left:0rem;width:13.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { top:13rem;left:13.937501907349rem;width:21.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { top:14.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { top:14.75rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { top:13.8125rem;left:8.8125019073488rem;width:24.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { top:13.0625rem;left:8.6250019073488rem;width:5.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { top:12.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { top:7rem;left:0rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWZVap3I65OssomAOKtSfvFAwZVzmCLM { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L388WzMKnU8nOvVCoFozDcttHCzZsTzy { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFWLnK29tIilEghXLeenbssfhaxbC19o { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { top:11.375rem;left:0rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { top:13.6875rem;left:0rem;width:7.1875rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tadiE2qTt07PFWKVpSBUVkGGkXvoRIz0 { top:20.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpmkdqJOGHqBFgRa2eezXLorky39am2z { top:20.4375rem;left:1.1250019073486rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { top:21.5rem;left:6.0625019073486rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { top:23.4375rem;left:11.000001907349rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0qsu9VVQtAKca3ihVWsodhLGRMlruq8 { top:35.3125rem;left:2.4060878753662rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHmP0olwW94I6DcZeTUMIyyLRBtMTwr { top:20.4375rem;left:38.250000953674rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { top:20.4375rem;left:19.562501907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { top:20.5625rem;left:0.62708473205569rem;width:16.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITp09yUqKPbk1puH2sUmyUPNintFpzrC { top:32.75rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uk62LwZE1BEUxC1cocTfJUklGTQlvk { top:35.4375rem;left:0.40625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { top:22.625rem;left:18.812500953674rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { top:20.4375rem;left:18.812501907349rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { top:21.3125rem;left:24.937505722046rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { top:23.5625rem;left:24.875001907349rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { top:23.1875rem;left:29.312505722046rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzQVeMBBnkbPFavEF2NSm6iyrFzfNtTK { top:22.625rem;left:29.6875rem;width:17.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rziHTSKIKqLKJ3Kh5w9KPEzvnzcgTuNN { top:20.4375rem;left:29.75rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUFp7q4PnTtx6EhefcSO0QD2yXDWTiR { top:21.4375rem;left:38.9375rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KD3NE4ve1Kz8AiuZJbA8O8GVc4LNfc { top:23.625rem;left:42rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB3cDwlbMBgqLWoANXoFNMBAT8dBDXH8 { top:23.25rem;left:42.0625rem;width:5.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { top:27.0625rem;left:21.343751907349rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgShNs0VoV10m4kIWOtQI05InWsHR02 { top:32.3125rem;left:21.343751907349rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0eJxp0rLcpXTRyncrJkDZNN0lgVE3Kw { top:35rem;left:21.405923843384rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { top:27.25rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { top:32.3125rem;left:18.906251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmkFN2SbmwsS7FgHKsMSsmspnIfA4rNP { top:35.1875rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na2iDzQaTUTtcmu1ixHZVdtqoTIPiXlN { top:27.25rem;left:37.500000953674rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0UDGwWBJSCawtxNPGAx4OBzryEaL2k { top:34.0625rem;left:37.500000953674rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRJc4IwVNI03PTJSpiymO3VBK8MPBQzF { top:27.1875rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR9TBpZdaMxTsZq2iXs8l5AyE6f8ULvC { top:34.125rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { top:2.125rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { top:56.5rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { top:62.0625rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { top:62.75rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { top:62.0625rem;left:9.2074670791625rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { top:63.3125rem;left:9.3159723281863rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { width:6.75rem;height:2rem;top:67.1875rem;left:0.69097232818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block; }
 }@media only screen and (max-width: 763px) { #VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { width:6.75rem;height:2rem;top:67.25rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block; }
 }@media only screen and (max-width: 763px) { #yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { top:70.1875rem;left:1.1866331100464rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { top:70.3125rem;left:2.4991331100464rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { top:71.9375rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { top:71.125rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:6.75rem;height:2rem;top:76.375rem;left:0.49913311004639rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
 }@media only screen and (max-width: 763px) { #fWBeax37Exy8QKWkIwRsJD1yZz2wNVTB { top:71.1875rem;left:7.4366312026975rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { top:71.125rem;left:9.1875009536744rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8krEbR4st2i0Lh7PCSp83f6vCZPmKV { width:6.75rem;height:2rem;top:76.25rem;left:9.9375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um08cMGg6Del7lvKNBnFE4TswM5uibJr { display:block; }
 }@media only screen and (max-width: 763px) { #BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { top:79.5rem;left:4.2491312026978rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCGAX1W4LqeOnCr4nt7Ur1DL6n6XQxnv { top:79.8125rem;left:3.0616331100464rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdIDQc6O80qzn7xT8G70pBMdZDaOZSN { width:6.75rem;height:2rem;top:84.625rem;left:4.9366312026978rem;display:block; }
 }@media only screen and (max-width: 763px) { #IytPxfOzOCP84A0IOJA9hni7eEBzF8wq { display:block; }
 }@media only screen and (max-width: 763px) { #fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { top:59.3125rem;left:2.8741331100464rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { top:63.9375rem;left:19.875000953674rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { top:62.0625rem;left:19.187500953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { top:61.5rem;left:20.625000953674rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzufLb7VphTLITpRpFObytcBGHLDWsw { top:61.6875rem;left:21.875000953674rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:6.75rem;height:2.125rem;top:67.3125rem;left:20.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
 }@media only screen and (max-width: 763px) { #HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { top:62.125rem;left:28.125000953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { top:63.125rem;left:27.437500953674rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { width:6.75rem;height:2.125rem;top:67.375rem;left:28.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block; }
 }@media only screen and (max-width: 763px) { #hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { top:71.1875rem;left:19.250000953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbWySFyD65tNqQslqqgBghkXNfcRCXD { top:72.1875rem;left:19.437500953674rem;width:7.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { width:6.75rem;height:2.125rem;top:76.25rem;left:20.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block; }
 }@media only screen and (max-width: 763px) { #pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { top:71.625rem;left:26.937500953674rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { top:71.1875rem;left:28.187500953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCZTbNgCmiT8bv8d985vII98w0zBygco { width:6.75rem;height:2.125rem;top:76.375rem;left:28.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block; }
 }@media only screen and (max-width: 763px) { #WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { top:79.6875rem;left:24.000000953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { top:79.9375rem;left:22.687500953674rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlckgHTzsbttrcTdafHMQd4mIxwiRxts { width:6.75rem;height:2.125rem;top:84.75rem;left:24.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block; }
 }@media only screen and (max-width: 763px) { #TZ2DkBUFUBsNrNbTHQJUUVyeMM7FSiEJ { top:59.375rem;left:20.940972328186rem;width:13.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps28lyS3Am4v2bq1hZChWJIlSd4qHHOG { top:59.375rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { top:62.1875rem;left:38.062500953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { top:62.5625rem;left:37.062500953674rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:6.75rem;height:2rem;top:67.3125rem;left:38.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
 }@media only screen and (max-width: 763px) { #WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { top:61.75rem;left:34.8125rem;width:12.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:6.75rem;height:2.125rem;top:67.3125rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { top:62.125rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { top:71.1875rem;left:38.062500953674rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { width:6.75rem;height:2rem;top:76.5rem;left:38.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block; }
 }@media only screen and (max-width: 763px) { #VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { top:71.0625rem;left:35.125rem;width:12.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { top:71.1875rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { width:6.75rem;height:2rem;top:76.375rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block; }
 }@media only screen and (max-width: 763px) { #gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { top:71.75rem;left:37.9375rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { top:79.9375rem;left:37.3125rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:6.75rem;height:2.125rem;top:84.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
 }@media only screen and (max-width: 763px) { #QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { top:79.5625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { top:23.5625rem;left:0rem;width:14.3125rem;height:7.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { top:18rem;left:0rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrTPBoFCc3GLARhiX3bHdtOpmIbmDd4t { top:43.1875rem;left:0rem;width:47.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSAUOhBNf67EgSg5o7UlB7763pnrKTGL { top:41rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2FhKQHeOG1sdQxif0l4py4oIoUVxNna { top:42.5rem;left:4.875rem;width:42.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnAFSyKMS1OT2AeZxxnGiyIkWKelRnBq { top:47.25rem;left:0.5rem;width:47.25rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTqEQVJnoHgzJlbAxQ8Bf9Ebpk4lTqA { top:47.4375rem;left:0.56250095367432rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzg9ViChqa1scXqdD8fTyZVC3G3zLk31 { top:41.875rem;left:1.8741331100464rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek7xgcFZ0oEQ72O3TpZHoEOr9Wm5H13o { width:11.25rem;height:2.5rem;top:49.625rem;left:21.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7ZNHTyOhfnnRUPmi66xZDUwLrkBCt2 { display:block; }
 }@media only screen and (max-width: 763px) { #atdRPcWyLFSlLokb3FPnSvFb7sneCo4x { display:none; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJCabRTAGyXS478aZ7Gp2pXBNpCbkgc6 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9msa3DSLnG9XAvmbD4t0U46rpDuZe73 { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE61nkhkcD1GqttaJZMmecKynFZVLFTD { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHXn6ad7rvEtW7XIwsPQOoAAmvOBapb3 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOhAhocSEgVsF6BPg9pVB0yXEa3rOse7 { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAoT4QOlt5CIzWk8xoBghcXCHifcgm3P { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #haTEnndHIEfG1CayfINl2rrT5vUkppyb { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGTMQnxoKu7RlCdQ6Baqpgfb9GkM43Me { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ9bMNh21Bb4mD5VdMmpk47M64KNOiRC { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOOyzX1nOq3Dhr4LOBitul368pzWJOX5 { top:5.875rem;left:0rem;width:3.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2OdlA9V4AQT52bb6HDfzZ5e8skfn8xQ { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQkXSraJzQtEyJEOtyAzOsi65qlrrTOL { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0ugNdk4m0k3TSl50XTXT7839XxRIXV { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcBOcXItd5kFV3LG3ruSvzzfsCNyvnxv { top:13rem;left:13.937501907349rem;width:21.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFys8SRurrJRMxF0VITkyXwNF1DeG80 { top:13.8125rem;left:7.5625019073488rem;width:24.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX8iLkps3Lr5TPI0B2T1gBWtGp4sBWaE { top:13.0625rem;left:11.375rem;width:5.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGPPzuSSJVEFsyftCCXCHC0cdzPr4Ny { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tir3b1ThI9bAIqLRuF10AmZRGUkzxTgR { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhvmT4xR8szLOhdMJRM899LKdH8Mgv3V { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p75Ev8BPVvc50iy7m7dWlDyF28Tk8GRZ { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zP7VmAFwpFIca9cwwcMWBNJNw0ytR5Lk { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xz5dqldlpxJ3PTXHqZUH25X4p4XAuwKS { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sg0ZaewzSAOKTqNgVC7bLhZFG2SZl5Hp { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK8f5XrLJQBkzi6K3aHmrraKPpc0VTOC { top:12.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxOenhhJr6I0ZThunqLemHyKgSn566M { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPzT7y3Lbawri7QlcupkZaGEE5mUTQge { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWZBexSoQmUaHQc7NWZburvenUzbXyxq { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLtVma8szLswGcCSkDqdCLFuqz1UvuV5 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thL50SFz8GyTC9bwVp7volXyP6kLD5WV { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvX5q8cX4zEMLD5RyxbpQDwXXHk3arWN { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0DbOVzT3Obvf1cxJSqkwOGBJ6dS1lZL { top:15.25rem;left:0.09375rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5pJG2mVTUeJhluBEeN5TknCbTLZz7xu { top:20.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJrcUqWM0LJmXpmLP6ARgNiUzzdV1RAn { top:20.4375rem;left:1.1250019073486rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoz0J6pMuwPWuP9Fvpnygr2D8x2tHnc { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #IopaOhGTvh4P9Dnm2ocHXZHKSFzZWA7k { top:21.5rem;left:6.0625019073486rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc1znLGhAdzamSJfPQulEWrKxL9CgPKH { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1VBCcvpwuZa3Erw6OTd9Qzs6VfD8WT { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCsnp1V1kHOpQi9faShUGLdDT6HUzSGM { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiCfCdRqTvLbKFRiG52SFBokSl7VXhmB { top:23.4375rem;left:11.000001907349rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THrCQcOa1g0wMpTM8FeM5ZM2Te9L9JZx { top:35.375rem;left:2.40625rem;width:14.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdKZpCeQsbnlAoc3cPxqACACyLzJK4It { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZv2HTOZIkFhcfPguTWCqQhXp40m7Ovo { top:20.5625rem;left:0.62708473205569rem;width:16.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4NU2o1cqgnf7Vh8z0i8Mrvox572e9H { top:32.75rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7LU6ui10yilHJLKkMQ95h2K3UydOgaR { top:35.4375rem;left:0.40625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIKkFzBZ5xhg67TAUqnZ74Att5uBfPKQ { top:22.625rem;left:18.875001907349rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7tNMfBTvhXQRaDxsQRmX7BDAsMAPqPm { top:20.4375rem;left:18.812501907349rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUyq94HHZrTq7LPPPX65INA1rGacl0C { top:21.3125rem;left:24.937505722046rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI24TNzXiE9qaaTvrpTZsUiwEOD738yB { top:23.5625rem;left:24.875001907349rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLo9NEUHVBieVtn0QO6VsvT38q9ZSQq { top:23.1875rem;left:29.312505722046rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7rwBzLQw7qWnTZwUBW2OBWqVguROMR { top:22.5625rem;left:29.75rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9GOB8TcSAA6WG9i9ytgDxVaQ215f1M { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm0f0bwxhNuu10RGRCR5ycfHVVvN1qXu { top:21.375rem;left:38.9375rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozaplhx6qyrv6rXxgXJercvhPE8SIeSX { top:23.5625rem;left:42rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCktBLgDuc6KfOBmtQ9Qzqq9o4ANRRBa { top:23.1875rem;left:42.0625rem;width:5.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0ZxiesNJ0h3A6UpVZpWQcBoVHgoTNk { top:27.0625rem;left:21.343751907349rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLW740ScVMrSyvpF2xb61G5ISBFyTFL { top:32.3125rem;left:21.343751907349rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQeZimV1QqXFCskWCgCTe1s03fAOncVb { top:35.0625rem;left:21.406251907349rem;width:15.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvLJ2N6TXWef2nO9hRqeC4ZhxEEAkn4 { top:27.25rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PktQaqApmcJAUWFVMsT7NnTSkWITwoL5 { top:32.3125rem;left:18.906251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4gCWtsILK6FMgOFJM4psVtcGRnHDux { top:35.1875rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwzyUPmt5zbwLLTu3PTKFNtTOoztOboe { top:27.1875rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyfElRePe299iCuIUOLiFLlcFpZ16elS { top:34rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnte4C2o44G9JG0K6ZQ6T1VwtXJKoZ16 { top:27.125rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAcZba4W7hkmlEsJ84bX9Zbym53TzJwv { top:34.0625rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6VKFVBbPQrJxP2lROnDQXUJMK12WQqR { top:41.875rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpByxahZc5sFIdXOg1gCubJa2TwAlba { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIXqTDCtT6qZQJ8q99no4Wk00U6G0eA { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vJuBrP2MPWuXvE386sUIderNywwAGv { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ1kzoKy851EDUfFSGnXy92m6I9yW3hQ { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ8yTwzmKzza8FlCBtZBXCvLbP0AGmy5 { width:6.75rem;height:2rem;top:52.5625rem;left:0.69166755676269rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhobiblMDisDETfW1F2VtHV91SzInrHz { display:block; }
 }@media only screen and (max-width: 763px) { #oJiJrB3GeeDoB3hTEiubAxH6XnupdbyX { width:6.75rem;height:2rem;top:52.625rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7zzE0TR9Dzq5d28vStiNd8P2fkJmdLn { display:block; }
 }@media only screen and (max-width: 763px) { #Le1mzTcxyLix5fTf7eI951PEGsdJBuZi { top:55.5625rem;left:1.1875019073486rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4q88J4EwOlKvMJ07GV3f4NEfJdI5ZvP { top:55.6875rem;left:2.5000019073486rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAKbXkT2TMMm2TOdgfDpQcXy3kkUZgwX { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlMxB0eiZ6K1HZ5z6n8unv1ww0nEaw47 { top:56.5rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAb3cT7zpgGPTOw3QJoTBugTZWC5wRw { width:6.75rem;height:2rem;top:61.75rem;left:0.50000190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSEmhcEgeclVNoMFglk54IbDFUCKyoQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #zm8fLm5A6RWGnkoayRrIHS0aTRopM5Pb { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcwwwoASEz0HrC660uBwgm168Lip7af3 { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcUmpPMM8XOHvZcopNlguhuHPO9CfUNR { width:6.75rem;height:2rem;top:61.625rem;left:9.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmcvM1l7wblVKVFioqta0JhlOecwABdp { display:block; }
 }@media only screen and (max-width: 763px) { #pJ8FQypCNswDNA6mFRw2FVNIFxmkcmgw { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAT7OGGdhntbRzw7AET2DodBsM6Wi0v { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1aMTAJniK2etimIgBaxhayTLF1fRDi { width:6.75rem;height:2rem;top:70rem;left:4.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meqzn5Ls7iFLgypdSph5BfPHGgCxMmVl { display:block; }
 }@media only screen and (max-width: 763px) { #XQseTMJyWLN7wbakPvbiRUFCwbP31w8L { top:44.6875rem;left:2.8750019073486rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1DttVup48uizdGCaowR9fJSaoPkKXTr { top:49.3125rem;left:19.875001907349rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT3KeJ0SpqS7FwGs64syZEpS2dktQJ6o { top:47.4375rem;left:19.187501907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C28IHJgNTBiBoThmqBSGHZVsTlf9pueH { top:46.875rem;left:20.625001907349rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZp5lq2omeKTh2NspGc0cMJhtMPTGKf { top:47.0625rem;left:21.875001907349rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQT1gc406R9Aq18MmUt02M1L2oUhoKNu { width:6.75rem;height:2.125rem;top:52.6875rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nGTCmzorfDQrLo1QlW1cQwKwiume22 { display:block; }
 }@media only screen and (max-width: 763px) { #BSUg4Xw9B45uhvn6JDlcFJZVt9iJtCyJ { top:47.5rem;left:28.125005722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNypgP26uFdaT4drp0GwfcGF2rH0Ldc { top:48.5rem;left:27.437505722046rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqwau9eezGABsMm2Lg3q225Vt1VKXPg { width:6.75rem;height:2.125rem;top:52.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwKc4R5KZMyD9oHF96fwRTmpL1MPznJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtGPB1p5ZKCT9DVzHs2HD2Xsw4fSfM6v { top:56.5625rem;left:19.250001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIvqfv57hJS5HwGiFu0tqac8A1vLK7W4 { top:57.5625rem;left:19.437501907349rem;width:7.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JDZQqVOKDeJHosX5bHu4cyU30DEpGv { width:6.75rem;height:2.125rem;top:61.625rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIJbepQhfcXJXyGshPuPud7UMbpZNMI { display:block; }
 }@media only screen and (max-width: 763px) { #ToGF5ywVOdllDiEVNt6rJu0JcSIgnczO { top:57rem;left:26.937505722046rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTlnEBI7SBkbGC1txd6XGQqw1Tr1eftA { top:56.5625rem;left:28.187505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVqPxnzC9cCX5bMu4pPKwIRTkJsnzNub { width:6.75rem;height:2.125rem;top:61.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0JGSbeupKeiW9DBVgPnTxoQ3cNPo9rb { display:block; }
 }@media only screen and (max-width: 763px) { #TGbu8bx50ThBw8d5EUdCxSk8qRhDobS8 { top:65.0625rem;left:24.000001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBOAiw0IkToXG0byi73NLDRtN3CFMv8F { top:65.3125rem;left:22.687501907349rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKqSpwOKbTGApfythzJUFVowtgpQanZ { width:6.75rem;height:2.125rem;top:70.125rem;left:24.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWMzNhgSUoqN2HacgIxR0lnna201T80 { display:block; }
 }@media only screen and (max-width: 763px) { #MFZ6DLU55sEk6THQZIPoqldFSydmqtT6 { top:44.75rem;left:20.941667556762rem;width:13.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPnJglDqp4HM2D1UzlFNETVCyL7gW8BN { top:44.75rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBMi65d0phTsVZP5NffDtKsCWFzFIRR4 { top:47.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhfloaSffBZaJwE03ovGdRuXJqi14HdA { top:47.9375rem;left:37.062505722046rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2kEprgvQgtDrATE7eyBEMnTMpM5qpDS { width:6.75rem;height:2rem;top:52.6875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHfk9DGzpTrcZJvOhwpnfFxSTQrHMgaT { display:block; }
 }@media only screen and (max-width: 763px) { #uRTa9ETK8FVGT30OK1aTyo7mSur6aTX2 { top:47.125rem;left:34.8125rem;width:12.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV3JUd2N5zNRtBqdxfaLR97D8zPM35rN { width:6.75rem;height:2.125rem;top:52.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgigS7D0QNOiNOJPNMathHxizz1sBGLu { display:block; }
 }@media only screen and (max-width: 763px) { #hxgNrzRJiV5h8CTpO8yOHcNF5JwAMo0x { top:47.5rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywzKiQvvfJWOOTJr9Eyi7ZzBrrZlgZpQ { top:56.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nng8AwLOWCPJAikFPAda57pSLMWHsN5q { width:6.75rem;height:2rem;top:61.875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1PT7TJTtUrl0OTJoWyvW39qC9oCHJrG { display:block; }
 }@media only screen and (max-width: 763px) { #SKrEHszSDubPU9MhiFTfVT8ZXbQh0TQc { top:56.4375rem;left:35.125rem;width:12.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UErToo0JUISStysuVrBSy5d3CrhKXnhM { top:56.5625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXXqoh3Jxhiese3dmy4eqAC3f0sTomaU { width:6.75rem;height:2rem;top:61.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlf3TmVWITffO1AeigXKQ8PzfTvKG4as { display:block; }
 }@media only screen and (max-width: 763px) { #xzm9GTPvh7Vy6m6ya6WNRyd5MHz7T0N4 { top:57.125rem;left:37.9375rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnfeHCBf5oDcTZEi1kup4gmML98cWEJ { top:65.3125rem;left:37.3125rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nog18alZeA0uzEbqxtFTX4ZBXr8ycOtq { width:6.75rem;height:2.125rem;top:70.0625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #nII54J0w4qPD42oLePJGXDk51glyrvyH { display:block; }
 }@media only screen and (max-width: 763px) { #CoczWFqBA3HE6C4oOtLJo4diLwR3IP4E { top:64.9375rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0yZTSsCt8hdOQXsixJ4zzeGSokSkIS8 { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJXSiaQbeA9GCOUTnTmwGoUOcwlF173t { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWRDq8DIeRI9m5D3GTc4hGK12uUmUDNu { top:16.5rem;left:0rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTrlNy371A8DUaL4O0coaL3J18nxW8dc { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMcVxfvmrkd32dqKJkoCEXhUA6iN6MUu { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMaPI8uDMPzgeWQZyESUtWCilvJrFSls { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #owQopV1JCfVtSXeJfp0sN1oVHnJk91Fb { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vayo7aSmkHrAncC3T3rEehiaLX8kXNfk { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLIAa7zBXCzx48xXGRzT0ZqSQOzsaeHE { top:1.625rem;left:0rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyUGKVuWz3NNol4ZLoecFlHcucioAHTS { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKD1Eaa45ET8MlsBUApUusfpkt5i8hvv { top:3.5rem;left:0rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vALWW8uNKzrFvBHG5X3ax976aERNGTab { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LysGyZKVL9u1VS1PU0MBPqG06J7Wcrsv { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxzcFthfrqfuuu3mDBdNswSJfCTFi9NE { top:36.75rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJuqGQuAWyaNM1TrqeXs6diICzxns2Cq { top:55.5625rem;left:1.1875019073486rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5MVHDaoPq4khc1IC3R7FX5m36BSr3ro { top:55.6875rem;left:2.5000019073486rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChnSAMq5fZS88dOlh5lRbes41nRJTnX { display:none; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyH0yyyPQIxqANADMKBw4z1qZp9K3dLS { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxHQ3IIOpToHIxPbiJNTvreK5VkHn8K6 { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7qoUQzPGbXdB0XtdXrB7LZiAWRQmlng { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDh2dfqDsG6893UJaCBO61lxeSCVPQwi { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qk6ASIv32RPcLTnOoT0lTga4xzfM9ueD { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFikT4WfoBSEuOL8eXkTTXqchJsAuD7Q { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcRPBD9FiIIVkrW7fPSEm8V8kTtPeMBN { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxuZ2nT7AuvkczZsuINb8aV7HKqh19pR { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiRLMAVAOEXp5ZhfXBA97vgWXSMTgaFT { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpO1eUWGFQyWy3wIzI3WPaJdM032nVzD { top:5.875rem;left:0rem;width:3.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUzvcoT6a3mHe6uTgZm3kPKR5JFoMHR0 { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEaEgmmFb1TKZufq0TZ9MITPCP2It7AN { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTXhwXiUbraCdUlbi4MnuGtzQkwxrJk { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVDoIwBFkTgGo9XnRadHvgCGcIrBefSV { top:13rem;left:13.937501907349rem;width:21.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGyJKHDv2ZfDfTuFkSwUC0rybJ89tgOo { top:13.8125rem;left:7.5625019073488rem;width:24.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI49yE0K1TOf0gNSCtPzVd3ehpNLnKh8 { top:13.0625rem;left:11.375rem;width:5.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUrSvKTHUN8nQx9v1K8vzaaSVSyTi9g { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuwPVuDVBhgtKI6xu1PzmkncAcVw8701 { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNn5GERbAhSxi4Fws8LNQChAZwcx9ofv { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGJaqlp0R2pPgIFc1w8gFump3wA2aFTa { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA7cx1TKCOSiC9vKVgnZyxImZLHBWSc7 { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FouIPgTKBN795Jcwoz23aNQBy9mblIaF { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M66wlEMGdDPPfbbW5PZcGxIK7KV0c2pV { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9apKGE3pIGT3WwiRSdSAc1zTbyRLQZC { top:12.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQyyFbAcClBl3WNyJm1VUdHFlkTncHV5 { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEfDJcxHTVZUpUGOfRxwaswRXmmHzzBR { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4R916TRVk9qiAk8hyQDp1XfNOCfRmTM { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CC7GhUgKHpT6EtMtb7ovzbmBmIcmFxQN { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcnSJKJTPKJ4RRMLntE78mxZJilnzSNd { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqGD1gNG4oT1cMCzBzvJ6CSN5fbs72il { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8y5sCwoqT6KAbtpUXGfgzp59Ufn5rwc { top:15.25rem;left:0.09375rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyQBQQAwbTpbAocfu2IdvDN9LiiHA9TZ { top:20.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zztERBR8ugIUb1quXziy55BubTgL9kon { top:20.4375rem;left:1.1250019073486rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJ8ah3oziuHD1Kysoi0R6rEtcyIyxOp { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmCPanLUzz5IDKEHTnZnn2zJXnl5LyZ { top:21.5rem;left:6.0625019073486rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMq74uOPyxFBbI4egQLWgMd8SfRS13ah { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2gqcq8DbsUeXZA0COpTIx38b7bzX1Tq { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmb7poHC0T3hwVorcLNHLLSiK6FlcFrh { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0oTZz7ib8agfqV1UfoqfEiRbqkHr0VT { top:23.4375rem;left:11.000001907349rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37unmpZC4G9c9eeBuc2kuV8xqJmD9DQ { top:35.375rem;left:2.40625rem;width:14.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MlEayyKezBJOSddMeG8VQCyBufTfnw { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIIX87PmqBEc5M9oP5pMHd167WkwHiAr { top:20.5625rem;left:0.62708473205569rem;width:16.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPL08zSiSRLKbNgkVNwfneIrl8fkZbzi { top:32.75rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG12omHECRyhZ01LpFyR405iKy68kD8a { top:35.4375rem;left:0.40625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIPQxWOmGSVZVn5q1EQHKuq2rsczfrvJ { top:22.625rem;left:18.875001907349rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBsPk0nQODBuATgd7XmlNdS9mbX1a0b { top:20.4375rem;left:18.812501907349rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0opyhozzd0NGLTT6dN8wz2hBom3nRIR { top:21.3125rem;left:24.937505722046rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBu7Tu902U3h0VWZiDfI0kWP447Krh9k { top:23.5625rem;left:24.875001907349rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGKTI2rf9B5R6aek50huTyRavuX68yk { top:23.1875rem;left:29.312505722046rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwEd1VNTx0GAuQe0uRsWUof3lnqxgvD3 { top:22.5625rem;left:29.75rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg26BlunqnmDt6lcrxvRsXTB33HwUfR9 { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLh15k6bs2QFvHoBsR5foKqB0cTov8nt { top:21.375rem;left:38.9375rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD8MLNHD6Gg1TkqQy9AFImb4DVgAKEvS { top:23.5625rem;left:42rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfNBOdpd0sh8HL9ifs4VmAGseOhpyt4c { top:23.1875rem;left:42.0625rem;width:5.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRUBfgooa9UnpxbTvOJdPN5sOIn4pPwo { top:27.0625rem;left:21.343751907349rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMWflUgUqRWthC7yq5KuDX05OzU6Bum { top:32.3125rem;left:21.343751907349rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1UbZHdvhZWzwTi3SxnEIgE5lc9f6IrG { top:35.0625rem;left:21.406251907349rem;width:15.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSeylRBkBgri6ueZLv4T1RZDhXBA2Uh { top:27.25rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzWmScOTiVayfJm3bqCq1zy9t56gaVyF { top:32.3125rem;left:18.906251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkT1LxDrw4cTeEAooPHOUvURKFdWDW5S { top:35.1875rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUISohDNHnBiKBrAT7T9vHfEsl0wEZ3M { top:27.1875rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE20yXZ5ARB1OAwkH6RBKr8uo3OML38h { top:34rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8UbnE7Eq840SNy9TLCBrEzDIdJkJ5T { top:27.125rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hchFdULhiiT68FuJHQB7XQkLmTd1ibIL { top:34.0625rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lESAlOXdlTkH0RAppdFGXxO1p1BgxhKJ { top:41.875rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7G57TfXQLTynBqaUFQuXREPZQKzBJR { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyz1zNGiXBvNhMXMLoiqM6xNSvEo8r5 { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igLAUWn0VgCD4m9Jv42KPoiiIyy1Ltcd { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHvGp0fEJBcDEuS7ScSgC5OsVcSExNv { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZCQDBapAKtdIsx7F35qCCM2rh16pL5 { width:6.75rem;height:2rem;top:52.5625rem;left:0.69166755676269rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbXadPm13C7aGFsZSfm8mUerLDVLyL4i { display:block; }
 }@media only screen and (max-width: 763px) { #GugDlVcpOI8a6GChVQTK4DZBfnb99qTU { width:6.75rem;height:2rem;top:52.625rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCI2iv7HllawrqrQESNqguJvzINbExHU { display:block; }
 }@media only screen and (max-width: 763px) { #KsC7cDuogmX8wVVIl1k5EiZEqrEx3VmR { top:55.5625rem;left:1.1875019073486rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEyeBFmcufTZv5a6PRTxEcMUOhbR0JUZ { top:55.6875rem;left:2.5000019073486rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFeBZ2ElVuzpBEWGt80x9cBkrosvr1U { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBeTTfvwnvlrBE8XiopHC6THlQL0npFH { top:56.5rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TXTDxQESBEhGD9xcRspBwhckn7NLVR { width:6.75rem;height:2rem;top:61.75rem;left:0.50000190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpCIHtRD0fiuo0E0qMw3TMOe4ifhb08 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7ekZzQUXNhS6L9HFK1JezTLRv6JblbH { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6e2MtUpe5tIu2BEAG0Mk2HBoMTxA3f { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNs7TPlScLD4QuLw7iLAXPf3yoMAnIvT { width:6.75rem;height:2rem;top:61.625rem;left:9.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNKm8SoIdN3S1QlqBSsUBEr902vSu1HS { display:block; }
 }@media only screen and (max-width: 763px) { #f6bKzC7urfJXBkkLQEyJBoca2LlQ8OmP { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuoph9KPhm0k58mXpPoKqwPInlkEpQAB { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2JytZCeS9nKTTw2peQUDErHmABGtLU7 { width:6.75rem;height:2rem;top:70rem;left:4.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucy0idfSv8PHRWtt5FfyEJMlMuqeHoAb { display:block; }
 }@media only screen and (max-width: 763px) { #vR96IF362uJfMy54DUvaTK8zixuynTTr { top:44.6875rem;left:2.8750019073486rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1uMpbu15mci4ls2s7Be5R1DTGXhCdhb { top:49.3125rem;left:19.875001907349rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZipyT11y4Ib4cm5TKqKVpaapBJFirU { top:47.4375rem;left:19.187501907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFoTMMpb0qpCtZpzWzcN6rkl2KMcSTEG { top:46.875rem;left:20.625001907349rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl1fpKFqG4mpU0lWw6sFTiSPIJRP9yTU { top:47.0625rem;left:21.875001907349rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPghh4kzDGrgWW2CEbGBh6AFqxaqNBav { width:6.75rem;height:2.125rem;top:52.6875rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #q802T3sFBtJXJDVHfoWlEwKRaZJwvGTn { display:block; }
 }@media only screen and (max-width: 763px) { #UyuybWvfHVtq1NoS61vxE4fg7cG0f56f { top:47.5rem;left:28.125005722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEdcIVbdGATkLklZynqUXOFCxs8QoAzA { top:48.5rem;left:27.437505722046rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wia50yALCL9MF5QttOQX4s8UxPBW4NIv { width:6.75rem;height:2.125rem;top:52.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFBrm5MKixmGH7oH9v07KCT0ShWqVpG { display:block; }
 }@media only screen and (max-width: 763px) { #TmnSfKgCWpQawUtrhTlFzb5eV5nlF7CD { top:56.5625rem;left:19.250001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TJOdllP7e0LIvvld3VotXvEqUL7ixn { top:57.5625rem;left:19.437501907349rem;width:7.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnf0IAPMdFP2Au9ffUEcM7HDzmGNPS0w { width:6.75rem;height:2.125rem;top:61.625rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CfHOyQ8TBNvb3mlaSqcTEiAIPVKUDn { display:block; }
 }@media only screen and (max-width: 763px) { #FSTA5aJwxo52PfXdrPLTv42yxeHt2RZf { top:57rem;left:26.937505722046rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CioXPKkSuv0scEI8dbmTl2IwmQTrrRHy { top:56.5625rem;left:28.187505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unw1DkS0giBLociPy1HSdZn2rVhvPGp8 { width:6.75rem;height:2.125rem;top:61.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSV5VyqeIQT5vtFt4Rkl8hSTMMIViOr0 { display:block; }
 }@media only screen and (max-width: 763px) { #oHpcskOZKovZsWsOE3G52lSmyfmWrp0Q { top:65.0625rem;left:24.000001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUlkALOn5s9UI0wLBKUllmtQ2TwstA8f { top:65.3125rem;left:22.687501907349rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkT6TrKJmoTXGAHxFh2hvkDOt7IkMlr { width:6.75rem;height:2.125rem;top:70.125rem;left:24.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeNxHan1HTttvwr2eUPb1LzVspTbhTTn { display:block; }
 }@media only screen and (max-width: 763px) { #qAZtOTNNHpLqTkKM4ZSB3MrUKvN184oI { top:44.75rem;left:20.941667556762rem;width:13.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUHWAMLW7oaVtfoGdgMqzXEFDGAlxXy { top:44.75rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpDNVVuQzTAetQwGNkPrSngrzHf62ZS { top:47.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRP4ScbU9PA2RoPKPafMamvASOu7wiFG { top:47.9375rem;left:37.062505722046rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNEDBVm884nUByRsy7vENKShrSzqINO { width:6.75rem;height:2rem;top:52.6875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtP6KQzZu2wCunVwkCxGhAzPtTo0Q9LO { display:block; }
 }@media only screen and (max-width: 763px) { #T3g3MnJT1ReaQqFeccTWNKzHIbKwaPq0 { top:47.125rem;left:34.8125rem;width:12.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpU1wqVr5URADg5PBpVfS0iA13xQkmz { width:6.75rem;height:2.125rem;top:52.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKwAbQsvlgysbInK6KtJ7SQd7RLEknTX { display:block; }
 }@media only screen and (max-width: 763px) { #etQ2JGo22mHkoGEi3wQP6ZKDIF0it4RV { top:47.5rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmifNqZvTAc9J1q6fWkXei33OTfATww4 { top:56.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFhfx1izp0WBOPrqcgFoRti1RhrZH72 { width:6.75rem;height:2rem;top:61.875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLf8zN3uivAvehuRDBRtMol6RTIUGONB { display:block; }
 }@media only screen and (max-width: 763px) { #cPTVBcGpPSTwWlHUGM1vDMaF8LTtgufg { top:56.4375rem;left:35.125rem;width:12.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuAFZUSQqwhUuSJszJ7fGpyWQxTkQLp { top:56.5625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8JXGcQSOOs74vwgqBnATzmmDhXQsdL { width:6.75rem;height:2rem;top:61.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPn2XBRJRRhGG89qkJGB3TVauUfNWuw9 { display:block; }
 }@media only screen and (max-width: 763px) { #ev8euclQu5uqGOmtZQWGaGPJfsDyn3he { top:57.125rem;left:37.9375rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxP5d3gccMxAoBvwStTlMHcNURWPt8N6 { top:65.3125rem;left:37.3125rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45M7nw2azr4UJtTJ1gdamSk3TdoRZ3L { width:6.75rem;height:2.125rem;top:70.0625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIRcSMm5g8uG3IZiK6X71ebGVdMi08gg { display:block; }
 }@media only screen and (max-width: 763px) { #zAgpwtdCOl1Qzhehqt5TTIUI7LXDr1Rr { top:64.9375rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi3CC0otrW1gOQ2D30lrwsgoi6emV1Gz { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwId9NwEBo4SDTyBOzK3OP721S3uk1Gn { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvEKsTqqeKh9kD9yial04VDeakDM1wtm { top:16.5rem;left:0rem;width:15.375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDSORmXH74AqSdqQMpcHggNFfB102nhf { top:13.1875rem;left:0rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST3nJIn4CMOU43Fqr8iE6U8dbT4BB71G { top:6.8125rem;left:0rem;width:15.375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq2W8X18Z2NAmaHUH3dwOZlHIBE0Xbo2 { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTWnKzabNMQGPEvB3SSf8MIyRzmbpiG9 { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ie1CnfrwBSw49uQPmsGLUxDQZvn5XLtJ { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmclUWeFnwOUZA4FiW9oQTVefQLmBI2V { top:1.625rem;left:0rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNa6J2p8OIaCO5JgcxRDLV1o70wksug7 { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsWAwicV0BWFT8MuJ20WqATXdpaSawct { top:3.4375rem;left:0rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMk7i6oAelC8uFk6eBdP7WOIUayLOu9g { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOCtdl39TBN43RBuS86cC96lOOeiWyLl { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSpBGKts4SuOAtzSp1OQCpnubw8vBKD { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgTbzS2XZi7oBoT4KB2KoMzTnT0NEBvb { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3s5FedamA6hXv2OaGwgfXE3y8uuBVuX { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKQaPI0iQ2dGcysOvsme0IRmDldqtJRl { top:36.75rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMNITuyer1LJZQmR2WIT1I3qyHWPJJZR { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHKkNbdzX092c4NdciJtTHtHaW7mCT0D { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlmKAszvaToaM6F0siTJJF26PtZgGExh { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrgEqrUfMn5NQmwZKoewHGnirIuFNgn { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTD1JOho6WX6nNzyvdUoW2tMg1Ab69NR { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq1miUwnAvPaAiA2Dl6q9tHDrXk1M6h5 { top:20.4375rem;left:19.562501907349rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni98eX3UlupGvCktTtzy2cbVX2li4CsL { top:49.3125rem;left:19.875001907349rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqthyeUBQOVsBHoBxZpFln1TuvI2TUyv { top:48.5rem;left:27.437505722046rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHaTUh9Abl9Kgaub4AXl7eaGxfTbShnl { top:57.5625rem;left:19.437501907349rem;width:7.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqzbSOLssEZPLlShDeavqtfUTEfMidtG { top:57rem;left:26.937505722046rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqusTP8IqyJweG0QBLnUDuyee1D6eAx { top:65.3125rem;left:22.687501907349rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEMESoPhd5UVm0VSbH5tCU1mU2UdPRdV { top:46.875rem;left:20.625001907349rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzlAIvsZtyyS1JnAAoBuDrTh9s5FpCKq { top:47.0625rem;left:21.875001907349rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG { display:none; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DcgqiG7HPkPTgEuHFl15QKtg0p1wGF4A { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLUqt2km1sQsRIvGzrDNLu8GMl7gCAUl { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKOuks9B005VQB5G2PVCS6upykCJLIew { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6Hz9QysNchCXxeRQxaBX6UHoSwVkhCW { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVqFySUuGXiP61LXAcg42Bn0OzlrU30R { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyZnNTUAmg41DwDuhzQAuM87P0qoS4SC { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf7TcZsbSZLqieK0QXstcb6gX9pXz1kS { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRIglyrTrRkCQzREJPIy3BDEoUX9rnnR { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAQofZ5wzF90Mupm63vKA9TnfvR2fZw3 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IouRRkhFPsQAvKrXnnLA9emGo1aS3nVz { top:5.875rem;left:0rem;width:3.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a55Hzdd0mXXMNi0zx9NFg1kVukV2AqLo { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGqaVD07vQTKPAFXTJPSLBCGhfLJaq8U { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2lHvTAsBlAEKfCaBIFoeJsbAQyRMWs1 { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CE5hcssmDpPwJaPdvUpBydJfFf3RNV { top:13rem;left:13.937501907349rem;width:21.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPaOw2nPKRSBBbDJ9AwhAfeF6SQ76J2c { top:13.8125rem;left:7.5625019073488rem;width:24.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auUeo7wEixfpz4vdLMz3W5vfTeDowAN2 { top:13.0625rem;left:11.375rem;width:5.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5oa3mJSWnAfQcrTiSzATxHyUatwqw2 { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTPBPiTalM9btEQPxTDp5BJurrkzqtIR { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhGCayTVbbQ800l0Nua3076BuEgmDvIV { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXOze0gCkch8qmWdkJCsgik4ufmtaPOC { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii70p6dUGyVHCzDt0k1HT75M586afVeB { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5AFNIdgQxUmBCT95X6aiKPAEisC2SzD { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbzAXdZncSBKBkOwGHNc68exGLuKTSIc { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5lnTdkUr6feR4gh5uN1Rnp9v6qE3ur { top:12.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTFnWUUha0IyQMkBinC14UPAMZT8vIv { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gd6DTRwLgB9AuE7aToOWsElR3VvVket8 { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3L6Fm21db1UwMIozcfP7IllGvO5Tr2V { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP4pW17ENIfrFST3vD5rTQFuNNifVs2O { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXTsB0hew0evWbIlrvfbyr7bMEJCdKpM { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPMsyzhns2vzxLVugZ99gzAtkw7tub5S { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzJ2DwBIwh8ixMVMFOnhHvv7kqNGI4Ja { top:15.25rem;left:0.09375rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9VQIREr0xHH6TqQg1fnx5wQE8AvTPTA { top:20.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma8h89VqBhBwXcLmbXPbN7ed6WmyrTv8 { top:20.4375rem;left:1.1250019073486rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVWs1siwC6O918qnDcAJNLsF1gRlM36 { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3x9WTWR8BFuZ8Wci6Jq8Me0og3VCCEu { top:21.5rem;left:6.0625019073486rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiq980m35T0zvnwcLcKbiToEE2TzGi7y { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qnfCCCyw3z90PTLmFeH56fUFrcZ2FW { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfOlxZNiaLQGVhh7ZorZHaZnXQEPxCy { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDZLLuxpo6oR8kB6cXCnyrKB4v8kexZ4 { top:23.4375rem;left:11.000001907349rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw9fuf5JDurKaLuTVpRTEw6Q6bUTMPcJ { top:35.375rem;left:2.40625rem;width:14.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMr8RSX4pVq1fJGrxrUPosJ1d1r6oVv { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuIAfTZlMcicKm4Fvp1fv1yVXFWfllTu { top:20.5625rem;left:0.62708473205569rem;width:16.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3cMKzHLGee2MGsc4Vv9zdPq1oe3xXlV { top:32.75rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC39ToceRGBzvRT2NnfQB3DduVlP88fe { top:35.4375rem;left:0.40625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu33oaUyRXviB5CFFnbsT0agRVXNpMNb { top:22.625rem;left:18.875001907349rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQAWxPfxWpHJ1bPU7gz4Dku3JK79s6B { top:20.4375rem;left:18.812501907349rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6pgTDOBa8u0lrhNGb0DwaPUlcQtVWTO { top:21.3125rem;left:24.937505722046rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxB8TLlcCetxSheC9iU2xtSNNc5RXn5 { top:23.5625rem;left:24.875001907349rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4CmF23fS7W2yyAzcewKzkJEfsL6ovvQ { top:23.1875rem;left:29.312505722046rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4Mp4ML1TMdbvK0DvqN1pAyq4mHkz5T { top:22.5625rem;left:29.75rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNDieDwGdkrkzNkQ9BiR8xygI89q7Rm { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16Zpu86RpTMNGCNO2CV82uUTiUz23Ja { top:21.375rem;left:38.9375rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrmqK0GNPd36ArVCvw585ATli3aItOJV { top:23.5625rem;left:42rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJs0XHecpx5EiAwNRkVPPTIDBTViuw4d { top:23.1875rem;left:42.0625rem;width:5.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlA2mNqiglHsyWPu2cNzt6ypPoh0llKe { top:27.0625rem;left:21.343751907349rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1GmsMJ6tTBPqkIo37iqoU6TW8stExJ { top:32.3125rem;left:21.343751907349rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHh5ZCC3tbnWzy0H0g0CpT3fQWHbBVo { top:35.0625rem;left:21.406251907349rem;width:15.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQrPfHV8sKqCKazUK7idtTxSVSDA5ZyP { top:27.25rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3UrfipMNawJvbG6zQtV9UTaIkriUccV { top:32.3125rem;left:18.906251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2Fw9EfM83DUuwZUlXRAKbXga6iHc3X { top:35.1875rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTyxxVLpKiQMMT9xyCZIBAtCDxv4qfCh { top:27.1875rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKSx4dUGTuCTKHVmIyuFawNop7PteNTt { top:34rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZkF2BQLQ31BUdBNz6ArUZyo91QFu3o5 { top:27.125rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb0mZgF9S9D8fyZ8sTx4VOy30oMgVpE5 { top:34.0625rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvslwkEbiPQgt055AB9gJ3SQN9rMgixs { top:41.875rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5JONdNl5JgCSZ09bs3etM3fcut8yCh9 { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIb3pkJWmrz2qmxC3i9e7qKtx8k37VcK { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEUZ2MqyIRzsWcEw7s46xPedIGNJ3lAO { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKFcnAZD3x6ymGUCrzAGHNmC37SV3gy { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbX3T02maTDxL3Mon9l12s7OCagNwPFv { width:6.75rem;height:2rem;top:52.5625rem;left:0.69166755676269rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWZzRDTfLVgNyxWBTVUsJrMvmDHrynR { display:block; }
 }@media only screen and (max-width: 763px) { #FCdpBfPg1fxUBuAt0KNzCSEHvXnOmISt { width:6.75rem;height:2rem;top:52.625rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksT3eRqXoEh5ATSqsHvAWHxMnvlpaWQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #lVfXkOSy2ENKwudefoohlvcDEZhPHSD1 { top:55.5625rem;left:1.1875019073486rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBqB6IxIzAR9VR696rIIRWai3rThS8o { top:55.6875rem;left:2.5000019073486rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmfyluvB66nieQ6OrEK2hp7mo553cFpU { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHZ1PsT7lhASPwFhqPMKycGSeWqLqUL { top:56.5rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2GmDxrBahsL9mkx36D5H2CPpllAnXQ { width:6.75rem;height:2rem;top:61.75rem;left:0.50000190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggsWkPrOvsCctRTFUTQpiwKNkDCHG9Lv { display:block; }
 }@media only screen and (max-width: 763px) { #bSI4oH61D9rD8HiqkbmIEkqVwtdiLcLh { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX3E4fLFSoUtN2fsdXZhvEnEWFFJ5Jks { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vbBqh6ssL4UMTFZT3GT8PDgawv8WLZ { width:6.75rem;height:2rem;top:61.625rem;left:9.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFS30wNpU5yKsQTUZuLXgClUTvlDbT78 { display:block; }
 }@media only screen and (max-width: 763px) { #smDFk2btDC2v473f1cTia7oVE8JPzEJr { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLJaJy3JiWuuHa7sKtKp48qszGMt3V1U { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTy01a8v3pJ0tP6GyqE90gxxFvGvkcE1 { width:6.75rem;height:2rem;top:70rem;left:4.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKCxhAepWLT8R6XJmeE8rdcmqVTnifN { display:block; }
 }@media only screen and (max-width: 763px) { #DdT7dA0kf2pK1IzR2ZOOep0F1ficB682 { top:44.6875rem;left:2.8750019073486rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS4T0a0CFRNHTaOO7gqxXwe36V4TV45W { top:49.3125rem;left:19.875001907349rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWu6GUtiK4Vrq7zKFl3ZTWco3nxWzOVd { top:47.4375rem;left:19.187501907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Qbt5XZu5FqpwO9TIHPVHMvQSISTnu0 { top:46.875rem;left:20.625001907349rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcHDZw2Iw0B5DkslQbSFMATM4nG36xI { top:47.0625rem;left:21.875001907349rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCW5dViKT5Uy0EA83pXI627THUI1yQkH { width:6.75rem;height:2.125rem;top:52.6875rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #U38Mhao5dDMVrGsiM5uiyKosIENQR3kn { display:block; }
 }@media only screen and (max-width: 763px) { #lhKXZOKv8iUoq1StJdQk0OnVgDsTJQ4b { top:47.5rem;left:28.125005722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrGvgzfgn4PNffgGm0z1E8ksgK99DXc { top:48.5rem;left:27.437505722046rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8AqvDtK2iT8n7IUq22z6qxQ26gSTIg0 { width:6.75rem;height:2.125rem;top:52.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iHPafelCWAT5sZhQG3gROviTe8OoyS { display:block; }
 }@media only screen and (max-width: 763px) { #RBxyEmnX9AKUqRTnaEdFxr3b0puIl5v6 { top:56.5625rem;left:19.250001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMsut4usnz5TVv7h9yg6uUJNVmGEl9gh { top:57.5625rem;left:19.437501907349rem;width:7.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNFBePAx86HgS9UTDIoIQvo5fH85sF8y { width:6.75rem;height:2.125rem;top:61.625rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu4S0t4K5IGc1W6kzEBqPBff7TbTxXok { display:block; }
 }@media only screen and (max-width: 763px) { #h9b3vsxaSmqOlqg4TSC5brMGoXzVCOQy { top:57rem;left:26.937505722046rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHabIzbznICEfTK2y4OR2mkQCKCGshyd { top:56.5625rem;left:28.187505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Csy1G0Gamm95wCRLZlGQIH8ZbFTuVL { width:6.75rem;height:2.125rem;top:61.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRTR0U7GJCq9odcTiMh581ZuXTKRJ6c { display:block; }
 }@media only screen and (max-width: 763px) { #U1qnsBTWQzeTlXNAuBnXe1DotdRLqIeu { top:65.0625rem;left:24.000001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScVskTmDqgK5vVlqCcXs9iHzCEr0aUXB { top:65.3125rem;left:22.687501907349rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaiaE4DTRxkEs55GzJzLnyiQbCaMXIM0 { width:6.75rem;height:2.125rem;top:70.125rem;left:24.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKePa2Tm9ATJuzqDbRHONmBw6mqezQnq { display:block; }
 }@media only screen and (max-width: 763px) { #hVobLmtsrbbyJ35ICOoBqsSAlHXDHgTo { top:44.75rem;left:20.941667556762rem;width:13.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbILmWtku9kMNJaJ5tKGZEOc5hpEFexL { top:44.75rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGetKnvcLv7SLBVoQIO1nd1c85JQDw6B { top:47.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrOXbLE1Oepx5NdxhWL2aBiqvpz6ffFF { top:47.9375rem;left:37.062505722046rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHryyFxClPmzPX2sIUqqESK0Xk73WxbT { width:6.75rem;height:2rem;top:52.6875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrhI6ZciuqmgFpsSffx2TfXhBVLTDyn { display:block; }
 }@media only screen and (max-width: 763px) { #BFMcI6FTeOnug6TQwdlM4z5Vi3tUQyJZ { top:47.125rem;left:34.8125rem;width:12.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvFR6Zf0u5XdpF9E6K16ty3kfEAyU2r { width:6.75rem;height:2.125rem;top:52.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToH2LD5HyqVStZR6KfQ8gJLrNTuSJ4Z { display:block; }
 }@media only screen and (max-width: 763px) { #FBETIm6MApKtaEBeuZ3pzDtHNMNR390N { top:47.5rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf94TUDQkTdLbCR478P9WhBtzLdplLzp { top:56.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzweV2CFwkW7xph7wTdbxdki1OvhcLcT { width:6.75rem;height:2rem;top:61.875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #edsnhTx3uITxTsrTQWLBmbmFNISQNS7E { display:block; }
 }@media only screen and (max-width: 763px) { #oA4c6lqKNC9EfP2uv8XI0tsIkw3zUnvq { top:56.4375rem;left:35.125rem;width:12.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSgC5R9X7SgxatmitQpkqJZtm2JKwbc { top:56.5625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7GeXXwIobUnz8TQRqCLovl86Cy1hE4G { width:6.75rem;height:2rem;top:61.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skl9CpRmVGaQuaDO6BgDTaseMwQCCv15 { display:block; }
 }@media only screen and (max-width: 763px) { #mlHoHXHU0SivzFZqZrhVBf8IHfE2P2Q7 { top:57.125rem;left:37.9375rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA5xKxJFKWWRR3ggFCXznrAQiPPbK5gv { top:65.3125rem;left:37.3125rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBX9JEtBFCCDtJWFCsxqr0MT7LLa8Oqy { width:6.75rem;height:2.125rem;top:70.0625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQU69pL3QRMA5EEJVyHPLE0baxGKaTH { display:block; }
 }@media only screen and (max-width: 763px) { #dIFSP8ckRHPruIdGzW6rzqUBPfpmci6I { top:64.9375rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNLmGUR7S68k33MFMuk96z5B7WfJoen { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWGXVyNizhaRu8RzruTmT74G0FckmPuV { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #NA4FHmPtbsLNPzMEmSqaBllLvuEvSfLN { top:13.1875rem;left:0rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dvxl5m5FqTTWpu3rfcg4dk073NSsyZc1 { top:6.8125rem;left:0rem;width:15.375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlObqg6kHsGll0Ozhpm7Z2dhFKmAxO8b { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQsZkIvt17mZ9xKvzyWmxiI8dXQxDPp7 { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQLL3ksh4oK6BaLep9cIyhyer84T1lwG { top:1.625rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8DHm6e71AaVomvI04Z3H9SDPJfcTzp6 { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9qMkHqdS3Tsof37vTCflrpP9gNVarCz { top:3.4375rem;left:0rem;width:5.6875rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFHLBqBnXDw8TwJaskICcuXxSmANEZ91 { top:47.4375rem;left:1.9073486328125E-6rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn87Rgv2XTg85esZDzonHb2iSGBk0HJ { top:47.4375rem;left:9.2083339691163rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJEX9yZWcg0XGFO9nIgJTK2gzr3Dxlhx { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpzAbBl1WElrtXcuHMlUdiFKKw7aNtXB { top:64.875rem;left:4.2500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42TmU1Hmik1RxL7TauOFn9omNkAziCQ { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNWG1fqXhJb8pgG6gyKN3U7bTsMLc6cu { top:36.75rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O148pcQvTyqhPLMVwP6Uas4EFvXFAbtF { top:48.125rem;left:0rem;width:9.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myVI6X4iT9UhL5z7uSTNBrr8NSL1GITl { top:48.6875rem;left:9.3166675567625rem;width:7.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmEGswLaC83eO8hTSlVOiQlP5opp0sH { top:56.5625rem;left:7.4375019073488rem;width:11.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7xFxuFMwRinGPcSTmM0rG9NIGmtTZuE { top:57.3125rem;left:0rem;width:9.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccvXDR9fC00AuDvwoTrVaV2GneA3goqa { top:65.1875rem;left:3.0625019073486rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyMRTS4Wvf8xTU1gc7AaecBbTncLK4e { top:20.4375rem;left:19.562501907349rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfFvAVETfibVhW7gLm6Aam3szMMplTwo { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2Bti66O9AOnnuJT5dOhL0w225U7bUI6 { top:20.375rem;left:38.250005722046rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLMtCoeS8wRVsF6clVrEO17hyQvCWMTO { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTdBCle4VRD7wUbGskIFzqOWnNi6c25L { top:47.9375rem;left:37.062505722046rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRK4os0E4Tlr67fEttGotLFgvQtJValF { top:47.125rem;left:34.8125rem;width:12.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8FPOmUpnTdupfDhJm8QDLZXlN6fmI8 { top:56.4375rem;left:35.125rem;width:12.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLPdATonTIsJtGyZ0B6fUpvQW4dlpKx { top:57.125rem;left:37.9375rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQ6Ow7JmhrTLyzI7vlUrTfkhFln6NXu { top:65.3125rem;left:37.3125rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA { display:none; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJKcsQrUz7W05OKklvHhwSsJL7NgFEJo { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9ORSybfwueENqd52KkxTbo0WgvSk7FJ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6K3T6to61IEzPs6DrFsTGBcorvCBIgN { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UObUe2IlGKwqpt5ci3Jx4QmWxwl9I6Wc { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfFHKKKgl2JqGWAienTgr8e7QUfgEBLW { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCow9ocZ9PVwQCyTR884VOPITSTSWfhL { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrhrvuTMK2HEXhGIQaCGwtRTXhWJbRhT { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNmJLGGWT6gRxGS6SPMBWc0sBhQhzLRb { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WngJDdR2WWuZmT8M7n6T1d8OiesfBBQu { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJhPfaxLlVhuwHEWAE6qnBvXw7b7ZuFi { top:5.875rem;left:0rem;width:3.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4yRJvF3FVQk4DNaOlTQabvnSFTybn6 { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJ1C0AeaLvlfr7s6aMsItC8NtS2yk4U { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMd9cgvCt7EkSlK8LxKmoaeT7O9LMiTx { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSBAvp4Ao3ktyQvUZkVNT0FIdURX3y15 { top:13rem;left:13.937501907349rem;width:21.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZys948CI3mzF5z13LNfBduHCPTUgqom { top:13.8125rem;left:7.5625019073488rem;width:24.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZ7RxAgB98uxziHJkwTwsrZ43aEF2nO { top:13.0625rem;left:11.375rem;width:5.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5PrUITOsJRe1lMRaqGpTZU6krvXT8d { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0xSTSE1K76eNAZ2mkDC7Hm6bvhuP6aT { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #olbD3LFGqpIR6P7XpdkQWCewOKAHSIu2 { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pC0xm318hDgu4Q67SvJhibsd09deJoZQ { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiMfnKmEGO4sRvcVf6EoyAJNuW57zC8l { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5dzJZlXbAtBkCqTcBCnMfDiBEO3GZJo { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWGOBfXHG3hi3MTNig1rNwslUtwF8NEt { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r26NX30QIH7mGRmXVIbSoXrMM91xbws2 { top:12.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1414GTbZEwDXFa1It1EPd8QcTmzUy2 { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMuWwgkHbpcQfhXhbqVOrSmnin336Mo4 { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIgwM2XJGJnDdWLdmXnN5upKMIbBbqW3 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNk23eX1yH4DIO1A7gDWTaOrLb3SazxH { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5hneWdFWqfBHEX8Bkle4M5GyVVBJzzk { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZPsU2wPGZUbmtpJvNdu35gd314eHwex { top:15.25rem;left:0.09375rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMgZy31661rOtMwspFZhiTECoyQCECSZ { top:20.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO2g9l7cHd23Dgyk5cC0Llkavf70thCM { top:20.4375rem;left:1.1250019073486rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ApusI7ldDsqTdB58TTmOhowOMd14gu { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gqTuCelmGeLUMX4yzLIEfprOWZiP89 { top:21.5rem;left:6.0625019073486rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmNB1I7ExvMcXpsWMTpElKy6xaS514qJ { top:23.75rem;left:6.0937519073486rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOovubMQ280Jk3U0MRR2hEhChzJndACU { top:27.375rem;left:2.3125rem;width:15.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L335vH7ScaBCZZyTkW9iFpQ60PUDSBbh { top:32.6875rem;left:2.4375rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqutJSTdtIdeIbNAqrK2kSZHVpDL480z { top:23.4375rem;left:11.000001907349rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCcbmiHxlyTrntmPRVg1yTMISClWb4c { top:35.375rem;left:2.40625rem;width:14.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FozGfEG4x2fyaDuCFkQAUHzhrc2KbEqi { top:20.375rem;left:38.250005722046rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILB2p2STiQ5sXNaSISPDbfiXTXnVnTMV { top:20.4375rem;left:19.562501907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVi31IqSiL7cshAIIaDTaU0Ux4sZzvdL { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFKkTSD42HUIV8QNsJTd9O9zHtuTPlsK { top:20.5625rem;left:0.62708473205569rem;width:16.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u74IaEWOoVgWM66TZhEAt8ochBgcci4L { top:32.75rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTTOno0mdeF69GDF7B2DbF7bVEQM2zT { top:35.4375rem;left:0.40625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQx30AkbxzmwftFDt5KAzriFdyz5zVW { top:22.625rem;left:18.875001907349rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkD4TEDKKdkCukuPQ1ibKpGOJRWPT9u { top:20.4375rem;left:18.812501907349rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1TovU3SQeEh5n2PH2GyONhyJR1dIwz { top:21.3125rem;left:24.937505722046rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6CuqyBHbOtc47qAD6r3MH7pPozT49AP { top:23.5625rem;left:24.875001907349rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvpAbAgiXF4WKcycdLEObcPTaBQGuOM { top:23.1875rem;left:29.312505722046rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzl06JBJtJ3M3i1tpyOX4ohhOPeWSf3k { top:22.5625rem;left:29.75rem;width:17.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urg9h9Wkct3rq9EUiEDOCeROkxwMZxxv { top:20.375rem;left:29.75rem;width:18rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6kG7vbalRfd7ymnL9bsn09xq3V4qtVO { top:21.375rem;left:38.9375rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQi7MMcrbpa2fg7LOWSQf1ncrQAnN806 { top:23.5625rem;left:42rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4vIl256eSdUBikW2vaTQ2r2kfZo0XM7 { top:23.1875rem;left:42.0625rem;width:5.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5bpsSXLiAa9y6bX0XP1d27v13ZJH9wX { top:27.0625rem;left:21.343751907349rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao5U03mwhiOlT99FRzMO5htbsmwFZeRa { top:32.3125rem;left:21.343751907349rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI3dwufAObJAamhPpn76svxDBEhmDXgA { top:35.0625rem;left:21.406251907349rem;width:15.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUkfsqbcgKWfu7C5h7hvJJmVZmB9TsHN { top:27.25rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoEimCrF3o6nkTGiXZQ9cx3Dmsk9aKIx { top:32.3125rem;left:18.906251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDdqDSedqTI3DwwUVF7shvUZhwZ2a7rb { top:35.1875rem;left:18.968751907349rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfEqyGbSmRxtAptsDl8IqT6H7g99xDXt { top:27.1875rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh9TG7hs8wVTsiivFcch0DiU3T6472Kl { top:34rem;left:37.500005722046rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dohGOHRIVapEutvvTdJ34n2U3EK08DnI { top:27.125rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg2IgbwV8vql8bfUpT6BBFQ8TzWWLfuq { top:34.0625rem;left:36.5rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUZJtgDmDNG9JeT7sx1TEP03sAKgkJsb { top:41.875rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFypaxrSZdeyX7B7qu5MvTeMLkS72Ps { width:6.75rem;height:2rem;top:52.5625rem;left:0.69166755676269rem;display:block; }
 }@media only screen and (max-width: 763px) { #obxHvNZbVZaRUxOkbzkV5aPpkXJgsMgO { display:block; }
 }@media only screen and (max-width: 763px) { #XNgol0wEdrbUdwIQ9dlJxx7RpIo7Dbd0 { width:6.75rem;height:2rem;top:52.625rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0kE5V59wnZzWTEvfdLl5KyDyQ1gVDl { display:block; }
 }@media only screen and (max-width: 763px) { #qlAwKyMcVrTFS7T7rHdL2oiwGNMaVknu { top:56.5rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS4OVWT5g319TbfUpSh9JRDX20GpAZ8g { width:6.75rem;height:2rem;top:61.75rem;left:0.50000190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft5W6yiUnaPXtsJyLrK5Xu8i67JqnAZb { display:block; }
 }@media only screen and (max-width: 763px) { #kJ8XSR993ryPpAitSbPgd0KtTGrBsTDA { width:6.75rem;height:2rem;top:61.625rem;left:9.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4t3qbqNXg007NubBAalSGVobnT6vPp9 { display:block; }
 }@media only screen and (max-width: 763px) { #mk49uuOiF0W5shBrRC7ARtZFxtccE9VK { width:6.75rem;height:2rem;top:70rem;left:4.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa65pzHcWFVT5WlRizS8eyZDTFLRcPxx { display:block; }
 }@media only screen and (max-width: 763px) { #nWyVHx51SbquBwPy364v8qC3HscM7aO1 { top:44.6875rem;left:2.8750019073486rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKm1MWRa7VBy4PeMISX6Fk2URvwhCPP { top:47.4375rem;left:19.187501907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPxKKr8mgi7RhEEthlmal9HUb7tTg6cb { width:6.75rem;height:2.125rem;top:52.6875rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCnsivRGOnv25vTDie4d815bUMTOuUr { display:block; }
 }@media only screen and (max-width: 763px) { #m0ogBGIF6TEMZWCavqxxJrQ5oy9sEPX6 { top:47.5rem;left:28.125005722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2MHiUsAN7wTAWWy28Z2xTnD0FwwBy8 { width:6.75rem;height:2.125rem;top:52.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJaD4PIH6SIl37MhrTtH5ihS7E7zPREP { display:block; }
 }@media only screen and (max-width: 763px) { #OOUabD70RpQsCiJOn42fbiblJuc6Zv0E { top:56.5625rem;left:19.250001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdq6B9tfrF9sAZOdKJyUaByBCV2Myxn { width:6.75rem;height:2.125rem;top:61.625rem;left:20.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sim2zQ8eThQ2np604NgP1wsGJGZm4S { display:block; }
 }@media only screen and (max-width: 763px) { #Zmit7BpAeQt7oITZ2hW0Nr66UzOhrvnK { top:56.5625rem;left:28.187505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqtbOzAInr4OTXRUnaZih7tFnv8dgllb { width:6.75rem;height:2.125rem;top:61.75rem;left:28.937505722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNUc5WTETLTD4eFWTqaVq2IMgNsb4gTA { display:block; }
 }@media only screen and (max-width: 763px) { #TLqACfRD2MzTw04ehoaXGTV6hqOoTS9J { top:65.0625rem;left:24.000001907349rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4t3d73QiUhDUwGWKFMgrNyF7MI4LDko { width:6.75rem;height:2.125rem;top:70.125rem;left:24.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo3h402v38dtqsOA7vZKrTarxNtQT7uD { display:block; }
 }@media only screen and (max-width: 763px) { #Bs2XE8x2MfyHgMVFZ4OvQklpsuUfZh3C { top:44.75rem;left:20.941667556762rem;width:13.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3egF5PixwCuE4ABgZXIF3FesB8C4Jhk { top:44.75rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5yDlE0n2B6tvfyTiNTKqUNxTWyRpDXp { top:47.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2yvK2uxfEg9kauuBZ2uDkkfIEaeylL { width:6.75rem;height:2rem;top:52.6875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpSkZADaBiTLuTeznD8g0ziH21tQk8St { display:block; }
 }@media only screen and (max-width: 763px) { #HduczeaLmcJbekE5ZxQGg4vfXVDBe2Vi { width:6.75rem;height:2.125rem;top:52.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLNOR1wdRRNmDSkzXHOqDh1QB1Gx7xP { display:block; }
 }@media only screen and (max-width: 763px) { #sSxykL3WhyhQ7sh5USBs0ZlnQKEpFPNy { top:47.5rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRhqFNd92sRhRqBldgluU91Lw5lwa049 { top:56.5625rem;left:38.062505722046rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ODEgG6CDqFuoeMxdbP2O7M8JJrT12p { width:6.75rem;height:2rem;top:61.875rem;left:38.750005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhUxRxDNRTOwNQrFa5B6g2HqdIm4Szwp { display:block; }
 }@media only screen and (max-width: 763px) { #JTVG2LdAVzLcEAUr01hVhRFAiKV5L5PJ { top:56.5625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygT4oPSdZ7ZgsI23J4AalWizEVyv8HSN { width:6.75rem;height:2rem;top:61.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8r2Z7weVNeQSbFMND4FXUglhLTZDL2 { display:block; }
 }@media only screen and (max-width: 763px) { #H3FQa9JnP1NJw2Oy6HlZIFq9KC7R4nPk { width:6.75rem;height:2.125rem;top:70.0625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM1MZSpRTMI95WDCKuDAD6SDcrQHVJTM { display:block; }
 }@media only screen and (max-width: 763px) { #b1IMThnkqgHQO8pgzkAiLQaekMw3Rmft { top:64.9375rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuFCst6VnZJSku9pvi34cTVyAe62pVVv { top:20.375rem;left:38.250005722046rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJr3ZFbfwkD1bBtKHvB5Qm154WGJZQwd { top:7.3125rem;left:0rem;width:17.8125rem;height:10.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDTaDhqNKbpD032Z5JEvfhcinqHE4qTQ { top:21.875rem;left:0rem;width:17.5rem;height:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lybkBzkmcmB3rkn1eMmlmA5XwXqnXUL9 { top:28.375rem;left:0rem;width:16.1875rem;height:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlMsNPkCczJwCFzJGvLMDa7FXQ74o4Lg { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bv5HHJiEFGXHt6euiJhxSFWI9S16V2By { top:10.375rem;left:0rem;width:5.0625rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMqeIQHeKEBL2JCRiVR37HZ76VdJHrhD { top:13rem;left:0rem;width:16.25rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yC9VDsG24rBIT1TMwPxg6LANrRIrzO7g { top:14.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #omts0K7MoOcJntokXKPl2M4eKBpRCBzf { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #giI7iXBbG1EdVGMGGNKOFur2XEh9P8zx { top:18rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #od8OcBy36TafTUQiTSvTB9AG1UDWutS0 { top:45.5rem;left:0rem;width:14.4375rem;height:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7bxKM4rZlWepHKDTCpSvLoSlOr5IGkC { top:18rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfTZGZD2lzEsnVzCnFGLPBEnEQolBVyE { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoUlNUsGnK2DLT0u4gUMf0HGiDstzhm1 { top:6.8125rem;left:0rem;width:15.4375rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #khvWTREDrOSSzXtIEVWunXhM8EltfB4V { top:27.5rem;left:0.375rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2wylX4z5vqv5WmX1p1vf1EqDUlPV9yW { top:20.375rem;left:0.40833473205566rem;width:16.9375rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhI1SSMU3wJtn8m5KEs3ZQpJxoTV2lTO { top:1.625rem;left:0rem;width:8.8125rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W78KtAp2fp0vyuIM7Co9B81kTpm902cx { top:41.875rem;left:1.8741331100464rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { display:none; }
 }@media only screen and (max-width: 763px) { #f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { display:none; }
 }@media only screen and (max-width: 763px) { #DT3472NkzyTka336FWJVuTRwsiugpQ2N { top:20.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { top:18.0625rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { top:18.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKmeZH2r2eEfttWoyztO1gXBphc2zrwl { top:2.6875rem;left:0rem;width:7.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLciIdaRWch3XORoFkszs0CDyi1T41LM { top:7.0625rem;left:0rem;width:6.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0yH7Ked35po4vU1tIPCKQaxIglZ3EE { top:2.6875rem;left:0rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EucFFOLLx6UNRcLGU9lqTUJSfhEpx02g { top:7.9375rem;left:0rem;width:38.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEPTpfJQfHysDg8epFNO6VNSQBE3v09t { top:12.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN83lSrZy7QI7lyW3Q7tbkWwGkvUVZoh { top:18rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #paWlt2eHc9mF439qewl1fGQsGl3mNTKP { top:2.5rem;left:0rem;width:38.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { top:3.625rem;left:0rem;width:20.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { top:7.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { top:7.375rem;left:0rem;width:27.3125rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { top:10.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { top:13.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCUcruQTbkW43CgMs94o1h6fBT0MZXK { top:8.125rem;left:28.25rem;width:19.5rem;height:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb4rSmvTD22AblsU6pb2Np74yKNkZThK { width:10.5625rem;height:2.4375rem;top:12.3125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block; }
 }@media only screen and (max-width: 763px) { #rwDWZo9R0bt06zpJSz209Te9hxFKN64o { top:4.375rem;left:19.75rem;width:28rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { top:0rem;left:21.705385445935rem;width:12.9375rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { top:1.75rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { display:none; }
 }@media only screen and (max-width: 763px) { #Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { display:none; }
 }@media only screen and (max-width: 763px) { #QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { top:0.1875rem;left:0rem;width:46.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { top:9.25rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { top:12.625rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { top:3.8125rem;left:33.062505722046rem;width:12.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { width:11.3125rem;height:2.3125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block; }
 }@media only screen and (max-width: 763px) { #vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { top:1.625rem;left:0rem;width:22.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { top:8.1875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:0.125rem;left:20.4375rem;width:27.3125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:3rem;left:34.375rem;width:13.375rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { top:11.0625rem;left:25.747892741147rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { top:15.6875rem;left:0rem;width:11rem;height:2.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXJMttanWIPUUxEdft14fc7lQvlXJGJB { top:6.9375rem;left:0rem;width:25.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { top:11.5rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { display:none; }
 }@media only screen and (max-width: 763px) { #zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { display:none; }
 }@media only screen and (max-width: 763px) { #zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { display:none; }
 }@media only screen and (max-width: 763px) { #E980wQbdf07CLNWyeazqPr2623FFxslu { display:none; }
 }@media only screen and (max-width: 763px) { #WLatcFfr7WQX81virhQzzOBJOKITQGu9 { top:4.125rem;left:0rem;width:37.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { top:9.125rem;left:0rem;width:34.875rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { top:12.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvK1scL5pra0XHs2lONqdZChxBrPGUC { top:2.3125rem;left:37.034376144409rem;width:8rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { top:7.25rem;left:0rem;width:17.25rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { top:22.875rem;left:20.25rem;width:7rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPTfTUUzdTDdI4luatB995XtNrObyD6T { top:7.75rem;left:0rem;width:15.25rem;height:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { top:1.3125rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJz1H7CcRRErsK07brScdw6rLfaE20JH { top:1.75rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { top:0.5rem;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:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:15.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:17.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.125rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;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:23.9375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:26.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.625rem;left:0rem;width:27.4375rem;height:5.875rem;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) { #SF4rSUqlHENpk6nSuWTtAl7WE6h4iBrl { top:31.9375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRFci5GoT8kUdLfRaqt7KdWKiPPfGRe4 { top:34.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { top:40.8125rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { top:43.0625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn { display:block; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yThZBMcUOOD9WINEQW7SySgikOOVRVbB { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3fVh6WoBqSubW7QX9y8EQEhAkNK5fdG { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LarDd6WUi37XPXhsRvAi48O6Dm8TF6nG { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOaSqwLJOJmSTIiRrEKg4208eAd2nKJv { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGPZDD023vwETM711qztI6XJbVrPZGo { top:0.625rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV0Dn1wirltqkfVobouTlpgTewcyltwu { top:1.8125rem;left:5.6562519073486rem;width:7.0625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stszyr8Nc1DhdBgO69ToHkflLhOFZC4J { display:block; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMOzHL5xpForO2tbaVpIiiDwJ7FGbZrc { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeEQ9LECE12aA1Q08szOk9e1Xkx635SN { top:2.875rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFLDzCUp2iCeHxEFyTLXIXxlZwTAmyGu { top:11.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXXRSxW8g3hboUJJX6LtnfJVPhIGiAR { top:13.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABN61bEFwgBCuW5eUQ95aXThL2bgL1ah { top:5.75rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw806ISRrkg57zVz6UTGBTZM8SCe6NKA { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMu1e6LTB5CiWM0KPOBP7ILbk7Wvt1Q7 { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA0pO5I9JzPzONrcRoIeozwa82MNmmmT { top:18.1875rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qywvLltAr7vDhoXbRvXezXfHzwnh8A6Z { top:20.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fttDTXC2M5hSqAGPXQwuO8cxgkUaKcHG { top:7.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mss8UnTcmvkoQX2ZD19ahKruWRFJpChN { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9DwnqHOTtL6pClHPQfWpHe9iSEVp53e { top:23.8125rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac58E8btPF2bkZRQMKE1EUQATlnVZAoG { top:26.0625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:4.25rem;left:23.5625rem;width:24.1875rem;height:1.125rem;font-size:0.875rem;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:1.5rem;left:12.8125rem;width:34.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrdzAeMJWLdOtpV5aXWrrdwFQ56dOpL { top:2.625rem;left:23.5625rem;width:24.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { top:5.875rem;left:23.5625rem;width:24.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZemJSOUrWm4pPk93ovDAmKiWzdtDAn { top:7.5rem;left:23.5625rem;width:24.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { 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) { #MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { 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) { #Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { 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) { #FFEaOUnFDEfApuikDMczK419387klAPZ { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKqPtg0xHSzltTL8GC4cekZ2i8m6ilx { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEWcOGggaT04NnTNS9w9hJTQ2QW67pB9 { display:block; }
 }@media only screen and (max-width: 763px) { #TuVGgLwCSWMcmHuTGZa5ByLr8rIKmDKx { 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) { #QizvZ7ZlTMZODdCUK4fF6LqUesVVTUt6 { 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) { #dSsJFmcyJdtT8VEiW3xfl1mV0C4TkviT { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfFtEiIM28nOWrxQARw5FQTWm4anaul { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f6f6ff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:6.0000002980232rem;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:21.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -moz-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -ms-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -o-linear-gradient(180deg, #e6fcff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );";background-image: linear-gradient(180deg, #e6fcff, #f6f6ff);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:16.75rem;height:1.6503875rem;top:12.556250333786rem;left:1.8124997615814rem;font-size:1.375rem;line-height:1.2;text-align:left;text-align-last:left;color:#353e87;display:block; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:33.325001716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #sdumX2lzWEMcDdf160bwPfbGQqb5q266 { width:8.875rem;height:8.875rem;top:1.8791668415069rem;left:7.3166669011119rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.25rem;height:3.3125rem;top:0.75rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4rem;height:10rem;top:0rem;left:0.3125rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(130,165,165,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:13.475000143051rem;left:14.595833599568rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:13.474826812744rem;left:12.868055462837rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { width:6.375rem;height:2.25rem;top:17.1875rem;left:6.8125001192094rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { width:10rem;height:8.9375rem;top:2.0979168415069rem;left:6.7541669011119rem;z-index:15319;display:block; }
 }@media only screen and (max-width: 763px) { #uueAW3mEmk2VssXidGqeDfLcvFihcV8K { width:2.75rem;height:2.4375rem;top:7.6291673183444rem;left:5.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uJgttKg00hp63ANSBpOLywv1GegGT8 { width:2.1875rem;height:1.9375rem;top:9.9416668415069rem;left:6.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnTBq7HfqVqWy45nvNOxXiLPk0p6Nr8 { width:14.875rem;height:16.5rem;top:43.554169703674rem;left:2.5625rem;z-index:15319;display:none; }
 }@media only screen and (max-width: 763px) { #X86AtvoHHTirMv8Gx3VgwGuJyWrrvQ2q { width:13.4375rem;height:8.0625rem;top:6.0395839214325rem;left:5.1906254887581rem;z-index:15350;display:block; }
 }@media only screen and (max-width: 763px) { #tOsypaWiUdgcEa6tnXZTfWWTpizMv03R { width:3.5625rem;height:3.125rem;top:8.5083339214325rem;left:15.065625965595rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZ5E3BlS0exIIxKqWNouTVyMNdXcmZx { width:1.8125rem;height:1.5625rem;top:5.3750002384186rem;left:13.840480690065rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQNfMoAoiEJWC7KvSzyD2ZgqxIh5kHC { width:1.5rem;height:1.625rem;top:4.6875004768372rem;left:1.7500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCVaWITGsS9c3JJS7I22cQ2kaXefLAov { width:3.75rem;height:2.375rem;top:6.7447917461394rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MfMQT4VUgJ0TwiE3fuCFGLbr6G41cg { width:9.1875rem;height:10.3125rem;top:1.8791668415069rem;left:7.6333339810369rem;z-index:15320;display:block; }
 }@media only screen and (max-width: 763px) { #aBJAU16ESenERwr0eLSa9LoT5kgWNQdH { top:17.51708984375rem;left:0.499267578125rem;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) { #xDo6SWg9TTtczy0fTshCTTCuU38CMTu6 { display:block; }
 }@media only screen and (max-width: 763px) { #U6iMCNEuWH0L60geASGDsSwieGfRtHsn { width:11.74925rem;height:1.62475625rem;top:14.95361328125rem;left:4.12353515625rem;font-size:1.25rem;color:#353e87;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:20rem;height:29.375rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:3.6875rem;height:3.4375rem;top:4.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:block; }
 }@media only screen and (max-width: 763px) { #q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { width:2.5625rem;height:2.5625rem;top:4.9375rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { width:1rem;height:1.7858875rem;top:5.375rem;left:1.5625001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #f4cFtOnM83FTDDrlDQHTImezH2K73HkT { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #o9qc8yqTntMGNMZMaxznhqsISDgvgahc { width:8.875rem;height:2.5rem;top:11.503471851349rem;left:4.2500001192093rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #cklWGHqtziFm54Wbysr5RUr3fWSeHeFb { display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { width:3.75rem;height:3.4375rem;top:17.436631724238rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { width:2.5625rem;height:2.5625rem;top:17.874999791384rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { width:1.75rem;height:1.7858875rem;top:18.374999821186rem;left:1.6250001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.3125rem;height:10.125rem;top:5.3732633590698rem;left:1.6875001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14989;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.625rem;height:10.125rem;top:18.374999821186rem;left:1.4687501192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { display:flex;width:3.4375rem;height:3.4375rem;top:12.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { width:15.4375rem;height:2.92480625rem;top:6.3532981872556rem;left:4.3750001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15103;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KWZVap3I65OssomAOKtSfvFAwZVzmCLM { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #L388WzMKnU8nOvVCoFozDcttHCzZsTzy { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bFWLnK29tIilEghXLeenbssfhaxbC19o { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { width:7.3125rem;height:1.4624rem;top:9.38107585907rem;left:4.3125001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { width:7.1875rem;height:auto;top:13.6875rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tadiE2qTt07PFWKVpSBUVkGGkXvoRIz0 { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpmkdqJOGHqBFgRa2eezXLorky39am2z { display:flex;width:4.5625rem;height:4.5625rem;top:58.1875rem;left:11.0625rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { width:16.9375rem;height:19rem;top:32.000000953674rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { width:8.8125rem;height:0;top:33.113543510437rem;left:6.9041671752931rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { width:5.75rem;height:0;top:35.313542366028rem;left:6.9354171752931rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { width:15.4375rem;height:0;top:38.938542366028rem;left:3.154167175293rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { width:11.25rem;height:0;top:44.251044273376rem;left:3.279167175293rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { width:5.6875rem;height:0;top:35.001042366028rem;left:11.841667175293rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #z0qsu9VVQtAKca3ihVWsodhLGRMlruq8 { width:14.3125rem;height:0;top:46.938542366028rem;left:3.247917175293rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uaHmP0olwW94I6DcZeTUMIyyLRBtMTwr { display:flex;width:4.25rem;height:4.25rem;top:54rem;left:4.375rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { display:flex;width:4.375rem;height:4.375rem;top:58.8125rem;left:10.3125rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { display:flex;width:1.1875rem;height:1.1875rem;top:39.063542366028rem;left:1.216667175293rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { width:16.625rem;height:4.3125rem;top:32.126042366028rem;left:1.46875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ITp09yUqKPbk1puH2sUmyUPNintFpzrC { display:flex;width:1.1875rem;height:1.1875rem;top:44.325001716614rem;left:1.216667175293rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1Uk62LwZE1BEUxC1cocTfJUklGTQlvk { display:flex;width:1.1875rem;height:1.1875rem;top:47.001042366028rem;left:1.247917175293rem;display:none; }
 }@media only screen and (max-width: 763px) { #M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { width:17.375rem;height:16.875rem;top:22.625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { width:18rem;height:5.0625rem;top:32.000000953674rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { width:8.8125rem;height:auto;top:21.3125rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bzQVeMBBnkbPFavEF2NSm6iyrFzfNtTK { width:17.4375rem;height:16.875rem;top:22.625rem;left:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rziHTSKIKqLKJ3Kh5w9KPEzvnzcgTuNN { width:18rem;height:5.0625rem;top:32.000000953674rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #TGUFp7q4PnTtx6EhefcSO0QD2yXDWTiR { width:8.8125rem;height:auto;top:21.4375rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #y1KD3NE4ve1Kz8AiuZJbA8O8GVc4LNfc { width:5.75rem;height:auto;top:23.625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iB3cDwlbMBgqLWoANXoFNMBAT8dBDXH8 { width:5.6875rem;height:auto;top:23.25rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { width:13.25rem;height:auto;top:27.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JMgShNs0VoV10m4kIWOtQI05InWsHR02 { width:11.25rem;height:auto;top:32.3125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #l0eJxp0rLcpXTRyncrJkDZNN0lgVE3Kw { width:15.125rem;height:auto;top:35rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmkFN2SbmwsS7FgHKsMSsmspnIfA4rNP { display:flex;width:1.1875rem;height:1.1875rem;top:35.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na2iDzQaTUTtcmu1ixHZVdtqoTIPiXlN { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gW0UDGwWBJSCawtxNPGAx4OBzryEaL2k { display:flex;width:1.1875rem;height:1.1875rem;top:34.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRJc4IwVNI03PTJSpiymO3VBK8MPBQzF { width:13.25rem;height:auto;top:27.1875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZR9TBpZdaMxTsZq2iXs8l5AyE6f8ULvC { width:11.25rem;height:auto;top:34.125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { width:20rem;height:1.1254875rem;top:1.7625007629394rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { width:16.625rem;height:0;top:61.686477661132rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
 }@media only screen and (max-width: 763px) { #l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { width:5.5625rem;height:5.5625rem;top:71.0625rem;left:0.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { width:11rem;height:4.9375rem;top:90.312504768369rem;left:4.5000002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { width:5.5625rem;height:5.5625rem;top:73.125rem;left:6.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { width:7.4375rem;height:3rem;top:79rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block; }
 }@media only screen and (max-width: 763px) { #VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block; }
 }@media only screen and (max-width: 763px) { #yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { width:4.6875rem;height:1.5rem;top:69.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { width:3.3125rem;height:0;top:69.9375rem;left:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { width:10.9375rem;height:4.0625rem;top:63.00000190735rem;left:3.2500000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { width:5.5625rem;height:5.5625rem;top:79rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
 }@media only screen and (max-width: 763px) { #fWBeax37Exy8QKWkIwRsJD1yZz2wNVTB { width:12.25rem;height:5.5625rem;top:78.68750190735rem;left:1.5625000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { width:5.5625rem;height:5.5625rem;top:77.62500190735rem;left:5.7062504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #DO8krEbR4st2i0Lh7PCSp83f6vCZPmKV { width:8rem;height:2rem;top:49.875rem;left:6.1875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Um08cMGg6Del7lvKNBnFE4TswM5uibJr { display:block; }
 }@media only screen and (max-width: 763px) { #BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { width:5.5625rem;height:5.5625rem;top:64.49999809265rem;left:11.625000774861rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #JCGAX1W4LqeOnCr4nt7Ur1DL6n6XQxnv { width:10.5625rem;height:4.75rem;top:96.4375rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xtdIDQc6O80qzn7xT8G70pBMdZDaOZSN { width:8rem;height:2rem;top:56.3125rem;left:6.0625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #IytPxfOzOCP84A0IOJA9hni7eEBzF8wq { display:block; }
 }@media only screen and (max-width: 763px) { #fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { width:10.9375rem;height:auto;top:59.3125rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { width:7rem;height:2.375rem;top:73.125rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { width:5.5625rem;height:5.5625rem;top:72.375rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { width:6.0625rem;height:1.625rem;top:96.9375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZzufLb7VphTLITpRpFObytcBGHLDWsw { width:3.8125rem;height:0;top:102.34687614441rem;left:12.562500774861rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
 }@media only screen and (max-width: 763px) { #HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { width:5.5625rem;height:5.5625rem;top:69.50000190735rem;left:3.6875002980233rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { width:9.75rem;height:4.375rem;top:103.5rem;left:6.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block; }
 }@media only screen and (max-width: 763px) { #hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { width:5.5625rem;height:5.5625rem;top:60.625000953674rem;left:1.5625000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #czbWySFyD65tNqQslqqgBghkXNfcRCXD { width:9.0625rem;height:4.1875rem;top:58.689583301544rem;left:4.3750002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block; }
 }@media only screen and (max-width: 763px) { #pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { width:10.875rem;height:4.875rem;top:114.4375rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { width:5.5625rem;height:5.5625rem;top:68.12500190735rem;left:1.5625000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #PCZTbNgCmiT8bv8d985vII98w0zBygco { width:8rem;height:2.125rem;top:69.5125rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block; }
 }@media only screen and (max-width: 763px) { #WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { width:5.5625rem;height:5.5625rem;top:79.017711639406rem;left:3.6875002980233rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { width:10.375rem;height:4.4375rem;top:65.573963165281rem;left:8.4375007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wlckgHTzsbttrcTdafHMQd4mIxwiRxts { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block; }
 }@media only screen and (max-width: 763px) { #TZ2DkBUFUBsNrNbTHQJUUVyeMM7FSiEJ { width:13.3125rem;height:auto;top:59.375rem;left:3.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ps28lyS3Am4v2bq1hZChWJIlSd4qHHOG { width:16.5625rem;height:auto;top:59.375rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { width:8.75rem;height:8.1875rem;top:97.9375rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { width:7.9375rem;height:3.4375rem;top:67.690631866456rem;left:9.4687507748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
 }@media only screen and (max-width: 763px) { #WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { width:10.375rem;height:4.75rem;top:77.3125rem;left:6.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { width:8.75rem;height:8.1875rem;top:107.8125rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { width:8.75rem;height:8.1875rem;top:120.5rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { width:8rem;height:2rem;top:107.875rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block; }
 }@media only screen and (max-width: 763px) { #VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { width:12.625rem;height:5.6875rem;top:94.875rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { width:8.75rem;height:8.1875rem;top:135.9375rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { width:8rem;height:2rem;top:123.4rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block; }
 }@media only screen and (max-width: 763px) { #gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { width:9.8125rem;height:4.375rem;top:130.3125rem;left:5.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { width:9.8125rem;height:4.125rem;top:96.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
 }@media only screen and (max-width: 763px) { #QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { width:8.75rem;height:8.1875rem;top:145.8125rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { top:21.420138835907rem;left:4.0000001192093rem;width:15.1875rem;height:5.8496125rem;z-index:15345;font-weight:700;font-style:normal;color:#353e87;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { top:19.352430343628rem;left:4.1250001192093rem;width:13.0625rem;height:1.4624rem;z-index:15346;font-weight:700;font-style:normal;color:#353e87;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTPBoFCc3GLARhiX3bHdtOpmIbmDd4t { width:19.375rem;height:10rem;top:43.1875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rSAUOhBNf67EgSg5o7UlB7763pnrKTGL { width:20rem;height:5.0625rem;top:41rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #c2FhKQHeOG1sdQxif0l4py4oIoUVxNna { width:20rem;height:auto;top:42.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KnAFSyKMS1OT2AeZxxnGiyIkWKelRnBq { width:20rem;height:auto;top:47.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GCTqEQVJnoHgzJlbAxQ8Bf9Ebpk4lTqA { display:flex;width:1.1875rem;height:1.1875rem;top:47.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lzg9ViChqa1scXqdD8fTyZVC3G3zLk31 { display:flex;width:3.5rem;height:3.5rem;top:41.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ek7xgcFZ0oEQ72O3TpZHoEOr9Wm5H13o { width:11.25rem;height:2.5rem;top:49.625rem;left:4.375rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Nu7ZNHTyOhfnnRUPmi66xZDUwLrkBCt2 { display:block; }
 }@media only screen and (max-width: 763px) { #atdRPcWyLFSlLokb3FPnSvFb7sneCo4x { display:block; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x { background-color: transparent; background-image: none; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container > .video-iframe-container { display: none; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row > .video-iframe-container { display: none; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .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); }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .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; }#atdRPcWyLFSlLokb3FPnSvFb7sneCo4x > .row .container { width:20rem;height:37.1875rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJCabRTAGyXS478aZ7Gp2pXBNpCbkgc6 { 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) { #k9msa3DSLnG9XAvmbD4t0U46rpDuZe73 { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #UE61nkhkcD1GqttaJZMmecKynFZVLFTD { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #RHXn6ad7rvEtW7XIwsPQOoAAmvOBapb3 { 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) { #gOhAhocSEgVsF6BPg9pVB0yXEa3rOse7 { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #VAoT4QOlt5CIzWk8xoBghcXCHifcgm3P { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #haTEnndHIEfG1CayfINl2rrT5vUkppyb { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGTMQnxoKu7RlCdQ6Baqpgfb9GkM43Me { 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) { #CQ9bMNh21Bb4mD5VdMmpk47M64KNOiRC { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOOyzX1nOq3Dhr4LOBitul368pzWJOX5 { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2OdlA9V4AQT52bb6HDfzZ5e8skfn8xQ { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #yQkXSraJzQtEyJEOtyAzOsi65qlrrTOL { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mF0ugNdk4m0k3TSl50XTXT7839XxRIXV { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kcBOcXItd5kFV3LG3ruSvzzfsCNyvnxv { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #azFys8SRurrJRMxF0VITkyXwNF1DeG80 { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DX8iLkps3Lr5TPI0B2T1gBWtGp4sBWaE { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNGPPzuSSJVEFsyftCCXCHC0cdzPr4Ny { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #Tir3b1ThI9bAIqLRuF10AmZRGUkzxTgR { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
 }@media only screen and (max-width: 763px) { #AhvmT4xR8szLOhdMJRM899LKdH8Mgv3V { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #p75Ev8BPVvc50iy7m7dWlDyF28Tk8GRZ { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zP7VmAFwpFIca9cwwcMWBNJNw0ytR5Lk { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #Xz5dqldlpxJ3PTXHqZUH25X4p4XAuwKS { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sg0ZaewzSAOKTqNgVC7bLhZFG2SZl5Hp { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tK8f5XrLJQBkzi6K3aHmrraKPpc0VTOC { display:flex;width:3.4375rem;height:3.4375rem;top:12.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVxOenhhJr6I0ZThunqLemHyKgSn566M { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vPzT7y3Lbawri7QlcupkZaGEE5mUTQge { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #FWZBexSoQmUaHQc7NWZburvenUzbXyxq { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #CLtVma8szLswGcCSkDqdCLFuqz1UvuV5 { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #thL50SFz8GyTC9bwVp7volXyP6kLD5WV { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #zvX5q8cX4zEMLD5RyxbpQDwXXHk3arWN { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #T0DbOVzT3Obvf1cxJSqkwOGBJ6dS1lZL { width:7.1875rem;height:auto;top:15.25rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #f5pJG2mVTUeJhluBEeN5TknCbTLZz7xu { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJrcUqWM0LJmXpmLP6ARgNiUzzdV1RAn { display:flex;width:3.625rem;height:3.625rem;top:1.3885416984558rem;left:1.941666662693rem;z-index:15345; }
 }@media only screen and (max-width: 763px) { #BZoz0J6pMuwPWuP9Fvpnygr2D8x2tHnc { width:16.9375rem;height:19rem;top:20.375rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #IopaOhGTvh4P9Dnm2ocHXZHKSFzZWA7k { width:8.8125rem;height:auto;top:21.5rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fc1znLGhAdzamSJfPQulEWrKxL9CgPKH { width:5.75rem;height:auto;top:23.75rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RU1VBCcvpwuZa3Erw6OTd9Qzs6VfD8WT { width:15.4375rem;height:auto;top:27.375rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oCsnp1V1kHOpQi9faShUGLdDT6HUzSGM { width:11.25rem;height:auto;top:32.6875rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AiCfCdRqTvLbKFRiG52SFBokSl7VXhmB { width:5.6875rem;height:auto;top:23.4375rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #THrCQcOa1g0wMpTM8FeM5ZM2Te9L9JZx { width:14.3125rem;height:auto;top:35.375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fdKZpCeQsbnlAoc3cPxqACACyLzJK4It { display:flex;width:1.1875rem;height:1.1875rem;top:27.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZv2HTOZIkFhcfPguTWCqQhXp40m7Ovo { width:16.625rem;height:4.3125rem;top:20.5625rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Tw4NU2o1cqgnf7Vh8z0i8Mrvox572e9H { display:flex;width:1.1875rem;height:1.1875rem;top:32.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7LU6ui10yilHJLKkMQ95h2K3UydOgaR { display:flex;width:1.1875rem;height:1.1875rem;top:35.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIKkFzBZ5xhg67TAUqnZ74Att5uBfPKQ { width:17.375rem;height:16.875rem;top:22.625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #b7tNMfBTvhXQRaDxsQRmX7BDAsMAPqPm { width:18rem;height:5.0625rem;top:20.4375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #eIUyq94HHZrTq7LPPPX65INA1rGacl0C { width:8.8125rem;height:auto;top:21.3125rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EI24TNzXiE9qaaTvrpTZsUiwEOD738yB { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UMLo9NEUHVBieVtn0QO6VsvT38q9ZSQq { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OO7rwBzLQw7qWnTZwUBW2OBWqVguROMR { width:17.375rem;height:16.875rem;top:22.5625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #nd9GOB8TcSAA6WG9i9ytgDxVaQ215f1M { width:18rem;height:5.0625rem;top:20.375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #pm0f0bwxhNuu10RGRCR5ycfHVVvN1qXu { width:8.8125rem;height:auto;top:21.375rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ozaplhx6qyrv6rXxgXJercvhPE8SIeSX { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iCktBLgDuc6KfOBmtQ9Qzqq9o4ANRRBa { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AA0ZxiesNJ0h3A6UpVZpWQcBoVHgoTNk { width:13.25rem;height:auto;top:27.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HKLW740ScVMrSyvpF2xb61G5ISBFyTFL { width:11.25rem;height:auto;top:32.3125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rQeZimV1QqXFCskWCgCTe1s03fAOncVb { width:15.1875rem;height:auto;top:35.0625rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TAvLJ2N6TXWef2nO9hRqeC4ZhxEEAkn4 { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PktQaqApmcJAUWFVMsT7NnTSkWITwoL5 { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ4gCWtsILK6FMgOFJM4psVtcGRnHDux { display:flex;width:1.1875rem;height:1.1875rem;top:35.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwzyUPmt5zbwLLTu3PTKFNtTOoztOboe { display:flex;width:1.1875rem;height:1.1875rem;top:27.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyfElRePe299iCuIUOLiFLlcFpZ16elS { display:flex;width:1.1875rem;height:1.1875rem;top:34rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnte4C2o44G9JG0K6ZQ6T1VwtXJKoZ16 { width:13.25rem;height:auto;top:27.125rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HAcZba4W7hkmlEsJ84bX9Zbym53TzJwv { width:11.25rem;height:auto;top:34.0625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #O6VKFVBbPQrJxP2lROnDQXUJMK12WQqR { width:16.625rem;height:0;top:61.686477661132rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
 }@media only screen and (max-width: 763px) { #wCpByxahZc5sFIdXOg1gCubJa2TwAlba { width:5.5625rem;height:5.5625rem;top:71.0625rem;left:0.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #sXIXqTDCtT6qZQJ8q99no4Wk00U6G0eA { width:11rem;height:4.9375rem;top:90.312504768369rem;left:4.5000002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #D1vJuBrP2MPWuXvE386sUIderNywwAGv { width:5.5625rem;height:5.5625rem;top:73.125rem;left:6.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #EZ1kzoKy851EDUfFSGnXy92m6I9yW3hQ { width:7.4375rem;height:3rem;top:79rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hZ8yTwzmKzza8FlCBtZBXCvLbP0AGmy5 { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #uhobiblMDisDETfW1F2VtHV91SzInrHz { display:block; }
 }@media only screen and (max-width: 763px) { #oJiJrB3GeeDoB3hTEiubAxH6XnupdbyX { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #q7zzE0TR9Dzq5d28vStiNd8P2fkJmdLn { display:block; }
 }@media only screen and (max-width: 763px) { #Le1mzTcxyLix5fTf7eI951PEGsdJBuZi { width:4.6875rem;height:1.5rem;top:69.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4q88J4EwOlKvMJ07GV3f4NEfJdI5ZvP { width:3.3125rem;height:0;top:69.9375rem;left:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAKbXkT2TMMm2TOdgfDpQcXy3kkUZgwX { width:10.9375rem;height:4.0625rem;top:63.00000190735rem;left:3.2500000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dlMxB0eiZ6K1HZ5z6n8unv1ww0nEaw47 { width:5.5625rem;height:5.5625rem;top:79rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #MvAb3cT7zpgGPTOw3QJoTBugTZWC5wRw { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #NSEmhcEgeclVNoMFglk54IbDFUCKyoQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #zm8fLm5A6RWGnkoayRrIHS0aTRopM5Pb { width:12.25rem;height:5.5625rem;top:78.68750190735rem;left:1.5625000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GcwwwoASEz0HrC660uBwgm168Lip7af3 { width:5.5625rem;height:5.5625rem;top:77.62500190735rem;left:5.7062504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #PcUmpPMM8XOHvZcopNlguhuHPO9CfUNR { width:8rem;height:2rem;top:49.875rem;left:6.1875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #PmcvM1l7wblVKVFioqta0JhlOecwABdp { display:block; }
 }@media only screen and (max-width: 763px) { #pJ8FQypCNswDNA6mFRw2FVNIFxmkcmgw { width:5.5625rem;height:5.5625rem;top:64.49999809265rem;left:11.625000774861rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #sTAT7OGGdhntbRzw7AET2DodBsM6Wi0v { width:10.5625rem;height:4.75rem;top:96.4375rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ok1aMTAJniK2etimIgBaxhayTLF1fRDi { width:8rem;height:2rem;top:56.3125rem;left:6.0625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Meqzn5Ls7iFLgypdSph5BfPHGgCxMmVl { display:block; }
 }@media only screen and (max-width: 763px) { #XQseTMJyWLN7wbakPvbiRUFCwbP31w8L { width:10.9375rem;height:auto;top:44.6875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q1DttVup48uizdGCaowR9fJSaoPkKXTr { width:7rem;height:2.375rem;top:73.125rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FT3KeJ0SpqS7FwGs64syZEpS2dktQJ6o { width:5.5625rem;height:5.5625rem;top:72.375rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #C28IHJgNTBiBoThmqBSGHZVsTlf9pueH { width:6.0625rem;height:1.625rem;top:96.9375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwZp5lq2omeKTh2NspGc0cMJhtMPTGKf { width:3.8125rem;height:0;top:102.34687614441rem;left:12.562500774861rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQT1gc406R9Aq18MmUt02M1L2oUhoKNu { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #f6nGTCmzorfDQrLo1QlW1cQwKwiume22 { display:block; }
 }@media only screen and (max-width: 763px) { #BSUg4Xw9B45uhvn6JDlcFJZVt9iJtCyJ { width:5.5625rem;height:5.5625rem;top:69.50000190735rem;left:3.6875002980233rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #saNypgP26uFdaT4drp0GwfcGF2rH0Ldc { width:9.75rem;height:4.375rem;top:103.5rem;left:6.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TKqwau9eezGABsMm2Lg3q225Vt1VKXPg { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #alwKc4R5KZMyD9oHF96fwRTmpL1MPznJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtGPB1p5ZKCT9DVzHs2HD2Xsw4fSfM6v { width:5.5625rem;height:5.5625rem;top:60.625000953674rem;left:1.5625000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #UIvqfv57hJS5HwGiFu0tqac8A1vLK7W4 { width:9.0625rem;height:4.1875rem;top:58.689583301544rem;left:4.3750002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #l2JDZQqVOKDeJHosX5bHu4cyU30DEpGv { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #rnIJbepQhfcXJXyGshPuPud7UMbpZNMI { display:block; }
 }@media only screen and (max-width: 763px) { #ToGF5ywVOdllDiEVNt6rJu0JcSIgnczO { width:10.875rem;height:4.875rem;top:114.4375rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VTlnEBI7SBkbGC1txd6XGQqw1Tr1eftA { width:5.5625rem;height:5.5625rem;top:68.12500190735rem;left:1.5625000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #NVqPxnzC9cCX5bMu4pPKwIRTkJsnzNub { width:8rem;height:2.125rem;top:69.5125rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #J0JGSbeupKeiW9DBVgPnTxoQ3cNPo9rb { display:block; }
 }@media only screen and (max-width: 763px) { #TGbu8bx50ThBw8d5EUdCxSk8qRhDobS8 { width:5.5625rem;height:5.5625rem;top:79.017711639406rem;left:3.6875002980233rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #MBOAiw0IkToXG0byi73NLDRtN3CFMv8F { width:10.375rem;height:4.4375rem;top:65.573963165281rem;left:8.4375007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AtKqSpwOKbTGApfythzJUFVowtgpQanZ { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #vuWMzNhgSUoqN2HacgIxR0lnna201T80 { display:block; }
 }@media only screen and (max-width: 763px) { #MFZ6DLU55sEk6THQZIPoqldFSydmqtT6 { width:13.3125rem;height:auto;top:44.75rem;left:3.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RPnJglDqp4HM2D1UzlFNETVCyL7gW8BN { width:16.5625rem;height:auto;top:44.75rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vBMi65d0phTsVZP5NffDtKsCWFzFIRR4 { width:8.75rem;height:8.1875rem;top:97.9375rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #QhfloaSffBZaJwE03ovGdRuXJqi14HdA { width:7.9375rem;height:3.4375rem;top:67.690631866456rem;left:9.4687507748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #a2kEprgvQgtDrATE7eyBEMnTMpM5qpDS { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ZHfk9DGzpTrcZJvOhwpnfFxSTQrHMgaT { display:block; }
 }@media only screen and (max-width: 763px) { #uRTa9ETK8FVGT30OK1aTyo7mSur6aTX2 { width:10.375rem;height:4.75rem;top:77.3125rem;left:6.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oV3JUd2N5zNRtBqdxfaLR97D8zPM35rN { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #sgigS7D0QNOiNOJPNMathHxizz1sBGLu { display:block; }
 }@media only screen and (max-width: 763px) { #hxgNrzRJiV5h8CTpO8yOHcNF5JwAMo0x { width:8.75rem;height:8.1875rem;top:107.8125rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #ywzKiQvvfJWOOTJr9Eyi7ZzBrrZlgZpQ { width:8.75rem;height:8.1875rem;top:120.5rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #nng8AwLOWCPJAikFPAda57pSLMWHsN5q { width:8rem;height:2rem;top:107.875rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #a1PT7TJTtUrl0OTJoWyvW39qC9oCHJrG { display:block; }
 }@media only screen and (max-width: 763px) { #SKrEHszSDubPU9MhiFTfVT8ZXbQh0TQc { width:12.625rem;height:5.6875rem;top:94.875rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UErToo0JUISStysuVrBSy5d3CrhKXnhM { width:8.75rem;height:8.1875rem;top:135.9375rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #UXXqoh3Jxhiese3dmy4eqAC3f0sTomaU { width:8rem;height:2rem;top:123.4rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #vlf3TmVWITffO1AeigXKQ8PzfTvKG4as { display:block; }
 }@media only screen and (max-width: 763px) { #xzm9GTPvh7Vy6m6ya6WNRyd5MHz7T0N4 { width:9.8125rem;height:4.375rem;top:130.3125rem;left:5.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XAnfeHCBf5oDcTZEi1kup4gmML98cWEJ { width:9.8125rem;height:4.125rem;top:96.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nog18alZeA0uzEbqxtFTX4ZBXr8ycOtq { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #nII54J0w4qPD42oLePJGXDk51glyrvyH { display:block; }
 }@media only screen and (max-width: 763px) { #CoczWFqBA3HE6C4oOtLJo4diLwR3IP4E { width:8.75rem;height:8.1875rem;top:145.8125rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #B0yZTSsCt8hdOQXsixJ4zzeGSokSkIS8 { width:16.9375rem;height:19rem;top:1.3864583969116rem;left:1.2624999880791rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15007;border-top:0.3125rem solid #e5d4c8;border-left:0.3125rem solid #e5d4c8;border-right:0.3125rem solid #e5d4c8;border-bottom:0.3125rem solid #e5d4c8;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #fbf2e5);background-image: -moz-linear-gradient(0deg, #ffffff, #fbf2e5);background-image: -ms-linear-gradient(0deg, #ffffff, #fbf2e5);background-image: -o-linear-gradient(0deg, #ffffff, #fbf2e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbf2e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbf2e5' );";background-image: linear-gradient(0deg, #ffffff, #fbf2e5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXSiaQbeA9GCOUTnTmwGoUOcwlF173t { width:17.625rem;height:4.6875rem;top:1.326042175293rem;left:1.1687499880791rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15008;background-color:#e5d4c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oWRDq8DIeRI9m5D3GTc4hGK12uUmUDNu { width:14.3125rem;height:2.92480625rem;top:16.516667842865rem;left:3.1562502980233rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15133;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #yTrlNy371A8DUaL4O0coaL3J18nxW8dc { width:11.25rem;height:1.4624rem;top:13.206250667572rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15132;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #XMcVxfvmrkd32dqKJkoCEXhUA6iN6MUu { width:15.4375rem;height:4.38720625rem;top:6.8687515258787rem;left:3.3041670918464rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15131;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #oMaPI8uDMPzgeWQZyESUtWCilvJrFSls { display:flex;width:1.1875rem;height:1.1875rem;top:6.7812504768369rem;left:1.379166662693rem;z-index:15341; }
 }@media only screen and (max-width: 763px) { #owQopV1JCfVtSXeJfp0sN1oVHnJk91Fb { display:flex;width:1.1875rem;height:1.1875rem;top:13.206250667572rem;left:1.379166662693rem;z-index:15342; }
 }@media only screen and (max-width: 763px) { #Vayo7aSmkHrAncC3T3rEehiaLX8kXNfk { display:flex;width:1.1875rem;height:1.1875rem;top:16.641667842865rem;left:1.3249999880791rem;z-index:15343; }
 }@media only screen and (max-width: 763px) { #iLIAa7zBXCzx48xXGRzT0ZqSQOzsaeHE { width:8.8125rem;height:1.94965rem;top:1.6520833969116rem;left:7.1791675686838rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15129;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #WyUGKVuWz3NNol4ZLoecFlHcucioAHTS { width:5.75rem;height:1.4624rem;top:3.763542175293rem;left:7.1875002980231rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15130;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #AKD1Eaa45ET8MlsBUApUusfpkt5i8hvv { width:5.6875rem;height:1.94965rem;top:3.5052108764649rem;left:12.312500774861rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15130;color:#643430;display:block; }
 }@media only screen and (max-width: 763px) { #vALWW8uNKzrFvBHG5X3ax976aERNGTab { width:5.5625rem;height:5.5625rem;top:23.875rem;left:0.71041673421862rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
 }@media only screen and (max-width: 763px) { #yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { width:5.5625rem;height:5.5625rem;top:23.875rem;left:7.0812504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
 }@media only screen and (max-width: 763px) { #BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { width:5.5625rem;height:5.5625rem;top:30.3125rem;left:3.7916668057442rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:block; }
 }@media only screen and (max-width: 763px) { #LysGyZKVL9u1VS1PU0MBPqG06J7Wcrsv { width:5.5625rem;height:5.5625rem;top:23.9375rem;left:13.47500115633rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;display:block; }
 }@media only screen and (max-width: 763px) { #VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { width:5.5625rem;height:5.5625rem;top:30.375rem;left:10.179167568684rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #bxzcFthfrqfuuu3mDBdNswSJfCTFi9NE { width:20rem;height:1.1254875rem;top:21.766670227051rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;z-index:15083;color:#561a15;display:block; }
 }@media only screen and (max-width: 763px) { #uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { width:6.625rem;height:2.9375rem;top:25.387501001358rem;left:0.44166666269303rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { width:5.75rem;height:2.25rem;top:25.731252193451rem;left:7.1250002980231rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { width:9.0625rem;height:4.0625rem;top:31.262501835823rem;left:1.941666662693rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { width:6.875rem;height:2.4375rem;top:25.762500762939rem;left:12.937500774861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { width:7.1875rem;height:3.1875rem;top:31.668756484986rem;left:9.5000007748606rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dJuqGQuAWyaNM1TrqeXs6diICzxns2Cq { width:4.6875rem;height:1.5rem;top:23.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5MVHDaoPq4khc1IC3R7FX5m36BSr3ro { width:3.3125rem;height:1.21875rem;top:23.75rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChnSAMq5fZS88dOlh5lRbes41nRJTnX { display:block; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX { background-color: transparent; background-image: none; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container > .video-iframe-container { display: none; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row > .video-iframe-container { display: none; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .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); }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .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; }#kChnSAMq5fZS88dOlh5lRbes41nRJTnX > .row .container { width:20rem;height:36.875rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyH0yyyPQIxqANADMKBw4z1qZp9K3dLS { 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) { #CxHQ3IIOpToHIxPbiJNTvreK5VkHn8K6 { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #N7qoUQzPGbXdB0XtdXrB7LZiAWRQmlng { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #pDh2dfqDsG6893UJaCBO61lxeSCVPQwi { 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) { #qk6ASIv32RPcLTnOoT0lTga4xzfM9ueD { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #OFikT4WfoBSEuOL8eXkTTXqchJsAuD7Q { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcRPBD9FiIIVkrW7fPSEm8V8kTtPeMBN { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxuZ2nT7AuvkczZsuINb8aV7HKqh19pR { 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) { #qiRLMAVAOEXp5ZhfXBA97vgWXSMTgaFT { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpO1eUWGFQyWy3wIzI3WPaJdM032nVzD { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUzvcoT6a3mHe6uTgZm3kPKR5JFoMHR0 { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #SEaEgmmFb1TKZufq0TZ9MITPCP2It7AN { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aJTXhwXiUbraCdUlbi4MnuGtzQkwxrJk { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QVDoIwBFkTgGo9XnRadHvgCGcIrBefSV { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #IGyJKHDv2ZfDfTuFkSwUC0rybJ89tgOo { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TI49yE0K1TOf0gNSCtPzVd3ehpNLnKh8 { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGUrSvKTHUN8nQx9v1K8vzaaSVSyTi9g { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #VuwPVuDVBhgtKI6xu1PzmkncAcVw8701 { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
 }@media only screen and (max-width: 763px) { #KNn5GERbAhSxi4Fws8LNQChAZwcx9ofv { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #kGJaqlp0R2pPgIFc1w8gFump3wA2aFTa { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oA7cx1TKCOSiC9vKVgnZyxImZLHBWSc7 { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #FouIPgTKBN795Jcwoz23aNQBy9mblIaF { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #M66wlEMGdDPPfbbW5PZcGxIK7KV0c2pV { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9apKGE3pIGT3WwiRSdSAc1zTbyRLQZC { display:flex;width:3.4375rem;height:3.4375rem;top:12.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQyyFbAcClBl3WNyJm1VUdHFlkTncHV5 { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #HEfDJcxHTVZUpUGOfRxwaswRXmmHzzBR { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #J4R916TRVk9qiAk8hyQDp1XfNOCfRmTM { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #CC7GhUgKHpT6EtMtb7ovzbmBmIcmFxQN { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #XcnSJKJTPKJ4RRMLntE78mxZJilnzSNd { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #OqGD1gNG4oT1cMCzBzvJ6CSN5fbs72il { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #C8y5sCwoqT6KAbtpUXGfgzp59Ufn5rwc { width:7.1875rem;height:auto;top:15.25rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FyQBQQAwbTpbAocfu2IdvDN9LiiHA9TZ { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zztERBR8ugIUb1quXziy55BubTgL9kon { display:flex;width:3.625rem;height:3.625rem;top:1.3885416984558rem;left:1.941666662693rem;z-index:15345;display:none; }
 }@media only screen and (max-width: 763px) { #JFJ8ah3oziuHD1Kysoi0R6rEtcyIyxOp { width:16.9375rem;height:19rem;top:20.375rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #PKmCPanLUzz5IDKEHTnZnn2zJXnl5LyZ { width:8.8125rem;height:auto;top:21.5rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tMq74uOPyxFBbI4egQLWgMd8SfRS13ah { width:5.75rem;height:auto;top:23.75rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #V2gqcq8DbsUeXZA0COpTIx38b7bzX1Tq { width:15.4375rem;height:auto;top:27.375rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mmb7poHC0T3hwVorcLNHLLSiK6FlcFrh { width:11.25rem;height:auto;top:32.6875rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h0oTZz7ib8agfqV1UfoqfEiRbqkHr0VT { width:5.6875rem;height:auto;top:23.4375rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #P37unmpZC4G9c9eeBuc2kuV8xqJmD9DQ { width:14.3125rem;height:auto;top:35.375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #C4MlEayyKezBJOSddMeG8VQCyBufTfnw { display:flex;width:1.1875rem;height:1.1875rem;top:27.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIIX87PmqBEc5M9oP5pMHd167WkwHiAr { width:16.625rem;height:4.3125rem;top:20.5625rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #XPL08zSiSRLKbNgkVNwfneIrl8fkZbzi { display:flex;width:1.1875rem;height:1.1875rem;top:32.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG12omHECRyhZ01LpFyR405iKy68kD8a { display:flex;width:1.1875rem;height:1.1875rem;top:35.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIPQxWOmGSVZVn5q1EQHKuq2rsczfrvJ { width:17.375rem;height:16.875rem;top:22.625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #nwBsPk0nQODBuATgd7XmlNdS9mbX1a0b { width:18rem;height:5.0625rem;top:20.4375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #U0opyhozzd0NGLTT6dN8wz2hBom3nRIR { width:8.8125rem;height:auto;top:21.3125rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bBu7Tu902U3h0VWZiDfI0kWP447Krh9k { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GIGKTI2rf9B5R6aek50huTyRavuX68yk { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dwEd1VNTx0GAuQe0uRsWUof3lnqxgvD3 { width:17.375rem;height:16.875rem;top:22.5625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Gg26BlunqnmDt6lcrxvRsXTB33HwUfR9 { width:18rem;height:5.0625rem;top:20.375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #OLh15k6bs2QFvHoBsR5foKqB0cTov8nt { width:8.8125rem;height:auto;top:21.375rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eD8MLNHD6Gg1TkqQy9AFImb4DVgAKEvS { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mfNBOdpd0sh8HL9ifs4VmAGseOhpyt4c { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qRUBfgooa9UnpxbTvOJdPN5sOIn4pPwo { width:13.25rem;height:auto;top:27.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #auMWflUgUqRWthC7yq5KuDX05OzU6Bum { width:11.25rem;height:auto;top:32.3125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #A1UbZHdvhZWzwTi3SxnEIgE5lc9f6IrG { width:15.1875rem;height:auto;top:35.0625rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KrSeylRBkBgri6ueZLv4T1RZDhXBA2Uh { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzWmScOTiVayfJm3bqCq1zy9t56gaVyF { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkT1LxDrw4cTeEAooPHOUvURKFdWDW5S { display:flex;width:1.1875rem;height:1.1875rem;top:35.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUISohDNHnBiKBrAT7T9vHfEsl0wEZ3M { display:flex;width:1.1875rem;height:1.1875rem;top:27.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE20yXZ5ARB1OAwkH6RBKr8uo3OML38h { display:flex;width:1.1875rem;height:1.1875rem;top:34rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #om8UbnE7Eq840SNy9TLCBrEzDIdJkJ5T { width:13.25rem;height:auto;top:27.125rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hchFdULhiiT68FuJHQB7XQkLmTd1ibIL { width:11.25rem;height:auto;top:34.0625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lESAlOXdlTkH0RAppdFGXxO1p1BgxhKJ { width:16.625rem;height:0;top:61.686477661132rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
 }@media only screen and (max-width: 763px) { #fZ7G57TfXQLTynBqaUFQuXREPZQKzBJR { width:5.5625rem;height:5.5625rem;top:71.0625rem;left:0.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #OTyz1zNGiXBvNhMXMLoiqM6xNSvEo8r5 { width:11rem;height:4.9375rem;top:90.312504768369rem;left:4.5000002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #igLAUWn0VgCD4m9Jv42KPoiiIyy1Ltcd { width:5.5625rem;height:5.5625rem;top:73.125rem;left:6.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #dIHvGp0fEJBcDEuS7ScSgC5OsVcSExNv { width:7.4375rem;height:3rem;top:79rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GFZCQDBapAKtdIsx7F35qCCM2rh16pL5 { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #nbXadPm13C7aGFsZSfm8mUerLDVLyL4i { display:block; }
 }@media only screen and (max-width: 763px) { #GugDlVcpOI8a6GChVQTK4DZBfnb99qTU { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #eCI2iv7HllawrqrQESNqguJvzINbExHU { display:block; }
 }@media only screen and (max-width: 763px) { #KsC7cDuogmX8wVVIl1k5EiZEqrEx3VmR { width:4.6875rem;height:1.5rem;top:69.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEyeBFmcufTZv5a6PRTxEcMUOhbR0JUZ { width:3.3125rem;height:0;top:69.9375rem;left:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWFeBZ2ElVuzpBEWGt80x9cBkrosvr1U { width:10.9375rem;height:4.0625rem;top:63.00000190735rem;left:3.2500000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JBeTTfvwnvlrBE8XiopHC6THlQL0npFH { width:5.5625rem;height:5.5625rem;top:79rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #A6TXTDxQESBEhGD9xcRspBwhckn7NLVR { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #NbpCIHtRD0fiuo0E0qMw3TMOe4ifhb08 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7ekZzQUXNhS6L9HFK1JezTLRv6JblbH { width:12.25rem;height:5.5625rem;top:78.68750190735rem;left:1.5625000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Sd6e2MtUpe5tIu2BEAG0Mk2HBoMTxA3f { width:5.5625rem;height:5.5625rem;top:77.62500190735rem;left:5.7062504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #LNs7TPlScLD4QuLw7iLAXPf3yoMAnIvT { width:8rem;height:2rem;top:49.875rem;left:6.1875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #PNKm8SoIdN3S1QlqBSsUBEr902vSu1HS { display:block; }
 }@media only screen and (max-width: 763px) { #f6bKzC7urfJXBkkLQEyJBoca2LlQ8OmP { width:5.5625rem;height:5.5625rem;top:64.49999809265rem;left:11.625000774861rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #uuoph9KPhm0k58mXpPoKqwPInlkEpQAB { width:10.5625rem;height:4.75rem;top:96.4375rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #f2JytZCeS9nKTTw2peQUDErHmABGtLU7 { width:8rem;height:2rem;top:56.3125rem;left:6.0625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Ucy0idfSv8PHRWtt5FfyEJMlMuqeHoAb { display:block; }
 }@media only screen and (max-width: 763px) { #vR96IF362uJfMy54DUvaTK8zixuynTTr { width:10.9375rem;height:auto;top:44.6875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #d1uMpbu15mci4ls2s7Be5R1DTGXhCdhb { width:7rem;height:2.375rem;top:73.125rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aoZipyT11y4Ib4cm5TKqKVpaapBJFirU { width:5.5625rem;height:5.5625rem;top:72.375rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #WFoTMMpb0qpCtZpzWzcN6rkl2KMcSTEG { width:6.0625rem;height:1.625rem;top:96.9375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tl1fpKFqG4mpU0lWw6sFTiSPIJRP9yTU { width:3.8125rem;height:0;top:102.34687614441rem;left:12.562500774861rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPghh4kzDGrgWW2CEbGBh6AFqxaqNBav { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #q802T3sFBtJXJDVHfoWlEwKRaZJwvGTn { display:block; }
 }@media only screen and (max-width: 763px) { #UyuybWvfHVtq1NoS61vxE4fg7cG0f56f { width:5.5625rem;height:5.5625rem;top:69.50000190735rem;left:3.6875002980233rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #BEdcIVbdGATkLklZynqUXOFCxs8QoAzA { width:9.75rem;height:4.375rem;top:103.5rem;left:6.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wia50yALCL9MF5QttOQX4s8UxPBW4NIv { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #IdFBrm5MKixmGH7oH9v07KCT0ShWqVpG { display:block; }
 }@media only screen and (max-width: 763px) { #TmnSfKgCWpQawUtrhTlFzb5eV5nlF7CD { width:5.5625rem;height:5.5625rem;top:60.625000953674rem;left:1.5625000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #W6TJOdllP7e0LIvvld3VotXvEqUL7ixn { width:9.0625rem;height:4.1875rem;top:58.689583301544rem;left:4.3750002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Xnf0IAPMdFP2Au9ffUEcM7HDzmGNPS0w { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #V8CfHOyQ8TBNvb3mlaSqcTEiAIPVKUDn { display:block; }
 }@media only screen and (max-width: 763px) { #FSTA5aJwxo52PfXdrPLTv42yxeHt2RZf { width:10.875rem;height:4.875rem;top:114.4375rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CioXPKkSuv0scEI8dbmTl2IwmQTrrRHy { width:5.5625rem;height:5.5625rem;top:68.12500190735rem;left:1.5625000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #unw1DkS0giBLociPy1HSdZn2rVhvPGp8 { width:8rem;height:2.125rem;top:69.5125rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #eSV5VyqeIQT5vtFt4Rkl8hSTMMIViOr0 { display:block; }
 }@media only screen and (max-width: 763px) { #oHpcskOZKovZsWsOE3G52lSmyfmWrp0Q { width:5.5625rem;height:5.5625rem;top:79.017711639406rem;left:3.6875002980233rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #QUlkALOn5s9UI0wLBKUllmtQ2TwstA8f { width:10.375rem;height:4.4375rem;top:65.573963165281rem;left:8.4375007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TGkT6TrKJmoTXGAHxFh2hvkDOt7IkMlr { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #BeNxHan1HTttvwr2eUPb1LzVspTbhTTn { display:block; }
 }@media only screen and (max-width: 763px) { #qAZtOTNNHpLqTkKM4ZSB3MrUKvN184oI { width:13.3125rem;height:auto;top:44.75rem;left:3.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PKUHWAMLW7oaVtfoGdgMqzXEFDGAlxXy { width:16.5625rem;height:auto;top:44.75rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mZpDNVVuQzTAetQwGNkPrSngrzHf62ZS { width:8.75rem;height:8.1875rem;top:97.9375rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #tRP4ScbU9PA2RoPKPafMamvASOu7wiFG { width:7.9375rem;height:3.4375rem;top:67.690631866456rem;left:9.4687507748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pFNEDBVm884nUByRsy7vENKShrSzqINO { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #EtP6KQzZu2wCunVwkCxGhAzPtTo0Q9LO { display:block; }
 }@media only screen and (max-width: 763px) { #T3g3MnJT1ReaQqFeccTWNKzHIbKwaPq0 { width:10.375rem;height:4.75rem;top:77.3125rem;left:6.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ktpU1wqVr5URADg5PBpVfS0iA13xQkmz { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #fKwAbQsvlgysbInK6KtJ7SQd7RLEknTX { display:block; }
 }@media only screen and (max-width: 763px) { #etQ2JGo22mHkoGEi3wQP6ZKDIF0it4RV { width:8.75rem;height:8.1875rem;top:107.8125rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #LmifNqZvTAc9J1q6fWkXei33OTfATww4 { width:8.75rem;height:8.1875rem;top:120.5rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #XTFhfx1izp0WBOPrqcgFoRti1RhrZH72 { width:8rem;height:2rem;top:107.875rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #sLf8zN3uivAvehuRDBRtMol6RTIUGONB { display:block; }
 }@media only screen and (max-width: 763px) { #cPTVBcGpPSTwWlHUGM1vDMaF8LTtgufg { width:12.625rem;height:5.6875rem;top:94.875rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qRuAFZUSQqwhUuSJszJ7fGpyWQxTkQLp { width:8.75rem;height:8.1875rem;top:135.9375rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #xH8JXGcQSOOs74vwgqBnATzmmDhXQsdL { width:8rem;height:2rem;top:123.4rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #KPn2XBRJRRhGG89qkJGB3TVauUfNWuw9 { display:block; }
 }@media only screen and (max-width: 763px) { #ev8euclQu5uqGOmtZQWGaGPJfsDyn3he { width:9.8125rem;height:4.375rem;top:130.3125rem;left:5.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yxP5d3gccMxAoBvwStTlMHcNURWPt8N6 { width:9.8125rem;height:4.125rem;top:96.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L45M7nw2azr4UJtTJ1gdamSk3TdoRZ3L { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #pIRcSMm5g8uG3IZiK6X71ebGVdMi08gg { display:block; }
 }@media only screen and (max-width: 763px) { #zAgpwtdCOl1Qzhehqt5TTIUI7LXDr1Rr { width:8.75rem;height:8.1875rem;top:145.8125rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #vi3CC0otrW1gOQ2D30lrwsgoi6emV1Gz { width:16.9375rem;height:19rem;top:1.3864583969116rem;left:1.2624999880791rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15007;border-top:0.3125rem solid #d7d7f8;border-left:0.3125rem solid #d7d7f8;border-right:0.3125rem solid #d7d7f8;border-bottom:0.3125rem solid #d7d7f8;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #e2e3f1);background-image: -moz-linear-gradient(0deg, #ffffff, #e2e3f1);background-image: -ms-linear-gradient(0deg, #ffffff, #e2e3f1);background-image: -o-linear-gradient(0deg, #ffffff, #e2e3f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e3f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e3f1' );";background-image: linear-gradient(0deg, #ffffff, #e2e3f1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uwId9NwEBo4SDTyBOzK3OP721S3uk1Gn { width:17.5625rem;height:4.5625rem;top:1.3885419368744rem;left:1.2312499880791rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15008;background-color:#d2d4ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MvEKsTqqeKh9kD9yial04VDeakDM1wtm { width:15.4375rem;height:2.92480625rem;top:16.516668319702rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15133;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #BDSORmXH74AqSdqQMpcHggNFfB102nhf { width:11.25rem;height:1.4624rem;top:13.206250667572rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15132;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #ST3nJIn4CMOU43Fqr8iE6U8dbT4BB71G { width:15.4375rem;height:4.38720625rem;top:6.8687515258787rem;left:3.3041670918464rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15131;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2W8X18Z2NAmaHUH3dwOZlHIBE0Xbo2 { display:flex;width:1.1875rem;height:1.1875rem;top:6.7812504768369rem;left:1.379166662693rem;z-index:15341; }
 }@media only screen and (max-width: 763px) { #aTWnKzabNMQGPEvB3SSf8MIyRzmbpiG9 { display:flex;width:1.1875rem;height:1.1875rem;top:13.206250667572rem;left:1.379166662693rem;z-index:15342; }
 }@media only screen and (max-width: 763px) { #ie1CnfrwBSw49uQPmsGLUxDQZvn5XLtJ { display:flex;width:1.1875rem;height:1.1875rem;top:16.641667842865rem;left:1.3249999880791rem;z-index:15343; }
 }@media only screen and (max-width: 763px) { #QmclUWeFnwOUZA4FiW9oQTVefQLmBI2V { width:8.8125rem;height:1.94965rem;top:1.6520833969116rem;left:7.1791675686838rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15129;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #vNa6J2p8OIaCO5JgcxRDLV1o70wksug7 { width:5.75rem;height:1.4624rem;top:3.763542175293rem;left:7.1875002980231rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15130;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #ZsWAwicV0BWFT8MuJ20WqATXdpaSawct { width:5.6875rem;height:1.94965rem;top:3.4427089691162rem;left:12.375000774861rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15130;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #UMk7i6oAelC8uFk6eBdP7WOIUayLOu9g { width:5.5625rem;height:5.5625rem;top:23.875rem;left:0.71041673421862rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #dfb947;border-left:0.25rem solid #dfb947;border-right:0.25rem solid #dfb947;border-bottom:0.25rem solid #dfb947;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LOCtdl39TBN43RBuS86cC96lOOeiWyLl { width:5.5625rem;height:5.5625rem;top:23.875rem;left:7.0812504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aKSpBGKts4SuOAtzSp1OQCpnubw8vBKD { width:5.5625rem;height:5.5625rem;top:30.3125rem;left:3.7916668057442rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DgTbzS2XZi7oBoT4KB2KoMzTnT0NEBvb { width:5.5625rem;height:5.5625rem;top:23.9375rem;left:13.47500115633rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#d7d7f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#d7d7f8' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #d7d7f8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a3s5FedamA6hXv2OaGwgfXE3y8uuBVuX { width:5.5625rem;height:5.5625rem;top:30.375rem;left:10.179167568684rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #d7d7f8;border-left:0.25rem solid #d7d7f8;border-right:0.25rem solid #d7d7f8;border-bottom:0.25rem solid #d7d7f8;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7f8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #d7d7f8, rgba(229,212,200,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SKQaPI0iQ2dGcysOvsme0IRmDldqtJRl { width:20rem;height:1.1254875rem;top:21.766670227051rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;z-index:15083;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #xMNITuyer1LJZQmR2WIT1I3qyHWPJJZR { width:6.625rem;height:2.9375rem;top:25.387501001358rem;left:0.44166666269303rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BHKkNbdzX092c4NdciJtTHtHaW7mCT0D { width:5.75rem;height:2.25rem;top:25.731252193451rem;left:7.1250002980231rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UlmKAszvaToaM6F0siTJJF26PtZgGExh { width:9.0625rem;height:4.0625rem;top:31.262501835823rem;left:1.941666662693rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ECrgEqrUfMn5NQmwZKoewHGnirIuFNgn { width:6.875rem;height:2.4375rem;top:25.575001835823rem;left:12.875000774861rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iTD1JOho6WX6nNzyvdUoW2tMg1Ab69NR { width:7.1875rem;height:3.1875rem;top:31.668756484986rem;left:9.5000007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vq1miUwnAvPaAiA2Dl6q9tHDrXk1M6h5 { display:flex;width:3.5rem;height:3.5rem;top:1.3927087783814rem;left:2.1374999880791rem;z-index:15346; }
 }@media only screen and (max-width: 763px) { #ni98eX3UlupGvCktTtzy2cbVX2li4CsL { width:5.9375rem;height:1.9375rem;top:25.887501716614rem;left:0.722916662693rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqthyeUBQOVsBHoBxZpFln1TuvI2TUyv { width:6.9375rem;height:3.0625rem;top:25.325001239777rem;left:6.5312502980231rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nHaTUh9Abl9Kgaub4AXl7eaGxfTbShnl { width:4.875rem;height:2.125rem;top:25.543750762939rem;left:14.050000965595rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HqzbSOLssEZPLlShDeavqtfUTEfMidtG { width:8.1875rem;height:3.625rem;top:31.481252670288rem;left:2.441666662693rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uXqusTP8IqyJweG0QBLnUDuyee1D6eAx { width:7.375rem;height:3.125rem;top:31.918752670288rem;left:9.3750007748606rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DEMESoPhd5UVm0VSbH5tCU1mU2UdPRdV { width:4.875rem;height:1.625rem;top:23.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzlAIvsZtyyS1JnAAoBuDrTh9s5FpCKq { width:3.8125rem;height:1.21875rem;top:23.8125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG { display:block; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG { background-color: transparent; background-image: none; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container > .video-iframe-container { display: none; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row > .video-iframe-container { display: none; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .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); }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .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; }#Vz94TvLAEx0IBwq9FfbyIUOgpqAL13QG > .row .container { width:20rem;height:33.75rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcgqiG7HPkPTgEuHFl15QKtg0p1wGF4A { 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) { #OLUqt2km1sQsRIvGzrDNLu8GMl7gCAUl { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #nKOuks9B005VQB5G2PVCS6upykCJLIew { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #d6Hz9QysNchCXxeRQxaBX6UHoSwVkhCW { 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) { #tVqFySUuGXiP61LXAcg42Bn0OzlrU30R { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #cyZnNTUAmg41DwDuhzQAuM87P0qoS4SC { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf7TcZsbSZLqieK0QXstcb6gX9pXz1kS { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRIglyrTrRkCQzREJPIy3BDEoUX9rnnR { 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) { #PAQofZ5wzF90Mupm63vKA9TnfvR2fZw3 { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IouRRkhFPsQAvKrXnnLA9emGo1aS3nVz { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #a55Hzdd0mXXMNi0zx9NFg1kVukV2AqLo { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KGqaVD07vQTKPAFXTJPSLBCGhfLJaq8U { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #I2lHvTAsBlAEKfCaBIFoeJsbAQyRMWs1 { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #e9CE5hcssmDpPwJaPdvUpBydJfFf3RNV { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #tPaOw2nPKRSBBbDJ9AwhAfeF6SQ76J2c { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #auUeo7wEixfpz4vdLMz3W5vfTeDowAN2 { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX5oa3mJSWnAfQcrTiSzATxHyUatwqw2 { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #NTPBPiTalM9btEQPxTDp5BJurrkzqtIR { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
 }@media only screen and (max-width: 763px) { #FhGCayTVbbQ800l0Nua3076BuEgmDvIV { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #iXOze0gCkch8qmWdkJCsgik4ufmtaPOC { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Ii70p6dUGyVHCzDt0k1HT75M586afVeB { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #D5AFNIdgQxUmBCT95X6aiKPAEisC2SzD { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DbzAXdZncSBKBkOwGHNc68exGLuKTSIc { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQ5lnTdkUr6feR4gh5uN1Rnp9v6qE3ur { display:flex;width:3.4375rem;height:3.4375rem;top:12.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOTFnWUUha0IyQMkBinC14UPAMZT8vIv { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gd6DTRwLgB9AuE7aToOWsElR3VvVket8 { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #c3L6Fm21db1UwMIozcfP7IllGvO5Tr2V { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #CP4pW17ENIfrFST3vD5rTQFuNNifVs2O { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #tXTsB0hew0evWbIlrvfbyr7bMEJCdKpM { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #DPMsyzhns2vzxLVugZ99gzAtkw7tub5S { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #qzJ2DwBIwh8ixMVMFOnhHvv7kqNGI4Ja { width:7.1875rem;height:auto;top:15.25rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #W9VQIREr0xHH6TqQg1fnx5wQE8AvTPTA { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma8h89VqBhBwXcLmbXPbN7ed6WmyrTv8 { display:flex;width:3.625rem;height:3.625rem;top:1.3885416984558rem;left:1.941666662693rem;z-index:15345;display:none; }
 }@media only screen and (max-width: 763px) { #XyVWs1siwC6O918qnDcAJNLsF1gRlM36 { width:16.9375rem;height:19rem;top:20.375rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #L3x9WTWR8BFuZ8Wci6Jq8Me0og3VCCEu { width:8.8125rem;height:auto;top:21.5rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Tiq980m35T0zvnwcLcKbiToEE2TzGi7y { width:5.75rem;height:auto;top:23.75rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u2qnfCCCyw3z90PTLmFeH56fUFrcZ2FW { width:15.4375rem;height:auto;top:27.375rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AmfOlxZNiaLQGVhh7ZorZHaZnXQEPxCy { width:11.25rem;height:auto;top:32.6875rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CDZLLuxpo6oR8kB6cXCnyrKB4v8kexZ4 { width:5.6875rem;height:auto;top:23.4375rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Iw9fuf5JDurKaLuTVpRTEw6Q6bUTMPcJ { width:14.3125rem;height:auto;top:35.375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TZMr8RSX4pVq1fJGrxrUPosJ1d1r6oVv { display:flex;width:1.1875rem;height:1.1875rem;top:27.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuIAfTZlMcicKm4Fvp1fv1yVXFWfllTu { width:16.625rem;height:4.3125rem;top:20.5625rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #A3cMKzHLGee2MGsc4Vv9zdPq1oe3xXlV { display:flex;width:1.1875rem;height:1.1875rem;top:32.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC39ToceRGBzvRT2NnfQB3DduVlP88fe { display:flex;width:1.1875rem;height:1.1875rem;top:35.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tu33oaUyRXviB5CFFnbsT0agRVXNpMNb { width:17.375rem;height:16.875rem;top:22.625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KKQAWxPfxWpHJ1bPU7gz4Dku3JK79s6B { width:18rem;height:5.0625rem;top:20.4375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #a6pgTDOBa8u0lrhNGb0DwaPUlcQtVWTO { width:8.8125rem;height:auto;top:21.3125rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #clxB8TLlcCetxSheC9iU2xtSNNc5RXn5 { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F4CmF23fS7W2yyAzcewKzkJEfsL6ovvQ { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ge4Mp4ML1TMdbvK0DvqN1pAyq4mHkz5T { width:17.375rem;height:16.875rem;top:22.5625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #teNDieDwGdkrkzNkQ9BiR8xygI89q7Rm { width:18rem;height:5.0625rem;top:20.375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #x16Zpu86RpTMNGCNO2CV82uUTiUz23Ja { width:8.8125rem;height:auto;top:21.375rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WrmqK0GNPd36ArVCvw585ATli3aItOJV { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RJs0XHecpx5EiAwNRkVPPTIDBTViuw4d { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HlA2mNqiglHsyWPu2cNzt6ypPoh0llKe { width:13.25rem;height:auto;top:27.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Kz1GmsMJ6tTBPqkIo37iqoU6TW8stExJ { width:11.25rem;height:auto;top:32.3125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hFHh5ZCC3tbnWzy0H0g0CpT3fQWHbBVo { width:15.1875rem;height:auto;top:35.0625rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LQrPfHV8sKqCKazUK7idtTxSVSDA5ZyP { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3UrfipMNawJvbG6zQtV9UTaIkriUccV { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VP2Fw9EfM83DUuwZUlXRAKbXga6iHc3X { display:flex;width:1.1875rem;height:1.1875rem;top:35.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTyxxVLpKiQMMT9xyCZIBAtCDxv4qfCh { display:flex;width:1.1875rem;height:1.1875rem;top:27.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKSx4dUGTuCTKHVmIyuFawNop7PteNTt { display:flex;width:1.1875rem;height:1.1875rem;top:34rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZkF2BQLQ31BUdBNz6ArUZyo91QFu3o5 { width:13.25rem;height:auto;top:27.125rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fb0mZgF9S9D8fyZ8sTx4VOy30oMgVpE5 { width:11.25rem;height:auto;top:34.0625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gvslwkEbiPQgt055AB9gJ3SQN9rMgixs { width:16.625rem;height:0;top:61.686477661132rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
 }@media only screen and (max-width: 763px) { #r5JONdNl5JgCSZ09bs3etM3fcut8yCh9 { width:5.5625rem;height:5.5625rem;top:71.0625rem;left:0.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #uIb3pkJWmrz2qmxC3i9e7qKtx8k37VcK { width:11rem;height:4.9375rem;top:90.312504768369rem;left:4.5000002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tEUZ2MqyIRzsWcEw7s46xPedIGNJ3lAO { width:5.5625rem;height:5.5625rem;top:73.125rem;left:6.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #TkKFcnAZD3x6ymGUCrzAGHNmC37SV3gy { width:7.4375rem;height:3rem;top:79rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DbX3T02maTDxL3Mon9l12s7OCagNwPFv { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #JbWZzRDTfLVgNyxWBTVUsJrMvmDHrynR { display:block; }
 }@media only screen and (max-width: 763px) { #FCdpBfPg1fxUBuAt0KNzCSEHvXnOmISt { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ksT3eRqXoEh5ATSqsHvAWHxMnvlpaWQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #lVfXkOSy2ENKwudefoohlvcDEZhPHSD1 { width:4.6875rem;height:1.5rem;top:69.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMBqB6IxIzAR9VR696rIIRWai3rThS8o { width:3.3125rem;height:0;top:69.9375rem;left:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmfyluvB66nieQ6OrEK2hp7mo553cFpU { width:10.9375rem;height:4.0625rem;top:63.00000190735rem;left:3.2500000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AWHZ1PsT7lhASPwFhqPMKycGSeWqLqUL { width:5.5625rem;height:5.5625rem;top:79rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #Zt2GmDxrBahsL9mkx36D5H2CPpllAnXQ { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ggsWkPrOvsCctRTFUTQpiwKNkDCHG9Lv { display:block; }
 }@media only screen and (max-width: 763px) { #bSI4oH61D9rD8HiqkbmIEkqVwtdiLcLh { width:12.25rem;height:5.5625rem;top:78.68750190735rem;left:1.5625000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OX3E4fLFSoUtN2fsdXZhvEnEWFFJ5Jks { width:5.5625rem;height:5.5625rem;top:77.62500190735rem;left:5.7062504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #T8vbBqh6ssL4UMTFZT3GT8PDgawv8WLZ { width:8rem;height:2rem;top:49.875rem;left:6.1875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #DFS30wNpU5yKsQTUZuLXgClUTvlDbT78 { display:block; }
 }@media only screen and (max-width: 763px) { #smDFk2btDC2v473f1cTia7oVE8JPzEJr { width:5.5625rem;height:5.5625rem;top:64.49999809265rem;left:11.625000774861rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #nLJaJy3JiWuuHa7sKtKp48qszGMt3V1U { width:10.5625rem;height:4.75rem;top:96.4375rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cTy01a8v3pJ0tP6GyqE90gxxFvGvkcE1 { width:8rem;height:2rem;top:56.3125rem;left:6.0625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ETKCxhAepWLT8R6XJmeE8rdcmqVTnifN { display:block; }
 }@media only screen and (max-width: 763px) { #DdT7dA0kf2pK1IzR2ZOOep0F1ficB682 { width:10.9375rem;height:auto;top:44.6875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MS4T0a0CFRNHTaOO7gqxXwe36V4TV45W { width:7rem;height:2.375rem;top:73.125rem;left:3rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zWu6GUtiK4Vrq7zKFl3ZTWco3nxWzOVd { width:5.5625rem;height:5.5625rem;top:72.375rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #w7Qbt5XZu5FqpwO9TIHPVHMvQSISTnu0 { width:6.0625rem;height:1.625rem;top:96.9375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLcHDZw2Iw0B5DkslQbSFMATM4nG36xI { width:3.8125rem;height:0;top:102.34687614441rem;left:12.562500774861rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCW5dViKT5Uy0EA83pXI627THUI1yQkH { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #U38Mhao5dDMVrGsiM5uiyKosIENQR3kn { display:block; }
 }@media only screen and (max-width: 763px) { #lhKXZOKv8iUoq1StJdQk0OnVgDsTJQ4b { width:5.5625rem;height:5.5625rem;top:69.50000190735rem;left:3.6875002980233rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #nUrGvgzfgn4PNffgGm0z1E8ksgK99DXc { width:9.75rem;height:4.375rem;top:103.5rem;left:6.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k8AqvDtK2iT8n7IUq22z6qxQ26gSTIg0 { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #a6iHPafelCWAT5sZhQG3gROviTe8OoyS { display:block; }
 }@media only screen and (max-width: 763px) { #RBxyEmnX9AKUqRTnaEdFxr3b0puIl5v6 { width:5.5625rem;height:5.5625rem;top:60.625000953674rem;left:1.5625000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #OMsut4usnz5TVv7h9yg6uUJNVmGEl9gh { width:9.0625rem;height:4.1875rem;top:58.689583301544rem;left:4.3750002980232rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aNFBePAx86HgS9UTDIoIQvo5fH85sF8y { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Pu4S0t4K5IGc1W6kzEBqPBff7TbTxXok { display:block; }
 }@media only screen and (max-width: 763px) { #h9b3vsxaSmqOlqg4TSC5brMGoXzVCOQy { width:10.875rem;height:4.875rem;top:114.4375rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IHabIzbznICEfTK2y4OR2mkQCKCGshyd { width:5.5625rem;height:5.5625rem;top:68.12500190735rem;left:1.5625000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #F2Csy1G0Gamm95wCRLZlGQIH8ZbFTuVL { width:8rem;height:2.125rem;top:69.5125rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #DcRTR0U7GJCq9odcTiMh581ZuXTKRJ6c { display:block; }
 }@media only screen and (max-width: 763px) { #U1qnsBTWQzeTlXNAuBnXe1DotdRLqIeu { width:5.5625rem;height:5.5625rem;top:79.017711639406rem;left:3.6875002980233rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #ScVskTmDqgK5vVlqCcXs9iHzCEr0aUXB { width:10.375rem;height:4.4375rem;top:65.573963165281rem;left:8.4375007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UaiaE4DTRxkEs55GzJzLnyiQbCaMXIM0 { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #WKePa2Tm9ATJuzqDbRHONmBw6mqezQnq { display:block; }
 }@media only screen and (max-width: 763px) { #hVobLmtsrbbyJ35ICOoBqsSAlHXDHgTo { width:13.3125rem;height:auto;top:44.75rem;left:3.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UbILmWtku9kMNJaJ5tKGZEOc5hpEFexL { width:16.5625rem;height:auto;top:44.75rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xGetKnvcLv7SLBVoQIO1nd1c85JQDw6B { width:8.75rem;height:8.1875rem;top:97.9375rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #xrOXbLE1Oepx5NdxhWL2aBiqvpz6ffFF { width:7.9375rem;height:3.4375rem;top:67.690631866456rem;left:9.4687507748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pHryyFxClPmzPX2sIUqqESK0Xk73WxbT { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #LXrhI6ZciuqmgFpsSffx2TfXhBVLTDyn { display:block; }
 }@media only screen and (max-width: 763px) { #BFMcI6FTeOnug6TQwdlM4z5Vi3tUQyJZ { width:10.375rem;height:4.75rem;top:77.3125rem;left:6.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nzvFR6Zf0u5XdpF9E6K16ty3kfEAyU2r { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #SToH2LD5HyqVStZR6KfQ8gJLrNTuSJ4Z { display:block; }
 }@media only screen and (max-width: 763px) { #FBETIm6MApKtaEBeuZ3pzDtHNMNR390N { width:8.75rem;height:8.1875rem;top:107.8125rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #sf94TUDQkTdLbCR478P9WhBtzLdplLzp { width:8.75rem;height:8.1875rem;top:120.5rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #TzweV2CFwkW7xph7wTdbxdki1OvhcLcT { width:8rem;height:2rem;top:107.875rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #edsnhTx3uITxTsrTQWLBmbmFNISQNS7E { display:block; }
 }@media only screen and (max-width: 763px) { #oA4c6lqKNC9EfP2uv8XI0tsIkw3zUnvq { width:12.625rem;height:5.6875rem;top:94.875rem;left:3.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #enSgC5R9X7SgxatmitQpkqJZtm2JKwbc { width:8.75rem;height:8.1875rem;top:135.9375rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #d7GeXXwIobUnz8TQRqCLovl86Cy1hE4G { width:8rem;height:2rem;top:123.4rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Skl9CpRmVGaQuaDO6BgDTaseMwQCCv15 { display:block; }
 }@media only screen and (max-width: 763px) { #mlHoHXHU0SivzFZqZrhVBf8IHfE2P2Q7 { width:9.8125rem;height:4.375rem;top:130.3125rem;left:5.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SA5xKxJFKWWRR3ggFCXznrAQiPPbK5gv { width:9.8125rem;height:4.125rem;top:96.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VBX9JEtBFCCDtJWFCsxqr0MT7LLa8Oqy { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #VfQU69pL3QRMA5EEJVyHPLE0baxGKaTH { display:block; }
 }@media only screen and (max-width: 763px) { #dIFSP8ckRHPruIdGzW6rzqUBPfpmci6I { width:8.75rem;height:8.1875rem;top:145.8125rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #hVNLmGUR7S68k33MFMuk96z5B7WfJoen { width:16.9375rem;height:13.625rem;top:1.3859024047851rem;left:1.26220703125rem;border-top-left-radius:0.125rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15007;border-top:0.3125rem solid #fff87f;border-left:0.3125rem solid #fff87f;border-right:0.3125rem solid #fff87f;border-bottom:0.3125rem solid #fff87f;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #fff7df);background-image: -moz-linear-gradient(0deg, #ffffff, #fff7df);background-image: -ms-linear-gradient(0deg, #ffffff, #fff7df);background-image: -o-linear-gradient(0deg, #ffffff, #fff7df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7df' );";background-image: linear-gradient(0deg, #ffffff, #fff7df);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gWGXVyNizhaRu8RzruTmT74G0FckmPuV { width:17.5625rem;height:4.5625rem;top:1.3864593505859rem;left:1.2187500596046rem;border-top-left-radius:0.125rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15008;background-color:#fff87f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NA4FHmPtbsLNPzMEmSqaBllLvuEvSfLN { width:11.25rem;height:1.4624rem;top:13.206250667572rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15132;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #Dvxl5m5FqTTWpu3rfcg4dk073NSsyZc1 { width:15.4375rem;height:4.38720625rem;top:6.8687515258787rem;left:3.3041670918464rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15131;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #wlObqg6kHsGll0Ozhpm7Z2dhFKmAxO8b { display:flex;width:1.1875rem;height:1.1875rem;top:6.7812504768369rem;left:1.379166662693rem;z-index:15341; }
 }@media only screen and (max-width: 763px) { #FQsZkIvt17mZ9xKvzyWmxiI8dXQxDPp7 { display:flex;width:1.1875rem;height:1.1875rem;top:13.206250667572rem;left:1.379166662693rem;z-index:15342; }
 }@media only screen and (max-width: 763px) { #lQLL3ksh4oK6BaLep9cIyhyer84T1lwG { width:8.8125rem;height:1.9494625rem;top:1.6510429382324rem;left:7.1788192987444rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15129;color:#ce0900;display:block; }
 }@media only screen and (max-width: 763px) { #z8DHm6e71AaVomvI04Z3H9SDPJfcTzp6 { width:5.75rem;height:1.4624rem;top:3.7630233764649rem;left:7.1875001192094rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15130;color:#ce0900;display:block; }
 }@media only screen and (max-width: 763px) { #N9qMkHqdS3Tsof37vTCflrpP9gNVarCz { width:5.6875rem;height:1.94965rem;top:3.4427108764649rem;left:12.375000119209rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15130;color:#ce0900;display:block; }
 }@media only screen and (max-width: 763px) { #nFHLBqBnXDw8TwJaskICcuXxSmANEZ91 { width:5.5625rem;height:5.5625rem;top:19.43701171875rem;left:0.70963537693025rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#fff200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#fff200' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn87Rgv2XTg85esZDzonHb2iSGBk0HJ { width:5.5625rem;height:5.5625rem;top:19.43701171875rem;left:7.08089196682rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BJEX9yZWcg0XGFO9nIgJTK2gzr3Dxlhx { width:5.5625rem;height:5.5625rem;top:25.875rem;left:3.7915037870407rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bpzAbBl1WElrtXcuHMlUdiFKKw7aNtXB { width:5.5625rem;height:5.5625rem;top:19.437171936035rem;left:13.47493493557rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#fff200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#fff200' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), #fff200);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h42TmU1Hmik1RxL7TauOFn9omNkAziCQ { width:5.5625rem;height:5.5625rem;top:25.93684387207rem;left:10.17903649807rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffe09d;border-left:0.25rem solid #ffe09d;border-right:0.25rem solid #ffe09d;border-bottom:0.25rem solid #ffe09d;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -moz-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -ms-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-image: -o-linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffffff35' );";background-image: linear-gradient(360deg, #fff200, rgba(255,255,255,0.21));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NNWG1fqXhJb8pgG6gyKN3U7bTsMLc6cu { width:20rem;height:1.1254875rem;top:17.32844543457rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;z-index:15083;color:#152456;display:block; }
 }@media only screen and (max-width: 763px) { #O148pcQvTyqhPLMVwP6Uas4EFvXFAbtF { width:6.625rem;height:2.9375rem;top:25.387501001358rem;left:0.44166666269303rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #myVI6X4iT9UhL5z7uSTNBrr8NSL1GITl { width:5.75rem;height:2.25rem;top:25.731252193451rem;left:7.1250002980231rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dAmEGswLaC83eO8hTSlVOiQlP5opp0sH { width:9.0625rem;height:4.0625rem;top:31.262501835823rem;left:1.941666662693rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #y7xFxuFMwRinGPcSTmM0rG9NIGmtTZuE { width:6.875rem;height:2.4375rem;top:25.575001835823rem;left:12.875000774861rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ccvXDR9fC00AuDvwoTrVaV2GneA3goqa { width:7.1875rem;height:3.1875rem;top:31.668756484986rem;left:9.5000007748606rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UIyMRTS4Wvf8xTU1gc7AaecBbTncLK4e { display:flex;width:3.5rem;height:3.5rem;top:1.3927087783814rem;left:2.1374999880791rem;z-index:15346;display:none; }
 }@media only screen and (max-width: 763px) { #kfFvAVETfibVhW7gLm6Aam3szMMplTwo { width:18rem;height:5.0625rem;top:2.3874931335449rem;left:3.2416666150093rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #d2Bti66O9AOnnuJT5dOhL0w225U7bUI6 { display:flex;width:3.4375rem;height:3.4375rem;top:1.482292175293rem;left:2.2541669011116rem;z-index:15347; }
 }@media only screen and (max-width: 763px) { #BLMtCoeS8wRVsF6clVrEO17hyQvCWMTO { width:18rem;height:5.0625rem;top:37.707291930914rem;left:2.0000000596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #RTdBCle4VRD7wUbGskIFzqOWnNi6c25L { width:6.25rem;height:2.5625rem;top:21.106117248535rem;left:0.37434899806976rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VRK4os0E4Tlr67fEttGotLFgvQtJValF { width:10.375rem;height:4.75rem;top:19.74951171875rem;left:4.8746742010117rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TH8FPOmUpnTdupfDhJm8QDLZXlN6fmI8 { width:7.5rem;height:3.125rem;top:20.92219543457rem;left:12.499999403954rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EdLPdATonTIsJtGyZ0B6fUpvQW4dlpKx { width:7.4375rem;height:3.25rem;top:27.23078918457rem;left:2.9410806894303rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qcQ6Ow7JmhrTLyzI7vlUrTfkhFln6NXu { width:7.25rem;height:3rem;top:27.29345703125rem;left:9.4995111227037rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA { display:block; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA { background-color: transparent; background-image: none; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container > .video-iframe-container { display: none; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row > .video-iframe-container { display: none; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .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); }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .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; }#IZ6LqdCS9eAGoaue7sRxIS7X9RccPzSA > .row .container { width:20rem;height:61.5625rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJKcsQrUz7W05OKklvHhwSsJL7NgFEJo { 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) { #e9ORSybfwueENqd52KkxTbo0WgvSk7FJ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #k6K3T6to61IEzPs6DrFsTGBcorvCBIgN { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #UObUe2IlGKwqpt5ci3Jx4QmWxwl9I6Wc { 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) { #QfFHKKKgl2JqGWAienTgr8e7QUfgEBLW { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #sCow9ocZ9PVwQCyTR884VOPITSTSWfhL { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrhrvuTMK2HEXhGIQaCGwtRTXhWJbRhT { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNmJLGGWT6gRxGS6SPMBWc0sBhQhzLRb { 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) { #WngJDdR2WWuZmT8M7n6T1d8OiesfBBQu { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJhPfaxLlVhuwHEWAE6qnBvXw7b7ZuFi { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #sb4yRJvF3FVQk4DNaOlTQabvnSFTybn6 { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #LnJ1C0AeaLvlfr7s6aMsItC8NtS2yk4U { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JMd9cgvCt7EkSlK8LxKmoaeT7O9LMiTx { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZSBAvp4Ao3ktyQvUZkVNT0FIdURX3y15 { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #TZys948CI3mzF5z13LNfBduHCPTUgqom { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VzZ7RxAgB98uxziHJkwTwsrZ43aEF2nO { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pH5PrUITOsJRe1lMRaqGpTZU6krvXT8d { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #r0xSTSE1K76eNAZ2mkDC7Hm6bvhuP6aT { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
 }@media only screen and (max-width: 763px) { #olbD3LFGqpIR6P7XpdkQWCewOKAHSIu2 { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #pC0xm318hDgu4Q67SvJhibsd09deJoZQ { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QiMfnKmEGO4sRvcVf6EoyAJNuW57zC8l { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #v5dzJZlXbAtBkCqTcBCnMfDiBEO3GZJo { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fWGOBfXHG3hi3MTNig1rNwslUtwF8NEt { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r26NX30QIH7mGRmXVIbSoXrMM91xbws2 { display:flex;width:3.4375rem;height:3.4375rem;top:12.875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CE1414GTbZEwDXFa1It1EPd8QcTmzUy2 { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #eMuWwgkHbpcQfhXhbqVOrSmnin336Mo4 { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #CIgwM2XJGJnDdWLdmXnN5upKMIbBbqW3 { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #XNk23eX1yH4DIO1A7gDWTaOrLb3SazxH { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #d5hneWdFWqfBHEX8Bkle4M5GyVVBJzzk { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #gZPsU2wPGZUbmtpJvNdu35gd314eHwex { width:7.1875rem;height:auto;top:15.25rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sMgZy31661rOtMwspFZhiTECoyQCECSZ { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pO2g9l7cHd23Dgyk5cC0Llkavf70thCM { display:flex;width:4.5625rem;height:4.5625rem;top:76.3125rem;left:12.1875rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #g9ApusI7ldDsqTdB58TTmOhowOMd14gu { width:16.9375rem;height:19rem;top:20.375rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #H8gqTuCelmGeLUMX4yzLIEfprOWZiP89 { width:8.8125rem;height:auto;top:21.5rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xmNB1I7ExvMcXpsWMTpElKy6xaS514qJ { width:5.75rem;height:auto;top:23.75rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VOovubMQ280Jk3U0MRR2hEhChzJndACU { width:15.4375rem;height:auto;top:27.375rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #L335vH7ScaBCZZyTkW9iFpQ60PUDSBbh { width:11.25rem;height:auto;top:32.6875rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FqutJSTdtIdeIbNAqrK2kSZHVpDL480z { width:5.6875rem;height:auto;top:23.4375rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FvCcbmiHxlyTrntmPRVg1yTMISClWb4c { width:14.3125rem;height:auto;top:35.375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FozGfEG4x2fyaDuCFkQAUHzhrc2KbEqi { display:flex;width:4.25rem;height:4.25rem;top:80.8125rem;left:12.5rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #ILB2p2STiQ5sXNaSISPDbfiXTXnVnTMV { display:flex;width:4.375rem;height:4.375rem;top:73.125004768369rem;left:12.281250774861rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #xVi31IqSiL7cshAIIaDTaU0Ux4sZzvdL { display:flex;width:1.1875rem;height:1.1875rem;top:27.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFKkTSD42HUIV8QNsJTd9O9zHtuTPlsK { width:16.625rem;height:4.3125rem;top:20.5625rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #u74IaEWOoVgWM66TZhEAt8ochBgcci4L { display:flex;width:1.1875rem;height:1.1875rem;top:32.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #glTTOno0mdeF69GDF7B2DbF7bVEQM2zT { display:flex;width:1.1875rem;height:1.1875rem;top:35.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSQx30AkbxzmwftFDt5KAzriFdyz5zVW { width:17.375rem;height:16.875rem;top:22.625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #qbkD4TEDKKdkCukuPQ1ibKpGOJRWPT9u { width:18rem;height:5.0625rem;top:20.4375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #qr1TovU3SQeEh5n2PH2GyONhyJR1dIwz { width:8.8125rem;height:auto;top:21.3125rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #c6CuqyBHbOtc47qAD6r3MH7pPozT49AP { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mTvpAbAgiXF4WKcycdLEObcPTaBQGuOM { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Dzl06JBJtJ3M3i1tpyOX4ohhOPeWSf3k { width:17.375rem;height:16.875rem;top:22.5625rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Urg9h9Wkct3rq9EUiEDOCeROkxwMZxxv { width:18rem;height:5.0625rem;top:20.375rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #o6kG7vbalRfd7ymnL9bsn09xq3V4qtVO { width:8.8125rem;height:auto;top:21.375rem;left:5.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RQi7MMcrbpa2fg7LOWSQf1ncrQAnN806 { width:5.75rem;height:auto;top:23.5625rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M4vIl256eSdUBikW2vaTQ2r2kfZo0XM7 { width:5.6875rem;height:auto;top:23.1875rem;left:7.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #U5bpsSXLiAa9y6bX0XP1d27v13ZJH9wX { width:13.25rem;height:auto;top:27.0625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ao5U03mwhiOlT99FRzMO5htbsmwFZeRa { width:11.25rem;height:auto;top:32.3125rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cI3dwufAObJAamhPpn76svxDBEhmDXgA { width:15.1875rem;height:auto;top:35.0625rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pUkfsqbcgKWfu7C5h7hvJJmVZmB9TsHN { display:flex;width:1.1875rem;height:1.1875rem;top:27.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoEimCrF3o6nkTGiXZQ9cx3Dmsk9aKIx { display:flex;width:1.1875rem;height:1.1875rem;top:32.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDdqDSedqTI3DwwUVF7shvUZhwZ2a7rb { display:flex;width:1.1875rem;height:1.1875rem;top:35.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfEqyGbSmRxtAptsDl8IqT6H7g99xDXt { display:flex;width:1.1875rem;height:1.1875rem;top:27.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh9TG7hs8wVTsiivFcch0DiU3T6472Kl { display:flex;width:1.1875rem;height:1.1875rem;top:34rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dohGOHRIVapEutvvTdJ34n2U3EK08DnI { width:13.25rem;height:auto;top:27.125rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lg2IgbwV8vql8bfUpT6BBFQ8TzWWLfuq { width:11.25rem;height:auto;top:34.0625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MUZJtgDmDNG9JeT7sx1TEP03sAKgkJsb { width:16.625rem;height:0;top:27.561461448669rem;left:1.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
 }@media only screen and (max-width: 763px) { #uSFypaxrSZdeyX7B7qu5MvTeMLkS72Ps { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #obxHvNZbVZaRUxOkbzkV5aPpkXJgsMgO { display:block; }
 }@media only screen and (max-width: 763px) { #XNgol0wEdrbUdwIQ9dlJxx7RpIo7Dbd0 { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #wI0kE5V59wnZzWTEvfdLl5KyDyQ1gVDl { display:block; }
 }@media only screen and (max-width: 763px) { #qlAwKyMcVrTFS7T7rHdL2oiwGNMaVknu { width:5.5625rem;height:5.5625rem;top:79rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #XS4OVWT5g319TbfUpSh9JRDX20GpAZ8g { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #Ft5W6yiUnaPXtsJyLrK5Xu8i67JqnAZb { display:block; }
 }@media only screen and (max-width: 763px) { #kJ8XSR993ryPpAitSbPgd0KtTGrBsTDA { width:8rem;height:2rem;top:49.875rem;left:6.1875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #W4t3qbqNXg007NubBAalSGVobnT6vPp9 { display:block; }
 }@media only screen and (max-width: 763px) { #mk49uuOiF0W5shBrRC7ARtZFxtccE9VK { width:8rem;height:2rem;top:56.3125rem;left:6.0625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #wa65pzHcWFVT5WlRizS8eyZDTFLRcPxx { display:block; }
 }@media only screen and (max-width: 763px) { #nWyVHx51SbquBwPy364v8qC3HscM7aO1 { width:10.9375rem;height:auto;top:44.6875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PmKm1MWRa7VBy4PeMISX6Fk2URvwhCPP { width:5.5625rem;height:5.5625rem;top:4.0562610626221rem;left:8.6125000119206rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #EPxKKr8mgi7RhEEthlmal9HUb7tTg6cb { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #TqCnsivRGOnv25vTDie4d815bUMTOuUr { display:block; }
 }@media only screen and (max-width: 763px) { #m0ogBGIF6TEMZWCavqxxJrQ5oy9sEPX6 { width:5.5625rem;height:5.5625rem;top:79.956254959106rem;left:3.0000000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #ex2MHiUsAN7wTAWWy28Z2xTnD0FwwBy8 { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #LJaD4PIH6SIl37MhrTtH5ihS7E7zPREP { display:block; }
 }@media only screen and (max-width: 763px) { #OOUabD70RpQsCiJOn42fbiblJuc6Zv0E { width:5.5625rem;height:5.5625rem;top:85.5625rem;left:2.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #kmdq6B9tfrF9sAZOdKJyUaByBCV2Myxn { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #M5sim2zQ8eThQ2np604NgP1wsGJGZm4S { display:block; }
 }@media only screen and (max-width: 763px) { #Zmit7BpAeQt7oITZ2hW0Nr66UzOhrvnK { width:5.5625rem;height:5.5625rem;top:92.0625rem;left:0rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #MqtbOzAInr4OTXRUnaZih7tFnv8dgllb { width:8rem;height:2.125rem;top:69.5125rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #aNUc5WTETLTD4eFWTqaVq2IMgNsb4gTA { display:block; }
 }@media only screen and (max-width: 763px) { #TLqACfRD2MzTw04ehoaXGTV6hqOoTS9J { width:5.5625rem;height:5.5625rem;top:88.9781332016rem;left:9.5854175686838rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #i4t3d73QiUhDUwGWKFMgrNyF7MI4LDko { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #oo3h402v38dtqsOA7vZKrTarxNtQT7uD { display:block; }
 }@media only screen and (max-width: 763px) { #Bs2XE8x2MfyHgMVFZ4OvQklpsuUfZh3C { width:13.3125rem;height:auto;top:44.75rem;left:3.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q3egF5PixwCuE4ABgZXIF3FesB8C4Jhk { width:16.5625rem;height:auto;top:44.75rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k5yDlE0n2B6tvfyTiNTKqUNxTWyRpDXp { width:8.75rem;height:8.1875rem;top:97.9375rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #lJ2yvK2uxfEg9kauuBZ2uDkkfIEaeylL { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #xpSkZADaBiTLuTeznD8g0ziH21tQk8St { display:block; }
 }@media only screen and (max-width: 763px) { #HduczeaLmcJbekE5ZxQGg4vfXVDBe2Vi { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #uZLNOR1wdRRNmDSkzXHOqDh1QB1Gx7xP { display:block; }
 }@media only screen and (max-width: 763px) { #sSxykL3WhyhQ7sh5USBs0ZlnQKEpFPNy { width:8.75rem;height:8.1875rem;top:107.8125rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #wRhqFNd92sRhRqBldgluU91Lw5lwa049 { width:8.75rem;height:8.1875rem;top:120.5rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #h5ODEgG6CDqFuoeMxdbP2O7M8JJrT12p { width:8rem;height:2rem;top:107.875rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #hhUxRxDNRTOwNQrFa5B6g2HqdIm4Szwp { display:block; }
 }@media only screen and (max-width: 763px) { #JTVG2LdAVzLcEAUr01hVhRFAiKV5L5PJ { width:8.75rem;height:8.1875rem;top:135.9375rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #ygT4oPSdZ7ZgsI23J4AalWizEVyv8HSN { width:8rem;height:2rem;top:123.4rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #re8r2Z7weVNeQSbFMND4FXUglhLTZDL2 { display:block; }
 }@media only screen and (max-width: 763px) { #H3FQa9JnP1NJw2Oy6HlZIFq9KC7R4nPk { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #EM1MZSpRTMI95WDCKuDAD6SDcrQHVJTM { display:block; }
 }@media only screen and (max-width: 763px) { #b1IMThnkqgHQO8pgzkAiLQaekMw3Rmft { width:8.75rem;height:8.1875rem;top:93.556246757506rem;left:2.3125000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #TuFCst6VnZJSku9pvi34cTVyAe62pVVv { display:flex;width:4.25rem;height:4.25rem;top:5.1875003576279rem;left:8.3166673779488rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #FJr3ZFbfwkD1bBtKHvB5Qm154WGJZQwd { width:17rem;height:10.1953125rem;top:21.690103530884rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#353e87;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yDTaDhqNKbpD032Z5JEvfhcinqHE4qTQ { width:17rem;height:5.09765625rem;top:36.574651718139rem;left:2.2500001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#353e87;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lybkBzkmcmB3rkn1eMmlmA5XwXqnXUL9 { width:16.1875rem;height:5.09765625rem;top:43.112844467163rem;left:2.3038195371628rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#353e87;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SlMsNPkCczJwCFzJGvLMDa7FXQ74o4Lg { width:19.25rem;height:14.6875rem;top:19.113714218139rem;left:0.84375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bv5HHJiEFGXHt6euiJhxSFWI9S16V2By { width:4.25rem;height:2.5rem;top:17.931425094604rem;left:0.30381941795349rem;z-index:15314;display:block; }
 }@media only screen and (max-width: 763px) { #HMqeIQHeKEBL2JCRiVR37HZ76VdJHrhD { width:4.1875rem;height:3.8125rem;top:17.312501907349rem;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:15081;display:block; }
 }@media only screen and (max-width: 763px) { #yC9VDsG24rBIT1TMwPxg6LANrRIrzO7g { width:3rem;height:3rem;top:17.750001907349rem;left:0.9288194179535rem;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:15112;display:block; }
 }@media only screen and (max-width: 763px) { #omts0K7MoOcJntokXKPl2M4eKBpRCBzf { width:19.25rem;height:15.5rem;top:34.762151718139rem;left:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #giI7iXBbG1EdVGMGGNKOFur2XEh9P8zx { width:14.875rem;height:1.4624rem;top:51.878469467163rem;left:3.4687501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #od8OcBy36TafTUQiTSvTB9AG1UDWutS0 { width:14.4375rem;height:5.09765625rem;top:54.003469467163rem;left:3.4644099473953rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#353e87;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #K7bxKM4rZlWepHKDTCpSvLoSlOr5IGkC { display:flex;width:1.75rem;height:1.75rem;top:54.003469467163rem;left:0.5625rem;z-index:15316; }
 }@media only screen and (max-width: 763px) { #XfTZGZD2lzEsnVzCnFGLPBEnEQolBVyE { width:17.25rem;height:12.9375rem;top:1.5625rem;left:1.25rem;border-top-left-radius:0.125rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15007;border-top:0.3125rem solid #2660a4;border-left:0.3125rem solid #2660a4;border-right:0.3125rem solid #2660a4;border-bottom:0.3125rem solid #2660a4;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #eff5f8);background-image: -moz-linear-gradient(0deg, #ffffff, #eff5f8);background-image: -ms-linear-gradient(0deg, #ffffff, #eff5f8);background-image: -o-linear-gradient(0deg, #ffffff, #eff5f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff5f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff5f8' );";background-image: linear-gradient(0deg, #ffffff, #eff5f8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VoUlNUsGnK2DLT0u4gUMf0HGiDstzhm1 { width:15.4375rem;height:5.8496125rem;top:7.3750019073488rem;left:2.8125001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15131;color:#1c3e85;display:block; }
 }@media only screen and (max-width: 763px) { #khvWTREDrOSSzXtIEVWunXhM8EltfB4V { display:flex;width:1.1875rem;height:1.1875rem;top:7.4375019073488rem;left:1.3750001192093rem;z-index:15341; }
 }@media only screen and (max-width: 763px) { #g2wylX4z5vqv5WmX1p1vf1EqDUlPV9yW { width:17.5625rem;height:4.5625rem;top:1.5625rem;left:1.25rem;border-top-left-radius:0.125rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -moz-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -ms-linear-gradient(0deg, #2660a4, #3a86d8);background-image: -o-linear-gradient(0deg, #2660a4, #3a86d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2660a4', endColorstr='#3a86d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2660a4', endColorstr='#3a86d8' );";background-image: linear-gradient(0deg, #2660a4, #3a86d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bhI1SSMU3wJtn8m5KEs3ZQpJxoTV2lTO { width:8.8125rem;height:3.5986375rem;top:2rem;left:6.6250001192094rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15129;color:#ffe35a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W78KtAp2fp0vyuIM7Co9B81kTpm902cx { display:flex;width:3rem;height:3rem;top:2.375rem;left:2.5625001192093rem;z-index:15356; }
 }@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:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { top:6.25rem;left:0rem;width:20rem;height:17.25rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { top:16.191665649414rem;left:0rem;width:20rem;height:7.3125rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DT3472NkzyTka336FWJVuTRwsiugpQ2N { width:14.4375rem;height:0;top:2.6291656494141rem;left:4.1562502980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#546297;display:none; }
 }@media only screen and (max-width: 763px) { #xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { width:17.25rem;height:0;top:7.0625rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { display:flex;width:1.75rem;height:1.75rem;top:9.9375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKmeZH2r2eEfttWoyztO1gXBphc2zrwl { width:7.3125rem;height:11.875rem;top:54.391662597656rem;left:6.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
 }@media only screen and (max-width: 763px) { #lLciIdaRWch3XORoFkszs0CDyi1T41LM { width:6.625rem;height:3.75rem;top:58.641662597656rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #hL0yH7Ked35po4vU1tIPCKQaxIglZ3EE { width:0.125rem;height:11.875rem;top:67.916662597656rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EucFFOLLx6UNRcLGU9lqTUJSfhEpx02g { width:20rem;height:0;top:33.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#546297;display:none; }
 }@media only screen and (max-width: 763px) { #EEPTpfJQfHysDg8epFNO6VNSQBE3v09t { width:20rem;height:0;top:39.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#546297;display:none; }
 }@media only screen and (max-width: 763px) { #QN83lSrZy7QI7lyW3Q7tbkWwGkvUVZoh { width:17.25rem;height:0;top:10.741664886474rem;left:3.9916666150093rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #paWlt2eHc9mF439qewl1fGQsGl3mNTKP { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#546297;display:none; }
 }@media only screen and (max-width: 763px) { #AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { 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; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .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); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { width:13.8125rem;height:1.3501rem;top:1.0277776718139rem;left:2.5625001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { display:flex;width:0.99935rem;height:0.99935rem;top:3.2777776718139rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { width:16.749125rem;height:6.0388125rem;top:2.775173664093rem;left:2.6223958730697rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { display:flex;width:0.99935rem;height:0.99935rem;top:5.0277776718139rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { display:flex;width:0.99935rem;height:0.99935rem;top:6.7777776718137rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #boCUcruQTbkW43CgMs94o1h6fBT0MZXK { width:13.25rem;height:1.9506875rem;top:12.149993896484rem;left:7.2031257748606rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kb4rSmvTD22AblsU6pb2Np74yKNkZThK { width:5.865625rem;height:1.36458125rem;top:14.714584350586rem;left:11.315625965595rem;font-size:0.8125rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e69f1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block; }
 }@media only screen and (max-width: 763px) { #rwDWZo9R0bt06zpJSz209Te9hxFKN64o { width:20rem;height:9rem;top:10.874999761581rem;left:-0.060763895511628rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { width:6.8125rem;height:9rem;top:8.2031244561769rem;left:0.37187925231399rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { top:0rem;left:0rem;width:20rem;height:17.25rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { top:9.94270324707rem;left:0rem;width:20rem;height:7.3125rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { width:20rem;height:12.0625rem;top:0.265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { width:8.4375rem;height:2.68645625rem;top:20.380210876465rem;left:9.6270835995675rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { width:8.4375rem;height:2.68645625rem;top:23.630210876465rem;left:9.6270835995675rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { width:8.4989375rem;height:7.2489375rem;top:19.314582824707rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWSER6CRVx5HQttGNqEIVzg5GpuOwqDN { width:9.5rem;height:1.8125rem;top:12.465621948243rem;left:5.1875002980232rem;font-size:0.9375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #cbWdQAckTkVlnKRHIGgMenhZEvcNHuqO { display:block; }
 }@media only screen and (max-width: 763px) { #vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { width:11.0623125rem;height:1.4624rem;top:0.75rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { width:20rem;height:8.5614375rem;top:16.4375rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { width:18.125rem;height:0;top:16.000001907349rem;left:0.93750005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { width:6.25rem;height:5.81163125rem;top:22.643230438233rem;left:1.6243489384651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { width:15.8125rem;height:1.4624rem;top:17.015625rem;left:1.8729167580604rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uXJMttanWIPUUxEdft14fc7lQvlXJGJB { width:14.8125rem;height:1.4624rem;top:6.765625rem;left:2.1875000596046rem;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) { #HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { width:6.9375rem;height:0;top:13.132291793823rem;left:12.553125202656rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { top:9.375rem;left:0rem;width:20rem;height:6.125rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { top:0rem;left:0rem;width:20rem;height:15.8125rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { top:16.192710876465rem;left:0rem;width:20rem;height:11.25rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E980wQbdf07CLNWyeazqPr2623FFxslu { top:21.372917175293rem;left:0rem;width:20rem;height:6.125rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLatcFfr7WQX81virhQzzOBJOKITQGu9 { width:17.25rem;height:0;top:3.5229167938233rem;left:1.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { width:18rem;height:0;top:6.6843843460081rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { display:flex;width:2.4375rem;height:2.4375rem;top:11.961456298828rem;left:2.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #fGvK1scL5pra0XHs2lONqdZChxBrPGUC { width:4.875rem;height:8.5rem;top:18.513542175293rem;left:3.1864584088326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { width:15.25rem;height:2.0996125rem;top:2.9760284423828rem;left:2.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:4.6875rem;height:4.25rem;top:0rem;left:15.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #XPTfTUUzdTDdI4luatB995XtNrObyD6T { width:16.9375rem;height:3.1494125rem;top:8.5572919845581rem;left:2.1875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { width:4.5625rem;height:1.78125rem;top:0.61371612548828rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { display:flex;width:2rem;height:2rem;top:0.62760543823244rem;left:16.747395634651rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { 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) { #kJz1H7CcRRErsK07brScdw6rLfaE20JH { width:10.6875rem;height:1.5rem;top:0.734375rem;left:3.4947918057442rem;font-size:1rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { width:20rem;height:3rem;top:0rem;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:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:2.124025rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.2753875rem;top:3.734375rem;left:1.4666667580604rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:16.6875rem;height:2.3375rem;top:14.437507629394rem;left:1.1250000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.75rem;height:7.963875rem;top:17.622924804688rem;left:1.1229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.275225rem;top:6.9375rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@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:2.548825rem;top:27.448966979981rem;left:1.0687500834465rem;font-size:1.0625rem;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:10.23925rem;top:30.310424804688rem;left:1.1854167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:18.375rem;height:4.55078125rem;top:8.4375rem;left:1.2041667103767rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #SF4rSUqlHENpk6nSuWTtAl7WE6h4iBrl { width:16.5rem;height:2.548825rem;top:41.672927856445rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VRFci5GoT8kUdLfRaqt7KdWKiPPfGRe4 { width:18.375rem;height:7.963875rem;top:44.972923278809rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { width:18.875rem;height:1.275225rem;top:54.610427856445rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { width:18.8125rem;height:3.4130875rem;top:56.38542175293rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { background-color: transparent; background-image: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container > .video-iframe-container { display: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container { display: none; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .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); }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { border-width: 0; border-radius: 0; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDEv6hLTHFZUn2oVKE4NNTT3nNkOFukn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yThZBMcUOOD9WINEQW7SySgikOOVRVbB { width:4.5625rem;height:1.78125rem;top:0.61371612548828rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #U3fVh6WoBqSubW7QX9y8EQEhAkNK5fdG { display:flex;width:2rem;height:2rem;top:0.62760543823244rem;left:16.747395634651rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #LarDd6WUi37XPXhsRvAi48O6Dm8TF6nG { 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) { #IOaSqwLJOJmSTIiRrEKg4208eAd2nKJv { width:9.5rem;height:1.5rem;top:0.796875rem;left:3.4947918057442rem;font-size:1rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cmGPZDD023vwETM711qztI6XJbVrPZGo { width:20rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV0Dn1wirltqkfVobouTlpgTewcyltwu { width:3.5625rem;height:1.5942375rem;top:0.72289848327637rem;left:12.751042187214rem;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) { #stszyr8Nc1DhdBgO69ToHkflLhOFZC4J { 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; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { background-color: transparent; background-image: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container > .video-iframe-container { display: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container { display: none; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .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); }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { border-width: 0; border-radius: 0; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stszyr8Nc1DhdBgO69ToHkflLhOFZC4J > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMOzHL5xpForO2tbaVpIiiDwJ7FGbZrc { width:19.0625rem;height:1.062825rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #VeEQ9LECE12aA1Q08szOk9e1Xkx635SN { width:17.3125rem;height:2.2753875rem;top:3.234375rem;left:1.4666667580604rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFLDzCUp2iCeHxEFyTLXIXxlZwTAmyGu { width:14.3125rem;height:3.50585625rem;top:12.1875rem;left:1.1250000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cEXXRSxW8g3hboUJJX6LtnfJVPhIGiAR { width:17.75rem;height:5.688475rem;top:16.31042098999rem;left:1.1229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #ABN61bEFwgBCuW5eUQ95aXThL2bgL1ah { width:18.375rem;height:1.275225rem;top:6.3125rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Aw806ISRrkg57zVz6UTGBTZM8SCe6NKA { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMu1e6LTB5CiWM0KPOBP7ILbk7Wvt1Q7 { 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) { #KA0pO5I9JzPzONrcRoIeozwa82MNmmmT { width:17.6875rem;height:1.275225rem;top:22.323963165283rem;left:1.0687500834465rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qywvLltAr7vDhoXbRvXezXfHzwnh8A6Z { width:17.75rem;height:3.4130875rem;top:23.99792098999rem;left:1.1854167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #fttDTXC2M5hSqAGPXQwuO8cxgkUaKcHG { width:15.4375rem;height:3.4130875rem;top:7.6875rem;left:1.2041667103767rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mss8UnTcmvkoQX2ZD19ahKruWRFJpChN { 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) { #D9DwnqHOTtL6pClHPQfWpHe9iSEVp53e { width:18.6875rem;height:1.275225rem;top:28.660417175293rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ac58E8btPF2bkZRQMKE1EUQATlnVZAoG { width:18.8125rem;height:4.55078125rem;top:31.185417175293rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #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:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.38125rem;top:0.8770751953125rem;left:2.3750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:18.75rem;height:4.1943375rem;top:3.4250183105469rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:16.9983125rem;height:1.13769375rem;top:17.87353515625rem;left:1.500244140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38125rem;top:0.76666259765625rem;left:16.125001728535rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:12.1875rem;top:13.58642578125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:0;top:14.738534927368rem;left:1.1875000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #qSrdzAeMJWLdOtpV5aXWrrdwFQ56dOpL { width:20rem;height:1.13769375rem;top:15.877685546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { width:20rem;height:1.13769375rem;top:20.159912109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmZemJSOUrWm4pPk93ovDAmKiWzdtDAn { width:20rem;height:1.13769375rem;top:22.54638671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #lTTgPZF4TH7NoO5u4kyS1FWA2izHlKcv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { 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) { #MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { 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) { #Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { 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) { #FFEaOUnFDEfApuikDMczK419387klAPZ { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #kuKqPtg0xHSzltTL8GC4cekZ2i8m6ilx { 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) { #SEWcOGggaT04NnTNS9w9hJTQ2QW67pB9 { display:block; }
 }@media only screen and (max-width: 763px) { #TuVGgLwCSWMcmHuTGZa5ByLr8rIKmDKx { width:14.124375rem;height:3.7377875rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QizvZ7ZlTMZODdCUK4fF6LqUesVVTUt6 { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSsJFmcyJdtT8VEiW3xfl1mV0C4TkviT { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfFtEiIM28nOWrxQARw5FQTWm4anaul { width:17.25rem;height:1.54296875rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
 }