.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,236,243;--color-primary-1:174,192,216;--color-primary-2:92,129,176;--color-primary-3:46,65,88;--color-primary-4:14,19,26;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:232,232,232;--color-secondary-3:229,229,229;--color-secondary-4:227,227,227;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,184;--color-tertiary-2:138,138,137;--color-tertiary-3:109,109,108;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;top:0rem;left:0rem;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/1aae378d-fe3a-479b-92c9-27d6486dc15f/fullmoonmeditationbanner.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { border-width: 0; border-radius: 0; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;overflow:visible;position:relative;display:block; }#OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { display:block;width:33rem;position:absolute;font-family:georama;font-size:5.375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:11.824225rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { display:block;width:29.9375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;color:#011b54;display:block; }
#vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:45rem;width:45rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }
#v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.625rem;width:8.5625rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),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; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { border-width: 0; border-radius: 0; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:21.93605625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { display:block;width:25.375rem;position:absolute;font-family:georama;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.1875rem;left:25.8125rem; }
#WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.40185546875rem;left:34.375rem;height:5.8496125rem;display:block; }
#cAHT1MsBfpQMyuRK425LydX9GxbglctD { position:absolute;display:block;z-index:15012;height:18.625rem;width:33.25rem;top:14.375rem;left:26.75rem;display:block; }
#tFtdFX1WGx06nmWJtLasu9kaltphLWRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4899f5c9-9a22-497f-ba76-5018d59a2c15/luacheiajpg.webp");background-position:center !important;background-repeat: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; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC.adaptive-delivery-prevent-bg, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyload, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyloading { background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { border-width: 0; border-radius: 0; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { position:absolute;display:block;z-index:15002;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: none;height:16.25rem;width:25.0625rem;top:5.28125rem;left:1.40625rem;overflow:hidden;display:block; }
#baFBsf9beeXZReUZi54gOO3qq6o6JbEB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.6875rem;width:27.875rem;top:3.75rem;left:0rem;display:block; }
#lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { color:#0f0c11;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:22.4375rem;left:1.78125rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { position:relative;display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { background-color: transparent; background-image: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container > .video-iframe-container { display: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row > .video-iframe-container { display: none; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .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); }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { border-width: 0; border-radius: 0; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.03125rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { 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:15012;opacity:1;top:4.84375rem;left:25.9375rem; }
#lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:georama;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.03125rem;left:39.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { background-color: transparent; background-image: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container > .video-iframe-container { display: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container { display: none; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .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); }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { border-width: 0; border-radius: 0; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#c28GQss6BEP230rNJIJzxTdctlS4y3qF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.0625rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.75rem;border-top-right-radius:9.75rem;border-bottom-left-radius:9.75rem;border-bottom-right-radius:9.75rem;box-shadow: none;height:13.9375rem;width:13.9375rem;top:4.375rem;left:20.9375rem;overflow:hidden;display:block; }
#A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { color:rgba(var(--color-primary-2),1);display:block;width:13.375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.8125rem;height:2.4375rem;font-style:normal;display:block; }
#Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { 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:15015;opacity:1;top:5.0625rem;left:3.8125rem; }
#iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { color:rgba(var(--color-primary-2),1);display:block;width:15.375rem;position:absolute;font-family:georama;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5rem;left:39.0625rem;height:4.5rem;font-style:normal;display:block; }
#UnTAhKf3W6Tm8x438W8lAWMkF80dOqvl { z-index:15003;top:10.34375rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sTwlfG5yL8cd2BDBwy5JJJuO4tn7LxlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { position:relative;display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { background-color: transparent; background-image: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container > .video-iframe-container { display: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row > .video-iframe-container { display: none; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .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); }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { border-width: 0; border-radius: 0; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:3.625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.375rem;left:24.4375rem; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; }#hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { background-color:rgba(var(--color-secondary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.1875rem;left:26.875rem;display:block; }
#pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { background-color: transparent; background-image: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container > .video-iframe-container { display: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container { display: none; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .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); }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { border-width: 0; border-radius: 0; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:9.9375rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.5rem;left:25.3125rem;overflow:hidden;display:block; }
#M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.1875rem;height:6.499rem;display:block; }
#zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.875rem;left:38.125rem;height:3.8994125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/DCHn7aKe/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { height:31.25rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { width:19.375rem;height:1.94970625rem;top:2.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { width:8.8125rem;height:9.2621875rem;top:9rem;left:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { width:45rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { width:8.5625rem;height:4.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { background-color:transparent;background-image:none;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:24.3125rem;height:59.9585rem;top:11.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:35.0625rem;height:6.875rem;top:1.75rem;left:0.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { width:6rem;height:6rem;top:4.1875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { width:25.625rem;height:5.8125rem;top:4.375rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHT1MsBfpQMyuRK425LydX9GxbglctD { width:33.25rem;height:18.625rem;top:14.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { background-color:rgba(0,0,0,0);background-image:none;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { width:25.0625rem;height:16.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFBsf9beeXZReUZi54gOO3qq6o6JbEB { width:27.875rem;height:20.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { width:24.9375rem;height:1rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { width:25.9375rem;height:4.875rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { width:3.125rem;height:3.125rem;top:4.8125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { width:16.8125rem;height:6.0625rem;top:3rem;left:30.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { display:block; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c28GQss6BEP230rNJIJzxTdctlS4y3qF { width:20.125rem;height:4.375rem;top:11.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { width:13.9375rem;height:13.9375rem;top:4.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { width:13.375rem;height:2.4375rem;top:7.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { width:2.6875rem;height:2.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { width:15.375rem;height:4.5rem;top:5.5rem;left:32.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTAhKf3W6Tm8x438W8lAWMkF80dOqvl { top:10.3125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTwlfG5yL8cd2BDBwy5JJJuO4tn7LxlA { display:block; }
 }@media only screen and (max-width: 763px) { #llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { width:20.375rem;height:2.875rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { width:2.1875rem;height:2rem;top:3.375rem;left:18.3125rem;display:block; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; } }@media only screen and (max-width: 763px) { #hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { width:8.6875rem;height:2.375rem;top:3.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block; }
 }@media only screen and (max-width: 763px) { #Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { display:block; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { width:9.9375rem;height:5.25rem;top:6.5rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { width:23.9375rem;height:6.4375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { width:19.6875rem;height:3.875rem;top:5.875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05dbbb1e-46fd-40fc-abcf-3c92f8ed9e43/fullmoonmeditation.jpeg");background-position:bottom center !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; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.adaptive-delivery-prevent-bg, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyload, #bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG.lazyloading { background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { background-color: transparent; background-image: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { display: none; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .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); }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { border-width: 0; border-radius: 0; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSIhrxc0b0ZPNQNbExiSLTTJMkUMyrgG > .row .container { height:46.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsnnPx8eczCcMLsnpQNThfJnE4BTE3rh { width:14.1875rem;height:5.225rem;top:4.75rem;left:2.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGhDe4iOMT4BFqxd9Eaq8EN6TWg3JJxT { width:12.5rem;height:3.8994125rem;top:10.5625rem;left:2.90625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vedJXOR9rRTHgRgCzyJ9ohigEtDK1fAW { top:0rem;left:5.5625rem;width:9.875rem;height:9.875rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #v3mPKl0gTXRTp9FTIm0gXGzvXxdWs1sf { width:7.375rem;height:3.75rem;top:0rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { background-color:#5c81b0;background-image:none;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:20rem;height:19.49705625rem;top:10.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:16.75rem;height:4.5rem;top:3.1875rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDoD4cMdaaQE45Sl1BoHKUsRSyuITNE0 { display:flex;width:6rem;height:6rem;top:4.75rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #WVgmhxIUxqD1rZtMib7CZEBiEittTOtv { width:20rem;height:7.312rem;top:54.99609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHT1MsBfpQMyuRK425LydX9GxbglctD { width:20rem;height:18.625rem;top:32.68212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4899f5c9-9a22-497f-ba76-5018d59a2c15/luacheiajpg.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC.adaptive-delivery-prevent-bg, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyload, #tFtdFX1WGx06nmWJtLasu9kaltphLWRC.lazyloading { background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVGTqgc9c4dPwfUlCFD1VeTeugIEvpiS { width:18.25rem;height:11.75rem;top:4.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFBsf9beeXZReUZi54gOO3qq6o6JbEB { width:20rem;height:16.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGER3gfuSiPN9H2z0EMtggSKwwIWaTh { width:16.125rem;height:1.03125rem;top:17.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 { display:block; }#OlbIsA9wfKS7QdsMm57q1q4dNhT6MRL5 > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVexRO8lJo2rKmNkXulkx7USzhGnobH7 { width:20rem;height:3.8994125rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TpewEot4pEPPqZ8VGLOdnJTGRNKawo { display:flex;width:3.125rem;height:3.125rem;top:8.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lG8GU25yFIPuqqBJx0iwAElUhVyHGBTV { width:16.8125rem;height:5.84911875rem;top:13.96875rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasQniFVH5rNGWwT7slXum3Lsetd1DLO { display:block; }#ZasQniFVH5rNGWwT7slXum3Lsetd1DLO > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c28GQss6BEP230rNJIJzxTdctlS4y3qF { width:17.125rem;height:3.8994125rem;top:40.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShClPy0uzMJrbV70dPoKEnH1mrTM2iLk { width:15.6875rem;height:15.6875rem;top:16.6875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A852sN1HTzl1R3B9RZVdaJXu4nPta5iW { width:13.375rem;height:2.4375rem;top:5.9375rem;left:3.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6fCErvkSN0MuGpdLf867UU5Pq4yqke { display:flex;width:2.6875rem;height:2.6875rem;top:3.3125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #iZiraMpea7zxqzTF9LkCCGqWkDesNvzK { width:15.375rem;height:4.5rem;top:34.875rem;left:1.4375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnTAhKf3W6Tm8x438W8lAWMkF80dOqvl { top:8.875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTwlfG5yL8cd2BDBwy5JJJuO4tn7LxlA { display:block; }
 }@media only screen and (max-width: 763px) { #llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO { display:block; }#llOtw64IC5VUwNDceJVHr6tZ9Zot2AeO > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUBZdNie6gtzAKVtfUIb03mB4N0az3g { width:12.125rem;height:3.8994125rem;top:2.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk { display:flex;width:2.1875rem;height:2rem;top:7.3125rem;left:1.125rem; }
#EpdJXXaw8J50n1vE1tcrJvg2SgvvP4kk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2rem; } }@media only screen and (max-width: 763px) { #hlbPQW0iqXXHwX1k07tSlMf521PDnI27 { width:8.6875rem;height:2.375rem;top:7.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc2uIX5556FhZvqLa62XTG4vQrLhpapc { display:block; }
 }@media only screen and (max-width: 763px) { #Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe { display:block; }#Dua1GtdMAKNgQqXSsTkvZI9mHSFMMJXe > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmyPwHgnKJ1rGWNgILqtoJGyCXLmTJeg { width:9.9375rem;height:5.25rem;top:18.8603515625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4f0KHnJNJPV6Smm0ElR9e57JTuTFbCh { width:20rem;height:7.7988125rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhQ0l1Enb3296W9CsNkwsuOICsWo4fd { width:19.6875rem;height:3.8994125rem;top:13.5478515625rem;left:0rem;font-size:1rem;display:block; }
 }