.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f5f6ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #d3b2d3;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container { background-color: transparent; background-image: none; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container > .video-iframe-container { display: none; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row > .video-iframe-container { display: none; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .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); }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container { border-width: 0; border-radius: 0; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container { font-size:0.875rem;font-family:arial;height:0.7375rem;width:75rem;position:relative;display:block; }#TRGGtgdGW4G1xaUVT42LNLc3yl3MW84A { position:absolute;display:block;z-index:15031;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:29.9355625rem;width:19.875rem;top:0.73593747615812rem;left:19.185935974121rem;overflow:hidden;display:block; }
#vfiA1leI2xzz3BQVARLQ5MrZanOuGZ0K { position:absolute;display:block;z-index:15030;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:30rem;width:19.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8634563d-5dc2-41bc-8dfb-b72585a9d4e6/POSTSVIVNCIA3crop_862x774_92293previewcrop_399x592_00preview.preview.mirror.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;overflow:visible;position:relative;display:block; }#LzOgWBP781FB4BUEtaftbG0UU3wLTdQv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.25rem;width:9.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.4;top:1.2375001907349rem;left:65.74999809265rem;display:none; }
#FvLHDbIsP1POO6pzpkB93mwx81yQ3EVa { color:#583758;display:block;width:21.75rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:23.433974266052rem;left:8.3226547241213rem;height:2.27578125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTTXgH45PlIpOzoV2Rsrkxb3OT1uFJN3 { color:#7743a8;display:block;width:19.749625rem;position:absolute;font-family:namian;font-size:5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.888280510903rem;left:6.8109359741213rem;height:6.500375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyXiGLbTPNhcTQiF4fA7nAmGqJUePxZ8 { color:#7743a8;display:block;width:19.749625rem;position:absolute;font-family:namian;font-size:5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.4375rem;left:11.4375rem;height:6.500375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTBbNbnOveina8bU9gqcR6Mg7ntAecL4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.9375rem;left:30rem; }
#XOZDOcRd9JlU8ebrJXp5VPRg1PAlIBeG { position:absolute;display:block;z-index:15008;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:14.874625rem;width:17.0625rem;top:9.4359369277956rem;left:54.10546875rem;overflow:hidden;display:none; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .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; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-number { border-top:0.0625rem solid #7743a8;border-left:0.0625rem solid #7743a8;border-right:0.0625rem solid #7743a8;border-bottom:0.0625rem solid #7743a8;background-color:transparent;background-image:none;color:#7743a8;padding-top:0.665625rem;padding-right:0.598125rem;padding-bottom:0.665625rem;padding-left:0.598125rem;display:block;align-items:center;width:3.585rem;min-width:3.585rem;height:3.5775rem;position:relative;font-family:epilogue;font-size:2.663125rem;font-weight:700;line-height:57.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-label { background-color:;background-image:none;color:#7743a8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.41625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.78rem;height:1.41375rem;position:relative;font-family:epilogue;font-size:0.998125rem;font-weight:700;line-height:22.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:6.86375rem;padding-top:0.083125rem;padding-right:0.085rem;padding-bottom:0.083125rem;padding-left:0.085rem;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:13.857420563698rem;left:49.348823547363rem;z-index:15034; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #WXaInDEzBdogLzc4x7gw1AZgpcTu4yoV { display:flex;position:relative;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #maAT2lXIBdSAVfSyBuk06DFqXBStTag4 { width:auto; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #ufkMmlczqsM7lgDZ3Pz8xcZIThR077wb {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #XiEHVwWaTGxxHC9rTAvEirQXg1kcWn9l { display:flex;position:relative;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #NLtv4ixXwxkPsxtqUguuLMU8A0q2odqb {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #X3nVMp08cMIp7bMFK1WiH1nTcpm1Ohdh {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #aUfliEW1TmNSvC7IwN9ss1r3U5T9Try0 { display:flex;position:relative;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #dr9Uy2yJSy6aN5XwuG6xMsPqNOAD0nXp {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #TLDnfSZdGaZgkLbgiP5hgVeuHOkT82tf {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #whi9hRKHEZvUSJRz8iBEnkrOaR1H1KC5 { display:flex;position:relative;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #OPDQOUPArgWIAzRL5qE1LZntTL0UbGeg {  }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp #JxwHM3rAtV6mgyADp1HP0lfPvUd8nxAm {  }
#paXl1SIbUTrD196stlQSikJ0FT9nOA5Z { color:#7743a8;display:block;width:19.749rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.27783203125rem;left:51.369140625rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8LO1u8shfT4wGNauyXFFhmuS7IBxCOu { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem #6e7a92 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.12421875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.5625rem;left:51.875rem;display:block; }
#ydwoMfX058qixmAm6nFI0Sufq4Ts4QXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZmSIhEJl4fPWXS9lZXiI68s2sfSWWU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.9375rem;left:56.3125rem; }
#BvhXr5nfc0BH35AqPmRFiTs4enpx00R8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.8125rem;left:58.1875rem; }
#Ets1FpFcvDlmsJHydvRzFaBTHa9hKVC3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15023;opacity:1;top:25.9375rem;left:60.5rem; }
#n0tG17OBChB3X6ZUNO3TD5gkUhDJFgtW { position:absolute;display:block;z-index:15024;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:1rem;width:2.6875rem;top:26.125rem;left:62.4375rem;overflow:hidden;display:block; }
#c6cE5O5l4ZfOXLh0M6PfyalixZiefAxS { position:absolute;display:block;z-index:15025;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.9375rem;width:3rem;top:26.1875rem;left:65.5rem;overflow:hidden;display:block; }
#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { background-color: transparent; background-image: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container > .video-iframe-container { display: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row > .video-iframe-container { display: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .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); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { border-width: 0; border-radius: 0; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { font-size:0.875rem;font-family:arial;height:0.5625rem;width:75rem;position:relative;display:block; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc > .row .container { border-width: 0; border-radius: 0; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#LpNsdWsDtecqeQ2nDsGq14DnQJULct44 { color:#8f5d46;display:block;width:32.562rem;position:absolute;font-family:mullingar;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:21.1875rem;height:4.0628875rem;text-align:center;text-align-last:center;display:block; }
#QHnKHaq2S9wpnuf4VfPwpV8qZwaAUlJM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.624025rem;width:3.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:21.875rem; }
#G6dmgNuNfkWwfN8SVtsOh5yMNBT6ZBd7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.624025rem;width:3.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.0625rem;left:49.4375rem; }
#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -moz-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -ms-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -o-linear-gradient(180deg, #ffffff, #eef0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );";background-image: linear-gradient(180deg, #ffffff, #eef0ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { background-color: transparent; background-image: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container > .video-iframe-container { display: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container { display: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .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); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { border-width: 0; border-radius: 0; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#uoLxpOThzkxzQaxE1sF9Vmw3ES3KXnKd { color:#7743a8;display:block;width:73.5rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8074207305908rem;left:0.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#x3gQ3DT9g9fV3JtaEguvtWNJU6vc2wgE { color:#7743a8;display:block;width:73.5rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:0.75rem;height:1.70625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -moz-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -ms-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -o-linear-gradient(180deg, #eef0ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eef0ff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { background-color: transparent; background-image: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container > .video-iframe-container { display: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row > .video-iframe-container { display: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .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); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { border-width: 0; border-radius: 0; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#XzUf5HHizcQvFnzAcvf7oA4uRMQlwefT { color:#7743a8;display:block;width:73.56rem;position:absolute;font-family:epilogue;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.37265586853rem;left:0.71953201293944rem;height:4.0628875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QV6FsAhl9v6Hp0zvH4QmLiTrFtOv5Lzu { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3078231811524rem;left:28.123825073243rem;display:block; }
#FA4S6zQpszRVTONLcNU0Zb5oUaZitVJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container { background-color: transparent; background-image: none; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container > .video-iframe-container { display: none; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row > .video-iframe-container { display: none; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .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); }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container { border-width: 0; border-radius: 0; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#ikx20M6ThwCmuGM29eKRMcrls43LLxvS { color:#7743a8;display:block;width:35.9375rem;position:absolute;font-family:epilogue;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0015640258789rem;left:0rem;height:;text-align:justify;text-align-last:initial;display:block; }#ikx20M6ThwCmuGM29eKRMcrls43LLxvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ikx20M6ThwCmuGM29eKRMcrls43LLxvS li:before{  }
#viEL1fanNnwgyGfI1DJ0WScaAt8ckUHg { color:#7743a8;display:block;width:36.3105625rem;position:absolute;font-family:epilogue;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.623046875rem;left:0rem;height:2.6003875rem;font-style:normal;display:block; }
#JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa { color:#7743a8;display:block;width:37.0625rem;position:absolute;font-family:epilogue;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.9992179870606rem;left:37.5rem;height:;text-align:justify;text-align-last:initial;display:block; }#JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa li:before{  }
#JnBDTPKGALLl2hNRp2bmT1WeT6G5agfo { color:#7743a8;display:block;width:36.3105625rem;position:absolute;font-family:epilogue;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:37.5rem;height:2.6003875rem;font-style:normal;display:block; }
#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container { background-color: transparent; background-image: none; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container > .video-iframe-container { display: none; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row > .video-iframe-container { display: none; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .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); }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container { border-width: 0; border-radius: 0; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#SywRVAvq4TyWqtw3lbXhXDIbGVOz3tli { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.2796821594238rem;left:28.123825073243rem;display:block; }
#RLlouprkI6IxrqA1wxWO7b8BxNP6N0dg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk.adaptive-delivery-prevent-bg, #pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk.lazyload, #pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk.lazyloading { background-image: none; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container { background-color: transparent; background-image: none; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container > .video-iframe-container { display: none; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row > .video-iframe-container { display: none; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .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); }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container { border-width: 0; border-radius: 0; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#ZduZaDLmXLfFTrgTgcBnBtDpgSqyBtoB { color:#7743a8;display:block;width:42.4991875rem;position:absolute;font-family:epilogue;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9500007629394rem;left:16.249217987061rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8TSZJ428LKZA5sg7UP7bTWWaRNdkUrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.8125rem;left:1.4375rem; }
#BCTKRw1BTsF5WcTXvsQPA87UtddTnxg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:2.75rem; }
#bNG23cbaHirt6R7L6CMk1zV5oOmTxRGg { color:#606060;display:block;width:11rem;position:absolute;font-family:garet;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.125rem;left:32.125rem;height:8.4375rem;text-align:justify;text-align-last:initial;display:block; }
#ZpZv8Sy6UVyp8oXHMJrmnHWmwBwUp5mI { box-sizing:content-box;height:12.25rem;width:12.1875rem;position:absolute;display:block;z-index:15002;background-color:#f5f6ff;background-image:none;top:6.625rem;left:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#cpHiLTn0IAR7dVSr4HRK6D1C9plAxXu6 { color:#606060;display:block;width:11.0625rem;position:absolute;font-family:garet;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:45.5625rem;height:7.3828125rem;text-align:justify;text-align-last:initial;display:block; }
#MywssfLrV33TplWu3oryeuuzlq8Arpmx { color:#606060;display:block;width:11.1866875rem;position:absolute;font-family:garet;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.125rem;left:58.6875rem;height:9.4921875rem;text-align:justify;text-align-last:initial;display:block; }
#GfvC4MZTJRHm0nG5f7qCGJ6WS07PTtpS { color:#606060;display:block;width:10.8116875rem;position:absolute;font-family:garet;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.125rem;left:18.8125rem;height:9.4921875rem;text-align:justify;text-align-last:initial;display:block; }
#yni9UXULGW3N8BwUGDZvVNAKhXDJQp1G { color:#606060;display:block;width:11.0625rem;position:absolute;font-family:garet;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.25rem;height:9.4921875rem;text-align:justify;text-align-last:initial;display:block; }
#ZcDkg0rZu8Vxik5uDa1OX19FXb9RIQ1U { box-sizing:content-box;height:12.249625rem;width:12.1875rem;position:absolute;display:block;z-index:15003;background-color:#f5f6ff;background-image:none;top:6.6875rem;left:18.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#z9wZTPZfu0LiXAbFPZWz3VoehHtZQh65 { box-sizing:content-box;height:12.249625rem;width:12.1875rem;position:absolute;display:block;z-index:15004;background-color:#f5f6ff;background-image:none;top:6.6875rem;left:31.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JIueUmzsfCc2UVemcclPr2iFTaMIOtaf { box-sizing:content-box;height:12.249625rem;width:12.1875rem;position:absolute;display:block;z-index:15005;background-color:#f5f6ff;background-image:none;top:6.6875rem;left:45rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#pmog20WULsxUu72iwFAZJPgeIK7wWLpb { box-sizing:content-box;height:12.249625rem;width:12.1875rem;position:absolute;display:block;z-index:15006;background-color:#f5f6ff;background-image:none;top:6.6875rem;left:58.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5f6ff, #ffffff);background-image: -moz-linear-gradient(180deg, #f5f6ff, #ffffff);background-image: -ms-linear-gradient(180deg, #f5f6ff, #ffffff);background-image: -o-linear-gradient(180deg, #f5f6ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f5f6ff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { background-color: transparent; background-image: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container > .video-iframe-container { display: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row > .video-iframe-container { display: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .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); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { border-width: 0; border-radius: 0; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#xp5x31LwFhCKMexBHRUwTNGUTwIig4oc { color:#7743a8;display:block;width:73.560625rem;position:absolute;font-family:epilogue;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:0.71835708618162rem;height:4.0628875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWqrUpxVthU6I3TxzNITSmOcQbLyKbGL { position:absolute;display:block;z-index:15008;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:22.875rem;width:26.3125rem;top:9.43505859375rem;left:42.52880859375rem;overflow:hidden;display:block; }
#cNrnqrqFssJn0oCmP8IV6v2OXo5tXugM { position:absolute;display:block;z-index:15013;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:14.875rem;width:12.6875rem;top:3.689859375rem;left:52.941170554921rem;overflow:hidden;display:none; }
#r9wruFzRkUdII6L8agaO1ORhGy8SSmns { z-index:15012;top:28.748437404633rem;left:37.375785827637rem;background-color:#d3b2d3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#583758;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6230625rem;height:2.6871125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tNG4iAMBysafUB6ElqpcwNHfMtWwmlwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0ztZaRw9HPz8r23qcm7AOCe00wNCIU0 { position:absolute;display:block;z-index:15014;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:23.499625rem;width:11.9366875rem;top:0.71835899353025rem;left:50.281639099121rem;overflow:hidden;display:none; }
#WWdQ9xAk97zkO2VOTUJZQ1edlrqHXfnI { position:absolute;display:block;z-index:15012;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:24.1245rem;width:37.3125rem;top:9.43505859375rem;left:37.6875rem;overflow:hidden;display:block; }
#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container { background-color: transparent; background-image: none; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container > .video-iframe-container { display: none; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row > .video-iframe-container { display: none; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .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); }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container { border-width: 0; border-radius: 0; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#RGOLwFeTEta3iA7CQTDwXctlde6PNW7m { color:#7743a8;display:block;width:36.6875rem;position:absolute;font-family:epilogue;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3753890991211rem;left:0rem;height:15.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Z0EZKWnqKVuCzaWaqot2G56fO3hV4rJD { z-index:15015;top:22.40625rem;left:37.5rem;background-color:#f5f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7743a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D1P06UiHKROd3s01f0R2lslD2S7O44Xq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLcqapIskW3gPp9x5q8TgL6MQ7Bp9CfT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:14.875rem;top:5.59130859375rem;left:52.81201171875rem;overflow:hidden;display:block; }
#cbJulBLO7hAdVFVBS8h5c8FHo0ZuG6yK { position:absolute;display:block;z-index:15014;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:15.4980625rem;width:23.5605625rem;top:18.21826171875rem;left:0rem;overflow:hidden;display:block; }
#dfrx6CPtip0JB2RwILE665ibbIOlZIvo { position:absolute;display:block;z-index:15016;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:15.4980625rem;width:16.3125rem;top:18.21826171875rem;left:10.59375rem;overflow:hidden;display:block; }
#ennP6TsSC6M9V1ZTza6BHUHHXuLvVzmh { position:absolute;display:block;z-index:15002;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:15.4980625rem;width:23.5605625rem;top:18.21826171875rem;left:13.99951171875rem;overflow:hidden;display:block; }
#PIHPSAEsPWBu3gyIhkrlLTxapGSPya9a { z-index:15020;top:14.623828887939rem;left:0rem;background-color:#f5f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7743a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6230625rem;height:2.1234375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#SIViWE5LcpwikCRS4qWZ0nlTxThSCnX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zo5e8PidEtv5pOBT0UZLOpcd1BGX3rxy { position:absolute;display:block;z-index:15014;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:24.1875rem;width:12rem;top:0rem;left:45.065646019108rem;overflow:hidden;display:block; }
#MqFyPy0HAp86QABRIDwXsnSzQRnsGwa4 { z-index:15020;top:33.75rem;left:0rem;background-color:#f5f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7743a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bl2rUyt2BTQMF9lWVHaI0roy2GDI0GwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZpnc0d9oR3UOrtMCJRLsULDTToHNAZW { color:#7743a8;display:block;width:36.6855625rem;position:absolute;font-family:epilogue;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.27880859375rem;left:37.90576171875rem;height:8.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#C36h03g0ratGRR7PIz42lTown7mTqoiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container { background-color: transparent; background-image: none; }#C36h03g0ratGRR7PIz42lTown7mTqoiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container > .video-iframe-container { display: none; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row > .video-iframe-container { display: none; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .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); }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container { border-width: 0; border-radius: 0; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#MKeK7GwncNHNGzO8tdguVOs5LpUTrom8 { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.84141731262206rem;left:28.123825073243rem;display:block; }
#epttkWkUVrGJuOec16wTI9BENcZU0Lb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container { background-color: transparent; background-image: none; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container > .video-iframe-container { display: none; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row > .video-iframe-container { display: none; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .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); }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container { border-width: 0; border-radius: 0; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#uEJ11y1pE3tAEQECGkq0OHEe0hx2FTkz { color:#7743a8;display:block;width:13.1875rem;position:absolute;font-family:epilogue;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:7.5609359741213rem;left:4.7109375rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xPokeHUTkEUx3SAaQSTwr2HwJZnSnWZo { position:absolute;display:block;z-index:14996;background-color:#e3e0f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.875rem;width:9.25rem;top:4.6875rem;left:3.125rem;display:block; }
#fcXF62nO2SBsC1tEygx6zH2si8KKrwXK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9365rem;width:10.437rem;top:2.46533203125rem;left:62.74951171875rem;overflow:hidden;display:block; }
#DcI45EEkTPlQmyrhEDAmPv8PiucF4DvU { position:absolute;display:block;z-index:15026;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:14.25rem;width:10.5rem;top:25.183109375rem;left:38.234938165796rem;overflow:hidden;display:block; }
#QfMliG5nN02GVNDTbRCdHRWhxInUBao4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9995rem;width:11.937rem;top:2.49560546875rem;left:18.21826171875rem;overflow:hidden;display:block; }
#uU6sv1EBLT3nc5LEl40TpdTkzILxO3Ri { position:absolute;display:block;z-index:15017;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:15.8125rem;width:10.25rem;top:10.505859375rem;left:62.93701171875rem;overflow:hidden;display:block; }
#nThFS18e2GX6L8K4N9LUOEEVn8sdNdlv { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.874rem;width:10.5615rem;top:16.400390625rem;left:38.203125rem;overflow:hidden;display:block; }
#NV7wAT01OuRrtfAqKhz9d7V8mdRdEpnh { position:absolute;display:block;z-index:14995;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:14.375rem;width:10.3125rem;top:25.0615234375rem;left:62.8740234375rem;overflow:hidden;display:block; }
#KPZ8eqXCXQKbxNSMEpdT6hof1GVNp6Zt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:16.6875rem;top:16.47421836853rem;left:6.9949226379394rem;overflow:hidden;display:block; }
#ls4a5l3Hv3mBANkiR3pz7D7g5DIOX66c { position:absolute;display:block;z-index:15025;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:22.9375rem;width:15.0625rem;top:16.474625rem;left:23.608210323556rem;overflow:hidden;display:block; }
#B5vRaxnPsRBMgpowJkZzkUXBN665Q8Iw { position:absolute;display:block;z-index:15031;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:14.0625rem;width:25.374625rem;top:2.5rem;left:37.625rem;overflow:hidden;display:block; }
#yP9TVP85MxDBTNdhTzR41IsCzZTLLQye { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:11.3730625rem;top:2.46533203125rem;left:29.25rem;overflow:hidden;display:block; }
#GWSTM6DpZVkOtfs109UWkMc7xICXXViV { position:absolute;display:block;z-index:15024;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:23rem;width:15.25rem;top:16.404296875rem;left:47.84326171875rem;overflow:hidden;display:block; }
#tPOC78riQd2z1zEITvqdMFH4g70aTy7t { position:absolute;display:block;z-index:15021;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:14.75rem;width:10.5rem;top:24.65380859375rem;left:13.27587890625rem;overflow:hidden;display:block; }
#l36RNuyi6MGNwPvpKgzG3iNqg6bkOQzX { position:absolute;display:block;z-index:15022;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:14.6865rem;width:10.2495rem;top:24.716796875rem;left:3.12451171875rem;overflow:hidden;display:block; }
#vvZrP4ElV7mxAJnSkghWM0DOpm8b3LFh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.1875rem;left:29.25rem; }
#Z83lXquz8i5pz5OiyEc2WT3wt9aBaEk0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.375rem;top:40.875rem;left:32.3125rem;overflow:hidden;display:block; }
#thUatnU2z2Bx7iHsLiIWJvcvXPiw0yb9 { color:#7743a8;display:block;width:19.187125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:44.624215126037rem;left:27.905857086182rem;height:1.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc { position:relative;display:block; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc { background-color: transparent; background-image: none; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container > .video-iframe-container { display: none; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row > .video-iframe-container { display: none; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .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); }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc { border-width: 0; border-radius: 0; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c0EWE0NebTUn4PPCTvFmr54ATaNdfX3s { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.78662109375rem;left:27.96826171875rem;display:block; }
#v4vwT5WOCQcK4aVNO3mQFJdypFQvE04H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG { position:relative;display:block; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG { background-color: transparent; background-image: none; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container > .video-iframe-container { display: none; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row > .video-iframe-container { display: none; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .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); }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG { border-width: 0; border-radius: 0; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nLbc2uWmNCUyG4qiCM3J6UvUMgoDhhwy { color:#7743a8;display:block;width:29.4984375rem;position:absolute;font-family:epilogue;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.1242189407349rem;left:22.749607086182rem;height:2.7495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNGUvAIJqfePru08bShfyuZ5QT0meTLg { 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:15031;opacity:1;top:3.2800779342651rem;left:26.387107849121rem; }
#BTqxuMtV1Sr6Zo5BIF28Ui1K69qtmuhl { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #ffffff, #f5f6ff);background-image: -moz-linear-gradient(162deg, #ffffff, #f5f6ff);background-image: -ms-linear-gradient(162deg, #ffffff, #f5f6ff);background-image: -o-linear-gradient(162deg, #ffffff, #f5f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f6ff' );";background-image: linear-gradient(162deg, #ffffff, #f5f6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.1875rem;width:75rem;top:1.71533203125rem;left:0rem;display:block; }
#K4TUJ0fGORIerXqrGCRB0cbJZpbx2mX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15035;opacity:1;top:8.5rem;left:22.749607086182rem; }
#RTI3qkeJ9PUJw8MwUL3FeUfOwDJDOpU8 { color:#7743a8;display:block;width:27rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:8.6875rem;left:28.999217987061rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtPXkygJ6DgfKDznbWTlRAzLNzrtlr20 { color:#7743a8;display:block;width:5.0625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:8.6875rem;left:24.749996185302rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WALQazUXNg89uJSTNG7fB5D6HvoMLFZl { color:#7743a8;display:block;width:5.0625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:10.812118530274rem;left:24.749996185302rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqdxIow0k4Px365bzuLXEAgIyeCfNnsI { color:#7743a8;display:block;width:27rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:10.812118530274rem;left:28.999217987061rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHoIbyTUS2pu5OlB3fzaaDFKWq5Cieag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15038;opacity:1;top:10.624618530274rem;left:22.749607086182rem; }
#QTw0TPNapRv8iRX544nJDr03v3rle9r1 { color:#7743a8;display:block;width:5.0625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:13.062118530274rem;left:24.749996185302rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RbMQNvSc72dUyIUWBEGV9NU0OEOzJesR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15041;opacity:1;top:12.874618530274rem;left:22.749607086182rem; }
#EQ6XZ83hbn0TCUkJCmvphSgzs9rifgGC { color:#7743a8;display:block;width:36.8115rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:13.15576171875rem;left:28.82373046875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8TyZSfV0x0poyetqmVOShVcvRJREDZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15044;opacity:1;top:14.999221801757rem;left:22.749607086182rem; }
#k5JLOSZWBy2n10KIvNN5JFhuW2sz44Hx { color:#7743a8;display:block;width:5.0625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:15.0625rem;left:24.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3dGOg7UsB8Lco2N95dVyAhdhnvsSJ4v { color:#7743a8;display:block;width:27rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:15.1875rem;left:28.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4102dd9-d130-4e5e-b188-55e10cceab9c/POSTSVIVNCIA5.crop_1080x928_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK.adaptive-delivery-prevent-bg, #y6IldqkAqWED5F8OTrGncVLnUt3h6IxK.lazyload, #y6IldqkAqWED5F8OTrGncVLnUt3h6IxK.lazyloading { background-image: none; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container { background-color: transparent; background-image: none; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container > .video-iframe-container { display: none; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row > .video-iframe-container { display: none; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .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); }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container { border-width: 0; border-radius: 0; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#xosnvWB3RX6qLNrUXN4pwtLQVHfZaTts { color:#7743a8;display:block;width:50.1855625rem;position:absolute;font-family:epilogue;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4501953125rem;left:12.40576171875rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHrem5y1DiqF3mz9HQ01NeiWV4W5SdN0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4371125rem;width:3.4371125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.75rem;left:13.3125rem; }
#cuzXJsHt4RhOHO45F4mOsedJDFcgrfks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.125rem;left:14.9375rem; }
#oFxcU8vJZITxiHShACkL3xt8khVtVvT5 { box-sizing:content-box;height:16.81175rem;width:20.8125rem;position:absolute;display:block;z-index:15010;background-color:#7743a8;background-image:none;top:11.625rem;left:15.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HTQ7qr4t6CQ9b8cn0Q0lu2ZOtiVamnQJ { color:#ffffff;display:block;width:20.37425rem;position:absolute;font-family:epilogue;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.4375rem;left:15.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKZD0XP9wDmQNFxeawTmLbKivdiTtJTP { color:#ffffff;display:block;width:17.56175rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:16.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icotfNlRETvhH0H8VTZLqmETw6OmZzKC { color:#ffffff;display:block;width:12.49925rem;position:absolute;font-family:epilogue;font-size:0.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0625rem;left:21.8125rem;height:0.8109375rem;text-align:center;text-align-last:center;display:block; }
#NbMtoV2TmuDRXeH3R5q8u0GkTbosO3e5 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:epilogue;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:21.5rem;height:5.6859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPmkf4shQSI0pspnkiOH63F22SDUUxk9 { color:#ffffff;display:block;width:7.4366875rem;position:absolute;font-family:epilogue;font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.4375rem;left:17.75rem;height:3.2484375rem;text-align:center;text-align-last:center;display:block; }
#dUsQqm87rX8h5h9zem7Et4haNyrXhzWl { color:#ffffff;display:block;width:7.4366875rem;position:absolute;font-family:epilogue;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.875rem;left:25.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#y6UM8uaiuPaccclFMLCOn2RuRnV0myE4 { color:#ffffff;display:block;width:16.937125rem;position:absolute;font-family:epilogue;font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.125rem;left:17.25rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPhKLB0P48wihHNx9877C8FWBlElVPNf { position:absolute;display:block;z-index:15034;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.31175rem;width:4.1871125rem;top:22.1875rem;left:31.9375rem;overflow:hidden;display:block; }
#knINL88AKOBFqcZoL7zAWnKES5brhK7S { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.0625rem;left:16.75rem;display:block; }
#SLodJ0lMto8go2nuyFRpdgKX58adfy4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsZunioUWBNos8oShgKRg9SUB1qA4t2q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.375rem;left:50.5rem;display:none; }
#p5eeNynuSi6tL2X2bhmIvaLtFFKX9aR7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4371125rem;width:3.4371125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.75rem;left:36.125rem; }
#E8ReIPc8o67U9QqdJQdFH3x3V7mU744g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.125rem;left:37.75rem; }
#K9iw3aWz1Nz7PKfI3dwIgTqF37PGmxcN { box-sizing:content-box;height:16.81175rem;width:20.8125rem;position:absolute;display:block;z-index:15022;background-color:#7743a8;background-image:none;top:11.625rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qoGcSsP6Cyr6S2zoe05TzBv0U2hQBTs5 { color:#ffffff;display:block;width:20.37425rem;position:absolute;font-family:epilogue;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.3125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yasUXf8Uivxipn2zgoWwKJb21m8CEez6 { color:#ffffff;display:block;width:17.56175rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.625rem;left:39.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orbq2fPIkkwT09r5EaVQqNOsDo4vScQ1 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:epilogue;font-size:4.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.5625rem;left:44.3125rem;height:5.6859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDHlOzH4Aew7NIf0heTiWKsA1otbf2AD { color:#ffffff;display:block;width:12.49925rem;position:absolute;font-family:epilogue;font-size:0.625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.0625rem;left:44.625rem;height:0.8109375rem;text-align:center;text-align-last:center;display:block; }
#TTsEC1aJDXUgx6bn6EpSICiPILcsCfqC { color:#ffffff;display:block;width:7.4355625rem;position:absolute;font-family:epilogue;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.436326026916rem;left:39.933982849121rem;height:3.2484375rem;text-align:center;text-align-last:center;display:block; }
#mZu0ZdMVA0UP9VqNePI17wTS0tUyXc6C { color:#ffffff;display:block;width:7.4355625rem;position:absolute;font-family:epilogue;font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.840622901916rem;left:49.573822021484rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xnWGsIA0p6NGsZTqIvKLkK5924ufwkXt { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31175rem;width:4.1871125rem;top:22.1875rem;left:54.75rem;overflow:hidden;display:block; }
#O3mKoANCbVHPyInIo474hoviRUuhmO3H { background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:epilogue;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.875rem;left:39.5625rem;display:block; }
#Nf4SrUCOJNFF40VkLIPVazbsTpXKLCuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbbFQVfa4gDvyun8aagc71agzFgTUA5N { position:absolute;display:block;z-index:15031;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.375rem;width:9.75rem;top:35.5rem;left:33.75rem;overflow:hidden;display:block; }
#ac4zbmqTeu9roBe80ASWC8JMXmRUL0nf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.625rem;left:31.8125rem; }
#bKaPoyLEuSZzf8t5s9XHp1MehLOmZGa7 { color:#7743a8;display:block;width:14.4375rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:37.875rem;left:30.3125rem;height:0.96210625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffafb, #f5f6ff);background-image: -moz-linear-gradient(top, #fffafb, #f5f6ff);background-image: -ms-linear-gradient(top, #fffafb, #f5f6ff);background-image: -o-linear-gradient(top, #fffafb, #f5f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafb', endColorstr='#f5f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafb', endColorstr='#f5f6ff' );";background-image: linear-gradient(to bottom, #fffafb, #f5f6ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container { background-color: transparent; background-image: none; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container > .video-iframe-container { display: none; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row > .video-iframe-container { display: none; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .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); }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container { border-width: 0; border-radius: 0; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#r0yZD9Pf4XaopTDJMfx6wH0OvS7uzQsb { background-color:#d3b2d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:7.875rem;width:0.123046875rem;position:absolute;display:block;z-index:15006;top:9.2484245300294rem;left:27.311717987061rem;display:block; }
#C3M6FpNkvcq79N5tBAfvm8togebUSv1W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4996125rem;width:2.4996125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:10.248023986816rem;left:57.624610900879rem; }
#wn6yesk9SfpW58nq7vhlzNBl0FqC2R9n { display:block;width:18.375rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.2;top:13.312477111816rem;left:49.686332702637rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#7743a8;display:block; }
#TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4996125rem;width:2.4996125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.25rem;left:19.0625rem; }
#TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS > img { max-width: 100%;max-height:100%; width:2.4996125rem; height:2.4996125rem; }#ZGkSTm4TnE9BqHVVHE5hrTmdSikSlbcg { display:block;width:12.624625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.2;top:13.3125rem;left:13.8125rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#7743a8;display:block; }
#ULxMz1ripbePuG9B3ZpSPsL2D2LNPt1z { 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:6.125rem;width:11.4375rem;top:0rem;left:31.78125rem;overflow:hidden;display:none; }
#wrBixwNBTkJBDSUvslSxiFxhQDwz5Wye { color:#7743a8;display:block;width:30.437125rem;position:absolute;font-family:epilogue;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:21.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHtymVgXLH0RXiwtvnZnoixtODafqKli { background-color:#d3b2d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:7.875rem;width:0.123046875rem;position:absolute;display:block;z-index:15007;top:9.24609375rem;left:48.411331176757rem;display:block; }
#q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:10.32421875rem;left:35.936721801757rem; }
#q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#zkopge7dxpOAqUK3aJqg1TgvqhfyFD3s { display:block;width:12.624625rem;position:absolute;font-family:epilogue;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.2;top:13.373435974121rem;left:31.187110900879rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#7743a8;font-style:normal;display:block; }
#dDglS69SSKRSMiP3luM6G2dB5kr93r26 { display:block;width:18.375rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.2;top:13.9375rem;left:49.6875rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#583758;display:none; }
#BTHJphT9693bufsM1rknBE6FFB6sAMwW { display:block;width:18.375rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.2;top:13.9375rem;left:49.6875rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#583758;display:none; }
#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6ff;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; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container { background-color: transparent; background-image: none; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container > .video-iframe-container { display: none; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row > .video-iframe-container { display: none; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .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); }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container { border-width: 0; border-radius: 0; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#OJhcXWKDB1zsagk4dCPcQOnG5SaUXQpe { 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:2.625rem;width:25.3125rem;top:1.7496109008789rem;left:24.842575073243rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt { display:block; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRGGtgdGW4G1xaUVT42LNLc3yl3MW84A { top:0.6875rem;left:5.5609359741211rem;width:19.875rem;height:29.9355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfiA1leI2xzz3BQVARLQ5MrZanOuGZ0K { top:0rem;left:0rem;width:19.1875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzOgWBP781FB4BUEtaftbG0UU3wLTdQv { top:1.1875rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvLHDbIsP1POO6pzpkB93mwx81yQ3EVa { top:23.375rem;left:0rem;width:21.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTXgH45PlIpOzoV2Rsrkxb3OT1uFJN3 { top:12.875rem;left:0rem;width:19.6875rem;height:6.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyXiGLbTPNhcTQiF4fA7nAmGqJUePxZ8 { top:16.4375rem;left:0rem;width:19.6875rem;height:6.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTBbNbnOveina8bU9gqcR6Mg7ntAecL4 { top:19.9375rem;left:16.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZDOcRd9JlU8ebrJXp5VPRg1PAlIBeG { top:9.375rem;left:30.6875rem;width:17.0625rem;height:14.874625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp { width:18.5rem;height:5.1875rem;display:flex;top:12.875rem;left:19.4375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #WXaInDEzBdogLzc4x7gw1AZgpcTu4yoV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #maAT2lXIBdSAVfSyBuk06DFqXBStTag4 {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #ufkMmlczqsM7lgDZ3Pz8xcZIThR077wb {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #XiEHVwWaTGxxHC9rTAvEirQXg1kcWn9l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #NLtv4ixXwxkPsxtqUguuLMU8A0q2odqb {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #X3nVMp08cMIp7bMFK1WiH1nTcpm1Ohdh {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #aUfliEW1TmNSvC7IwN9ss1r3U5T9Try0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #dr9Uy2yJSy6aN5XwuG6xMsPqNOAD0nXp {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #TLDnfSZdGaZgkLbgiP5hgVeuHOkT82tf {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #whi9hRKHEZvUSJRz8iBEnkrOaR1H1KC5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #OPDQOUPArgWIAzRL5qE1LZntTL0UbGeg {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #JxwHM3rAtV6mgyADp1HP0lfPvUd8nxAm {  }
 }@media only screen and (max-width: 763px) { #paXl1SIbUTrD196stlQSikJ0FT9nOA5Z { top:11.25rem;left:28.0625rem;width:19.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LO1u8shfT4wGNauyXFFhmuS7IBxCOu { width:18.75rem;height:3.0625rem;top:21.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwoMfX058qixmAm6nFI0Sufq4Ts4QXX { display:block; }
 }@media only screen and (max-width: 763px) { #uZmSIhEJl4fPWXS9lZXiI68s2sfSWWU7 { top:25.9375rem;left:42.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvhXr5nfc0BH35AqPmRFiTs4enpx00R8 { top:25.8125rem;left:44.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ets1FpFcvDlmsJHydvRzFaBTHa9hKVC3 { top:25.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0tG17OBChB3X6ZUNO3TD5gkUhDJFgtW { top:26.125rem;left:45.125rem;width:2.625rem;height:0.97650266201792rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6cE5O5l4ZfOXLh0M6PfyalixZiefAxS { top:26.1875rem;left:44.75rem;width:3rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p { display:none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc { display:block; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpNsdWsDtecqeQ2nDsGq14DnQJULct44 { top:0.875rem;left:7.5625rem;width:32.5rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHnKHaq2S9wpnuf4VfPwpV8qZwaAUlJM { top:1.0625rem;left:8.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6dmgNuNfkWwfN8SVtsOh5yMNBT6ZBd7 { top:1.0625rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur { display:block; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoLxpOThzkxzQaxE1sF9Vmw3ES3KXnKd { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3gQ3DT9g9fV3JtaEguvtWNJU6vc2wgE { top:1.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs { display:block; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzUf5HHizcQvFnzAcvf7oA4uRMQlwefT { top:9.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV6FsAhl9v6Hp0zvH4QmLiTrFtOv5Lzu { width:18.75rem;height:3.25rem;top:1.25rem;left:14.498825073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA4S6zQpszRVTONLcNU0Zb5oUaZitVJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #TSXxVQe0TsL20wia3gC40JOq5blF8Pvt { display:block; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikx20M6ThwCmuGM29eKRMcrls43LLxvS { top:5rem;left:0rem;width:35.875rem;height:;font-size:0.8125rem;display:block; }#ikx20M6ThwCmuGM29eKRMcrls43LLxvS li:before{  }
 }@media only screen and (max-width: 763px) { #viEL1fanNnwgyGfI1DJ0WScaAt8ckUHg { top:1.5625rem;left:0rem;width:36.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa { top:4.9375rem;left:10.75rem;width:37rem;height:;font-size:0.8125rem;display:block; }#JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa li:before{  }
 }@media only screen and (max-width: 763px) { #JnBDTPKGALLl2hNRp2bmT1WeT6G5agfo { top:1.5625rem;left:11.5rem;width:36.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jye392QEBTD0O7ddOy8xKlrG8C7REN1P { display:block; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SywRVAvq4TyWqtw3lbXhXDIbGVOz3tli { width:18.75rem;height:3.25rem;top:1.25rem;left:14.498825073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLlouprkI6IxrqA1wxWO7b8BxNP6N0dg { display:block; }
 }@media only screen and (max-width: 763px) { #pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk { display:block; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZduZaDLmXLfFTrgTgcBnBtDpgSqyBtoB { top:1.9375rem;left:2.6242179870606rem;width:42.4375rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TSZJ428LKZA5sg7UP7bTWWaRNdkUrP { top:2.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTKRw1BTsF5WcTXvsQPA87UtddTnxg6 { top:4rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNG23cbaHirt6R7L6CMk1zV5oOmTxRGg { top:8.125rem;left:18.5rem;width:10.9375rem;height:8.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZv8Sy6UVyp8oXHMJrmnHWmwBwUp5mI { top:6.625rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHiLTn0IAR7dVSr4HRK6D1C9plAxXu6 { top:8.125rem;left:31.9375rem;width:11.0625rem;height:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MywssfLrV33TplWu3oryeuuzlq8Arpmx { top:8.125rem;left:36.625rem;width:11.125rem;height:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfvC4MZTJRHm0nG5f7qCGJ6WS07PTtpS { top:8.125rem;left:5.1875rem;width:10.75rem;height:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yni9UXULGW3N8BwUGDZvVNAKhXDJQp1G { top:8.125rem;left:0rem;width:11.0625rem;height:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcDkg0rZu8Vxik5uDa1OX19FXb9RIQ1U { top:6.6875rem;left:4.5rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wZTPZfu0LiXAbFPZWz3VoehHtZQh65 { top:6.6875rem;left:17.9375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIueUmzsfCc2UVemcclPr2iFTaMIOtaf { top:6.6875rem;left:31.375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmog20WULsxUu72iwFAZJPgeIK7wWLpb { top:6.6875rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP { display:block; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp5x31LwFhCKMexBHRUwTNGUTwIig4oc { top:4rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqrUpxVthU6I3TxzNITSmOcQbLyKbGL { top:9.375rem;left:20.375rem;width:26.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNrnqrqFssJn0oCmP8IV6v2OXo5tXugM { top:3.6875rem;left:32.503670554921rem;width:12.6875rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9wruFzRkUdII6L8agaO1ORhGy8SSmns { top:28.6875rem;left:0rem;width:37.5625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNG4iAMBysafUB6ElqpcwNHfMtWwmlwa { display:block; }
 }@media only screen and (max-width: 763px) { #r0ztZaRw9HPz8r23qcm7AOCe00wNCIU0 { top:0.6875rem;left:29.844139099121rem;width:11.875rem;height:23.378181499264rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWdQ9xAk97zkO2VOTUJZQ1edlrqHXfnI { top:9.375rem;left:10.4375rem;width:37.3125rem;height:24.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw { display:block; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGOLwFeTEta3iA7CQTDwXctlde6PNW7m { top:2.3125rem;left:0rem;width:36.625rem;height:15.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EZKWnqKVuCzaWaqot2G56fO3hV4rJD { top:22.375rem;left:10.25rem;width:37.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1P06UiHKROd3s01f0R2lslD2S7O44Xq { display:block; }
 }@media only screen and (max-width: 763px) { #XLcqapIskW3gPp9x5q8TgL6MQ7Bp9CfT { top:5.5625rem;left:31.8125rem;width:14.875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbJulBLO7hAdVFVBS8h5c8FHo0ZuG6yK { top:18.1875rem;left:0rem;width:23.5rem;height:15.458224681605rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrx6CPtip0JB2RwILE665ibbIOlZIvo { top:18.1875rem;left:3.78125rem;width:16.3125rem;height:15.4980625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennP6TsSC6M9V1ZTza6BHUHHXuLvVzmh { top:18.1875rem;left:0.375rem;width:23.5rem;height:15.458224681605rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIHPSAEsPWBu3gyIhkrlLTxapGSPya9a { top:14.5625rem;left:0rem;width:37.5625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIViWE5LcpwikCRS4qWZ0nlTxThSCnX1 { display:block; }
 }@media only screen and (max-width: 763px) { #Zo5e8PidEtv5pOBT0UZLOpcd1BGX3rxy { top:0rem;left:24.628146019108rem;width:12rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqFyPy0HAp86QABRIDwXsnSzQRnsGwa4 { top:33.75rem;left:0rem;width:37.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl2rUyt2BTQMF9lWVHaI0roy2GDI0GwS { display:block; }
 }@media only screen and (max-width: 763px) { #xZpnc0d9oR3UOrtMCJRLsULDTToHNAZW { top:25.25rem;left:11.125rem;width:36.625rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36h03g0ratGRR7PIz42lTown7mTqoiT { display:block; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKeK7GwncNHNGzO8tdguVOs5LpUTrom8 { width:18.75rem;height:3.125rem;top:0.8125rem;left:14.498825073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #epttkWkUVrGJuOec16wTI9BENcZU0Lb5 { display:block; }
 }@media only screen and (max-width: 763px) { #BFwmO920m7FsMKeIRtlryAcyh9dOdLXT { display:block; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEJ11y1pE3tAEQECGkq0OHEe0hx2FTkz { width:13.1875rem;height:4.125rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPokeHUTkEUx3SAaQSTwr2HwJZnSnWZo { width:9.25rem;height:9.875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcXF62nO2SBsC1tEygx6zH2si8KKrwXK { top:2.4375rem;left:37.375rem;width:10.375rem;height:13.853711555045rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcI45EEkTPlQmyrhEDAmPv8PiucF4DvU { top:25.125rem;left:24.609938165796rem;width:10.5rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfMliG5nN02GVNDTbRCdHRWhxInUBao4 { top:2.4375rem;left:4.59326171875rem;width:11.875rem;height:13.926787509424rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU6sv1EBLT3nc5LEl40TpdTkzILxO3Ri { top:10.5rem;left:37.5rem;width:10.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThFS18e2GX6L8K4N9LUOEEVn8sdNdlv { top:16.375rem;left:24.578125rem;width:10.5rem;height:8.8223263740946rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV7wAT01OuRrtfAqKhz9d7V8mdRdEpnh { top:25rem;left:37.4375rem;width:10.3125rem;height:14.3745rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZ8eqXCXQKbxNSMEpdT6hof1GVNp6Zt { top:16.4375rem;left:0rem;width:16.6875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4a5l3Hv3mBANkiR3pz7D7g5DIOX66c { top:16.4375rem;left:9.9832103235562rem;width:15.0625rem;height:22.937696062973rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vRaxnPsRBMgpowJkZzkUXBN665Q8Iw { top:2.5rem;left:22.4375rem;width:25.3125rem;height:14.028070611881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP9TVP85MxDBTNdhTzR41IsCzZTLLQye { top:2.4375rem;left:15.625rem;width:11.3125rem;height:17.158142320945rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWSTM6DpZVkOtfs109UWkMc7xICXXViV { top:16.375rem;left:32.5rem;width:15.25rem;height:23.001008262837rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPOC78riQd2z1zEITvqdMFH4g70aTy7t { top:24.625rem;left:0rem;width:10.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l36RNuyi6MGNwPvpKgzG3iNqg6bkOQzX { top:24.6875rem;left:0rem;width:10.1875rem;height:14.59766025172rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZrP4ElV7mxAJnSkghWM0DOpm8b3LFh { top:41.1875rem;left:15.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z83lXquz8i5pz5OiyEc2WT3wt9aBaEk0 { top:40.875rem;left:18.6875rem;width:13.3125rem;height:3.3593231585932rem;display:block; }
 }@media only screen and (max-width: 763px) { #thUatnU2z2Bx7iHsLiIWJvcvXPiw0yb9 { width:19.125rem;height:1.1875rem;top:44.5625rem;left:14.280857086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc { display:block; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0EWE0NebTUn4PPCTvFmr54ATaNdfX3s { width:19.0625rem;height:3.25rem;top:0.75rem;left:14.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vwT5WOCQcK4aVNO3mQFJdypFQvE04H { display:block; }
 }@media only screen and (max-width: 763px) { #D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG { display:block; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLbc2uWmNCUyG4qiCM3J6UvUMgoDhhwy { width:29.4375rem;height:2.6875rem;top:3.0625rem;left:9.1246070861819rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNGUvAIJqfePru08bShfyuZ5QT0meTLg { top:3.25rem;left:12.762107849121rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqxuMtV1Sr6Zo5BIF28Ui1K69qtmuhl { width:47.75rem;height:17.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4TUJ0fGORIerXqrGCRB0cbJZpbx2mX8 { top:8.5rem;left:9.1246070861819rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTI3qkeJ9PUJw8MwUL3FeUfOwDJDOpU8 { width:27rem;height:1.125rem;top:8.6875rem;left:15.374217987061rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPXkygJ6DgfKDznbWTlRAzLNzrtlr20 { width:5.0625rem;height:1.3125rem;top:8.6875rem;left:11.124996185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WALQazUXNg89uJSTNG7fB5D6HvoMLFZl { width:5.0625rem;height:1.3125rem;top:10.75rem;left:11.124996185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdxIow0k4Px365bzuLXEAgIyeCfNnsI { width:27rem;height:1.125rem;top:10.75rem;left:15.374217987061rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHoIbyTUS2pu5OlB3fzaaDFKWq5Cieag { top:10.5625rem;left:9.1246070861819rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTw0TPNapRv8iRX544nJDr03v3rle9r1 { width:5.0625rem;height:1.3125rem;top:13rem;left:11.124996185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMQNvSc72dUyIUWBEGV9NU0OEOzJesR { top:12.8125rem;left:9.1246070861819rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ6XZ83hbn0TCUkJCmvphSgzs9rifgGC { width:36.75rem;height:1.125rem;top:13.125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TyZSfV0x0poyetqmVOShVcvRJREDZX { top:14.9375rem;left:9.1246070861819rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JLOSZWBy2n10KIvNN5JFhuW2sz44Hx { width:5.0625rem;height:1.3125rem;top:15.0625rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3dGOg7UsB8Lco2N95dVyAhdhnvsSJ4v { width:27rem;height:1.125rem;top:15.1875rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IldqkAqWED5F8OTrGncVLnUt3h6IxK { display:block; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xosnvWB3RX6qLNrUXN4pwtLQVHfZaTts { top:4.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHrem5y1DiqF3mz9HQ01NeiWV4W5SdN0 { top:9.75rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuzXJsHt4RhOHO45F4mOsedJDFcgrfks { top:11.125rem;left:1.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFxcU8vJZITxiHShACkL3xt8khVtVvT5 { top:11.625rem;left:1.6875rem;width:20.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQ7qr4t6CQ9b8cn0Q0lu2ZOtiVamnQJ { top:13.4375rem;left:1.875rem;width:20.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZD0XP9wDmQNFxeawTmLbKivdiTtJTP { top:15.5625rem;left:3.3121070861816rem;width:17.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icotfNlRETvhH0H8VTZLqmETw6OmZzKC { top:17.0625rem;left:8.1875rem;width:12.4375rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMtoV2TmuDRXeH3R5q8u0GkTbosO3e5 { top:18.5625rem;left:7.8742179870606rem;width:8.4375rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmkf4shQSI0pspnkiOH63F22SDUUxk9 { top:20.4375rem;left:4.125rem;width:7.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsQqm87rX8h5h9zem7Et4haNyrXhzWl { top:20.875rem;left:12.1875rem;width:7.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6UM8uaiuPaccclFMLCOn2RuRnV0myE4 { top:24.125rem;left:3.625rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPhKLB0P48wihHNx9877C8FWBlElVPNf { top:22.1875rem;left:18.3125rem;width:4.125rem;height:6.21782273186rem;display:block; }
 }@media only screen and (max-width: 763px) { #knINL88AKOBFqcZoL7zAWnKES5brhK7S { width:18.75rem;height:3.0625rem;top:29.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLodJ0lMto8go2nuyFRpdgKX58adfy4B { display:block; }
 }@media only screen and (max-width: 763px) { #vsZunioUWBNos8oShgKRg9SUB1qA4t2q { top:9.375rem;left:36.875rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5eeNynuSi6tL2X2bhmIvaLtFFKX9aR7 { top:9.75rem;left:22.5rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ReIPc8o67U9QqdJQdFH3x3V7mU744g { top:11.125rem;left:24.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9iw3aWz1Nz7PKfI3dwIgTqF37PGmxcN { top:11.625rem;left:24.5rem;width:20.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoGcSsP6Cyr6S2zoe05TzBv0U2hQBTs5 { top:13.4375rem;left:24.6875rem;width:20.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yasUXf8Uivxipn2zgoWwKJb21m8CEez6 { top:15.5625rem;left:26.125rem;width:17.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbq2fPIkkwT09r5EaVQqNOsDo4vScQ1 { top:18.5625rem;left:30.687103271484rem;width:8.4375rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHlOzH4Aew7NIf0heTiWKsA1otbf2AD { top:17.0625rem;left:31rem;width:12.4375rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsEC1aJDXUgx6bn6EpSICiPILcsCfqC { top:20.375rem;left:26.308982849121rem;width:7.375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZu0ZdMVA0UP9VqNePI17wTS0tUyXc6C { top:20.8125rem;left:35.948822021484rem;width:7.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWGsIA0p6NGsZTqIvKLkK5924ufwkXt { top:22.1875rem;left:41.125rem;width:4.125rem;height:6.21782273186rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3mKoANCbVHPyInIo474hoviRUuhmO3H { width:18.75rem;height:3.0625rem;top:28.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf4SrUCOJNFF40VkLIPVazbsTpXKLCuy { display:block; }
 }@media only screen and (max-width: 763px) { #IbbFQVfa4gDvyun8aagc71agzFgTUA5N { top:35.5rem;left:20.125rem;width:9.75rem;height:2.3745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4zbmqTeu9roBe80ASWC8JMXmRUL0nf { top:35.625rem;left:18.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaPoyLEuSZzf8t5s9XHp1MehLOmZGa7 { width:14.4375rem;height:0.9375rem;top:37.875rem;left:16.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW { display:block; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0yZD9Pf4XaopTDJMfx6wH0OvS7uzQsb { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3M6FpNkvcq79N5tBAfvm8togebUSv1W { top:10.1875rem;left:43.999610900879rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn6yesk9SfpW58nq7vhlzNBl0FqC2R9n { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS { top:10.25rem;left:5.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
#TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #ZGkSTm4TnE9BqHVVHE5hrTmdSikSlbcg { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULxMz1ripbePuG9B3ZpSPsL2D2LNPt1z { top:0rem;left:18.15625rem;width:11.4375rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrBixwNBTkJBDSUvslSxiFxhQDwz5Wye { width:30.375rem;height:2.875rem;top:4.8125rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtymVgXLH0RXiwtvnZnoixtODafqKli { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l { top:10.3125rem;left:22.311721801757rem;width:2.8125rem;height:2.8125rem;display:block; }
#q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #zkopge7dxpOAqUK3aJqg1TgvqhfyFD3s { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDglS69SSKRSMiP3luM6G2dB5kr93r26 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTHJphT9693bufsM1rknBE6FFB6sAMwW { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i { display:block; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJhcXWKDB1zsagk4dCPcQOnG5SaUXQpe { top:1.6875rem;left:11.217575073243rem;width:25.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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) { #Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#Nb1E0K3qqTHkwhNLwBuGT4Ar8wPK1tbt > .row .container { width:20rem;height:0.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TRGGtgdGW4G1xaUVT42LNLc3yl3MW84A { width:19.875rem;height:29.9355625rem;top:0.6875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfiA1leI2xzz3BQVARLQ5MrZanOuGZ0K { width:19.1875rem;height:30rem;top:0rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe0fd663-245c-4531-aeee-2911c251861d/POSTSVIVNCIA5.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzOgWBP781FB4BUEtaftbG0UU3wLTdQv { display:flex;width:9.25rem;height:9.25rem;top:105.5555rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvLHDbIsP1POO6pzpkB93mwx81yQ3EVa { width:18.062125rem;height:1.95rem;top:13.559764683247rem;left:0.96679681539537rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTTXgH45PlIpOzoV2Rsrkxb3OT1uFJN3 { width:16.187125rem;height:3.0878875rem;top:7.3394525647163rem;left:1.9042966961861rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yyXiGLbTPNhcTQiF4fA7nAmGqJUePxZ8 { width:16.374625rem;height:3.0878875rem;top:9.2496088147163rem;left:3.6246092915535rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#7743a8;display:block; }
 }@media only screen and (max-width: 763px) { #UTBbNbnOveina8bU9gqcR6Mg7ntAecL4 { display:flex;width:2.625rem;height:2.625rem;top:19.9375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOZDOcRd9JlU8ebrJXp5VPRg1PAlIBeG { width:18.8741875rem;height:16.374625rem;top:0.69609373807906rem;left:0.56132811307907rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp .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; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-number { padding-top:0.42375rem;padding-right:0.395625rem;padding-bottom:0.42375rem;padding-left:0.395625rem;width:2.366875rem;min-width:2.366875rem;height:2.275rem;font-size:1.694375rem;line-height:36.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.069375rem solid #583758;border-left:0.070625rem solid #583758;border-right:0.070625rem solid #583758;border-bottom:0.069375rem solid #583758;color:#7743a8; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.15875rem;height:0.89875rem;font-size:0.635rem;line-height:14.38px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cV2i0J8g6qpdWokemV44ArREmw1HPKyp { width:17.187rem;height:4.423825rem;display:flex;top:20.6015625rem;left:1.32861328125rem;z-index:15025;padding-top:0.070625rem;padding-right:0.07625rem;padding-bottom:0.070625rem;padding-left:0.07625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #WXaInDEzBdogLzc4x7gw1AZgpcTu4yoV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #maAT2lXIBdSAVfSyBuk06DFqXBStTag4 {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #ufkMmlczqsM7lgDZ3Pz8xcZIThR077wb {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #XiEHVwWaTGxxHC9rTAvEirQXg1kcWn9l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #NLtv4ixXwxkPsxtqUguuLMU8A0q2odqb {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #X3nVMp08cMIp7bMFK1WiH1nTcpm1Ohdh {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #aUfliEW1TmNSvC7IwN9ss1r3U5T9Try0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #dr9Uy2yJSy6aN5XwuG6xMsPqNOAD0nXp {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #TLDnfSZdGaZgkLbgiP5hgVeuHOkT82tf {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #whi9hRKHEZvUSJRz8iBEnkrOaR1H1KC5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #OPDQOUPArgWIAzRL5qE1LZntTL0UbGeg {  }
 }@media only screen and (max-width: 763px) { #cV2i0J8g6qpdWokemV44ArREmw1HPKyp #JxwHM3rAtV6mgyADp1HP0lfPvUd8nxAm {  }
 }@media only screen and (max-width: 763px) { #paXl1SIbUTrD196stlQSikJ0FT9nOA5Z { width:19.6875rem;height:1.1378875rem;top:18.49658203125rem;left:0.31201171875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#7743a8;display:block; }
 }@media only screen and (max-width: 763px) { #p8LO1u8shfT4wGNauyXFFhmuS7IBxCOu { width:18.75rem;height:3.0625rem;top:26.17822265625rem;left:0.6240234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwoMfX058qixmAm6nFI0Sufq4Ts4QXX { display:block; }
 }@media only screen and (max-width: 763px) { #uZmSIhEJl4fPWXS9lZXiI68s2sfSWWU7 { display:flex;width:1.5625rem;height:1.5625rem;top:29.9375rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #BvhXr5nfc0BH35AqPmRFiTs4enpx00R8 { display:flex;width:1.75rem;height:1.75rem;top:29.8125rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #Ets1FpFcvDlmsJHydvRzFaBTHa9hKVC3 { display:flex;width:1.5rem;height:1.5rem;top:29.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #n0tG17OBChB3X6ZUNO3TD5gkUhDJFgtW { width:2.625rem;height:0.97614599715246rem;top:30.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6cE5O5l4ZfOXLh0M6PfyalixZiefAxS { width:3rem;height:0.9375rem;top:30.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3b2d3, #ffffff);background-image: -moz-linear-gradient(180deg, #d3b2d3, #ffffff);background-image: -ms-linear-gradient(180deg, #d3b2d3, #ffffff);background-image: -o-linear-gradient(180deg, #d3b2d3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b2d3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b2d3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #d3b2d3, #ffffff);background-size:auto !important;display:block; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { background-color: transparent; background-image: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container > .video-iframe-container { display: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row > .video-iframe-container { display: none; }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .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); }#VdKwA6LsvNRZbHPCkBovpJ8ihNE4sv1p > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc { background-color:#ffffff;background-image:none;display:none; }#NTt6mQcAwLT10Jm7vPXTzIdNnPLC9RXc > .row .container { width:20rem;height:2.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LpNsdWsDtecqeQ2nDsGq14DnQJULct44 { width:16.374rem;height:2.2734375rem;top:0.06201171875rem;left:1.81201171875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHnKHaq2S9wpnuf4VfPwpV8qZwaAUlJM { display:flex;width:1.374025rem;height:1.374025rem;top:0.5849609375rem;left:1.87353515625rem; }
 }@media only screen and (max-width: 763px) { #G6dmgNuNfkWwfN8SVtsOh5yMNBT6ZBd7 { display:flex;width:1.3125rem;height:1.3125rem;top:0.54248046875rem;left:16.9658203125rem; }
 }@media only screen and (max-width: 763px) { #htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -moz-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -ms-linear-gradient(180deg, #ffffff, #eef0ff);background-image: -o-linear-gradient(180deg, #ffffff, #eef0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );";background-image: linear-gradient(180deg, #ffffff, #eef0ff);background-size:cover !important;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; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { background-color: transparent; background-image: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container > .video-iframe-container { display: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container { display: none; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .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); }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { border-width: 0; border-radius: 0; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htvhv2SBsr4AvI8nOmR0TL4HxSxgKpur > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoLxpOThzkxzQaxE1sF9Vmw3ES3KXnKd { width:19.99925rem;height:24.5109375rem;top:4.4296875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x3gQ3DT9g9fV3JtaEguvtWNJU6vc2wgE { width:19.9995rem;height:1.75078125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -moz-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -ms-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -o-linear-gradient(180deg, #eef0ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eef0ff, #ffffff);background-size:auto !important;display:block; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { background-color: transparent; background-image: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container > .video-iframe-container { display: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row > .video-iframe-container { display: none; }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .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); }#UzzhOnpS0etaMukcsc3Tl7GnG9lgsoqs > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzUf5HHizcQvFnzAcvf7oA4uRMQlwefT { width:19.9980625rem;height:1.8691375rem;top:9.2548828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QV6FsAhl9v6Hp0zvH4QmLiTrFtOv5Lzu { width:14.375rem;height:2.5rem;top:2.2253894805908rem;left:2.8113279938698rem;font-size:1.125rem;background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FA4S6zQpszRVTONLcNU0Zb5oUaZitVJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #TSXxVQe0TsL20wia3gC40JOq5blF8Pvt { display:block; }#TSXxVQe0TsL20wia3gC40JOq5blF8Pvt > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikx20M6ThwCmuGM29eKRMcrls43LLxvS { width:19.9980625rem;height:7.432rem;top:3.5625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1;display:block; }#ikx20M6ThwCmuGM29eKRMcrls43LLxvS li:before{  }
 }@media only screen and (max-width: 763px) { #viEL1fanNnwgyGfI1DJ0WScaAt8ckUHg { width:19.99925rem;height:1.6253875rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa { width:19.9991875rem;height:10.9921875rem;top:17.125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1;display:block; }#JacMiJMVCMNTpQLdrLOVVo6Re8uEBqXa li:before{  }
 }@media only screen and (max-width: 763px) { #JnBDTPKGALLl2hNRp2bmT1WeT6G5agfo { width:19.9991875rem;height:3.25078125rem;top:13.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jye392QEBTD0O7ddOy8xKlrG8C7REN1P { display:block; }#Jye392QEBTD0O7ddOy8xKlrG8C7REN1P > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SywRVAvq4TyWqtw3lbXhXDIbGVOz3tli { width:14.375rem;height:2.5rem;top:1.1859397888184rem;left:2.8113279938698rem;font-size:1.125rem;background-color:#7743a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RLlouprkI6IxrqA1wxWO7b8BxNP6N0dg { display:block; }
 }@media only screen and (max-width: 763px) { #pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk { display:block; }#pimh9ubHkiP76MuKV9I4R7L4Sl9ya1Tk > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZduZaDLmXLfFTrgTgcBnBtDpgSqyBtoB { width:19.9991875rem;height:3.9rem;top:1.8316421508789rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8TSZJ428LKZA5sg7UP7bTWWaRNdkUrP { display:flex;width:1.5rem;height:1.5rem;top:0.55898475646973rem;left:1.1859374940396rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCTKRw1BTsF5WcTXvsQPA87UtddTnxg6 { display:flex;width:1.2495125rem;height:1.2495125rem;top:0.873046875rem;left:1.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNG23cbaHirt6R7L6CMk1zV5oOmTxRGg { width:18.05975rem;height:3.24375rem;top:7.42031288147rem;left:0.96914058923719rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZv8Sy6UVyp8oXHMJrmnHWmwBwUp5mI { width:18.75rem;height:4.5625rem;top:6.7628898620606rem;left:0.62343746423721rem;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cpHiLTn0IAR7dVSr4HRK6D1C9plAxXu6 { width:17.25rem;height:3.24375rem;top:18.41953086853rem;left:1.3722655177116rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #MywssfLrV33TplWu3oryeuuzlq8Arpmx { width:18.43475rem;height:3.24375rem;top:23.658983230591rem;left:0.78164058923719rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #GfvC4MZTJRHm0nG5f7qCGJ6WS07PTtpS { width:18.24725rem;height:3.24375rem;top:12.795701980591rem;left:0.87421864271162rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #yni9UXULGW3N8BwUGDZvVNAKhXDJQp1G { width:18.05975rem;height:3.24375rem;top:29.226560592651rem;left:0.96796864271162rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #ZcDkg0rZu8Vxik5uDa1OX19FXb9RIQ1U { width:18.6866875rem;height:4.6875rem;top:12.07382774353rem;left:0.65507811307906rem;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z9wZTPZfu0LiXAbFPZWz3VoehHtZQh65 { width:18.8125rem;height:4.5625rem;top:17.573436737061rem;left:0.59179681539536rem;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JIueUmzsfCc2UVemcclPr2iFTaMIOtaf { width:19rem;height:4.5625rem;top:23.000780105591rem;left:0.49804681539536rem;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pmog20WULsxUu72iwFAZJPgeIK7wWLpb { width:19.0616875rem;height:4.81171875rem;top:28.44375038147rem;left:0.46757811307907rem;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -moz-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -ms-linear-gradient(180deg, #eef0ff, #ffffff);background-image: -o-linear-gradient(180deg, #eef0ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eef0ff, #ffffff);background-size:auto !important;display:block; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { background-color: transparent; background-image: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container > .video-iframe-container { display: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row > .video-iframe-container { display: none; }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .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); }#AaVWh1q35xkQoUi7ZBqpmyQuUS3yM1gP > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp5x31LwFhCKMexBHRUwTNGUTwIig4oc { width:19.99925rem;height:2.1128875rem;top:2.185546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kWqrUpxVthU6I3TxzNITSmOcQbLyKbGL { width:18.249625rem;height:15.8741875rem;top:4.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNrnqrqFssJn0oCmP8IV6v2OXo5tXugM { width:10.5rem;height:12.3105625rem;top:9.18603515625rem;left:7.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #r9wruFzRkUdII6L8agaO1ORhGy8SSmns { top:20.125rem;left:0rem;width:19.9980625rem;height:1.875rem;font-size:0.75rem;z-index:15017;background-color:#eef0ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tNG4iAMBysafUB6ElqpcwNHfMtWwmlwa { display:block; }
 }@media only screen and (max-width: 763px) { #r0ztZaRw9HPz8r23qcm7AOCe00wNCIU0 { width:8.499rem;height:16.8105625rem;top:5.31298828125rem;left:3.18603515625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WWdQ9xAk97zkO2VOTUJZQ1edlrqHXfnI { width:14.8125rem;height:9.8125rem;top:54.308198928833rem;left:0.0011718273162842rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw { display:block; }#LaZLqEUEgvKn6yKEwMw4tELTcIH4Pzaw > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGOLwFeTEta3iA7CQTDwXctlde6PNW7m { width:19.9980625rem;height:12.75rem;top:0.82851600646975rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EZKWnqKVuCzaWaqot2G56fO3hV4rJD { top:5.3261837661266rem;left:0rem;width:19.99925rem;height:1.81171875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1P06UiHKROd3s01f0R2lslD2S7O44Xq { display:block; }
 }@media only screen and (max-width: 763px) { #XLcqapIskW3gPp9x5q8TgL6MQ7Bp9CfT { width:12.6875rem;height:14.875577623198rem;top:15.883209228516rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbJulBLO7hAdVFVBS8h5c8FHo0ZuG6yK { width:20rem;height:13.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrx6CPtip0JB2RwILE665ibbIOlZIvo { width:12.75rem;height:12.1241875rem;top:12.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennP6TsSC6M9V1ZTza6BHUHHXuLvVzmh { width:20rem;height:13.155935899238rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIHPSAEsPWBu3gyIhkrlLTxapGSPya9a { top:23.84326171875rem;left:0rem;width:19.9980625rem;height:1.875rem;font-size:0.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SIViWE5LcpwikCRS4qWZ0nlTxThSCnX1 { display:block; }
 }@media only screen and (max-width: 763px) { #Zo5e8PidEtv5pOBT0UZLOpcd1BGX3rxy { width:9.812125rem;height:19.1929375rem;top:4.2960910797119rem;left:1.2105467915535rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqFyPy0HAp86QABRIDwXsnSzQRnsGwa4 { top:9.2492179870606rem;left:0.5rem;width:19rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bl2rUyt2BTQMF9lWVHaI0roy2GDI0GwS { display:block; }
 }@media only screen and (max-width: 763px) { #xZpnc0d9oR3UOrtMCJRLsULDTToHNAZW { width:19.9980625rem;height:6.75rem;top:26.4462890625rem;left:0.00146484375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #C36h03g0ratGRR7PIz42lTown7mTqoiT { display:block; }#C36h03g0ratGRR7PIz42lTown7mTqoiT > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKeK7GwncNHNGzO8tdguVOs5LpUTrom8 { width:14.375rem;height:2.5rem;top:1.2480487823486rem;left:2.5933594405651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epttkWkUVrGJuOec16wTI9BENcZU0Lb5 { display:block; }
 }@media only screen and (max-width: 763px) { #BFwmO920m7FsMKeIRtlryAcyh9dOdLXT { display:block; }#BFwmO920m7FsMKeIRtlryAcyh9dOdLXT > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEJ11y1pE3tAEQECGkq0OHEe0hx2FTkz { width:16.43675rem;height:1.65rem;top:4.375rem;left:2.5625rem;text-align:justify;text-align-last:initial;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPokeHUTkEUx3SAaQSTwr2HwJZnSnWZo { width:4.5rem;height:5.1875rem;top:2.5rem;left:1rem;background-color:#eef0ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fcXF62nO2SBsC1tEygx6zH2si8KKrwXK { width:11.5rem;height:15.25rem;top:16.0048828125rem;left:8.57373046875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #DcI45EEkTPlQmyrhEDAmPv8PiucF4DvU { width:5.625rem;height:7.6875rem;top:26.3173828125rem;left:8.57373046875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QfMliG5nN02GVNDTbRCdHRWhxInUBao4 { width:8.8125rem;height:10.3125rem;top:16.0048828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uU6sv1EBLT3nc5LEl40TpdTkzILxO3Ri { width:5.875rem;height:9rem;top:26.37890625rem;left:14.091796875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #nThFS18e2GX6L8K4N9LUOEEVn8sdNdlv { width:10.375rem;height:8.625rem;top:33.46875rem;left:-0.27642085444826rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NV7wAT01OuRrtfAqKhz9d7V8mdRdEpnh { width:3.75rem;height:5.25rem;top:60.765234947204rem;left:9.3117189109325rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPZ8eqXCXQKbxNSMEpdT6hof1GVNp6Zt { width:14.874rem;height:8.562rem;top:47.53125rem;left:5.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4a5l3Hv3mBANkiR3pz7D7g5DIOX66c { width:8.9375rem;height:13.875rem;top:23.731639385223rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vRaxnPsRBMgpowJkZzkUXBN665Q8Iw { width:13.4375rem;height:7.5rem;top:8.67539024353rem;left:0.062109351158142rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP9TVP85MxDBTNdhTzR41IsCzZTLLQye { width:6.75rem;height:10.2491875rem;top:8.67539024353rem;left:13.249217808247rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWSTM6DpZVkOtfs109UWkMc7xICXXViV { width:4.375rem;height:6.5625rem;top:60.828516483307rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPOC78riQd2z1zEITvqdMFH4g70aTy7t { width:9.999rem;height:14.0625rem;top:33.46875rem;left:10.00048828125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #l36RNuyi6MGNwPvpKgzG3iNqg6bkOQzX { width:10.1865rem;height:14.625rem;top:41.443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZrP4ElV7mxAJnSkghWM0DOpm8b3LFh { display:flex;width:3.0625rem;height:3.0625rem;top:56.6875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Z83lXquz8i5pz5OiyEc2WT3wt9aBaEk0 { width:13.3125rem;height:3.3593231585932rem;top:56.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thUatnU2z2Bx7iHsLiIWJvcvXPiw0yb9 { width:19.125rem;height:0.96210625rem;top:60.107809066772rem;left:0.43593746423721rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc { display:block; }#hqWChZoTRqZZGz5RfHVW6NTyJ4HRclLc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0EWE0NebTUn4PPCTvFmr54ATaNdfX3s { width:14.375rem;height:2.5rem;top:0.74765014648438rem;left:2.8113279938698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vwT5WOCQcK4aVNO3mQFJdypFQvE04H { display:block; }
 }@media only screen and (max-width: 763px) { #D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG { display:block; }#D4hHwbZ7SzsiQTPf4b4UvHUgc0s9XnxG > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLbc2uWmNCUyG4qiCM3J6UvUMgoDhhwy { width:16.2480625rem;height:1.6494125rem;top:1.1507816314698rem;left:1.8738281428814rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vNGUvAIJqfePru08bShfyuZ5QT0meTLg { display:flex;width:2.4375rem;height:2.4375rem;top:2.9375rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTqxuMtV1Sr6Zo5BIF28Ui1K69qtmuhl { width:20rem;height:19.9375rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #eef0ff);background-image: -moz-linear-gradient(top, #ffffff, #eef0ff);background-image: -ms-linear-gradient(top, #ffffff, #eef0ff);background-image: -o-linear-gradient(top, #ffffff, #eef0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ff' );";background-image: linear-gradient(to bottom, #ffffff, #eef0ff);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4TUJ0fGORIerXqrGCRB0cbJZpbx2mX8 { display:flex;width:1.56210625rem;height:1.56210625rem;top:5.30859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RTI3qkeJ9PUJw8MwUL3FeUfOwDJDOpU8 { width:13.0616875rem;height:1.92421875rem;top:4.7238273620606rem;left:5.7480466961861rem;text-align:left;text-align-last:left;font-size:0.875rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtPXkygJ6DgfKDznbWTlRAzLNzrtlr20 { width:5.0625rem;height:1.2375rem;top:4.7273445129394rem;left:1.8738279938698rem;text-align:left;text-align-last:left;font-size:1.125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WALQazUXNg89uJSTNG7fB5D6HvoMLFZl { width:5.0625rem;height:1.2375rem;top:7.6867198944094rem;left:1.8738279938698rem;text-align:left;text-align-last:left;font-size:1.125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eqdxIow0k4Px365bzuLXEAgIyeCfNnsI { width:14.124625rem;height:0.96210625rem;top:7.8222637176512rem;left:5.8746088147163rem;text-align:left;text-align-last:left;font-size:0.875rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zHoIbyTUS2pu5OlB3fzaaDFKWq5Cieag { display:flex;width:1.5rem;height:1.5rem;top:8.2703113555906rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTw0TPNapRv8iRX544nJDr03v3rle9r1 { width:5.0625rem;height:1.2375rem;top:10.21990776062rem;left:1.8738279938698rem;text-align:left;text-align-last:left;font-size:1.125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RbMQNvSc72dUyIUWBEGV9NU0OEOzJesR { display:flex;width:1.5rem;height:1.5rem;top:10.87265586853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EQ6XZ83hbn0TCUkJCmvphSgzs9rifgGC { width:13.9995rem;height:1.92421875rem;top:9.73388671875rem;left:5.2763671875rem;text-align:left;text-align-last:left;font-size:0.875rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w8TyZSfV0x0poyetqmVOShVcvRJREDZX { display:flex;width:1.5rem;height:1.5rem;top:13.686338424682rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5JLOSZWBy2n10KIvNN5JFhuW2sz44Hx { width:5.0625rem;height:1.2375rem;top:13.0966796875rem;left:1.96728515625rem;text-align:left;text-align-last:left;font-size:1.125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g3dGOg7UsB8Lco2N95dVyAhdhnvsSJ4v { width:14.4375rem;height:0.96210625rem;top:13.171875rem;left:5.56201171875rem;text-align:left;text-align-last:left;font-size:0.875rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y6IldqkAqWED5F8OTrGncVLnUt3h6IxK { display:block; }#y6IldqkAqWED5F8OTrGncVLnUt3h6IxK > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xosnvWB3RX6qLNrUXN4pwtLQVHfZaTts { width:20rem;height:4.71328125rem;top:1.1355476379394rem;left:-0.12578135728836rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHrem5y1DiqF3mz9HQ01NeiWV4W5SdN0 { display:flex;width:3.375rem;height:3.375rem;top:9.75rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuzXJsHt4RhOHO45F4mOsedJDFcgrfks { display:flex;width:1.81171875rem;height:1.81171875rem;top:27.8125rem;left:0.875rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #oFxcU8vJZITxiHShACkL3xt8khVtVvT5 { width:19.9991875rem;height:12.5rem;top:9rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HTQ7qr4t6CQ9b8cn0Q0lu2ZOtiVamnQJ { width:19.99925rem;height:2.1128875rem;top:9.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZD0XP9wDmQNFxeawTmLbKivdiTtJTP { width:17.499625rem;height:1.29931875rem;top:11.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icotfNlRETvhH0H8VTZLqmETw6OmZzKC { width:12.437125rem;height:0.73125rem;top:13.25rem;left:7.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMtoV2TmuDRXeH3R5q8u0GkTbosO3e5 { width:8.4375rem;height:5.0378875rem;top:14.8125rem;left:5.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmkf4shQSI0pspnkiOH63F22SDUUxk9 { width:6.06210625rem;height:2.6003875rem;top:16.5625rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsQqm87rX8h5h9zem7Et4haNyrXhzWl { width:7.374625rem;height:2.6003875rem;top:16.5625rem;left:9.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6UM8uaiuPaccclFMLCOn2RuRnV0myE4 { width:16.875rem;height:0.975rem;top:18.9375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPhKLB0P48wihHNx9877C8FWBlElVPNf { width:4.125rem;height:6.21782273186rem;top:22.1875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #knINL88AKOBFqcZoL7zAWnKES5brhK7S { width:14.3741875rem;height:2.49960625rem;top:22.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLodJ0lMto8go2nuyFRpdgKX58adfy4B { display:block; }
 }@media only screen and (max-width: 763px) { #vsZunioUWBNos8oShgKRg9SUB1qA4t2q { display:flex;width:1.6875rem;height:1.6875rem;top:10rem;left:1.8125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #p5eeNynuSi6tL2X2bhmIvaLtFFKX9aR7 { display:flex;width:3.375rem;height:3.375rem;top:9.75rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8ReIPc8o67U9QqdJQdFH3x3V7mU744g { display:flex;width:2.8125rem;height:2.8125rem;top:65.303527832031rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9iw3aWz1Nz7PKfI3dwIgTqF37PGmxcN { width:20rem;height:12.5rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoGcSsP6Cyr6S2zoe05TzBv0U2hQBTs5 { width:19.9991875rem;height:2.1128875rem;top:27.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yasUXf8Uivxipn2zgoWwKJb21m8CEez6 { width:17.499625rem;height:1.29931875rem;top:29.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbq2fPIkkwT09r5EaVQqNOsDo4vScQ1 { width:8.4375rem;height:5.0378875rem;top:32.875rem;left:5.6875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHlOzH4Aew7NIf0heTiWKsA1otbf2AD { width:12.437125rem;height:0.73125rem;top:31.1875rem;left:7.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsEC1aJDXUgx6bn6EpSICiPILcsCfqC { width:7.374625rem;height:2.6003875rem;top:34.6875rem;left:2.4374998211861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZu0ZdMVA0UP9VqNePI17wTS0tUyXc6C { width:7.374625rem;height:2.6003875rem;top:34.467185258866rem;left:10.624217808247rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWGsIA0p6NGsZTqIvKLkK5924ufwkXt { width:4.125rem;height:6.2180678929511rem;top:79.928527832031rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3mKoANCbVHPyInIo474hoviRUuhmO3H { width:14.3741875rem;height:2.49960625rem;top:39.75rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf4SrUCOJNFF40VkLIPVazbsTpXKLCuy { display:block; }
 }@media only screen and (max-width: 763px) { #IbbFQVfa4gDvyun8aagc71agzFgTUA5N { width:9.75rem;height:2.37421875rem;top:44.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4zbmqTeu9roBe80ASWC8JMXmRUL0nf { display:flex;width:2.0625rem;height:2.0625rem;top:44.9375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #bKaPoyLEuSZzf8t5s9XHp1MehLOmZGa7 { width:14.4375rem;height:0.825rem;top:47.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW { display:block; }#uGtgeobpMoHSqFnTsKC35mfoJuPIWhAW > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0yZD9Pf4XaopTDJMfx6wH0OvS7uzQsb { left:6.87451171875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:2.93701171875rem;width:6.249025rem;height:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3M6FpNkvcq79N5tBAfvm8togebUSv1W { width:1.5621125rem;height:1.5621125rem;top:10.311706542969rem;left:3.5624999701977rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn6yesk9SfpW58nq7vhlzNBl0FqC2R9n { left:5.5617189109326rem;background-color:transparent;background-image:none;top:10.499206542969rem;width:8.87225rem;height:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS { display:flex;width:2.12460625rem;height:2.12460625rem;top:6.4375rem;left:6.0625rem; }
#TkPwml7ekbxh1tU6QMIvn4CdkAO1LOTS > img { max-width: 100%;max-height:100%; width:2.12460625rem; height:2.12460625rem; } }@media only screen and (max-width: 763px) { #ZGkSTm4TnE9BqHVVHE5hrTmdSikSlbcg { left:6.1552734375rem;background-color:transparent;background-image:none;top:4.93505859375rem;width:5.874025rem;height:0;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULxMz1ripbePuG9B3ZpSPsL2D2LNPt1z { width:6.4980625rem;height:3.4359375rem;top:12.126564025879rem;left:6.750000447035rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wrBixwNBTkJBDSUvslSxiFxhQDwz5Wye { width:17.625rem;height:2.4375rem;top:2.9367218017578rem;left:1.1859374642372rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JHtymVgXLH0RXiwtvnZnoixtODafqKli { left:9.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:23.250009155274rem;width:0.062109375rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l { display:flex;width:2.25rem;height:2.25rem;top:6.375rem;left:11.8125rem; }
#q2h1ZdCoDxbpbDxJRrhQgePzNorMUp3l > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #zkopge7dxpOAqUK3aJqg1TgvqhfyFD3s { left:3.2578127086163rem;background-color:transparent;background-image:none;top:9.69960975647rem;width:12.5625rem;height:0;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDglS69SSKRSMiP3luM6G2dB5kr93r26 { left:4.1875rem;background-color:transparent;background-image:none;top:8.6875rem;width:5.8746125rem;height:0.675rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BTHJphT9693bufsM1rknBE6FFB6sAMwW { left:10rem;background-color:transparent;background-image:none;top:8.6875rem;width:5.8746125rem;height:0.675rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i { display:block; }#hUDpTICA5c55LmrBMZgCbyU4ceMkwz1i > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJhcXWKDB1zsagk4dCPcQOnG5SaUXQpe { width:10.75rem;height:1.25rem;top:1.3113288879394rem;left:4.6230466961861rem;display:block; }
 }