.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,222;--color-primary-1:255,235,147;--color-primary-2:255,214,38;--color-primary-3:128,107,19;--color-primary-4:38,32,6;--color-secondary-0:255,232,246;--color-secondary-1:255,179,226;--color-secondary-2:255,102,196;--color-secondary-3:128,51,98;--color-secondary-4:38,15,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@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:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/57e2b3cd-eec6-4a40-a54d-42ced7901f58/English.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:0.69921875rem;left:60.5rem;overflow:hidden;display:block; }
#pMOnugtT85eo0r435mGPPQ8r4R7ueKae { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.5625rem;left:27.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.125rem;left:23.8125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.5rem;left:25.375rem; }
#MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { background-color:rgba(var(--color-primary-2),1);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28rem;left:28.875rem;display:block; }
#f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.8125rem;left:26.4375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { 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:7.25rem;width:19.3125rem;top:8.0625rem;left:10.4375rem;overflow:hidden;display:none; }
#A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { position:absolute;display:block;z-index:15001;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.125rem;width:39.4375rem;top:0.6875rem;left:17.125rem;overflow:hidden;display:block; }
#TuvLKToo7Mi8rle8P8C2Qwka1Tir21go { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.3125rem;left:23.125rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uvw6LayCWUH2raM4WFqPp74vwKCop9DB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container { background-color: transparent; background-image: none; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container > .video-iframe-container { display: none; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row > .video-iframe-container { display: none; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .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); }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container { border-width: 0; border-radius: 0; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#ikfzdMumkpTUvRqu3D7RWbgVuXUwsHKn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.5rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRWbOGxOhS1cITfA7azcxpT3XpSxI62I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.6875rem;top:1.875rem;left:59.125rem;overflow:hidden;display:block; }
#wyyw3RAQgWnz8hZtsZsKbqJAuROSQxrw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.5625rem;top:1.90625rem;left:49.4375rem;overflow:hidden;display:block; }
#UUE8m1Z7f8WxZL4c7TbL4g4l1N5543ny { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.40625rem;left:63.625rem;overflow:hidden;display:block; }
#AzQCt60N5kRDGqF6DuxUoUhA81JREWy1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.75rem;top:1.6875rem;left:54.625rem;overflow:hidden;display:block; }
#TmEqJIEq3mEzvxqr8Tycx3BUIe2Mksbr { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:8.1875rem;top:2.34375rem;left:19.5625rem;overflow:hidden;display:block; }
#V8Jv1oDDkyTFzABPlWVHEZc64BZOOk6l { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5625rem;top:1.3125rem;left:35rem;overflow:hidden;display:block; }
#ozHz4xPmHupzlyQcoFW7yF4VuAiZqA4f { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.375rem;top:1.9375rem;left:27.6875rem;overflow:hidden;display:block; }
#D6wZ42WIDluQK67weghOHL2phrflEbFV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:4.5rem;top:1.9375rem;left:38.25rem;overflow:hidden;display:block; }
#pKNcnAGc8bla6OeSsFDq4UK5PKExsLxq { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.0625rem;top:2rem;left:43.5625rem;overflow:hidden;display:block; }
#xI3N0qS0hguZ9BzuBLowbDnttzqC2QDO { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.8125rem;top:2.1875rem;left:14.1875rem;overflow:hidden;display:block; }
#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #390062, #080e38);background-image: -moz-linear-gradient(180deg, #390062, #080e38);background-image: -ms-linear-gradient(180deg, #390062, #080e38);background-image: -o-linear-gradient(180deg, #390062, #080e38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );";background-image: linear-gradient(180deg, #390062, #080e38);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; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { background-color: transparent; background-image: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container > .video-iframe-container { display: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container { display: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .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); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { border-width: 0; border-radius: 0; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.5rem;left:29.25rem;display:block; }
#AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { color:#ffebbc;display:block;width:56rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.0625rem;left:9.5rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gB8yKZNctSOGetgnBVW321prSLGOHBIc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:10.5rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d2f45df-32a9-4743-8bba-c09a720c4b8d/BannerMantras4.png");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; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.adaptive-delivery-prevent-bg, #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.lazyload, #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.lazyloading { background-image: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { background-color: transparent; background-image: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,46,150,0.77); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container > .video-iframe-container { display: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,46,150,0.77); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row > .video-iframe-container { display: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .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); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { border-width: 0; border-radius: 0; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#DaN5uSldDd4XXdBHAAw9gk70XlwDXMSL { color:#ffffff;display:block;width:66.9375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.9375rem;left:4.0625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxiwWU0f6AhoRQETVCBEphGmBGm0iRDt { box-sizing:content-box;height:17.375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:7.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#uS2OyW9l3MGikUf0f7miOatJEdyzuLkZ { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8125rem;left:9.9375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#St8U9FT6AI2xrD0brSL3XcUJKpzwcLqI { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:19.4375rem;left:9.9375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#lOOwHpvHZg1Bns6xqy0FxgkQnGtbgil1 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:21.8125rem;left:28.4375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTtHblyUz7ntSsIrTzNXbtDqnTGMHypS { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.8125rem;left:47.9375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bs8o8tZzfGZIoFxd41mZWudl86MLKWJN { color:#000000;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:19.5rem;left:28.4375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#FoVengbX78F3dagGDnaPmzPNNwkKnreM { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:19.375rem;left:47.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ZoIhvWSDsSM1LoJntTpyI63tz9dQq07f { position:absolute;display:block;z-index:14989;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:21.1875rem;top:11.9375rem;left:18.875rem;overflow:hidden;display:block; }
#fofnFDkDTg6K0AT4TWFTf9HqXINyQkVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15rem;left:9.9375rem; }
#F5aCMeNf2fqvTCiUv8T9yh4x0XfC03x9 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:26.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#N9UtCZCMhDbCCTkSici1bzC9egIuVU6o { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:45.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LZrIl25Wn3d6pIdicMwDtMgCmKbcbEff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15rem;left:28.4375rem; }
#Sc8bc9PFhJq6tgTdCiMdQRkOdrzg7asQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15rem;left:47.9375rem; }
#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { background-color: transparent; background-image: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container > .video-iframe-container { display: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container { display: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .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); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { border-width: 0; border-radius: 0; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:19.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10.9375rem;left:16.875rem; }
#riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.8125rem;left:33.5625rem; }
#yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:4.1125030517578rem;left:11.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ON9iDPlTpcBIshTQOPQVx5dE8hPEJ4vR { color:#000000;display:block;width:51.25rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:6.8623046875rem;left:11.875rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FpNcwFJBATaNlyJisuiG3saAaaIpB1SB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3c285f;border-left:0.0625rem solid #3c285f;border-right:0.0625rem solid #3c285f;border-bottom:0.0625rem solid #3c285f;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:23.8125rem;width:19.8125rem;top:16.875rem;left:3.625rem;display:block; }
#Sp0i0yb4iqwgnZUMPeTTqxTRdARgS2Ce { background-color:rgba(var(--color-primary-2),1);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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:33.9375rem;left:5.5625rem;display:block; }
#qrfxJfPB0DRKeHnDGrfroZ5qqkqzrhAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtEhpUipzaKGT0WqptuaD3oKpVVr8VZp { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2.9375rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7qgM5FfdQtC0gMp9zUJrwa1yB3bvlw6 { box-sizing:content-box;height:4.375rem;width:19.9375rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #722fb7, #1a035d);background-image: -moz-linear-gradient(340deg, #722fb7, #1a035d);background-image: -ms-linear-gradient(340deg, #722fb7, #1a035d);background-image: -o-linear-gradient(340deg, #722fb7, #1a035d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );";background-image: linear-gradient(340deg, #722fb7, #1a035d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:3.625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#lOvKpWl0LSw8P543CpDwKXeRSIJtinIt { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:4.8125rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:22.5rem;left:8.125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AyT5ndirHm5hTIOJBI3JWfD0cKTtWBki { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3c285f;border-left:0.0625rem solid #3c285f;border-right:0.0625rem solid #3c285f;border-bottom:0.0625rem solid #3c285f;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:23.75rem;width:19.8125rem;top:16.9375rem;left:25.25rem;display:block; }
#F4bKlOgs6V8nTdywwPMGxwNroiyh7MkX { background-color:rgba(var(--color-primary-2),1);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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:33.9375rem;left:26.875rem;display:block; }
#u3QhVUAEOJ6trvKL6BTZdkalHo4epM6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voUcRMwxUupIxSpxK3QfVHskdTykWdla { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:4.8125rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgkvwuUBvvJPfelheXzpnKD6FMtq8FuJ { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:18rem;left:25.25rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1OMOBFC90TLQL3LcUn3Q7PJMPVQPk5g { color:#000000;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:31.0625rem;left:31.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bly9qHX7sMesACQ9vQ3RCIMzD9hSX6wH { color:#000000;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:29.3125rem;left:6.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M34wnQnN3AiTGXvx92P4P00QMA6CBTTs { box-sizing:content-box;height:2.3125rem;width:15.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(120,80,190,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:5.875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#xlnZaG3PIguTTtcxDLopbeibAtFtTekb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3c285f;border-left:0.0625rem solid #3c285f;border-right:0.0625rem solid #3c285f;border-bottom:0.0625rem solid #3c285f;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:23.875rem;width:19.8125rem;top:16.875rem;left:46.3125rem;display:block; }
#wFPctyd5V2pmsACbzxrtUwzBMm5vw8Eg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:38.125rem;left:49.625rem; }
#IpSIkfdqnH95CxHedBDux94JnpoHaHGe { color:#3c285f;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:38.125rem;left:51.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tlSzB47GJi2pnmupwZlKMglgHRi5vTqz { background-color:rgba(var(--color-primary-2),1);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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:33.875rem;left:47.9375rem;display:block; }
#fSk7dTQnkbFRKoW7C8vmn9DRs4JsxWlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn0whxnyM6Zp9TnlMScv4aKVNCGqsXdy { color:#000000;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:31rem;left:52.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfGVqI6m92uxcm0QeWHlHCIZsIg52772 { box-sizing:content-box;height:2.0625rem;width:14.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(120,80,190,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:48.875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#MJDmPcMy6gwnPC6rG23WfX3LzIq3qEx3 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:29.1875rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cSWowvWmdfZCbuePANlfLatmEhxBpR75 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:4.8125rem;font-weight:300;z-index:15114;line-height:1.3;letter-spacing:0;top:22.4375rem;left:50.5625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ePUwDhA5DuhTs3yEM8JNnrNbOT18ea18 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:17.9375rem;left:46.3125rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AeiU5kxTmioQOoG1scXMRHskKCTy4gr5 { box-sizing:content-box;height:4.375rem;width:19.9375rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #722fb7, #1a035d);background-image: -moz-linear-gradient(340deg, #722fb7, #1a035d);background-image: -ms-linear-gradient(340deg, #722fb7, #1a035d);background-image: -o-linear-gradient(340deg, #722fb7, #1a035d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );";background-image: linear-gradient(340deg, #722fb7, #1a035d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:25.3125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#ghGRdGkVcF8EPIuAPqtFiTsSTl3fvef0 { box-sizing:content-box;height:4.375rem;width:19.9375rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image: -webkit-linear-gradient(340deg, #722fb7, #1a035d);background-image: -moz-linear-gradient(340deg, #722fb7, #1a035d);background-image: -ms-linear-gradient(340deg, #722fb7, #1a035d);background-image: -o-linear-gradient(340deg, #722fb7, #1a035d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#722fb7', endColorstr='#1a035d' );";background-image: linear-gradient(340deg, #722fb7, #1a035d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:46.3125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#llR9L1DDwBSrOEEtIgfqFqndqIKgaHbZ { box-sizing:content-box;height:2.0625rem;width:14.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(120,80,190,0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:27.5rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#K37gB27WBEvuecSKkXTAPvb46pQIWfVC { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:29.125rem;left:28.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lGzKLs9KdSDPdIb1Gm7NoOdi4PKE8sWT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:38.125rem;left:28.25rem; }
#t2DxSdMsvMMcTsrcCcvD3hLSCT8xQTTS { color:#3c285f;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:38.125rem;left:29.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rFwm2uE0e1yEMl7Rv47f4Z0tbGxGwNrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:38.125rem;left:6.9375rem; }
#tfH4c1lqUywP878ybhhtN4zLo8bOzud9 { color:#3c285f;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:38.125rem;left:8.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container { background-color: transparent; background-image: none; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container > .video-iframe-container { display: none; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row > .video-iframe-container { display: none; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .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); }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container { border-width: 0; border-radius: 0; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#KtOvVv4X4tnAKUBMTKG3n3szsAxp245G { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:4.1125030517578rem;left:11.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvkeiaGyP4Tp6zCOAfe2M5G5zkCyB3fT { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:31.1875rem;top:10.375rem;left:4.0625rem;overflow:hidden;display:block; }
#aTr8FKmZGMpbzP6Pd2VwnWHWSrVTd8Lo { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:31.1875rem;top:10.375rem;left:39.75rem;overflow:hidden;display:block; }
#fMc0XHim7M3GzXGaCbhTeetFbVW6vCex { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:31.1875rem;top:27.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#TT9dbcWt3aS6d1EPVqrVULAzvF5XInvu { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:30.9375rem;top:22.0625rem;left:39.75rem;overflow:hidden;display:block; }
#Sf2QLrHQU57zG9ySZmyXiu7FCPBW1sNs { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.5625rem;left:29.25rem;display:block; }
#XLbGWUVagC10dgN5BTXdJc3NX9VNG6Kn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390062;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; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { background-color: transparent; background-image: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container > .video-iframe-container { display: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row > .video-iframe-container { display: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .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); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { border-width: 0; border-radius: 0; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#fCDc7udxItWsyotQeqp2OJa0lOnTnmlf { color:#ffebbc;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7v6HmamwgThutXEd1f3nDIPeU03q8fF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #390062, #080e38);background-image: -moz-linear-gradient(180deg, #390062, #080e38);background-image: -ms-linear-gradient(180deg, #390062, #080e38);background-image: -o-linear-gradient(180deg, #390062, #080e38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );";background-image: linear-gradient(180deg, #390062, #080e38);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; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { background-color: transparent; background-image: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container > .video-iframe-container { display: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row > .video-iframe-container { display: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .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); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { border-width: 0; border-radius: 0; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;position:relative;display:block; }#HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm { box-sizing:content-box;height:22.875rem;width:20.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9ab3045-2fbf-46a8-aa9d-eb0af09e93a4/WhatsAppImage20250413at135352.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.adaptive-delivery-prevent-bg, #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.lazyload, #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.lazyloading { background-image: none; }
#eVg3geqUdnrhg5PcQrusZbbDyPqOeXXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:5.6875rem;height:22.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u966NPORrUOExDOWWU09mx2Pg2TVLTTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:33.375rem;left:33.3125rem;height:28rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF { box-sizing:content-box;height:23.1875rem;width:20.375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe034eba-3346-40ce-b8fa-6f09b32218f0/WhatsAppImage20250407at114048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.8125rem;left:5.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.adaptive-delivery-prevent-bg, #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.lazyload, #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.lazyloading { background-image: none; }
#kqekOMT42Xn7HL9D1eiKRRneyx0edGym { 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; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { background-color: transparent; background-image: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container > .video-iframe-container { display: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row > .video-iframe-container { display: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .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); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { border-width: 0; border-radius: 0; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#AQNTGMTX21NCv4fiBJF1ZmDJAWAT7H5t { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.1875rem;left:39.5625rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToKEQk7TxZJpZwpDn9EcQg19PedLnZQS { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.125rem;left:39.5625rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LAB7cCCVAKVuJwtdFNKNFs6UJz9Askbk { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:16.5rem;top:29.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#m09TOWNInLIPBnptzWb9iHMfxJ7snytq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(51,59,76,0.5) ;height:21.4375rem;width:16.375rem;top:7.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#kMGu3NXNHoiVoKpW9FW83veTFOU92zXK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.875rem;width:17.1875rem;top:29.3125rem;left:18.5625rem;overflow:hidden;display:block; }
#olgt9asTxbzVrOI1DuEGvFRk0pzQdU2T { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.8125rem;width:17rem;top:17.6875rem;left:18.5625rem;overflow:hidden;display:block; }
#xxlMgQ0pZKQuEz7vWxEmAhrk2O4J31dX { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:16.875rem;top:7.375rem;left:18.625rem;overflow:hidden;display:block; }
#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container { background-color: transparent; background-image: none; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container > .video-iframe-container { display: none; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row > .video-iframe-container { display: none; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .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); }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container { border-width: 0; border-radius: 0; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#OkcU5g2bbBXUIHJWSL4zpWRWayNpkRvK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:1.9375rem;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:center;text-align-last:center;display:block; }
#JcwTHdiX7TJzIlxC0iVbewywI725goDs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;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:center;text-align-last:center;display:block; }
#qLXQu4meolGTuVkLvtvG4uDwmHtbdDyh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:7.3125rem;left:58.78125rem;height:3.625rem;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:center;text-align-last:center;display:block; }
#n6hRGPgtGULIxo4uHyeSXnRXu4eOEFnr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:7.75rem;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:center;text-align-last:center;display:block; }
#eHBlZvxglGCTETAexQBLAzooWACV6yUP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.3125rem;left:40.03125rem;height:3.625rem;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:center;text-align-last:center;display:block; }
#Z1nT6QqyKdGT1wSeu7gzCoDCUvsdTtCu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:5.8125rem;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:center;text-align-last:center;display:block; }
#rEKeFhMItpzR8u0Q30dJ4oTsWNMq5aLV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:0.5rem;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;text-align:center;text-align-last:center;display:block; }
#T8NshaMkOlToQZsTVh8JsZ3qxGAznNe6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#XwuoKqWmfmUHVdTz37vRVk0sKqrPy44L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#BX1utb7316ObiVuERwDTV8zgo3tkD3EL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:7.25rem; }
#wVJkDUb7a8JRyC5aaIiEuVSh7hVA42gK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.1875rem;left:21.28125rem;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;text-align:center;text-align-last:center;display:block; }
#sTSIwH39Dezi5xqFepT0JocOOPJZpeOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container { background-color: transparent; background-image: none; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container > .video-iframe-container { display: none; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row > .video-iframe-container { display: none; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .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); }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container { border-width: 0; border-radius: 0; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#K6afo0e4tWlapVlKaQkGTww6hO7kd5i5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 { 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:15018;opacity:1;top:2.3125rem;left:11.3125rem; }
#EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#RVss6xvpEJnhMuAZtcmX1e85ClJECIdd { 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:15017;opacity:1;top:2.3125rem;left:8.1875rem; }
#RVss6xvpEJnhMuAZtcmX1e85ClJECIdd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Z9W3lAg8RZp4RPhUyBTTq3tFNW5rIQho { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:6.5rem;top:2rem;left:0.8125rem;overflow:hidden;display:block; }
#JToFg9FOqraRscZM2773mtp04UoTz6WS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#nwZUBbS18zMeuvM50EETURtPFn5SZV4C { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.625rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#WTlHgAnyKnDHJzSF69K6izRwHHcITc2T { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:56.0625rem;display:block; }
#P6E2nvpLCwzAUD5cb5qeM66cOxHZbLqt { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:67.3125rem;display:block; }
#pEIIHrsJ6gVMwrZRh5LVd2NaUeFFmbUT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.4375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FLtMeq7Xf0AR0zTSqbNiurUlIzbE6gwb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:47.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#gXI0F9LepTU1AOsosPte0L1OM9caUzL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.3125rem;left:14.5625rem; }
#q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { background-color: transparent; background-image: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container > .video-iframe-container { display: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row > .video-iframe-container { display: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .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); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { border-width: 0; border-radius: 0; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { background-color: transparent; background-image: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container > .video-iframe-container { display: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row > .video-iframe-container { display: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .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); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { border-width: 0; border-radius: 0; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#WdkEoTv4r7Zw2nkXmcxJnqnrUbHQuBQb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.4375rem;left:8.4375rem;height:1.75rem;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:center;text-align-last:center;display:block; }
#C4TpQItF7DDVtqVt9oToWtO9Qf7pTOGV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.75rem;left:35.375rem; }
#LTtx1UBRRTkWo8hAquAtWAo15z4k2HeJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.75rem;left:36.625rem; }
#zT2nDZe8JGLkK6DyMoqqS1IQu8mRfu7X { background-color:rgba(var(--color-primary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:48.375rem;display:block; }
#dSi2OTuG9JuBtfB4ZLauKc0k5sKXvnMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:0.6875rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { top:22.5625rem;left:13.8125rem;width:22.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { top:20.125rem;left:10.1875rem;width:27.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { top:22.5rem;left:11.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:17.25rem;height:3.0625rem;top:28rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { top:20rem;left:0rem;width:19.25rem;height:2.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { top:8.0625rem;left:0rem;width:34.625rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { top:0.6875rem;left:3.5rem;width:39.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvLKToo7Mi8rle8P8C2Qwka1Tir21go { top:17.5625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvw6LayCWUH2raM4WFqPp74vwKCop9DB { display:block; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikfzdMumkpTUvRqu3D7RWbgVuXUwsHKn { top:1.75rem;left:0rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWbOGxOhS1cITfA7azcxpT3XpSxI62I { top:1.875rem;left:44.0625rem;width:3.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyyw3RAQgWnz8hZtsZsKbqJAuROSQxrw { top:1.875rem;left:35.8125rem;width:4.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUE8m1Z7f8WxZL4c7TbL4g4l1N5543ny { top:1.375rem;left:43.875rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQCt60N5kRDGqF6DuxUoUhA81JREWy1 { top:1.6875rem;left:41rem;width:3.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmEqJIEq3mEzvxqr8Tycx3BUIe2Mksbr { top:2.3125rem;left:5.9375rem;width:8.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Jv1oDDkyTFzABPlWVHEZc64BZOOk6l { top:1.3125rem;left:21.375rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozHz4xPmHupzlyQcoFW7yF4VuAiZqA4f { top:1.9375rem;left:14.0625rem;width:7.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6wZ42WIDluQK67weghOHL2phrflEbFV { top:1.9375rem;left:24.625rem;width:4.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNcnAGc8bla6OeSsFDq4UK5PKExsLxq { top:2rem;left:29.9375rem;width:5.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI3N0qS0hguZ9BzuBLowbDnttzqC2QDO { top:2.1875rem;left:0.5625rem;width:4.8125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { display:block; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { width:16.5rem;height:3.4375rem;top:32.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block; }
 }@media only screen and (max-width: 763px) { #DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { top:6.0625rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8yKZNctSOGetgnBVW321prSLGOHBIc { top:14.5625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne { display:block; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaN5uSldDd4XXdBHAAw9gk70XlwDXMSL { top:5.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxiwWU0f6AhoRQETVCBEphGmBGm0iRDt { top:12.8125rem;left:0rem;width:17.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS2OyW9l3MGikUf0f7miOatJEdyzuLkZ { top:21.8125rem;left:0rem;width:13.0625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8U9FT6AI2xrD0brSL3XcUJKpzwcLqI { top:19.4375rem;left:0rem;width:13.5625rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOwHpvHZg1Bns6xqy0FxgkQnGtbgil1 { top:21.8125rem;left:14.8125rem;width:12.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTtHblyUz7ntSsIrTzNXbtDqnTGMHypS { top:21.8125rem;left:34.3125rem;width:12.0625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8o8tZzfGZIoFxd41mZWudl86MLKWJN { top:19.5rem;left:14.8125rem;width:13.625rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoVengbX78F3dagGDnaPmzPNNwkKnreM { top:19.375rem;left:34.3125rem;width:10.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIhvWSDsSM1LoJntTpyI63tz9dQq07f { top:11.9375rem;left:5.25rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofnFDkDTg6K0AT4TWFTf9HqXINyQkVu { top:15rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5aCMeNf2fqvTCiUv8T9yh4x0XfC03x9 { top:12.8125rem;left:12.875rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UtCZCMhDbCCTkSici1bzC9egIuVU6o { top:12.8125rem;left:30.25rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZrIl25Wn3d6pIdicMwDtMgCmKbcbEff { top:15rem;left:14.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8bc9PFhJq6tgTdCiMdQRkOdrzg7asQ { top:15rem;left:34.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { top:10.8125rem;left:5.5625rem;width:18.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { top:10.9375rem;left:3.25rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { top:10.8125rem;left:19.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { top:10.8125rem;left:22.3125rem;width:22.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { top:4.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9iDPlTpcBIshTQOPQVx5dE8hPEJ4vR { top:6.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpNcwFJBATaNlyJisuiG3saAaaIpB1SB { width:19.8125rem;height:23.8125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0i0yb4iqwgnZUMPeTTqxTRdARgS2Ce { width:16.0625rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfxJfPB0DRKeHnDGrfroZ5qqkqzrhAp { display:block; }
 }@media only screen and (max-width: 763px) { #gtEhpUipzaKGT0WqptuaD3oKpVVr8VZp { top:17.9375rem;left:0rem;width:21.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qgM5FfdQtC0gMp9zUJrwa1yB3bvlw6 { top:16.75rem;left:0rem;width:19.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOvKpWl0LSw8P543CpDwKXeRSIJtinIt { top:22.5rem;left:0rem;width:11.4375rem;height:6.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyT5ndirHm5hTIOJBI3JWfD0cKTtWBki { width:19.8125rem;height:23.75rem;top:16.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4bKlOgs6V8nTdywwPMGxwNroiyh7MkX { width:16.0625rem;height:3.4375rem;top:33.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3QhVUAEOJ6trvKL6BTZdkalHo4epM6f { display:block; }
 }@media only screen and (max-width: 763px) { #voUcRMwxUupIxSpxK3QfVHskdTykWdla { top:22.5rem;left:15.875rem;width:11.4375rem;height:;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgkvwuUBvvJPfelheXzpnKD6FMtq8FuJ { top:18rem;left:11.625rem;width:19.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1OMOBFC90TLQL3LcUn3Q7PJMPVQPk5g { width:6.75rem;height:1.6875rem;top:31.0625rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bly9qHX7sMesACQ9vQ3RCIMzD9hSX6wH { width:15.25rem;height:1.3125rem;top:29.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M34wnQnN3AiTGXvx92P4P00QMA6CBTTs { top:28.75rem;left:0rem;width:15.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlnZaG3PIguTTtcxDLopbeibAtFtTekb { width:19.8125rem;height:23.875rem;top:16.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFPctyd5V2pmsACbzxrtUwzBMm5vw8Eg { top:38.125rem;left:36rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSIkfdqnH95CxHedBDux94JnpoHaHGe { width:11.6875rem;height:1.3125rem;top:38.125rem;left:36.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlSzB47GJi2pnmupwZlKMglgHRi5vTqz { width:16.0625rem;height:3.4375rem;top:33.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSk7dTQnkbFRKoW7C8vmn9DRs4JsxWlg { display:block; }
 }@media only screen and (max-width: 763px) { #zn0whxnyM6Zp9TnlMScv4aKVNCGqsXdy { width:6.75rem;height:1.6875rem;top:31rem;left:39.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfGVqI6m92uxcm0QeWHlHCIZsIg52772 { top:28.75rem;left:33rem;width:14.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDmPcMy6gwnPC6rG23WfX3LzIq3qEx3 { width:13.3125rem;height:1.3125rem;top:29.1875rem;left:34.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSWowvWmdfZCbuePANlfLatmEhxBpR75 { top:22.4375rem;left:36.3125rem;width:11.4375rem;height:6.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePUwDhA5DuhTs3yEM8JNnrNbOT18ea18 { top:17.9375rem;left:27.8125rem;width:19.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiU5kxTmioQOoG1scXMRHskKCTy4gr5 { top:16.875rem;left:11.6875rem;width:19.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGRdGkVcF8EPIuAPqtFiTsSTl3fvef0 { top:16.875rem;left:27.8125rem;width:19.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llR9L1DDwBSrOEEtIgfqFqndqIKgaHbZ { top:28.75rem;left:13.875rem;width:14.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K37gB27WBEvuecSKkXTAPvb46pQIWfVC { width:13.3125rem;height:1.3125rem;top:29.125rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzKLs9KdSDPdIb1Gm7NoOdi4PKE8sWT { top:38.125rem;left:14.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2DxSdMsvMMcTsrcCcvD3hLSCT8xQTTS { width:11.6875rem;height:1.3125rem;top:38.125rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFwm2uE0e1yEMl7Rv47f4Z0tbGxGwNrc { top:38.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfH4c1lqUywP878ybhhtN4zLo8bOzud9 { width:11.6875rem;height:1.3125rem;top:38.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGRchTEB8GhpTPG2q01LZrMDzk1PawbT { display:block; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtOvVv4X4tnAKUBMTKG3n3szsAxp245G { top:4.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvkeiaGyP4Tp6zCOAfe2M5G5zkCyB3fT { top:10.375rem;left:0rem;width:31.1875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTr8FKmZGMpbzP6Pd2VwnWHWSrVTd8Lo { top:10.375rem;left:16.5625rem;width:31.1875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMc0XHim7M3GzXGaCbhTeetFbVW6vCex { top:27.1875rem;left:0rem;width:31.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9dbcWt3aS6d1EPVqrVULAzvF5XInvu { top:22.0625rem;left:16.8125rem;width:30.9375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf2QLrHQU57zG9ySZmyXiu7FCPBW1sNs { width:16.5rem;height:3.4375rem;top:44.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbGWUVagC10dgN5BTXdJc3NX9VNG6Kn { display:block; }
 }@media only screen and (max-width: 763px) { #sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s { display:block; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCDc7udxItWsyotQeqp2OJa0lOnTnmlf { top:4.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7v6HmamwgThutXEd1f3nDIPeU03q8fF { display:block; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm { top:2.0625rem;left:27.5rem;width:20.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVg3geqUdnrhg5PcQrusZbbDyPqOeXXJ { top:2.125rem;left:0rem;width:29.875rem;height:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u966NPORrUOExDOWWU09mx2Pg2TVLTTQ { top:33.375rem;left:11.625rem;width:36.125rem;height:28rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF { top:34.8125rem;left:0rem;width:20.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqekOMT42Xn7HL9D1eiKRRneyx0edGym { display:block; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQNTGMTX21NCv4fiBJF1ZmDJAWAT7H5t { width:30.25rem;height:2.3125rem;top:7.1875rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKEQk7TxZJpZwpDn9EcQg19PedLnZQS { top:11.125rem;left:13.625rem;width:34.125rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAB7cCCVAKVuJwtdFNKNFs6UJz9Askbk { top:29.3125rem;left:0rem;width:16.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09TOWNInLIPBnptzWb9iHMfxJ7snytq { top:7.1875rem;left:0rem;width:16.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGu3NXNHoiVoKpW9FW83veTFOU92zXK { top:29.3125rem;left:4.9375rem;width:17.1875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olgt9asTxbzVrOI1DuEGvFRk0pzQdU2T { top:17.6875rem;left:4.9375rem;width:17rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlMgQ0pZKQuEz7vWxEmAhrk2O4J31dX { top:7.375rem;left:5rem;width:16.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm { display:block; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkcU5g2bbBXUIHJWSL4zpWRWayNpkRvK { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwTHdiX7TJzIlxC0iVbewywI725goDs { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLXQu4meolGTuVkLvtvG4uDwmHtbdDyh { top:7.3125rem;left:34.0625rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6hRGPgtGULIxo4uHyeSXnRXu4eOEFnr { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBlZvxglGCTETAexQBLAzooWACV6yUP { top:7.3125rem;left:22.125rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nT6QqyKdGT1wSeu7gzCoDCUvsdTtCu { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEKeFhMItpzR8u0Q30dJ4oTsWNMq5aLV { top:7.25rem;left:0rem;width:17.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NshaMkOlToQZsTVh8JsZ3qxGAznNe6 { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwuoKqWmfmUHVdTz37vRVk0sKqrPy44L { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX1utb7316ObiVuERwDTV8zgo3tkD3EL { top:2.5625rem;left:3.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVJkDUb7a8JRyC5aaIiEuVSh7hVA42gK { top:7.1875rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSIwH39Dezi5xqFepT0JocOOPJZpeOD { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC { display:block; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6afo0e4tWlapVlKaQkGTww6hO7kd5i5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #RVss6xvpEJnhMuAZtcmX1e85ClJECIdd { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#RVss6xvpEJnhMuAZtcmX1e85ClJECIdd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Z9W3lAg8RZp4RPhUyBTTq3tFNW5rIQho { top:2rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JToFg9FOqraRscZM2773mtp04UoTz6WS { top:5.625rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwZUBbS18zMeuvM50EETURtPFn5SZV4C { top:5.625rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlHgAnyKnDHJzSF69K6izRwHHcITc2T { top:6.25rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6E2nvpLCwzAUD5cb5qeM66cOxHZbLqt { top:6.25rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIIHrsJ6gVMwrZRh5LVd2NaUeFFmbUT { top:5.4375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtMeq7Xf0AR0zTSqbNiurUlIzbE6gwb { top:3.5rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXI0F9LepTU1AOsosPte0L1OM9caUzL2 { top:5.6875rem;left:0rem;width:20.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya { top:2.3125rem;left:0.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
#q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy { display:block; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ { display:block; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdkEoTv4r7Zw2nkXmcxJnqnrUbHQuBQb { top:2.4375rem;left:0rem;width:20.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TpQItF7DDVtqVt9oToWtO9Qf7pTOGV { top:1.75rem;left:21.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtx1UBRRTkWo8hAquAtWAo15z4k2HeJ { top:1.75rem;left:23rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT2nDZe8JGLkK6DyMoqqS1IQu8mRfu7X { width:16.5625rem;height:3.4375rem;top:1.5625rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSi2OTuG9JuBtfB4ZLauKc0k5sKXvnMo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e3364af-8674-4045-a1a4-39fcda929658/English2.jpg");background-position:center 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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.5625rem;height:5.5625rem;top:3.50390625rem;left:7.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { width:8.5625rem;height:2.400000125rem;top:19.375rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { width:7.8125rem;height:3.3000000625rem;top:17.8125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { display:flex;width:1.8125rem;height:1.8125rem;top:17.8125rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:15.75rem;height:3.25rem;top:23.8125rem;left:2.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { width:19.25rem;height:2.375rem;top:19.75rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { width:20rem;height:7.4375rem;top:9.0625rem;left:0rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { width:20rem;height:11.22028526149rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuvLKToo7Mi8rle8P8C2Qwka1Tir21go { width:20rem;height:1.625rem;top:18.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uvw6LayCWUH2raM4WFqPp74vwKCop9DB { display:block; }#uvw6LayCWUH2raM4WFqPp74vwKCop9DB > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikfzdMumkpTUvRqu3D7RWbgVuXUwsHKn { width:20rem;height:1.4375rem;top:2rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWbOGxOhS1cITfA7azcxpT3XpSxI62I { width:4.5rem;height:2.0625rem;top:8.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyyw3RAQgWnz8hZtsZsKbqJAuROSQxrw { width:5.375rem;height:2rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUE8m1Z7f8WxZL4c7TbL4g4l1N5543ny { width:3.875rem;height:2.375rem;top:8.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQCt60N5kRDGqF6DuxUoUhA81JREWy1 { width:3.875rem;height:2.0625rem;top:8.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmEqJIEq3mEzvxqr8Tycx3BUIe2Mksbr { width:8.875rem;height:0.9375rem;top:4.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Jv1oDDkyTFzABPlWVHEZc64BZOOk6l { width:3.4375rem;height:3.625rem;top:4.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozHz4xPmHupzlyQcoFW7yF4VuAiZqA4f { width:6.1875rem;height:1.5rem;top:6.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6wZ42WIDluQK67weghOHL2phrflEbFV { width:4.5rem;height:1.375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNcnAGc8bla6OeSsFDq4UK5PKExsLxq { width:4.625rem;height:1.5rem;top:6.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI3N0qS0hguZ9BzuBLowbDnttzqC2QDO { width:6.75rem;height:1.5625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { display:block; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { width:16.625rem;height:3.4375rem;top:40.486328125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block; }
 }@media only screen and (max-width: 763px) { #DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { width:19.3125rem;height:5.25rem;top:3.9375rem;left:0.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gB8yKZNctSOGetgnBVW321prSLGOHBIc { width:20rem;height:27.3125rem;top:10.7548828125rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a206ba6d-741c-400b-b0a0-8b4bee17c6a5/BannerMantras2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.adaptive-delivery-prevent-bg, #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.lazyload, #OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne.lazyloading { background-image: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { background-color: transparent; background-image: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,46,150,0.5); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container > .video-iframe-container { display: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,46,150,0.5); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row > .video-iframe-container { display: none; }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .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); }#OATceHWmC3GfBWcNB8Hex8MkwaA2N8Ne > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaN5uSldDd4XXdBHAAw9gk70XlwDXMSL { width:17.8125rem;height:7.125rem;top:6.125rem;left:1.125rem;font-size:2.1875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #XxiwWU0f6AhoRQETVCBEphGmBGm0iRDt { width:15rem;height:15.9375rem;top:15.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS2OyW9l3MGikUf0f7miOatJEdyzuLkZ { width:11rem;height:6.25rem;top:23.4375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #St8U9FT6AI2xrD0brSL3XcUJKpzwcLqI { width:10.3125rem;height:3.625rem;top:19.5rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOOwHpvHZg1Bns6xqy0FxgkQnGtbgil1 { width:11.8125rem;height:5rem;top:41.375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTtHblyUz7ntSsIrTzNXbtDqnTGMHypS { width:10.9375rem;height:5rem;top:57.5625rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8o8tZzfGZIoFxd41mZWudl86MLKWJN { width:8.75rem;height:3.25rem;top:37.1875rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoVengbX78F3dagGDnaPmzPNNwkKnreM { width:8.4375rem;height:1.625rem;top:55.125rem;left:4.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIhvWSDsSM1LoJntTpyI63tz9dQq07f { width:20rem;height:20rem;top:144.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fofnFDkDTg6K0AT4TWFTf9HqXINyQkVu { display:flex;width:2.4375rem;height:2.4375rem;top:16.4375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #F5aCMeNf2fqvTCiUv8T9yh4x0XfC03x9 { width:15.0625rem;height:17.5rem;top:31.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UtCZCMhDbCCTkSici1bzC9egIuVU6o { width:15rem;height:17.75rem;top:49.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZrIl25Wn3d6pIdicMwDtMgCmKbcbEff { display:flex;width:2.75rem;height:2.75rem;top:33.8125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #Sc8bc9PFhJq6tgTdCiMdQRkOdrzg7asQ { display:flex;width:2.6875rem;height:2.6875rem;top:51.5rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { width:12.875rem;height:2.875rem;top:9rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { display:flex;width:1.9375rem;height:1.9375rem;top:8.9375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { display:flex;width:2rem;height:2rem;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { width:14.8125rem;height:2.875rem;top:12.8125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { width:18.1875rem;height:4.125rem;top:3.3125rem;left:0.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9iDPlTpcBIshTQOPQVx5dE8hPEJ4vR { width:17.5625rem;height:3.5rem;top:7.375rem;left:1.21875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpNcwFJBATaNlyJisuiG3saAaaIpB1SB { width:19.8125rem;height:21.625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0i0yb4iqwgnZUMPeTTqxTRdARgS2Ce { width:16.0625rem;height:3.4375rem;top:33.6875rem;left:2rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qrfxJfPB0DRKeHnDGrfroZ5qqkqzrhAp { display:block; }
 }@media only screen and (max-width: 763px) { #gtEhpUipzaKGT0WqptuaD3oKpVVr8VZp { width:20rem;height:2.125rem;top:19.6875rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g7qgM5FfdQtC0gMp9zUJrwa1yB3bvlw6 { width:19.9375rem;height:4.375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOvKpWl0LSw8P543CpDwKXeRSIJtinIt { width:11.4375rem;height:6.25rem;top:23.5rem;left:4.28125rem;font-size:5.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AyT5ndirHm5hTIOJBI3JWfD0cKTtWBki { width:19.8125rem;height:23.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4bKlOgs6V8nTdywwPMGxwNroiyh7MkX { width:16.0625rem;height:3.4375rem;top:58.1875rem;left:1.625rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u3QhVUAEOJ6trvKL6BTZdkalHo4epM6f { display:block; }
 }@media only screen and (max-width: 763px) { #voUcRMwxUupIxSpxK3QfVHskdTykWdla { width:11.4375rem;height:6.25rem;top:46.125rem;left:4.3125rem;font-size:5.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FgkvwuUBvvJPfelheXzpnKD6FMtq8FuJ { width:19.9375rem;height:2.125rem;top:42.3125rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z1OMOBFC90TLQL3LcUn3Q7PJMPVQPk5g { width:6.75rem;height:1.6875rem;top:55.3125rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bly9qHX7sMesACQ9vQ3RCIMzD9hSX6wH { width:15.25rem;height:1.3125rem;top:31rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M34wnQnN3AiTGXvx92P4P00QMA6CBTTs { width:15.6875rem;height:2.3125rem;top:30.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlnZaG3PIguTTtcxDLopbeibAtFtTekb { width:19.8125rem;height:24rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFPctyd5V2pmsACbzxrtUwzBMm5vw8Eg { display:flex;width:1.375rem;height:1.375rem;top:87.1875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #IpSIkfdqnH95CxHedBDux94JnpoHaHGe { width:11.6875rem;height:1.3125rem;top:87.1875rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlSzB47GJi2pnmupwZlKMglgHRi5vTqz { width:16.0625rem;height:3.4375rem;top:82.9375rem;left:1.625rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fSk7dTQnkbFRKoW7C8vmn9DRs4JsxWlg { display:block; }
 }@media only screen and (max-width: 763px) { #zn0whxnyM6Zp9TnlMScv4aKVNCGqsXdy { width:6.75rem;height:1.6875rem;top:80.0625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfGVqI6m92uxcm0QeWHlHCIZsIg52772 { width:14.75rem;height:2.0625rem;top:77.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDmPcMy6gwnPC6rG23WfX3LzIq3qEx3 { width:13.3125rem;height:1.3125rem;top:78.25rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSWowvWmdfZCbuePANlfLatmEhxBpR75 { width:11.4375rem;height:6.25rem;top:71.0625rem;left:4.3125rem;font-size:5.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ePUwDhA5DuhTs3yEM8JNnrNbOT18ea18 { width:19.9375rem;height:2.125rem;top:67rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AeiU5kxTmioQOoG1scXMRHskKCTy4gr5 { width:19.9375rem;height:4.375rem;top:41.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGRdGkVcF8EPIuAPqtFiTsSTl3fvef0 { width:19.9375rem;height:4.375rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llR9L1DDwBSrOEEtIgfqFqndqIKgaHbZ { width:14.75rem;height:2.0625rem;top:53rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K37gB27WBEvuecSKkXTAPvb46pQIWfVC { width:13.3125rem;height:1.3125rem;top:53.375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzKLs9KdSDPdIb1Gm7NoOdi4PKE8sWT { display:flex;width:1.375rem;height:1.375rem;top:62.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #t2DxSdMsvMMcTsrcCcvD3hLSCT8xQTTS { width:11.6875rem;height:1.3125rem;top:62.375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFwm2uE0e1yEMl7Rv47f4Z0tbGxGwNrc { display:flex;width:1.375rem;height:1.375rem;top:37.5rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #tfH4c1lqUywP878ybhhtN4zLo8bOzud9 { width:11.6875rem;height:1.3125rem;top:37.5rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGRchTEB8GhpTPG2q01LZrMDzk1PawbT { display:block; }#DGRchTEB8GhpTPG2q01LZrMDzk1PawbT > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtOvVv4X4tnAKUBMTKG3n3szsAxp245G { width:20rem;height:3.5rem;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvkeiaGyP4Tp6zCOAfe2M5G5zkCyB3fT { width:20rem;height:9.2585170340681rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTr8FKmZGMpbzP6Pd2VwnWHWSrVTd8Lo { width:20rem;height:7.1342685370741rem;top:18.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMc0XHim7M3GzXGaCbhTeetFbVW6vCex { width:20rem;height:5.2104208416834rem;top:27.0166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9dbcWt3aS6d1EPVqrVULAzvF5XInvu { width:20rem;height:12.969696969697rem;top:33.4765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf2QLrHQU57zG9ySZmyXiu7FCPBW1sNs { width:16.5rem;height:3.4375rem;top:48.7578125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbGWUVagC10dgN5BTXdJc3NX9VNG6Kn { display:block; }
 }@media only screen and (max-width: 763px) { #sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s { background-color:#390062;background-image:none;display:block; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { background-color: transparent; background-image: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container > .video-iframe-container { display: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row > .video-iframe-container { display: none; }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .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); }#sdERbxNfcPMcTcErKQX7bDFDLNmXUw8s > .row .container { width:20rem;height:10.5302734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCDc7udxItWsyotQeqp2OJa0lOnTnmlf { width:20rem;height:6.75rem;top:3.7802734375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7v6HmamwgThutXEd1f3nDIPeU03q8fF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #390062, #080e38);background-image: -moz-linear-gradient(180deg, #390062, #080e38);background-image: -ms-linear-gradient(180deg, #390062, #080e38);background-image: -o-linear-gradient(180deg, #390062, #080e38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#390062', endColorstr='#080e38' );";background-image: linear-gradient(180deg, #390062, #080e38);background-size:auto !important;display:block; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { background-color: transparent; background-image: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container > .video-iframe-container { display: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row > .video-iframe-container { display: none; }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .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); }#x7v6HmamwgThutXEd1f3nDIPeU03q8fF > .row .container { width:20rem;height:118rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm { width:17.625rem;height:19.9375rem;top:2.3125rem;left:1.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9ab3045-2fbf-46a8-aa9d-eb0af09e93a4/WhatsAppImage20250413at135352.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.adaptive-delivery-prevent-bg, #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.lazyload, #HUt0OBJ9R17Er1pdZCo95hy3wZDDtmUm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eVg3geqUdnrhg5PcQrusZbbDyPqOeXXJ { width:20rem;height:25.875rem;top:23.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u966NPORrUOExDOWWU09mx2Pg2TVLTTQ { width:20rem;height:40.625rem;top:73.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF { width:17.625rem;height:19.9375rem;top:51.8125rem;left:1.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe034eba-3346-40ce-b8fa-6f09b32218f0/WhatsAppImage20250407at114048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.adaptive-delivery-prevent-bg, #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.lazyload, #LgfUdd9E3eAtwPKDNvGDvzvOIqsbXKXF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kqekOMT42Xn7HL9D1eiKRRneyx0edGym { background-color:#ffffff;background-image:none;display:block; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { background-color: transparent; background-image: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container > .video-iframe-container { display: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row > .video-iframe-container { display: none; }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .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); }#kqekOMT42Xn7HL9D1eiKRRneyx0edGym > .row .container { width:20rem;height:138.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQNTGMTX21NCv4fiBJF1ZmDJAWAT7H5t { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ToKEQk7TxZJpZwpDn9EcQg19PedLnZQS { width:20rem;height:45.5625rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAB7cCCVAKVuJwtdFNKNFs6UJz9Askbk { width:20rem;height:11.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09TOWNInLIPBnptzWb9iHMfxJ7snytq { width:20rem;height:25.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGu3NXNHoiVoKpW9FW83veTFOU92zXK { width:20rem;height:10.9375rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olgt9asTxbzVrOI1DuEGvFRk0pzQdU2T { width:20rem;height:12.875rem;top:109.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xxlMgQ0pZKQuEz7vWxEmAhrk2O4J31dX { width:20rem;height:11.8125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm { display:block; }#p9ZarhT7OVWBHX1SvCXKdXWRvIhmfumm > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkcU5g2bbBXUIHJWSL4zpWRWayNpkRvK { width:7.8125rem;height:2.5rem;top:7.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwTHdiX7TJzIlxC0iVbewywI725goDs { width:8.9375rem;height:2.5rem;top:7.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLXQu4meolGTuVkLvtvG4uDwmHtbdDyh { width:8.1875rem;height:2.5rem;top:4.75rem;left:1.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n6hRGPgtGULIxo4uHyeSXnRXu4eOEFnr { width:9.9375rem;height:6.25rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBlZvxglGCTETAexQBLAzooWACV6yUP { width:8.6875rem;height:2.5rem;top:16.75rem;left:0.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nT6QqyKdGT1wSeu7gzCoDCUvsdTtCu { width:8.1875rem;height:5rem;top:19.6875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEKeFhMItpzR8u0Q30dJ4oTsWNMq5aLV { width:10.25rem;height:2.5rem;top:16.75rem;left:9.75rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T8NshaMkOlToQZsTVh8JsZ3qxGAznNe6 { display:flex;width:3.25rem;height:3.25rem;top:0.875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #XwuoKqWmfmUHVdTz37vRVk0sKqrPy44L { display:flex;width:3.4375rem;height:3.4375rem;top:12.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #BX1utb7316ObiVuERwDTV8zgo3tkD3EL { display:flex;width:3.0625rem;height:3.0625rem;top:12.8125rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #wVJkDUb7a8JRyC5aaIiEuVSh7hVA42gK { width:7.5rem;height:2.5rem;top:4.75rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSIwH39Dezi5xqFepT0JocOOPJZpeOD { display:flex;width:3.625rem;height:3.625rem;top:0.6875rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC { display:block; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC { border-width: 0; border-radius: 0; }#BdDMnJXmMG5IHE1EWoxyAxL2yGV4PcHC > .row .container { width:20rem;height:17.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6afo0e4tWlapVlKaQkGTww6hO7kd5i5 { top:6.75rem;left:2.0625rem;width:15.875rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.26);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.59);border-left:0.0625rem solid rgba(255,255,255,0.59);border-right:0.0625rem solid rgba(255,255,255,0.59);border-bottom:0.0625rem solid rgba(255,255,255,0.59);display:block; }
 }@media only screen and (max-width: 763px) { #EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:12rem; }
#EzcAOoZ5OekDGfoT8OcTRVzvkoxkynx0 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #RVss6xvpEJnhMuAZtcmX1e85ClJECIdd { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:8.8125rem; }
#RVss6xvpEJnhMuAZtcmX1e85ClJECIdd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Z9W3lAg8RZp4RPhUyBTTq3tFNW5rIQho { width:5.5625rem;height:2.6875rem;top:3.125rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JToFg9FOqraRscZM2773mtp04UoTz6WS { width:6.75rem;height:1.625rem;top:12.75rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwZUBbS18zMeuvM50EETURtPFn5SZV4C { width:6.375rem;height:1.625rem;top:12.8125rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTlHgAnyKnDHJzSF69K6izRwHHcITc2T { width:0.125rem;height:1.25rem;top:13rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6E2nvpLCwzAUD5cb5qeM66cOxHZbLqt { width:0.125rem;height:1.25rem;top:13rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIIHrsJ6gVMwrZRh5LVd2NaUeFFmbUT { width:4.5625rem;height:0;top:12.8125rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLtMeq7Xf0AR0zTSqbNiurUlIzbE6gwb { width:18.9375rem;height:1rem;top:11rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXI0F9LepTU1AOsosPte0L1OM9caUzL2 { width:18rem;height:2rem;top:7.5rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya { display:flex;width:2.6875rem;height:2.6875rem;top:3.1875rem;left:15.25rem; }
#q8arTR7BTKBvSioGZ45wrBpFTwQHr4ya > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy { background-color:#030538;background-image:none;display:block; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { background-color: transparent; background-image: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container > .video-iframe-container { display: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row > .video-iframe-container { display: none; }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .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); }#iEGQS3xm47DTe0yx7hUy6BtD2UDCueUy > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ { background-color:#030538;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { background-color: transparent; background-image: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container > .video-iframe-container { display: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row > .video-iframe-container { display: none; }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .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); }#Dwbolrc4v5VNd7wzrUXbLCJDvfgDC8mZ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdkEoTv4r7Zw2nkXmcxJnqnrUbHQuBQb { width:14rem;height:1.25rem;top:1.5rem;left:2.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C4TpQItF7DDVtqVt9oToWtO9Qf7pTOGV { display:flex;width:3.125rem;height:3.125rem;top:1.2998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTtx1UBRRTkWo8hAquAtWAo15z4k2HeJ { display:flex;width:3.125rem;height:3.125rem;top:1.2998046875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT2nDZe8JGLkK6DyMoqqS1IQu8mRfu7X { width:16.5625rem;height:3.4375rem;top:3.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSi2OTuG9JuBtfB4ZLauKc0k5sKXvnMo { display:block; }
 }