.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:225,217,233;--color-primary-1:156,130,181;--color-primary-2:57,4,107;--color-primary-3:29,2,54;--color-primary-4:9,1,16;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Gotham Narrow";--paragraphs-font-family:"Gotham Narrow"; }@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;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#a23cba;background-image:url("https://images.assets-landingi.com/uc/2bc2ea62-86c7-4150-8acf-b3d1110108fc/Diseosinttulo41.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;overflow:visible;position:relative;display:block; }#N8yHoGTopz1LKLHWO1316dACzlBifdMD { background-color:#6c4689;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.3125rem;left:13.5rem;display:block; }
#qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { background-color:transparent;background-image:none;border-top:0.125rem solid #6c4689;border-left:0.125rem solid #6c4689;border-right:0.125rem solid #6c4689;border-bottom:0.125rem solid #6c4689;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6c4689;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:3.56293375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.4375rem;left:0rem;display:block; }
#eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SCtlw8WKVzTSwlTJ8L7TGpxfFlTyTu0k { display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:1.625rem;height:6.75rem;color:#6c4689;font-style:normal;text-align:center;text-align-last:center;display:block; }
#faN2D9X5Fftd2xqELmB1C5JXtCeG1a38 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:5.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.25rem;left:8.8125rem;overflow:hidden;display:block; }
#FAkA8SNcT7Mk5Tko0aRIquO2OWTaKr98 { display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.6875rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;color:#6c4689;display:block; }
#OEfs7ITP2skaXb63taS6dMPeIqTMRERx { display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.125rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;color:#6c4689;display:block; }
#i95DOVhwliOpt7KFHJDAJNbPQGqQFUJa { display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.875rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;color:#6c4689;display:block; }
#d41NCGg8gusqOIeQaAAolfETq0VSnXlF { display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.9375rem;left:1.125rem;height:3.125rem;color:#6c4689;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; }
#hIJ1y53o5DW4o8XJnaFs7haym5hxNinr { display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.375rem;left:1.625rem;height:1.4375rem;color:#6c4689;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1BeC4n7U7SEueOMx6ccmwoGfZKqehgy { position:absolute;display:block;z-index:15005;background-color:#6c4689;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:26.9375rem;left:1.625rem;display:block; }
#kVbBgudSguqlcxqxQwgQFWXfG1urSAkN { position:absolute;display:block;z-index:15006;background-color:#6c4689;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:26.9375rem;left:13.375rem;display:block; }
#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { border-bottom:0;border-left:0;border-right:0;border-top: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; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { background-color: transparent; background-image: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .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); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { border-width: 0; border-radius: 0; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3741319179535rem;left:2.8125rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;color:#6c4689;display:block; }
#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap { 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; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container { background-color: transparent; background-image: none; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container > .video-iframe-container { display: none; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row > .video-iframe-container { display: none; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .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); }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container { border-width: 0; border-radius: 0; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#NORFPa3URrVbumBBAqZmpTr7BRMdZMQ0 { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.12353515625rem;left:3.125rem;height:18.6875rem;color:#6c4689;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTt8GVwtmr4OT5dpugsuobNbF4kmNbXD { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:32.623291015625rem;height:20.125rem;color:#6c4689;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c4689;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; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container { background-color: transparent; background-image: none; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container > .video-iframe-container { display: none; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row > .video-iframe-container { display: none; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .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); }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container { border-width: 0; border-radius: 0; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#tg7ExeZtbJ8Ag3yBqVMM35bJLKxcqvJ3 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3116316795349rem;left:-0.0065097808837888rem;height:3.5625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XtWd2m3tL36hluyaaHDst40ueKw9za0T { position:relative;display:block; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T { background-color: transparent; background-image: none; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row .container > .video-iframe-container { display: none; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row > .video-iframe-container { display: none; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .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); }#XtWd2m3tL36hluyaaHDst40ueKw9za0T { border-width: 0; border-radius: 0; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .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; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .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:30.25rem;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; }#PqwkZXtnAAiVG2LDPGGF2xbMVSHc9lTv { display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9670219421387rem;left:6.3118495941163rem;height:23rem;color:#6c4689;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3isp7T7dgtGqZJ4BTJdcfLDTg6gXKWE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.62413125rem;width:3.62413125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.9680957794189rem;left:1.7491321563721rem;overflow:hidden;display:block; }
#mLQ9ZNJwTs25swDLLGnNuFRlkHhzg1Bs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.249240875244rem;left:1.6856555938721rem;overflow:hidden;display:block; }
#ZBIX5qRUBJg926PrW6vFdR6gsQmKmEdH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.430665969849rem;left:1.6856555938721rem;overflow:hidden;display:block; }
#bOJEceX418C7umNUUnGzWi2wFObA2Qbw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.25rem;width:22.625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:33.6875rem;overflow:hidden;display:block; }
#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V { position:relative;display:block; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V { background-color: transparent; background-image: none; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row .container > .video-iframe-container { display: none; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row > .video-iframe-container { display: none; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .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); }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V { border-width: 0; border-radius: 0; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .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; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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; }#r9TS7dpNvnKi1hDfOn7LFCqVsmiGaylT { display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9058170318604rem;left:2.8125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;color:#6c4689;display:block; }
#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC { 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/420cbebf-0319-44a1-9872-d41b30192878/AshramGarzn2.png");background-position:center left !important;background-repeat: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; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.adaptive-delivery-prevent-bg, #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.lazyload, #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.lazyloading { background-image: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { background-color: transparent; background-image: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container > .video-iframe-container { display: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container { display: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .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); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { border-width: 0; border-radius: 0; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container { background-color: transparent; background-image: none; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container > .video-iframe-container { display: none; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row > .video-iframe-container { display: none; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .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); }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container { border-width: 0; border-radius: 0; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#tRd4eBwen90zBM8DLA5TGKWywpHPX1nN { position:absolute;display:block;z-index:15000;height:34.8125rem;width:21.4375rem;top:2.71875rem;left:4.28125rem;display:block; }
#UDFCBFiu8WfiFfRfH7ED3zspFDLo7MDT { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:2.9375rem;left:30.4375rem;height:34.375rem;color:#6c4689;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c4689;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; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container { background-color: transparent; background-image: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container > .video-iframe-container { display: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row > .video-iframe-container { display: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .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); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container { border-width: 0; border-radius: 0; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#k7Eb3SAPDZPG19sCtfOMfBrh051TTtQy { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.693251609803rem;left:4.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#IhKV7qfdIdlXVqI9kLTVuSA3mDyyL7am { background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6669921875rem;height:3.6044921875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.625rem;left:33.5625rem;display:block; }
#oTTwGTBGDCyXC05NTHeAUZSBHM4hTKgF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#eGXTWuVWXyESdmpd0tJGrvM0zCqmnUeN { display:block;width:28.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.504775047303rem;left:4.0625rem;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#KAGz11yxKrxDnG9z9EPFq1eTplKAeIXs { display:block;width:20.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.4375rem;left:33.5625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#hMotTpHAiX3hxbQdl3T1R3fe4gkc0pwF { display:block;width:26.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:33.625rem;height:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#moRxA5vby0NwVdeavnv6mQgFuhfEhGKq { display:block;width:28.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.1875rem;left:4.0625rem;height:1.4375rem;color:#ffb628;font-style:normal;display:block; }
#MctPVoq1VZGfJWs2BhtzVTSATxssttAP { display:block;width:28.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.0625rem;height:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zUFAxsXhnT9DoKlMVUapzTLJ22cgbHSN { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.4354381561279rem;left:4.0625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#JI95wKLCBP1MCnRJdNcnRxlxS4CTyGlq { display:block;width:28.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.9471578598025rem;left:4.0625rem;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UkJ8B4NdA3c91iu0HeaqVeTFVqnlnXnK { background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5830078125rem;height:3.5205078125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.3125rem;left:33.625rem;display:block; }
#HLD5ey6qMvlFJ4JRZguIT7LlCngV47SI { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#izxm3GmReTebZlPdt8LpBft1sAzU5khc { display:block;width:28.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.0625rem;height:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:italic;display:block; }
#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb { border-bottom:0;border-left:0;border-right:0;border-top: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; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container { background-color: transparent; background-image: none; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container > .video-iframe-container { display: none; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row > .video-iframe-container { display: none; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .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); }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container { border-width: 0; border-radius: 0; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#lf7tuBgFFTX9lQIp8bTdiyomTUM9R8vw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.8125rem;width:8.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.1549472808838rem;left:25.843099594116rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:9.9375rem;height:3.8125rem;top:32.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { width:18.18793375rem;height:3.68793375rem;top:33.811850547791rem;left:21.374784827232rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block; }
 }@media only screen and (max-width: 763px) { #SCtlw8WKVzTSwlTJ8L7TGpxfFlTyTu0k { width:20.4375rem;height:6.75rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faN2D9X5Fftd2xqELmB1C5JXtCeG1a38 { width:6.6875rem;height:3.0625rem;top:0rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkA8SNcT7Mk5Tko0aRIquO2OWTaKr98 { width:20.375rem;height:5.75rem;top:9.125rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfs7ITP2skaXb63taS6dMPeIqTMRERx { width:19.3125rem;height:2.875rem;top:13.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i95DOVhwliOpt7KFHJDAJNbPQGqQFUJa { width:19.9375rem;height:3.6875rem;top:6.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41NCGg8gusqOIeQaAAolfETq0VSnXlF { width:21.3125rem;height:3.125rem;top:27.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJ1y53o5DW4o8XJnaFs7haym5hxNinr { width:20.4375rem;height:1.4375rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BeC4n7U7SEueOMx6ccmwoGfZKqehgy { width:8.75rem;height:0.1875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVbBgudSguqlcxqxQwgQFWXfG1urSAkN { width:8.75rem;height:0.1875rem;top:26.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:47.75rem;height:3.8125rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap { display:block; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NORFPa3URrVbumBBAqZmpTr7BRMdZMQ0 { width:19.9375rem;height:22.5625rem;top:2.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt8GVwtmr4OT5dpugsuobNbF4kmNbXD { width:20.0625rem;height:23rem;top:1.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC { display:block; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tg7ExeZtbJ8Ag3yBqVMM35bJLKxcqvJ3 { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWd2m3tL36hluyaaHDst40ueKw9za0T { display:block; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqwkZXtnAAiVG2LDPGGF2xbMVSHc9lTv { width:19rem;height:0;top:1.125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3isp7T7dgtGqZJ4BTJdcfLDTg6gXKWE { width:3.625rem;height:3.625rem;top:1.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLQ9ZNJwTs25swDLLGnNuFRlkHhzg1Bs { width:3.75rem;height:3.75rem;top:14.375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBIX5qRUBJg926PrW6vFdR6gsQmKmEdH { width:3.75rem;height:3.75rem;top:24.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJEceX418C7umNUUnGzWi2wFObA2Qbw { width:16.125rem;height:21.5rem;top:0.43511295318604rem;left:1.1870659589768rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V { display:block; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9TS7dpNvnKi1hDfOn7LFCqVsmiGaylT { width:47.75rem;height:3.375rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC { display:block; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC { display:block; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRd4eBwen90zBM8DLA5TGKWywpHPX1nN { width:21.4375rem;height:34.8125rem;top:2.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFCBFiu8WfiFfRfH7ED3zspFDLo7MDT { width:21.1875rem;height:8.3125rem;top:3.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc { display:block; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7Eb3SAPDZPG19sCtfOMfBrh051TTtQy { width:27.625rem;height:1.75rem;top:2.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKV7qfdIdlXVqI9kLTVuSA3mDyyL7am { width:16.875rem;height:3.8125rem;top:9.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTwGTBGDCyXC05NTHeAUZSBHM4hTKgF { display:block; }
 }@media only screen and (max-width: 763px) { #eGXTWuVWXyESdmpd0tJGrvM0zCqmnUeN { width:19.1875rem;height:2.875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAGz11yxKrxDnG9z9EPFq1eTplKAeIXs { width:22.1875rem;height:1.75rem;top:2.25rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMotTpHAiX3hxbQdl3T1R3fe4gkc0pwF { width:15.9375rem;height:2.875rem;top:4rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moRxA5vby0NwVdeavnv6mQgFuhfEhGKq { width:19.1875rem;height:2.875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MctPVoq1VZGfJWs2BhtzVTSATxssttAP { width:19.1875rem;height:2.875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUFAxsXhnT9DoKlMVUapzTLJ22cgbHSN { width:27.625rem;height:1.75rem;top:2.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI95wKLCBP1MCnRJdNcnRxlxS4CTyGlq { width:19.1875rem;height:2.875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJ8B4NdA3c91iu0HeaqVeTFVqnlnXnK { width:16.875rem;height:3.8125rem;top:9.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLD5ey6qMvlFJ4JRZguIT7LlCngV47SI { display:block; }
 }@media only screen and (max-width: 763px) { #izxm3GmReTebZlPdt8LpBft1sAzU5khc { width:19.1875rem;height:2.875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyOCS9pKiKKx32kTnDISq7x3H7nieZtb { display:block; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf7tuBgFFTX9lQIp8bTdiyomTUM9R8vw { width:7.375rem;height:3.5rem;top:1.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3a6d9f3-7557-4c10-9df1-1359c4b51573/SinttuloTuStory.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:36.6875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:12.0625rem;height:2.75rem;top:26.125rem;left:0.0625rem;font-size:1rem;background-color:#6c4689;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { width:12rem;height:2.625rem;top:22.875rem;left:0rem;font-size:1rem;color:#6c4689;border-top:0.125rem solid #6c4689;border-left:0.125rem solid #6c4689;border-right:0.125rem solid #6c4689;border-bottom:0.125rem solid #6c4689;display:block; }
 }@media only screen and (max-width: 763px) { #eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block; }
 }@media only screen and (max-width: 763px) { #SCtlw8WKVzTSwlTJ8L7TGpxfFlTyTu0k { width:12.75rem;height:6.25rem;top:13.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;color:#6c4689;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #faN2D9X5Fftd2xqELmB1C5JXtCeG1a38 { width:5.6875rem;height:2.625rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FAkA8SNcT7Mk5Tko0aRIquO2OWTaKr98 { width:18.8125rem;height:4.25rem;top:6.875rem;left:0rem;text-align:left;text-align-last:left;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfs7ITP2skaXb63taS6dMPeIqTMRERx { width:18.8125rem;height:2.25rem;top:10.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i95DOVhwliOpt7KFHJDAJNbPQGqQFUJa { width:18.8125rem;height:2.75rem;top:4.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41NCGg8gusqOIeQaAAolfETq0VSnXlF { width:20rem;height:2.3125rem;top:34.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1.3;color:#646464;display:none; }
 }@media only screen and (max-width: 763px) { #hIJ1y53o5DW4o8XJnaFs7haym5hxNinr { width:19.5625rem;height:1.4375rem;top:33.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;color:#360161;display:none; }
 }@media only screen and (max-width: 763px) { #x1BeC4n7U7SEueOMx6ccmwoGfZKqehgy { width:5.75rem;height:0.1875rem;top:20.5rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVbBgudSguqlcxqxQwgQFWXfG1urSAkN { width:6.6875rem;height:0.1875rem;top:20.5rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:18.75rem;height:4.875rem;top:1.3125rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap { display:block; }#rwXxt2PL8wvmko3mvHHQxgvz1IiIqyap > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NORFPa3URrVbumBBAqZmpTr7BRMdZMQ0 { width:16.5625rem;height:27.3125rem;top:1.5625rem;left:1.687283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTt8GVwtmr4OT5dpugsuobNbF4kmNbXD { width:17.0625rem;height:25.875rem;top:30.934246063233rem;left:1.4680991172791rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC { display:block; }#TKq2UW5Ow2vcg6wyyy5vz0ANuSucXyVC > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tg7ExeZtbJ8Ag3yBqVMM35bJLKxcqvJ3 { width:20rem;height:8.625rem;top:0.74978256225588rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XtWd2m3tL36hluyaaHDst40ueKw9za0T { display:block; }#XtWd2m3tL36hluyaaHDst40ueKw9za0T > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqwkZXtnAAiVG2LDPGGF2xbMVSHc9lTv { width:14.1875rem;height:31.625rem;top:31.4375rem;left:4.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3isp7T7dgtGqZJ4BTJdcfLDTg6gXKWE { width:2.5rem;height:2.5rem;top:31.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLQ9ZNJwTs25swDLLGnNuFRlkHhzg1Bs { width:2.5rem;height:2.5rem;top:43.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBIX5qRUBJg926PrW6vFdR6gsQmKmEdH { width:2.5rem;height:2.5rem;top:53.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJEceX418C7umNUUnGzWi2wFObA2Qbw { width:20rem;height:27.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V { display:block; }#uO1tAnM49fmOFdRLfNzTN3Q03T16pF6V > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9TS7dpNvnKi1hDfOn7LFCqVsmiGaylT { width:16.5rem;height:7.3125rem;top:1.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC { background-color:#5e4d6d;background-image:url("https://images.assets-landingi.com/uc/420cbebf-0319-44a1-9872-d41b30192878/AshramGarzn2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !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; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.adaptive-delivery-prevent-bg, #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.lazyload, #QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC.lazyloading { background-image: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { background-color: transparent; background-image: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container > .video-iframe-container { display: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container { display: none; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .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); }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { border-width: 0; border-radius: 0; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDq8c8h18Oo9TWikQwAx1vH6EloJGMyC > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC { display:block; }#OPvpd9B8Hxv48JG9xWfq2OUaAavV5OJC > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRd4eBwen90zBM8DLA5TGKWywpHPX1nN { width:19rem;height:28rem;top:1.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFCBFiu8WfiFfRfH7ED3zspFDLo7MDT { width:20rem;height:46.875rem;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc { display:block; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc { background-color: transparent; background-image: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container > .video-iframe-container { display: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row > .video-iframe-container { display: none; }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .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); }#S1JeBhnpCJQrlybbBoFKn7rqRt1GJVcc > .row .container { width:20rem;height:47.3125rem;background-color:#6c4689;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7Eb3SAPDZPG19sCtfOMfBrh051TTtQy { width:20rem;height:1.75rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKV7qfdIdlXVqI9kLTVuSA3mDyyL7am { width:16.875rem;height:3.8125rem;top:32.9375rem;left:1.5625rem;font-size:1rem;color:#ffffff;border-bottom:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-top:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oTTwGTBGDCyXC05NTHeAUZSBHM4hTKgF { display:block; }
 }@media only screen and (max-width: 763px) { #eGXTWuVWXyESdmpd0tJGrvM0zCqmnUeN { width:20rem;height:3.375rem;top:16.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAGz11yxKrxDnG9z9EPFq1eTplKAeIXs { width:20rem;height:1.75rem;top:39.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMotTpHAiX3hxbQdl3T1R3fe4gkc0pwF { width:20rem;height:1.1875rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moRxA5vby0NwVdeavnv6mQgFuhfEhGKq { width:20rem;height:1.4375rem;top:22.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MctPVoq1VZGfJWs2BhtzVTSATxssttAP { width:20rem;height:1.6875rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUFAxsXhnT9DoKlMVUapzTLJ22cgbHSN { width:20rem;height:3.5rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI95wKLCBP1MCnRJdNcnRxlxS4CTyGlq { width:20rem;height:3.375rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJ8B4NdA3c91iu0HeaqVeTFVqnlnXnK { width:16.5625rem;height:3.5rem;top:27.375rem;left:1.75rem;font-size:1rem;color:#ffffff;border-bottom:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-top:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HLD5ey6qMvlFJ4JRZguIT7LlCngV47SI { display:block; }
 }@media only screen and (max-width: 763px) { #izxm3GmReTebZlPdt8LpBft1sAzU5khc { width:20rem;height:1.25rem;top:24.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyOCS9pKiKKx32kTnDISq7x3H7nieZtb { display:block; }#cyOCS9pKiKKx32kTnDISq7x3H7nieZtb > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf7tuBgFFTX9lQIp8bTdiyomTUM9R8vw { width:8.25rem;height:3.8125rem;top:1.0297298431396rem;left:5.8116321563721rem;display:block; }
 }