.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;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(var(--color-primary-2),1);display:block;width:33.6875rem;position:absolute;font-family:"mukta extrabold";font-size:3.125rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:9.7812504768369rem;left:39.687505722046rem;height:3.125rem;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; }
#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:3.125rem;width:3rem;top:0.3125rem;left:5.25rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:26.875rem;width:6.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;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(170,158,13,0.06) ;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; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { box-sizing:content-box;height:27.6875rem;width:32.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,169,0,0.9), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(255,169,0,0.9), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(255,169,0,0.9), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(255,169,0,0.9), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900e5', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900e5', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(255,169,0,0.9), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { box-sizing:content-box;height:27.6875rem;width:54.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,169,0,0.9));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,169,0,0.9));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,169,0,0.9));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,169,0,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa900e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa900e5' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,169,0,0.9));background-size:auto !important;top:0rem;left:-54.529686689377rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:2.25rem;width:6.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.53125rem;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; }
#pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { color:rgba(var(--color-primary-2),1);display:block;width:20.5625rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:13.395833492279rem;left:45.562505722046rem;height:2.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:17rem;top:4.0625004768372rem;left:14.691667556762rem;overflow:hidden;display:block; }
#DvakKuans4cKtGR7ooTg7nt1HntcehmX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(180deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(180deg, #ffb300, #ffdc00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15343;text-align:center;text-align-last:center;top:20.000001430511rem;left:49.812505722046rem;display:block; }
#iFAfDUI9AiyqdVW2EZEAMXRyT4ZFWM5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3TcR1yfJZK2c0L67sKMhGqs9iloMLzy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2rem;text-decoration:none;z-index:15345;text-align:center;text-align-last:center;top:18.000001430511rem;left:49.812505722046rem;display:block; }
#Jhgv6AtpOEBDzPZh47Xs3rJ6ZlLoEIZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pM1vX730uIXtUJfkTONAx1823iHITuXg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#51b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#51b3ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15344;text-align:center;text-align-last:center;top:17.75rem;left:56.6875rem;display:none; }
#gwxJo2oHAWKLpw1v4ai4iKI6pcpLxJ9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHUA8FGge7yUWOkHNrnxnu2sXT3P4gku { 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:1.875rem;width:4.25rem;top:4.0000004768372rem;left:4.625rem;overflow:hidden;display:block; }
#eiOQ8RIA5M5CTH4TPh2K0y4sHugXTahE { position:absolute;display:block;z-index:15314;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.5rem;top:6.7500004768369rem;left:4.8125rem;overflow:hidden;display:block; }
#oOVcCnBnau5n3NgkdfzbZ91iag5eeLBJ { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.25rem;top:12.262499742279rem;left:4.4714543181429rem;overflow:hidden;display:block; }
#XU4FwFr67U76RQlmg7wzgQkFawnU01Ts { position:absolute;display:block;z-index:15316;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.5625rem;width:2.6875rem;top:16.187501430511rem;left:5.21875rem;overflow:hidden;display:block; }
#TeEnmbC1KNszV1ft8RMoqpHFMTR2dst0 { 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:1.875rem;width:3.9375rem;top:10.062499523163rem;left:4.71875rem;overflow:hidden;display:block; }
#bm7sXEWDOW4c8VxO5gfRXaUkK73E3DFl { 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:3rem;width:3rem;top:22.875001430511rem;left:4.96875rem;overflow:hidden;display:block; }
#Vqk8W6VqG5evaG7TxmIE6vzzrfK2EQkg { 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:2.8125rem;width:2.8125rem;top:19.629167079926rem;left:5.1875rem;overflow:hidden;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#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:4rem;width:75rem;position:relative;display:block; }#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; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { color:#2145a4;display:block;width:17.5625rem;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:1.2239570617676rem;left:4.0593757629394rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzkklREPJS42k7B2guToRyBXVL9Who5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15349;opacity:1;top:0.76302146911619rem;left:0.77734375rem; }
#hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15350;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -moz-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -ms-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -o-linear-gradient(180deg, #ffdb00, #ff9400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );";background-image: linear-gradient(180deg, #ffdb00, #ff9400);background-size:auto !important;box-shadow: none;border-top:0.25rem solid #ffa528;border-left:0.25rem solid #ffa528;border-right:0.25rem solid #ffa528;border-bottom:0.25rem solid #ffa528;top:0.59531402587891rem;left:71.61146354675rem;display:none; }
#MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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:36rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { box-sizing:content-box;height:5rem;width:30.375rem;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:4.2406234741211rem;left:3.75rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#dSUfb814iqBeS86UrIx4RcveiTlJIofm { color:rgba(var(--color-secondary-1),1);display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:5.997917175293rem;left:4.875rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.560417175293rem;left:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { box-sizing:content-box;height:5rem;width:6.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:4.2416648864746rem;left:3.75rem;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; }
#zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:6.0218734741211rem;left:15.062501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { box-sizing:content-box;height:5rem;width:3.0625rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:4.2406234741211rem;left:10.562501907349rem;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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:5.625rem;width:11.5625rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:10.966667175293rem;left:8.125rem;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.625rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:10.966667175293rem;left:19.375001907349rem;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.625rem;width:37rem;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:10.966667175293rem;left:19.187501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.716667175293rem;left:9.2458343505863rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:13.091667175293rem;left:9.375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { color:rgba(var(--color-primary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15102;line-height:01;letter-spacing:0;top:11.747917175293rem;left:12.375001907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { box-sizing:content-box;height:5.625rem;width:17.375rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:18.744792938233rem;left:12.625rem;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.625rem;width:40.75rem;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:18.745834350586rem;left:21.250001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.245830535889rem;left:13.875001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:20.684375762939rem;left:14.062501907349rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { box-sizing:content-box;height:5.625rem;width:3.3125rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:18.747917175293rem;left:29.812501907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { box-sizing:content-box;height:5rem;width:15.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:26.68229675293rem;left:17.369792938233rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { box-sizing:content-box;height:5rem;width:17rem;position:absolute;display:block;z-index:14996;background-color:#ffdc00;background-image:none;top:26.746875762939rem;left:28.125001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.12109375rem;left:18.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:28.55729675293rem;left:18.5625rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15338;line-height:1.2;letter-spacing:0;top:20.015621185302rem;left:23.247919082642rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#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:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { color:rgba(var(--color-primary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:20.589580535889rem;left:17.143751144409rem;height:1.6497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p1711hD8wrURLCtFQGzLrD1TraEkoE5L { color:rgba(var(--color-primary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:28.58854675293rem;left:22.312503814698rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:36.178387641907rem;left:55.063800811767rem;display:none; }
#qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-4),1);background-image:none;top:41.437500953674rem;left:36.279949188233rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#sSR3X5GymlCdWiXqSde2zDktlLClI7eA { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GQx1haA20TsvJvJWCCuDI1nICD4Z3cPO { color:rgba(var(--color-primary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.2;letter-spacing:0;top:12.673957824707rem;left:21.372919082642rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V5wQsCOxgy6sifryPDLzadoGeH73rHE3 { 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:10.625rem;height:2.5rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:5.8031234741211rem;left:35.300001144409rem;display:block; }
#f16fxneoZdbxbAiaP4btl4U5Xsz5i5fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNFLO4s8VhwfZfVBlds7irsRqwVn57El { 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:15336;opacity:1;top:7.4593734741213rem;left:46.645833969116rem; }
#p6OsQc55wlcNrmuT4wUyolhs75BaKAEc { color:rgba(var(--color-primary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.;letter-spacing:0;top:6.1156234741211rem;left:7.5rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LP4GkFqUX1Wr3VKEX2ILxCBLtX1hetAt { 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:8.0625rem;height:2.5rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:12.875rem;left:58.187505722046rem;display:block; }
#ugB7lDL3oripBP1N95cZUWLPOCOmk4M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABXCMazOU5ykgk32DEMtgPqnqqagAEvw { 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:15337;opacity:1;top:14.3125rem;left:66.937505722044rem; }
#uO8b7RRznHdPGwWxcmNi003M0ZFBi25h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:20.891666412354rem;left:38.737501144409rem; }
#fVRyCLaLGvtzvqLAhyqNszmJwPXhXB1n { color:#79520e;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15339;line-height:1.2;letter-spacing:0;top:21.369793891907rem;left:39.924480438233rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mCt05JXLeZxcpZlLiiWHsPVc0RwM2O6V { color:rgba(var(--color-primary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15339;line-height:1.2;letter-spacing:0;top:21.682293891907rem;left:43.312503814698rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UL3rFk2cTwOoyK7X2qKGGaO6uhW9HTHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5612rem;width:2.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:11.403646945953rem;left:4.875rem; }
#SnTQBlIiqkJq3k8HB3Twyf5zhdxRfDXW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5612rem;width:2.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:19.041666507721rem;left:9.58203125rem; }
#Efr9xWndb1cFweHEgwl2JHhJu3A9ySmc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5612rem;width:2.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:27.041666507721rem;left:14.14453125rem; }
#TxRsHSe36QpkbragcNorDHXXqhuE2lA3 { color:#79520e;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15340;line-height:1.2;letter-spacing:0;top:21.703125953674rem;left:42.031253814698rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container { background-color: transparent; background-image: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container > .video-iframe-container { display: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row > .video-iframe-container { display: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .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); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container { border-width: 0; border-radius: 0; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#kgqsGzVtTpBrvMJDA4mLS13D21Dqdegs { 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; }
#XvrUkmcgxNpzP5T8sCZUgf3DTCd3c2XE { 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; }
#CWZeVB2zon98JXTlQBqFmL5fEHy52MOc { 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; }
#bhhzf8bdqRy9bSv97fLdsT26qMWeoGy3 { 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; }
#VXirEL7lqtk86QfQmQIcu3pK4gM3RZTZ { 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; }
#PQNAgUDaXry9CdS2e9Tu4emgMmy5hfQa { 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; }
#yHSHOxZCsivTQB51TWuQ8XkOpUhVVOCB { 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; }
#fFcuQhg91TgnI68eEcODQGQgfqLibP2y { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#uA8TB4WIW2ioGzSHUMt5J0UsZoJ9SXhF { 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; }
#Ag5UuVPOeeceKCu15A1ZJtczzZR4HnKD { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#azDaGM8pH6hIbG0xTKfEbCTLm5NpuTlD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F1uKDKmX66uFl3bOJEhHPbZ64NOxM7Au { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#Q9FKFRmR6oFXMpuqLgBM2Vcdr5O3erU4 { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kqr9E1U38hUoEkKlCcvB6bybtV3HpClL { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aX4agbSIX75F53BshnDd3IE6TBh6s7iR { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#lgHywnMKGTDOI8zCw4xeHJI51bsNM955 { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uu5znhgDvTuLJwkOZfwHVhMLcKJWF9bK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WZrVnmDJvewc0TT1q5v4TTBEUCcSBTVZ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EUgSN2daTuMnTse9NDdWoIMxnSOEhO85 { 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; }
#y5NT7OD0ZHkeIaNSTbXUZP6m7QMhzBcu { 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; }
#XARkg9vRN8fuEndc7Re95AgecFPuropm { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HgqEpAegTqTE5TA0nmn5zwTVJ1H1x2kn { 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; }
#eAeIX60TxpGxIQXi8S8WvhH7zwTxNaVy { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#J1PTM7vi3GUbKhMI29LG6kTu1bSWFh8A { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gVZxTVwSwxfiI7XTt0HOs5rRIc5I5SD9 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#yhtn9k3ceh9MU18RWMDb8AeubbCAVieE { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#deuHKvSFVaCD68APyn0SATVqQiPT0al1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ETTxa51ylAckqJ8KEeVfsFHCPMguwIK9 { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:2.1236991882324rem;left:4.55859375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncWAlsNMxCZh0dPM8AVoCpFV15MkbVE1 { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.3125rem;top:6.1875rem;left:5.3125rem;overflow:hidden;display:block; }
#oSc6DkUwnEtIBtknTNDTnQKmt8Z938CR { box-sizing:content-box;height:6.6875rem;width:8.0625rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,224,244,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,224,244,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,224,244,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,224,244,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3e0f4a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3e0f4a8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(179,224,244,0.66));background-size:auto !important;top:5.75rem;left:3.75rem;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:block; }
#Im3gUK0v52AK6tAgfQ5QmNaNrdyOE9sb { box-sizing:content-box;height:6.6875rem;width:9.1875rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,216,142,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,216,142,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,216,142,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,216,142,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd88ea8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd88ea8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,216,142,0.66));background-size:auto !important;top:5.6875rem;left:12.125001907349rem;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:block; }
#NOSCib03Ln8ZAMQcT7ghUQDQGtKPFyEa { position:absolute;display:block;z-index:15323;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.5rem;top:7.8125rem;left:12.937501907349rem;overflow:hidden;display:block; }
#TrWLNTMH7R7ZGLNXqSQx1eZEO1eATbWx { box-sizing:content-box;height:6.6875rem;width:7.875rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,203,179,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,203,179,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,203,179,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,203,179,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f4cbb3a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f4cbb3a8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(244,203,179,0.66));background-size:auto !important;top:5.6875rem;left:21.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;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZkDMvDWHOy8wF79Fv0JdaFAXA7ESTmEF { position:absolute;display:block;z-index:15328;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.5rem;top:6.75rem;left:22.500001907349rem;overflow:hidden;display:block; }
#s6QgFqlXAkC13qBJZKBbavmqzMfirifp { box-sizing:content-box;height:6.6875rem;width:9rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,151,142,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,151,142,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,151,142,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,151,142,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff978ea8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff978ea8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,151,142,0.66));background-size:auto !important;top:5.75rem;left:29.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;border-left:0;border-right:0;border-bottom:0;display:block; }
#QrAeaxPObcEWUgb1rEtnvBPQK0VJTTpD { position:absolute;display:block;z-index:15333;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:8.25rem;top:6.0625rem;left:39.125005722046rem;overflow:hidden;display:block; }
#dNTXrffxJ7wU9fSwVQ702RVfoCcp3LHF { box-sizing:content-box;height:6.6875rem;width:8.0625rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(223,179,244,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(223,179,244,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(223,179,244,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(223,179,244,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfb3f4a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfb3f4a8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(223,179,244,0.66));background-size:auto !important;top:5.8125rem;left:39.187505722046rem;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:block; }
#Zck8pfQ6xJTCIedOfhPvg2v4s2D2W8fK { position:absolute;display:block;z-index:15332;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.125rem;top:8.125rem;left:30.812501907349rem;overflow:hidden;display:block; }
#xT04QN0rOOvOdgNTTOGAx2Pv11kMsCe7 { box-sizing:content-box;height:6.6875rem;width:7.4375rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,244,194,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,244,194,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,244,194,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(179,244,194,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3f4c2a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3f4c2a8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(179,244,194,0.66));background-size:auto !important;top:5.8125rem;left:47.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;border-left:0;border-right:0;border-bottom:0;display:block; }
#LyAExp6wIhSzBSrDOZDV6mVFhgAdM9LN { position:absolute;display:block;z-index:15330;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.125rem;top:6.9375rem;left:48.500005722046rem;overflow:hidden;display:block; }
#rsrui1lsAEGkpINAd8qxoVQAB43UQNVl { position:absolute;display:block;z-index:15325;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:5.875rem;top:6.625rem;left:56.437505722046rem;overflow:hidden;display:block; }
#ztvGMNmXrUOaydnGwDq7QDusl9nu2rTa { box-sizing:content-box;height:6.6875rem;width:8.0625rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(242,244,179,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(242,244,179,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(242,244,179,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(242,244,179,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f4b3a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f4b3a8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(242,244,179,0.66));background-size:auto !important;top:5.8125rem;left:55.250005722046rem;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:block; }
#bCOXq98pkJUZH0TT0roIJbdMpKZQnBwI { box-sizing:content-box;height:6.6875rem;width:7.375rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,179,190,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,179,190,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,179,190,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(244,179,190,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f4b3bea8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f4b3bea8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(244,179,190,0.66));background-size:auto !important;top:5.8125rem;left:63.687505722044rem;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:block; }
#mz2NanC0gScQZrWGxfn2mX71Mo5gLTOA { position:absolute;display:block;z-index:15332;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:6.1875rem;left:64.437505722044rem;overflow:hidden;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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:19.5625rem;width:75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.8656234741211rem;left:4.2468757629394rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.9984359741213rem;left:4.1843757629394rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:7.3734359741213rem;left:6.6203155517575rem;height:8.66015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.810935974121rem;left:4.1843757629394rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.75rem;left:4.1843757629394rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.3421859741213rem;left:51.331249237061rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.371873855591rem;left:55.424999237061rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:15.25rem;width:29.625rem;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.25rem;left:45.312505722046rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:14.5625rem;top:0.11406135559082rem;left:33.826564788818rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:16.9375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-size:auto !important;top:2.4375rem;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; }
#d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6.625rem;top:18.812501907349rem;left:34.312501907349rem;overflow:hidden;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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:10.375rem;width:75rem;position:relative;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:5.9375rem;left:51.031253814698rem;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.7484375rem;width:8.684375rem;top:5.953125rem;left:62.104686737061rem;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:9.75rem;width:11.6875rem;top:0.4375rem;left:30.375003814698rem;overflow:hidden;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:7.75rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(68,78,164,0.7));background-size:auto !important;top:2.625rem;left:-0.125rem;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:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:5.4609375rem;left:3.7546882629394rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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; }
#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; }
#IloWLKToH1mwdkkl4fFDV51CRckdqV6i { box-sizing:content-box;height:6.5rem;width:30.4375rem;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:3.875rem;left:44.325000762939rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6.625rem;top:18.812501907349rem;left:34.312501907349rem;overflow:hidden;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.65625rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.78125rem;left:70.062505722044rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:2.109375rem;left:9.71249961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.87290954589844rem;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:28.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.79948125rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.5000019073488rem;height:1.4622375rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.25rem;left:6.3125rem;height:1.79948125rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:7.5000019073488rem;height:4.38671875rem;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.625rem;left:6.25rem;height:1.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:21.187515258789rem;left:6.25rem;height:1.79948125rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.375015258789rem;left:7.4375019073488rem;height:2.92448125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#31315b;display:block;width:29.25rem;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.75rem;left:7.5000019073488rem;height:1.4622375rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.671875rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:22.875rem;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:6.0218658447266rem;left:48.498960494995rem;height:1.13671875rem;font-style:normal;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.75rem;top:1.84375rem;left:22.066667556762rem;overflow:hidden;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { box-sizing:content-box;height:10rem;width:34.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.74894714355469rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3114471435547rem;left:16.748960494995rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6125030517578rem;left:16.964582443238rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:5.5623375rem;width:35.7495rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.6865234375rem;left:39.250486373901rem;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:5.6536254882812rem;left:40.878904342651rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAUEQ3WDsu0viza3OfLKPBF898gM1XHp { 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; } #KAUEQ3WDsu0viza3OfLKPBF898gM1XHp > .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; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { background-color: transparent; background-image: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { border-width: 0; border-radius: 0; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AJQHdcQKe3ZsPGAQTw9wpPfoGXfAA8rW { box-sizing:content-box;height:6.4375rem;width:15rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -moz-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -ms-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -o-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3680b2', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3680b2', endColorstr='#2e3680' );";background-image: linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-size:auto !important;top:1.625rem;left:60.000003814698rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#TVuqlvwskk337bkbZMgILyfnhyHLHN2b { color:#e5eeff;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.67578125rem;left:60.812503814698rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -moz-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -ms-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -o-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );";background-image: linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-size:contain !important;color:#e5eeff;padding-top:0.311875rem;padding-right:0.30125rem;padding-bottom:0.311875rem;padding-left:0.30125rem;display:block;align-items:center;width:1.806875rem;min-width:1.806875rem;height:1.67rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.245625rem;font-weight:700;line-height:26.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.410625rem;height:0.65875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.466875rem;font-weight:700;line-height:10.54px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.1475rem;padding-top:0.38875rem;padding-right:0.430625rem;padding-bottom:0.38875rem;padding-left:0.430625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.3125rem;left:60.625003814698rem;z-index:15025; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #XNC2rpHVihGRHQhtlZGTlnFqQhf9RwuN { display:flex;position:relative;top:0rem;left:0rem; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #E0nyCvMkceoECCydHLItuWN26Lgymam6 { width:auto; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7lTU7GX17b9gW27ZEAeRxbJBGFVXDdO {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #eUtZUtVhLaH55tMOtysUgATa5GV0hEdl { display:flex;position:relative;top:0rem;left:0rem; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #g5ZR9cDVIryfvTccwTMyh7r55mr6BDId {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #pgc327GgmIA3iL6N5yh0PGbK9rp30wUw {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #IMxczqRwiEn9NNCs6DmHHPrDFNfVUVW9 { display:flex;position:relative;top:0rem;left:0rem; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #Jn2sE3dJfkCBKmKpcy5Enm7lMJF7ehLm {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #EiNsQ6fsHluq6hd84hhbhV7bDay0TmOr {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7ygOE5cixVJR2Gqqvy4gT3als9HaDfN { display:flex;position:relative;top:0rem;left:0rem; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #zEcaF3cCy8OBZgZfhnx2T9TyKynXTmwt {  }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #RNzqFE9BFFLzFvEPKC6kfVibd0adkB1D {  }
#FK6wa8R2fTCmskwKWRoXvqAJwTK5D0pb { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:block; }
#UNWXeepmsMZEpK79MmydzMmDenOUurGN { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:9.75rem;left:14.0625rem;width:33.6875rem;height:3.125rem;font-size:1.6875rem;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) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:0.3125rem;left:0rem;width:3rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { top:0rem;left:0rem;width:32.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { top:0rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:6.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { top:13.375rem;left:27.1875rem;width:20.5625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { top:4.0625rem;left:1.0666675567627rem;width:17rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvakKuans4cKtGR7ooTg7nt1HntcehmX { width:12.0625rem;height:3.4375rem;top:20rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFAfDUI9AiyqdVW2EZEAMXRyT4ZFWM5m { display:block; }
 }@media only screen and (max-width: 763px) { #A3TcR1yfJZK2c0L67sKMhGqs9iloMLzy { width:12.0625rem;height:2rem;top:18rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhgv6AtpOEBDzPZh47Xs3rJ6ZlLoEIZQ { display:block; }
 }@media only screen and (max-width: 763px) { #pM1vX730uIXtUJfkTONAx1823iHITuXg { width:12.0625rem;height:3.4375rem;top:17.75rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwxJo2oHAWKLpw1v4ai4iKI6pcpLxJ9F { display:block; }
 }@media only screen and (max-width: 763px) { #tHUA8FGge7yUWOkHNrnxnu2sXT3P4gku { top:4rem;left:0rem;width:4.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiOQ8RIA5M5CTH4TPh2K0y4sHugXTahE { top:6.75rem;left:0rem;width:3.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOVcCnBnau5n3NgkdfzbZ91iag5eeLBJ { top:12.25rem;left:0rem;width:4.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4FwFr67U76RQlmg7wzgQkFawnU01Ts { top:16.1875rem;left:0rem;width:2.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEnmbC1KNszV1ft8RMoqpHFMTR2dst0 { top:10rem;left:0rem;width:3.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7sXEWDOW4c8VxO5gfRXaUkK73E3DFl { top:22.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqk8W6VqG5evaG7TxmIE6vzzrfK2EQkg { top:19.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@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) { #u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { top:1.1875rem;left:0rem;width:17.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkklREPJS42k7B2guToRyBXVL9Who5f { top:0.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { top:0.5625rem;left:45.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { top:1.875rem;left:0rem;width:17.3125rem;height:1.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { top:4.1875rem;left:0rem;width:30.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSUfb814iqBeS86UrIx4RcveiTlJIofm { top:5.9375rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { top:5.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { top:4.1875rem;left:0rem;width:6.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { top:6rem;left:1.4375019073486rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { top:4.1875rem;left:0rem;width:3.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:10.9375rem;left:0rem;width:11.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:10.9375rem;left:5.7500019073486rem;width:3.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:10.9375rem;left:5.5625019073486rem;width:37rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:12.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:13.0625rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { top:11.6875rem;left:0rem;width:6.9375rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { top:18.6875rem;left:0rem;width:17.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { top:18.6875rem;left:7rem;width:40.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { top:20.1875rem;left:0.25000190734863rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { top:20.625rem;left:0.43750190734863rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { top:18.6875rem;left:16.187501907349rem;width:3.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { top:26.625rem;left:3.7447929382324rem;width:15.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { top:26.6875rem;left:14.500001907349rem;width:17rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { top:28.0625rem;left:4.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { top:28.5rem;left:4.9375rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { top:20rem;left:9.6229190826419rem;width:37.5625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #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:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { top:20.5625rem;left:3.5187511444092rem;width:4.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1711hD8wrURLCtFQGzLrD1TraEkoE5L { top:28.5625rem;left:8.6875038146975rem;width:22.25rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:36.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
 }@media only screen and (max-width: 763px) { #FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { top:41.4375rem;left:22.654949188233rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { top:32.1875rem;left:0rem;width:4.8125rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQx1haA20TsvJvJWCCuDI1nICD4Z3cPO { top:12.625rem;left:7.7479190826419rem;width:33.8125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wQsCOxgy6sifryPDLzadoGeH73rHE3 { width:10.625rem;height:2.5rem;top:5.75rem;left:21.675001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #f16fxneoZdbxbAiaP4btl4U5Xsz5i5fM { display:block; }
 }@media only screen and (max-width: 763px) { #oNFLO4s8VhwfZfVBlds7irsRqwVn57El { top:7.4375rem;left:33.020833969116rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OsQc55wlcNrmuT4wUyolhs75BaKAEc { top:6.0625rem;left:0rem;width:7.25rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4GkFqUX1Wr3VKEX2ILxCBLtX1hetAt { width:8.0625rem;height:2.5rem;top:12.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugB7lDL3oripBP1N95cZUWLPOCOmk4M2 { display:block; }
 }@media only screen and (max-width: 763px) { #ABXCMazOU5ykgk32DEMtgPqnqqagAEvw { top:14.3125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO8b7RRznHdPGwWxcmNi003M0ZFBi25h { top:20.875rem;left:25.112501144409rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRyCLaLGvtzvqLAhyqNszmJwPXhXB1n { top:21.3125rem;left:26.299480438233rem;width:1.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCt05JXLeZxcpZlLiiWHsPVc0RwM2O6V { top:21.625rem;left:29.687503814698rem;width:10.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL3rFk2cTwOoyK7X2qKGGaO6uhW9HTHk { top:11.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTQBlIiqkJq3k8HB3Twyf5zhdxRfDXW { top:19rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efr9xWndb1cFweHEgwl2JHhJu3A9ySmc { top:27rem;left:0.51953125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRsHSe36QpkbragcNorDHXXqhuE2lA3 { top:21.6875rem;left:28.406253814698rem;width:1.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS { display:block; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgqsGzVtTpBrvMJDA4mLS13D21Dqdegs { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvrUkmcgxNpzP5T8sCZUgf3DTCd3c2XE { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWZeVB2zon98JXTlQBqFmL5fEHy52MOc { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhhzf8bdqRy9bSv97fLdsT26qMWeoGy3 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXirEL7lqtk86QfQmQIcu3pK4gM3RZTZ { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQNAgUDaXry9CdS2e9Tu4emgMmy5hfQa { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHSHOxZCsivTQB51TWuQ8XkOpUhVVOCB { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFcuQhg91TgnI68eEcODQGQgfqLibP2y { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA8TB4WIW2ioGzSHUMt5J0UsZoJ9SXhF { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag5UuVPOeeceKCu15A1ZJtczzZR4HnKD { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azDaGM8pH6hIbG0xTKfEbCTLm5NpuTlD { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1uKDKmX66uFl3bOJEhHPbZ64NOxM7Au { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FKFRmR6oFXMpuqLgBM2Vcdr5O3erU4 { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqr9E1U38hUoEkKlCcvB6bybtV3HpClL { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX4agbSIX75F53BshnDd3IE6TBh6s7iR { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHywnMKGTDOI8zCw4xeHJI51bsNM955 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uu5znhgDvTuLJwkOZfwHVhMLcKJWF9bK { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZrVnmDJvewc0TT1q5v4TTBEUCcSBTVZ { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUgSN2daTuMnTse9NDdWoIMxnSOEhO85 { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5NT7OD0ZHkeIaNSTbXUZP6m7QMhzBcu { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XARkg9vRN8fuEndc7Re95AgecFPuropm { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgqEpAegTqTE5TA0nmn5zwTVJ1H1x2kn { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAeIX60TxpGxIQXi8S8WvhH7zwTxNaVy { top:32.1875rem;left:0rem;width:4.8125rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1PTM7vi3GUbKhMI29LG6kTu1bSWFh8A { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVZxTVwSwxfiI7XTt0HOs5rRIc5I5SD9 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhtn9k3ceh9MU18RWMDb8AeubbCAVieE { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #deuHKvSFVaCD68APyn0SATVqQiPT0al1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETTxa51ylAckqJ8KEeVfsFHCPMguwIK9 { top:2.0625rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncWAlsNMxCZh0dPM8AVoCpFV15MkbVE1 { top:6.1875rem;left:0rem;width:5.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSc6DkUwnEtIBtknTNDTnQKmt8Z938CR { top:5.75rem;left:0rem;width:8.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3gUK0v52AK6tAgfQ5QmNaNrdyOE9sb { top:5.6875rem;left:0rem;width:9.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSCib03Ln8ZAMQcT7ghUQDQGtKPFyEa { top:7.8125rem;left:0rem;width:7.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWLNTMH7R7ZGLNXqSQx1eZEO1eATbWx { top:5.6875rem;left:8.0000019073488rem;width:7.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDMvDWHOy8wF79Fv0JdaFAXA7ESTmEF { top:6.75rem;left:8.8750019073488rem;width:6.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6QgFqlXAkC13qBJZKBbavmqzMfirifp { top:5.75rem;left:16.250001907349rem;width:9rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrAeaxPObcEWUgb1rEtnvBPQK0VJTTpD { top:6.0625rem;left:25.500005722046rem;width:8.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTXrffxJ7wU9fSwVQ702RVfoCcp3LHF { top:5.8125rem;left:25.562505722046rem;width:8.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zck8pfQ6xJTCIedOfhPvg2v4s2D2W8fK { top:8.125rem;left:17.187501907349rem;width:7.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT04QN0rOOvOdgNTTOGAx2Pv11kMsCe7 { top:5.8125rem;left:33.937505722046rem;width:7.4375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAExp6wIhSzBSrDOZDV6mVFhgAdM9LN { top:6.9375rem;left:34.875005722046rem;width:5.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsrui1lsAEGkpINAd8qxoVQAB43UQNVl { top:6.625rem;left:41.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztvGMNmXrUOaydnGwDq7QDusl9nu2rTa { top:5.8125rem;left:39.6875rem;width:8.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOXq98pkJUZH0TT0roIJbdMpKZQnBwI { top:5.8125rem;left:40.375rem;width:7.375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2NanC0gScQZrWGxfn2mX71Mo5gLTOA { top:6.1875rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:4.8125rem;left:0rem;width:20.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:7.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:7.3125rem;left:0rem;width:27.25rem;height:8.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:10.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:13.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:8.3125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:12.3125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.25rem;left:18.125rem;width:29.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0.0625rem;left:20.201564788818rem;width:14.5625rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2.4375rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { top:18.8125rem;left:20.687501907349rem;width:6.625rem;height:11.5rem;display:block; }
 }@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) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { top:5.9375rem;left:37.406253814698rem;width:10.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { top:5.9375rem;left:39.125rem;width:8.625rem;height:2.7296464555596rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { top:0.4375rem;left:16.750003814698rem;width:11.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:2.625rem;left:0rem;width:47.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:5.4375rem;left:0rem;width:19.3125rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@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) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { top:15.6875rem;left:0rem;width:11rem;height:2.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IloWLKToH1mwdkkl4fFDV51CRckdqV6i { top:3.875rem;left:17.3125rem;width:30.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { top:18.8125rem;left:20.687501907349rem;width:6.625rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:1.625rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:1.75rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:2.0625rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:0.8125rem;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:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.9375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:12.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.625rem;left:0rem;width:23.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:21.1875rem;left:0rem;width:24.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:23.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.75rem;left:0rem;width:29.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size: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:6rem;left:24.875rem;width:22.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:3.625rem;left:12.0625rem;width:35.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:5.625rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUEQ3WDsu0viza3OfLKPBF898gM1XHp { 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; } #KAUEQ3WDsu0viza3OfLKPBF898gM1XHp > .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) { #LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJQHdcQKe3ZsPGAQTw9wpPfoGXfAA8rW { top:1.625rem;left:32.75rem;width:15rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVuqlvwskk337bkbZMgILyfnhyHLHN2b { top:2.625rem;left:34.375rem;width:13.375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #XNC2rpHVihGRHQhtlZGTlnFqQhf9RwuN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #E0nyCvMkceoECCydHLItuWN26Lgymam6 {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7lTU7GX17b9gW27ZEAeRxbJBGFVXDdO {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #eUtZUtVhLaH55tMOtysUgATa5GV0hEdl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #g5ZR9cDVIryfvTccwTMyh7r55mr6BDId {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #pgc327GgmIA3iL6N5yh0PGbK9rp30wUw {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #IMxczqRwiEn9NNCs6DmHHPrDFNfVUVW9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #Jn2sE3dJfkCBKmKpcy5Enm7lMJF7ehLm {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #EiNsQ6fsHluq6hd84hhbhV7bDay0TmOr {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7ygOE5cixVJR2Gqqvy4gT3als9HaDfN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #zEcaF3cCy8OBZgZfhnx2T9TyKynXTmwt {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #RNzqFE9BFFLzFvEPKC6kfVibd0adkB1D {  }
 }@media only screen and (max-width: 763px) { #FK6wa8R2fTCmskwKWRoXvqAJwTK5D0pb { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNWXeepmsMZEpK79MmydzMmDenOUurGN { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.21744793653488rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.1875rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:26.25rem;background-color:#fbffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:16.4375rem;height:2.0247375rem;top:14.5078125rem;left:1.8125rem;font-size:1.6875rem;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:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.1875rem;height:3.4375rem;top:0.75rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.5rem;height:11rem;top:0rem;left:0.71875rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:31.51953125rem;left:16.5rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { width:11.9375rem;height:14rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,184,46,0.12));background-image: -moz-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,184,46,0.12));background-image: -ms-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,184,46,0.12));background-image: -o-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,184,46,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#ffb82e1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#ffb82e1e' );";background-image: linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,184,46,0.12));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { width:20rem;height:27.6875rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:6.3125rem;height:2.25rem;top:55.592449188233rem;left:4.90625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
 }@media only screen and (max-width: 763px) { #pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { width:12.9375rem;height:1.6497375rem;top:16.75390625rem;left:3.6875rem;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) { #gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { width:9.75rem;height:12.3125rem;top:1.76953125rem;left:6.5208334922787rem;z-index:15321;display:block; }
 }@media only screen and (max-width: 763px) { #DvakKuans4cKtGR7ooTg7nt1HntcehmX { width:11.8125rem;height:2.9375rem;top:21.25rem;left:4.15625rem;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(var(--color-primary-4),0.2);box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-primary-4),0.2) ;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFAfDUI9AiyqdVW2EZEAMXRyT4ZFWM5m { display:block; }
 }@media only screen and (max-width: 763px) { #A3TcR1yfJZK2c0L67sKMhGqs9iloMLzy { width:11.8125rem;height:1.75rem;top:19.583333969116rem;left:4.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhgv6AtpOEBDzPZh47Xs3rJ6ZlLoEIZQ { display:block; }
 }@media only screen and (max-width: 763px) { #pM1vX730uIXtUJfkTONAx1823iHITuXg { width:10.3125rem;height:3.4375rem;top:26.87500166893rem;left:9.1291669011119rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwxJo2oHAWKLpw1v4ai4iKI6pcpLxJ9F { display:block; }
 }@media only screen and (max-width: 763px) { #tHUA8FGge7yUWOkHNrnxnu2sXT3P4gku { width:4.25rem;height:1.875rem;top:31.562500476837rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiOQ8RIA5M5CTH4TPh2K0y4sHugXTahE { width:3.5rem;height:2.5rem;top:34.687500476837rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOVcCnBnau5n3NgkdfzbZ91iag5eeLBJ { width:4.25rem;height:3.25rem;top:38.437500476837rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XU4FwFr67U76RQlmg7wzgQkFawnU01Ts { width:2.6875rem;height:2.5625rem;top:42.937500476837rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeEnmbC1KNszV1ft8RMoqpHFMTR2dst0 { width:3.9375rem;height:1.875rem;top:36.236979961395rem;left:8.1223945617675rem;display:none; }
 }@media only screen and (max-width: 763px) { #bm7sXEWDOW4c8VxO5gfRXaUkK73E3DFl { width:3rem;height:3rem;top:50.812500476837rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vqk8W6VqG5evaG7TxmIE6vzzrfK2EQkg { width:2.8125rem;height:2.8125rem;top:46.750000476837rem;left:8.5625rem;display:none; }
 }@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:#fbffff;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:2.875rem;position:relative;display:block; } }@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) { #QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { width:19.9375rem;height:0;top:0.90625rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qzkklREPJS42k7B2guToRyBXVL9Who5f { display:flex;width:1.875rem;height:1.875rem;top:0.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { width:2.125rem;height:2.125rem;top:0.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { width:13.8125rem;height:1.0625rem;top:0.96875rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#353e87;line-height:1.;z-index:15103;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:54.6875rem;background-color:#fbffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { width:18.125rem;height:9.625rem;top:2rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #dSUfb814iqBeS86UrIx4RcveiTlJIofm { width:1.75rem;height:1.78645625rem;top:2.25rem;left:1.5rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { width:2.5rem;height:2.5rem;top:1.8125rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { width:4.25rem;height:3.4375rem;top:1.4375rem;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) { #zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { width:10.375rem;height:2.47395625rem;top:4.5351565480232rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { width:2.5rem;height:3.4375rem;top:18.813543319702rem;left:5.5656254887581rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:4.25rem;height:3.4375rem;top:14.000000476837rem;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:122.33125305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:41.503126144409rem;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:14.437500476837rem;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.78645625rem;top:14.812500476837rem;left:1.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { width:14.125rem;height:1.125rem;top:15.500000476837rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { width:4.25rem;height:3.4375rem;top:47.062501430511rem;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:60.75417137146rem;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:31.937501430511rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { width:1.75rem;height:1.78645625rem;top:32.375001430511rem;left:1.5rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { width:4.125rem;height:5.6875rem;top:131.33541870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { width:4.25rem;height:3.4375rem;top:31.562501430511rem;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) { #WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { width:20rem;height:5.6875rem;top:87.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { width:2.5625rem;height:2.5625rem;top:47.500001430511rem;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) { #qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { width:1.75rem;height:1.78645625rem;top:47.875001430511rem;left:1.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { width:11.5625rem;height:6.7448125rem;top:33.812501430511rem;left:5.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.0625rem;height:14.4375rem;top:14.750000476837rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.0625rem;height:12.75rem;top:31.750001430511rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:18.0625rem;height:4.4375rem;top:47.875001430511rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { width:4.6875rem;height:1.23698125rem;top:32.500001430511rem;left:5.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p1711hD8wrURLCtFQGzLrD1TraEkoE5L { width:10.8125rem;height:2.25rem;top:48.500001430511rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:10.125rem;left:4.8750002980232rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
 }@media only screen and (max-width: 763px) { #FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { width:0.0625rem;height:3.125rem;top:80.029953002931rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { width:4.875rem;height:0;top:32.250003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { width:8.125rem;height:0;top:32.250003814698rem;left:9.4375007748606rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { width:8.75rem;height:0;top:35.187500953674rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { width:15.125rem;height:0;top:27.499996185302rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #GQx1haA20TsvJvJWCCuDI1nICD4Z3cPO { width:11.4375rem;height:7.421875rem;top:17.286458313465rem;left:5.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #V5wQsCOxgy6sifryPDLzadoGeH73rHE3 { width:8.875rem;height:2.4375rem;top:7.8476564884187rem;left:5.25rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #f16fxneoZdbxbAiaP4btl4U5Xsz5i5fM { display:block; }
 }@media only screen and (max-width: 763px) { #oNFLO4s8VhwfZfVBlds7irsRqwVn57El { display:flex;width:1.5rem;height:1.5rem;top:7.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6OsQc55wlcNrmuT4wUyolhs75BaKAEc { width:7.25rem;height:1.125rem;top:2.8294272422791rem;left:5.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #LP4GkFqUX1Wr3VKEX2ILxCBLtX1hetAt { width:8.0625rem;height:2.5rem;top:25.562501251698rem;left:5.34375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #ugB7lDL3oripBP1N95cZUWLPOCOmk4M2 { display:block; }
 }@media only screen and (max-width: 763px) { #ABXCMazOU5ykgk32DEMtgPqnqqagAEvw { display:flex;width:1.5rem;height:1.5rem;top:14.3125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uO8b7RRznHdPGwWxcmNi003M0ZFBi25h { display:flex;width:2.5rem;height:2.5rem;top:40.682294368744rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #fVRyCLaLGvtzvqLAhyqNszmJwPXhXB1n { width:0.9375rem;height:2.0625rem;top:40.963544368744rem;left:5.33203125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mCt05JXLeZxcpZlLiiWHsPVc0RwM2O6V { width:9.5rem;height:1.23698125rem;top:41.438804626465rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #UL3rFk2cTwOoyK7X2qKGGaO6uhW9HTHk { display:flex;width:2.5rem;height:2.5rem;top:11.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnTQBlIiqkJq3k8HB3Twyf5zhdxRfDXW { display:flex;width:2.5rem;height:2.5rem;top:19rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Efr9xWndb1cFweHEgwl2JHhJu3A9ySmc { display:flex;width:2.5rem;height:2.5rem;top:27rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxRsHSe36QpkbragcNorDHXXqhuE2lA3 { width:1.4375rem;height:1.375rem;top:41.369792461395rem;left:7.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS { display:block; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS { background-color: transparent; background-image: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container > .video-iframe-container { display: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row > .video-iframe-container { display: none; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .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); }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .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; }#GUUnAoaV4qAmzdKMhTRHuK40J2pRtgwS > .row .container { width:20rem;height:28.8125rem;background-color:#fbffff;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) { #kgqsGzVtTpBrvMJDA4mLS13D21Dqdegs { 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) { #XvrUkmcgxNpzP5T8sCZUgf3DTCd3c2XE { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #CWZeVB2zon98JXTlQBqFmL5fEHy52MOc { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #bhhzf8bdqRy9bSv97fLdsT26qMWeoGy3 { 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) { #VXirEL7lqtk86QfQmQIcu3pK4gM3RZTZ { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #PQNAgUDaXry9CdS2e9Tu4emgMmy5hfQa { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHSHOxZCsivTQB51TWuQ8XkOpUhVVOCB { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFcuQhg91TgnI68eEcODQGQgfqLibP2y { 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) { #uA8TB4WIW2ioGzSHUMt5J0UsZoJ9SXhF { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag5UuVPOeeceKCu15A1ZJtczzZR4HnKD { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #azDaGM8pH6hIbG0xTKfEbCTLm5NpuTlD { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F1uKDKmX66uFl3bOJEhHPbZ64NOxM7Au { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9FKFRmR6oFXMpuqLgBM2Vcdr5O3erU4 { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kqr9E1U38hUoEkKlCcvB6bybtV3HpClL { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aX4agbSIX75F53BshnDd3IE6TBh6s7iR { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgHywnMKGTDOI8zCw4xeHJI51bsNM955 { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #uu5znhgDvTuLJwkOZfwHVhMLcKJWF9bK { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #WZrVnmDJvewc0TT1q5v4TTBEUCcSBTVZ { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #EUgSN2daTuMnTse9NDdWoIMxnSOEhO85 { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #y5NT7OD0ZHkeIaNSTbXUZP6m7QMhzBcu { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #XARkg9vRN8fuEndc7Re95AgecFPuropm { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #HgqEpAegTqTE5TA0nmn5zwTVJ1H1x2kn { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #eAeIX60TxpGxIQXi8S8WvhH7zwTxNaVy { width:4.875rem;height:0;top:32.250003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #J1PTM7vi3GUbKhMI29LG6kTu1bSWFh8A { width:8.125rem;height:0;top:32.250003814698rem;left:9.4375007748606rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gVZxTVwSwxfiI7XTt0HOs5rRIc5I5SD9 { width:4.25rem;height:3.6875rem;top:35.437503814698rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #yhtn9k3ceh9MU18RWMDb8AeubbCAVieE { width:8.75rem;height:0;top:35.187500953674rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #deuHKvSFVaCD68APyn0SATVqQiPT0al1 { width:15.125rem;height:0;top:27.499996185302rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #ETTxa51ylAckqJ8KEeVfsFHCPMguwIK9 { width:11.8125rem;height:1.16796875rem;top:1.6236991882324rem;left:4.09375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ncWAlsNMxCZh0dPM8AVoCpFV15MkbVE1 { width:4.125rem;height:4.4375rem;top:5.59375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSc6DkUwnEtIBtknTNDTnQKmt8Z938CR { width:6.125rem;height:5.4375rem;top:5rem;left:3.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Im3gUK0v52AK6tAgfQ5QmNaNrdyOE9sb { width:7.6875rem;height:5.4375rem;top:5rem;left:9.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NOSCib03Ln8ZAMQcT7ghUQDQGtKPFyEa { width:6.0625rem;height:2.4375rem;top:7rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWLNTMH7R7ZGLNXqSQx1eZEO1eATbWx { width:6.125rem;height:5.4375rem;top:10.6875rem;left:3.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDMvDWHOy8wF79Fv0JdaFAXA7ESTmEF { width:5.375rem;height:3.875rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6QgFqlXAkC13qBJZKBbavmqzMfirifp { width:6.125rem;height:5.4375rem;top:10.625rem;left:10.8125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QrAeaxPObcEWUgb1rEtnvBPQK0VJTTpD { width:6.5625rem;height:4.875rem;top:16.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTXrffxJ7wU9fSwVQ702RVfoCcp3LHF { width:6.125rem;height:5.4375rem;top:16.4375rem;left:3.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Zck8pfQ6xJTCIedOfhPvg2v4s2D2W8fK { width:5.0625rem;height:2.5625rem;top:12.6875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT04QN0rOOvOdgNTTOGAx2Pv11kMsCe7 { width:6.125rem;height:5.4375rem;top:16.4375rem;left:10.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LyAExp6wIhSzBSrDOZDV6mVFhgAdM9LN { width:3.9375rem;height:3.6875rem;top:17.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsrui1lsAEGkpINAd8qxoVQAB43UQNVl { width:4.125rem;height:4.125rem;top:22.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztvGMNmXrUOaydnGwDq7QDusl9nu2rTa { width:6.125rem;height:5.4375rem;top:22.1875rem;left:3.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bCOXq98pkJUZH0TT0roIJbdMpKZQnBwI { width:6.125rem;height:5.4375rem;top:22.125rem;left:10.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mz2NanC0gScQZrWGxfn2mX71Mo5gLTOA { width:4.3125rem;height:4.3125rem;top:22.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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; }#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:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.34895625rem;top:2.125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:4.5rem;left:0.87500005960463rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.5117125rem;top:3.997917175293rem;left:2.6229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:6.25rem;left:0.87500005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:8.125rem;left:0.93750005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.1484375rem;top:12.559814453125rem;left:9.078369140625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:16.499755859375rem;left:10.316162109375rem;font-size:0.875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e69f1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:9rem;top:10.812501907349rem;left:-0.061458349227905rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:10.247917175293rem;left:0.87500005960463rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { width:4.0625rem;height:7.125rem;top:21.122917175293rem;left:6.6875002980231rem;display:none; }
 }@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:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { width:8.4375rem;height:2.68645625rem;top:4.7552089691162rem;left:9.6281250119206rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { width:8.4375rem;height:2.68645625rem;top:8.0052089691163rem;left:9.6281250119206rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { width:8.4989375rem;height:7.2489375rem;top:3.3770847320557rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@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) { #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:4.9375rem;height:4.5625rem;top:0.375rem;left:12.507292568684rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { width:12.5625rem;height:1.4622375rem;top:1.140625rem;left:2.4361979961395rem;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) { #IloWLKToH1mwdkkl4fFDV51CRckdqV6i { width:20rem;height:6rem;top:6.0979220867157rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { width:4.6875rem;height:8.375rem;top:2.3822917938233rem;left:3.2802084088326rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:4.5625rem;height:1.78125rem;top:0.98828125rem;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) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.0031242370606rem;left:16.747916996479rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.59375rem;top:1.109375rem;left:3.9947919845581rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:3.5625rem;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:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:0.9375rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:0.9375rem;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.2734375rem;top:2.734375rem;left:1.4661459922791rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.0625rem;height:2.25rem;top:12.500000476837rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:18.625rem;height:7.957rem;top:15.498697757721rem;left:1.1875rem;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.125rem;top:6.5000038146975rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.125rem;top:24.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.546875rem;top:26.3125rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:15.4375rem;height:2.2734375rem;top:8rem;left:1.265625rem;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) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.38020625rem;top:0.8770751953125rem;left:2.3750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:16.75rem;height:4.19791875rem;top:3.4249992370606rem;left:1.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:17.1875rem;height:2.11198125rem;top:14.75rem;left:1.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38020625rem;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:4.625rem;top:13.58723449707rem;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) { #KAUEQ3WDsu0viza3OfLKPBF898gM1XHp { 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; } #KAUEQ3WDsu0viza3OfLKPBF898gM1XHp > .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) { #LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJQHdcQKe3ZsPGAQTw9wpPfoGXfAA8rW { width:15rem;height:6.4375rem;top:1.25rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVuqlvwskk337bkbZMgILyfnhyHLHN2b { width:3.875rem;height:2.47265625rem;top:1.3723983764649rem;left:1.6875rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15157;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-number { padding-top:0.2rem;padding-right:0.241875rem;padding-bottom:0.2rem;padding-left:0.241875rem;width:1.444375rem;min-width:1.444375rem;height:1.06125rem;font-size:0.795625rem;line-height:16.98px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:24.375rem;border-top-right-radius:24.375rem;border-bottom-left-radius:24.375rem;border-bottom-right-radius:24.375rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(6,12,74,0.75), rgba(127,157,236,0.69));background-image: -moz-linear-gradient(0deg, rgba(6,12,74,0.75), rgba(127,157,236,0.69));background-image: -ms-linear-gradient(0deg, rgba(6,12,74,0.75), rgba(127,157,236,0.69));background-image: -o-linear-gradient(0deg, rgba(6,12,74,0.75), rgba(127,157,236,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4abf', endColorstr='#7f9decaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4abf', endColorstr='#7f9decaf' );";background-image: linear-gradient(0deg, rgba(6,12,74,0.75), rgba(127,157,236,0.69));background-size:contain !important; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.930625rem;height:1.13125rem;font-size:0.2975rem;line-height:18.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL { display:flex;width:11.75rem;height:2.71625rem;top:0.85677337646487rem;left:6.578125rem;padding-top:0.4075rem;padding-right:0.421875rem;padding-bottom:0.4075rem;padding-left:0.421875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;z-index:15156;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #XNC2rpHVihGRHQhtlZGTlnFqQhf9RwuN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #E0nyCvMkceoECCydHLItuWN26Lgymam6 {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7lTU7GX17b9gW27ZEAeRxbJBGFVXDdO {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #eUtZUtVhLaH55tMOtysUgATa5GV0hEdl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #g5ZR9cDVIryfvTccwTMyh7r55mr6BDId {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #pgc327GgmIA3iL6N5yh0PGbK9rp30wUw {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #IMxczqRwiEn9NNCs6DmHHPrDFNfVUVW9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #Jn2sE3dJfkCBKmKpcy5Enm7lMJF7ehLm {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #EiNsQ6fsHluq6hd84hhbhV7bDay0TmOr {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #P7ygOE5cixVJR2Gqqvy4gT3als9HaDfN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #zEcaF3cCy8OBZgZfhnx2T9TyKynXTmwt {  }
 }@media only screen and (max-width: 763px) { #K6x68FcoCa5mGLGD22PZHJmvw2v4cqbL #RNzqFE9BFFLzFvEPKC6kfVibd0adkB1D {  }
 }@media only screen and (max-width: 763px) { #FK6wa8R2fTCmskwKWRoXvqAJwTK5D0pb { width:19.9375rem;height:0.6875rem;top:0.6875rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368099' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368099' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-size:auto !important;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNWXeepmsMZEpK79MmydzMmDenOUurGN { width:19.625rem;height:4rem;top:0.5625rem;left:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -moz-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -ms-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -o-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368099', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368099', endColorstr='#2e3680' );";background-image: linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-size:auto !important;z-index:15028;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }