.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;
}
@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(0,0,0,0);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); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { position:relative;display:none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { border-width: 0; border-radius: 0; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .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; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.125rem;top:9.046875rem;left:41rem;overflow:hidden;display:none; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.8125rem;top:37.1435546875rem;left:14.345703125rem;overflow:hidden;display:none; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15155;line-height:1.4;letter-spacing:0;top:33.7255859375rem;left:4.361328125rem;height:2.01171875rem;font-style:normal;display:none; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { background-color:#39b032;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:35.625rem;left:37.8125rem;display:none; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { 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:15180;opacity:1;top:35.8125rem;left:38rem;display:none; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { background-color:#c72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:31.0625rem;left:37.8125rem;display:none; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { 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:15178;opacity:1;top:31.375rem;left:38.375rem;display:none; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { color:#000000;display:block;width:21.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:25.125rem;left:35.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { color:#b92968;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:19.9375rem;left:34.9375rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:25rem;top:7.4305551052094rem;left:35.000001907349rem;overflow:hidden;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.3125rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy { position:relative;display:none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy { border-width: 0; border-radius: 0; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .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; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#DbwRVJ4rZtTCmTnUqQwNfD2g9vgsNxfV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#vVr2GFZw4szXbrAyVfsHBesJa2sBvieP { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:17.625rem;left:6.875rem;display:none; }
#Bt8oil32GGsJpR89JDKk2Izw8Vl742mR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aZNfM7KvnsDBe8DsvtqPJehLrVTRTh7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABIwazA48XTyxtO3lTPQs9UQdrQE977I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#ExZIgBRhWu6gZ7tn4dFVSKr2fTQ86U0T { color:#000000;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:32.75rem;left:6.25rem;display:none; }
#miqPBp4stGsEyiNb5FpUuquISvk25KWB { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:34.6875rem;left:6.6875rem;display:none; }
#qd1S4g2pZ3WO5fvOgenkVbcdmoWsoUTA { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:19.3125rem;left:6.5625rem;display:none; }
#r52ecmMEn6Pu5EWkudauQTddpWQHxBm9 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:51.6875rem;left:7.3125rem;display:none; }
#qTQDddTC2SceMWISJdm9K9rqvgNeMtkO { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:53.875rem;left:3.5rem;display:none; }
#MEIEt8c2rvGEAyNvQGOFD0IAcrEdpFD6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#ITAHsXQHirsAF73iPbq024UNH1birwnc { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:69.6875rem;left:8.5rem;display:none; }
#J9WBmPvAD6WpsQX6yTCZc0hWQbi8es4E { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:71.6875rem;left:6.5rem;display:none; }
#BOCJRVIeuDbB9HrwnWV20UITEVTQxBvO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Rv2smLDvLuyQWQARPD11uFbDVpLqfi30 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:87.75rem;left:6.3125rem;display:none; }
#XkkIZZiV7RB84aPHw11ptMWKhkc0yeMV { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:89.5rem;left:7.125rem;display:none; }
#hP5oBnNmIWa4e0K27T7M0ek1ivNuhuh3 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:107.375rem;left:3.5rem;display:none; }
#Sl4GXLeiA2fEBqySw2tU0kseFJ2qobf2 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:105.1875rem;left:6.5rem;display:none; }
#zaKfytHCPhtLBP7nwlfs66zyE48Gt2h5 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:143rem;left:6.3125rem;display:none; }
#kNf9XJ6RmzFuGLyXBIPcQc1mq1K16QaN { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:140.9375rem;left:6.9375rem;display:none; }
#v9TbUQaeCsq9SoStmtcJp9IuTh5M6tcW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#QgCiWHnW8Zzmsyqt7sdfHataaV9poudV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#gAcVogeeyTlcMcTEw5Vps1gF3GEGMhVU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#zHc8ZyvkG4AbEwff5sLsRt4WlTPbGQw9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Ag4xRHxwOrgyGdMe3CTmSrhLfpOqfVIN { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:158.25rem;left:5.1875rem;display:none; }
#bfA9e6Khq5XKrhe0QWhTwOrRcmaTKsIL { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:160.3125rem;left:6.5rem;display:none; }
#ePuzTqPfR7bmo0E0CxHTpOHupXkTfc8K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#tMaOfPel6c2hiQCSDtyinHUMJdGeb27i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:174.5625rem;left:6.9375rem;display:none; }
#Jm0FdHEp4lxodCwXnwyxl5nGUkKbNsWB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:176.4375rem;left:6.6875rem;display:none; }
#SBdduTRlHTeiv1FiV1589m5CPTxyqRWN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mQKdnd6z1xO5OEqcPVzvzl5v4N1w4huX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHwyffmK1VuQe03vWdhqwU0ZsmI4csTy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DMTKKZqDA7IfZvBz80ZEkNFTxiuruh6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4EPrd7lyK6MIxTRmktkZpxHB81GGfXd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BI5MNXz8RvAlKvpXdHgPNMbm6BUHe6Dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cq7S0gDTTmRwcInKTwDWmST2b7HG5Qxf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AoWp8nesrRtcdy9bDzPTG2mICEXMRceh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvlemlWIoU0qHpOzDT0Wqocsl6gMSV6K { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PKrycroCv4BMSavC5aNWygklbimC5KGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geVttM9HO09rfAZaUBb2SlP6T42SXrUG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eM4aRJ7cUCtrJTQn6qlvLOkzxgr3GGNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qg3355evGvl2s1DTFATUfT3N8ASMRO1B { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JcZRFMWf9Xp9x3VIT6uuFPw2HFBLhtam { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbWXnRmuChFRUaDHBTuv4NZszFwUxZFz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AJWTh8oMrgHp7XeIsFzAOpCqLT1W3Ha4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6Tsmr1MOTcJ64gPtcuqc8sGEEa8dikZ { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:7.125rem;left:0rem;display:none; }
#Ny7kIk88cm7PiOM7QITTBsisG2pFLVe2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#QT4XJfPdTcPNhBxzZtp9uFzPI9by8due { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:123.1875rem;left:6.4375rem;display:none; }
#crFSnglCuIF3xmQNOscprXwt5uQ9oMbK { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:125rem;left:6.75rem;display:none; }
#LTCr0fTG7TsTyCoFWQOAMUonMogDwAcI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zh7SX5oFXxFQOSeqswArCv0BP2zVmdno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { position:relative;display:none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { border-width: 0; border-radius: 0; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .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; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T { position:relative;display:none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T { border-width: 0; border-radius: 0; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .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; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#MouatQcZi1Ezmvu1cw85poFMBHCMXESZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#uhangaU5TpmzsAbI0S5CWIA91CvmGsG6 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:12.1875rem;left:6.75rem;display:none; }
#qn01JoL99NM3tFzdCTVJihfqFz9TKNSn { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.5625rem;left:6.5rem;display:none; }
#B4TLwdwKaxKKQFMsVb4sVt3PhHAGWI35 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:29.875rem;left:6.9375rem;display:none; }
#MN8i514NJHK8N30WF95qX9qiVHW1dMO8 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:31.25rem;left:6.5625rem;display:none; }
#p0AgqxPJ6H8bMMkFf8b3Rz98JXLOkR85 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#NqrHK17gOmlGVZ9abZhDekTkdECa2UFB { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:46.25rem;left:7.125rem;display:none; }
#omTIs38bF6Bkw6VKibLQCBGpxo5BX6E9 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:48.625rem;left:6.125rem;display:none; }
#WCCCkx2TTIfNzAB7XrZe0EU5zsXya031 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#DR4FuC42xASZ6s3n5VZdrlL2O4E1OW9m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#m3eM6lGftdsMx3tKctkT4haWupSW4QH5 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:62.4375rem;left:6.625rem;display:none; }
#X6Sch0DZcriVVyeiayL7DWxzrdyUQ3WV { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:64.5rem;left:7.625rem;display:none; }
#LZXiDTre7gMGMTrflrsSSk4u63HfCtad { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KsT5C9pJlJyk6QavqLxiFT9LWn0o6hUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtXQH5LTe9qe52riHscgShoBLB564o5x { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pfUPlRFJTXLum2wMQJ72WNLgbU0wpcMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMxsqQH4Ulwl1Paop0fyc8lpsosCoeri { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EIT5Po41KzTAdghmlwKDzw5I7k795LUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlTVCufTsiZoEK8SoZAIOrt3Xk7bRnk5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eNbUED20bbZ2GlI59PwdMV7SAP8RQxBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ { position:relative;display:none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ { border-width: 0; border-radius: 0; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .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; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#MNQiOpV5LpISvbKouAmAINJQOUfVJ5Tk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Eh0tcQpV6iL5BSdqboAneRJL2xWvQvxb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:11.4375rem;left:7rem;display:none; }
#kbShgUDJRQS0ODWzT83goOTP2q1sPHrC { color:#000000;display:block;width:12rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:13.25rem;left:7.4375rem;display:none; }
#pfAJZ0FaJDOfapudPkiSZptTO2Rz0gwt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#cZXAlkraJA4wFdFkkRtMWnxyvEtXKBHl { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:28.625rem;left:7.1875rem;display:none; }
#ozcuGyquxyq86cv8zNJnvt3htu1gCT4x { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:30.5625rem;left:7.3125rem;display:none; }
#hQvt8SAClmfOwpTKvOH7pULH8Wbz9NF1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#TJlBEh7gV3zqudMsJCeXKERABd8n8dXQ { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:46.5rem;left:7rem;display:none; }
#d4TeUHzwTFcdub1U7z8cUBWNrJOxnSCg { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:47.9375rem;left:7.1875rem;display:none; }
#UwMF82FNlRiMdURVtCfvTJX4qWfLF0I8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#oFRqM05VF5JuwB7SIOaNAs1nWp17lFGF { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:62.5625rem;left:6.9375rem;display:none; }
#BQ4lvXzlIWpvbBBGMqB1LWawXOKVc247 { color:#000000;display:block;width:12rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:65.1875rem;left:7.25rem;display:none; }
#idW9v5zRhmsCCRSte0g6Lzf5a2hDH9kx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#NqMffElsqHQkk3U3IeTSDOVkdBeDlJRN { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:82.0625rem;left:7.0625rem;display:none; }
#GsVaoOE0IQesozNWNphZLnGZzMQCKxGB { color:#000000;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:82.4375rem;left:7.625rem;display:none; }
#HcXKmw4uLfPmPRBN5Zssqa8qXliNlXlJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Bgi5qOE31fS4PLgAoSlF5BiiCaWNRhaz { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:98.375rem;left:6.0625rem;display:none; }
#zTU0BctXbU1XnphAfVpilnMdg4WrXSTB { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:100.6875rem;left:7rem;display:none; }
#d1vndJzDtpqQBPx0rwW76LJm3ikiX5FL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#kAGW6RhpksUtBM7Gwh8mnGRDPaJWeCmy { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:116.8125rem;left:6.0625rem;display:none; }
#rw6TS3Cq6r4zHUTpV0bHn4vT2huIiFAX { color:#000000;display:block;width:12.375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:119rem;left:7.0625rem;display:none; }
#UqL4czScEqLT8pqmPHSwu6yZeqmKJRtr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#hUS9Z5DlOFU1cmXtfFAUSMbNT5F7ILVv { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:134.375rem;left:7.375rem;display:none; }
#XZU4xbqeMSaUP5DvVhi53ccQKkOD3lnm { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:136.625rem;left:7rem;display:none; }
#B9aQzT87als2VvrGidsCCoPpoz8V9TE1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#MiwIyvlau6U3eE4iKqLl8Nksy5nTeVTi { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:153.125rem;left:6.125rem;display:none; }
#CyvUEt7wa0d1WrIHXw0rmsw2rly1zy9J { color:#000000;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:155.375rem;left:7.4375rem;display:none; }
#vH09K9gDXlfrpEQtLB7XghhhmxPTG8ir { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#sTLuZTAUyKbodOngvR544HFB7fntn7b4 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:171.375rem;left:6.625rem;display:none; }
#kI4smRmcNFPRR8f2zVQ96AWgrAmtKTA7 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:173.4375rem;left:6.75rem;display:none; }
#ArKlNCKzZBpig0yeZPdDOdkP5GhiPHKt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#LLeDJXNuvUAThLLIZXbWTEnkAMMBm3hp { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:187.9375rem;left:5.8125rem;display:none; }
#hvl0J4G8ocTidZCe5Nh2inQw3cWOxlOP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:189.875rem;left:6.875rem;display:none; }
#ypwmgB1RgsBybA1fSWTZGLJJlcOuPpXV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#UIBfQk3bdC0BzhMyztCyx3Zffb5Qn41R { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:224.875rem;left:7.0625rem;display:none; }
#vnrdKV3EpQyo0RhreTtWzLDxtXZLfOuQ { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:223.4375rem;left:6.125rem;display:none; }
#tSBh6cDLM6t18W1ZgXGBwcPd0xqanzL1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XX88mAAbrTZPgAmzE3JuBSAkyJTksIcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoF3DD2rKvBGs6BzXJBm7xOoEJvCdw5W { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#CvE2Nn00kyzCu8a7naTT46cfsVWPeWeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqNxBdhdHpS9HoAXBlOnJJt34mCphGao { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#n0anVqDu5pzTJsRJ8kxFEhNeUcZPWJKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPHBV1Tcx5aicg8Qa4dM9wq07WBNOPg4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#osl6rvTiIvdKsvZyP1gGKNWTHbaFrDVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdb3lpWd04axeVlSITtHpzumVw1rtFH8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fLPTX7wtTdl64rgxFoPTgXl6T8DBTXQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCRNd9ueWPkx1kNBX7E7F6xLZzoSvbUw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PPiNR2VVbHSsWisXcXgBf4l8sKXQ7K1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmC4XZmO9vw9FbUzPh2JefL3c6rfK0hg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FoR5KTDU5k6zWXPq5N3lz3isM6c5rnlt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOfUssFFqIObiwVg0ACyIL4IdynxIX5F { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Xy6AXflk1cvcNKFfRtI4WGrCNCSI4f6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP0ETZxA5eTf4Lp2KkfX3GGLgtmuqPdU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aUUy03XpML25B5fec2JUuL55boUklp47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEazV1Fk92uyWqWpNAk5GwBE9A7EX1AB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#R4EVCrw40zWJhMFnNQpHA81CFovKilRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKmseTvpKEPuT69NzcBS3G52b26PRIrQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tOSsrn4iSF1JUKevthEgHngJyMXw7GK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecGHn2kqNNQHbHuQGeAPzH5TNkAzMRym { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aJn1ctsNbgXFLETWebNJLdwlTzTOvDTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qabTBo88KW0FtBHFezZBKh2H7SE4bXqs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#vfGQ3HBcdvQiAUQOguXfRcz8xD7D7ml6 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:205.3125rem;left:6rem;display:none; }
#vuwvDLezkJvrLX8kL2J304aTu4T7bQCW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:206.875rem;left:6.75rem;display:none; }
#osp2XGihckZWJUKgKURxPO4gUC7PEMQV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JKt542w1EAEM5keVi0ySDaTWlrNMPoaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { position:relative;display:none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H { border-width: 0; border-radius: 0; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .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; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT { position:relative;display:none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT { border-width: 0; border-radius: 0; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .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; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#BZ79JkX5ZIhhS4GvCdoL5RpaqqEIBZXE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#f6TAlxZNIOQkxN9JknKfCJmJSTHHWhcO { color:#000000;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:12.25rem;left:6.75rem;display:none; }
#gPharLpofhVvJN252V9cAhuQ1GJwVZWa { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:14.5rem;left:6.625rem;display:none; }
#tm0n4S9dhLD2qXpIJxX4i8MpnSiC1MnF { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:29.375rem;left:6.9375rem;display:none; }
#LQRWRENtciUQVdZJkOUMM3yrkRQvXfsS { color:#000000;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:32.0625rem;left:6.5625rem;display:none; }
#eOSTdhxH1y0vMoKCsakDfNU4gFkUsTWl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#VpF6zftD7H8hwOZWhfEPfCgIzPmrwC3K { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:47.375rem;left:7.125rem;display:none; }
#LBfNZrCIKQm4ZhSITXnEKycOvyD7DAR1 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:49.1875rem;left:6rem;display:none; }
#ShQDaX2IlLqqKw6BPhxP2cDzgLXLbH7v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#aPbBhF8gwvLUeGWXyznEg6xk34ukz9HL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Xo2IdhOQusN9KGBCGmhObtqUmKafKt9K { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:64.8125rem;left:6.1875rem;display:none; }
#G5lD90AER4n0apqNTNk0pr1sX4ENSBM6 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:66.9375rem;left:7.625rem;display:none; }
#STRmuBwnuA7d44ixD6laVBnJUmEm2nkS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lnO52T2VBhkT3lxe8GxRFsBNMJb1TbpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA8edRzBCeNiPOeH6im9NU3aP5rlGboM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zvFKinCttNQHMT2B3W6EAgUtBqf2ztHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0wIOzmyROMI9S4fa5MZu7X8DNp6OL3l { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IKBccguaidwpbZLlE742BHc3dwISh3EJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slM5qki6gqcw0TsOSfENu3nKMM0hZDdF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xdpkHQ3rPa6NZCJohpqDXFIJ7zhxuvle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { position:relative;display:none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { border-width: 0; border-radius: 0; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .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; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:7.4453125rem;left:47rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.adaptive-delivery-prevent-bg, #kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.lazyload, #kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.lazyloading { background-image: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { border-width: 0; border-radius: 0; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { 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:15000;opacity:1;display:none; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { 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:15000;opacity:1;display:none; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { 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:15000;opacity:1;display:none; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { 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:15000;opacity:1;display:none; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { 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:15000;opacity:1;display:none; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { 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:15000;opacity:1;display:none; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { 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:15000;opacity:1;display:none; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { 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:15000;opacity:1;display:none; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { position:absolute;display:block;z-index:15207;height:3.811525rem;width:6.8745rem;top:1.40625rem;left:38.9033203125rem;display:none; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { position:absolute;display:block;z-index:15206;height:4.0620125rem;width:7.2480625rem;top:1.93798828125rem;left:50.74658203125rem;display:none; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { border-width: 0; border-radius: 0; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:none; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { background-color:#1eb007;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { background-color:#1eb007;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.6875rem;left:44.90625rem;display:block; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.6875rem;left:26.875rem;display:block; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.6875rem;left:8.40625rem;display:block; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { background-color:#1eb007;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { display:none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { width:47.75rem;position:relative;display:none; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { top:37.125rem;left:8.220703125rem;width:7.8125rem;height:2.25rem;display:none; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { top:33.6875rem;left:0rem;width:22.875rem;height:2rem;font-size:1.4375rem;display:none; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { width:17.5rem;height:3.4375rem;top:35.625rem;left:30.25rem;display:none; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { display:none; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { top:35.8125rem;left:31.875rem;width:3.125rem;height:3.125rem;display:none; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { width:17.5rem;height:3.4375rem;top:31.0625rem;left:30.25rem;display:none; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { top:31.375rem;left:32.25rem;width:3.125rem;height:3.125rem;display:none; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { top:25.125rem;left:26.25rem;width:21.5rem;height:1.1875rem;font-size:0.75rem;display:none; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { top:19.9375rem;left:24.5rem;width:23.25rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { top:7.375rem;left:22.75rem;width:25rem;height:10.375rem;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { top:1.6875rem;left:19.061767578125rem;width:1.3125rem;height:2.5rem;display:none; }
#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy { display:none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container { width:47.75rem;position:relative;display:none; }#DbwRVJ4rZtTCmTnUqQwNfD2g9vgsNxfV { width:41.4375rem;height:24.0625rem;display:none; }
#vVr2GFZw4szXbrAyVfsHBesJa2sBvieP { top:17.625rem;left:0.75000029802325rem;width:12.5625rem;height:1.625rem;font-size:0.6875rem;display:none; }
#Bt8oil32GGsJpR89JDKk2Izw8Vl742mR { width:;height:;display:none; }
#aZNfM7KvnsDBe8DsvtqPJehLrVTRTh7T { display:block; }
#ABIwazA48XTyxtO3lTPQs9UQdrQE977I { width:41.4375rem;height:24.0625rem;display:none; }
#ExZIgBRhWu6gZ7tn4dFVSKr2fTQ86U0T { top:32.75rem;left:0.125rem;width:10.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#miqPBp4stGsEyiNb5FpUuquISvk25KWB { top:34.6875rem;left:0.62413245439529rem;width:12.8125rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#qd1S4g2pZ3WO5fvOgenkVbcdmoWsoUTA { top:19.3125rem;left:0.43750029802322rem;width:12.625rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#r52ecmMEn6Pu5EWkudauQTddpWQHxBm9 { top:51.6875rem;left:1.1875rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#qTQDddTC2SceMWISJdm9K9rqvgNeMtkO { top:53.875rem;left:0rem;width:16rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#MEIEt8c2rvGEAyNvQGOFD0IAcrEdpFD6 { width:41.4375rem;height:24.0625rem;display:none; }
#ITAHsXQHirsAF73iPbq024UNH1birwnc { top:69.6875rem;left:2.375rem;width:11rem;height:1.75rem;font-size:0.6875rem;display:none; }
#J9WBmPvAD6WpsQX6yTCZc0hWQbi8es4E { top:71.6875rem;left:0.375rem;width:12.6875rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#BOCJRVIeuDbB9HrwnWV20UITEVTQxBvO { width:41.4375rem;height:24.0625rem;display:none; }
#Rv2smLDvLuyQWQARPD11uFbDVpLqfi30 { top:87.75rem;left:0.1875rem;width:13.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#XkkIZZiV7RB84aPHw11ptMWKhkc0yeMV { top:89.5rem;left:1rem;width:12.4375rem;height:2.5rem;font-size:0.5625rem;display:none; }
#hP5oBnNmIWa4e0K27T7M0ek1ivNuhuh3 { top:107.375rem;left:0rem;width:15.9375rem;height:1.6875rem;font-size:0.5625rem;display:none; }
#Sl4GXLeiA2fEBqySw2tU0kseFJ2qobf2 { top:105.1875rem;left:0.375rem;width:13.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#zaKfytHCPhtLBP7nwlfs66zyE48Gt2h5 { top:143rem;left:0.1875rem;width:12.9375rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#kNf9XJ6RmzFuGLyXBIPcQc1mq1K16QaN { top:140.9375rem;left:0.8125rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#v9TbUQaeCsq9SoStmtcJp9IuTh5M6tcW { width:41.4375rem;height:24.0625rem;display:none; }
#QgCiWHnW8Zzmsyqt7sdfHataaV9poudV { width:41.4375rem;height:24.0625rem;display:none; }
#gAcVogeeyTlcMcTEw5Vps1gF3GEGMhVU { width:41.4375rem;height:24.0625rem;display:none; }
#zHc8ZyvkG4AbEwff5sLsRt4WlTPbGQw9 { width:41.4375rem;height:24.0625rem;display:none; }
#Ag4xRHxwOrgyGdMe3CTmSrhLfpOqfVIN { top:158.25rem;left:0rem;width:14.25rem;height:1.75rem;font-size:0.6875rem;display:none; }
#bfA9e6Khq5XKrhe0QWhTwOrRcmaTKsIL { top:160.3125rem;left:0.375rem;width:12.8125rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#ePuzTqPfR7bmo0E0CxHTpOHupXkTfc8K { width:41.4375rem;height:24.0625rem;display:none; }
#tMaOfPel6c2hiQCSDtyinHUMJdGeb27i { top:174.5625rem;left:0.8125rem;width:12.5rem;height:1.75rem;font-size:0.6875rem;display:none; }
#Jm0FdHEp4lxodCwXnwyxl5nGUkKbNsWB { top:176.4375rem;left:0.5625rem;width:12.5rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#SBdduTRlHTeiv1FiV1589m5CPTxyqRWN { width:;height:;display:none; }
#mQKdnd6z1xO5OEqcPVzvzl5v4N1w4huX { display:block; }
#DHwyffmK1VuQe03vWdhqwU0ZsmI4csTy { width:;height:;display:none; }
#DMTKKZqDA7IfZvBz80ZEkNFTxiuruh6F { display:block; }
#p4EPrd7lyK6MIxTRmktkZpxHB81GGfXd { width:;height:;display:none; }
#BI5MNXz8RvAlKvpXdHgPNMbm6BUHe6Dk { display:block; }
#cq7S0gDTTmRwcInKTwDWmST2b7HG5Qxf { width:;height:;display:none; }
#AoWp8nesrRtcdy9bDzPTG2mICEXMRceh { display:block; }
#RvlemlWIoU0qHpOzDT0Wqocsl6gMSV6K { width:;height:;display:none; }
#PKrycroCv4BMSavC5aNWygklbimC5KGM { display:block; }
#geVttM9HO09rfAZaUBb2SlP6T42SXrUG { width:;height:;display:none; }
#eM4aRJ7cUCtrJTQn6qlvLOkzxgr3GGNf { display:block; }
#Qg3355evGvl2s1DTFATUfT3N8ASMRO1B { width:;height:;display:none; }
#JcZRFMWf9Xp9x3VIT6uuFPw2HFBLhtam { display:block; }
#SbWXnRmuChFRUaDHBTuv4NZszFwUxZFz { width:;height:;display:none; }
#AJWTh8oMrgHp7XeIsFzAOpCqLT1W3Ha4 { display:block; }
#n6Tsmr1MOTcJ64gPtcuqc8sGEEa8dikZ { top:7.125rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.0625rem;display:none; }
#Ny7kIk88cm7PiOM7QITTBsisG2pFLVe2 { width:41.4375rem;height:24.0625rem;display:none; }
#QT4XJfPdTcPNhBxzZtp9uFzPI9by8due { top:123.1875rem;left:0.3125rem;width:13.1875rem;height:0.875rem;font-size:0.6875rem;display:none; }
#crFSnglCuIF3xmQNOscprXwt5uQ9oMbK { top:125rem;left:0.685546875rem;width:12.6875rem;height:1.6875rem;font-size:0.5625rem;display:none; }
#LTCr0fTG7TsTyCoFWQOAMUonMogDwAcI { width:;height:;display:none; }
#zh7SX5oFXxFQOSeqswArCv0BP2zVmdno { display:block; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { display:none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { width:47.75rem;position:relative;display:none; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { width:47.75rem;height:19rem;display:none; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { width:14.0625rem;height:5.125rem;display:none; }
#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T { display:none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container { width:47.75rem;position:relative;display:none; }#MouatQcZi1Ezmvu1cw85poFMBHCMXESZ { width:41.4375rem;height:24.0625rem;display:none; }
#uhangaU5TpmzsAbI0S5CWIA91CvmGsG6 { top:12.1875rem;left:0.625rem;width:12.875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#qn01JoL99NM3tFzdCTVJihfqFz9TKNSn { top:14.5625rem;left:0.435546875rem;width:12.9375rem;height:1.625rem;font-size:0.625rem;display:none; }
#B4TLwdwKaxKKQFMsVb4sVt3PhHAGWI35 { top:29.875rem;left:0.8125rem;width:12.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#MN8i514NJHK8N30WF95qX9qiVHW1dMO8 { top:31.25rem;left:0.4375rem;width:12.75rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#p0AgqxPJ6H8bMMkFf8b3Rz98JXLOkR85 { width:41.4375rem;height:24.0625rem;display:none; }
#NqrHK17gOmlGVZ9abZhDekTkdECa2UFB { top:46.25rem;left:1rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#omTIs38bF6Bkw6VKibLQCBGpxo5BX6E9 { top:48.625rem;left:0rem;width:13.3125rem;height:2.875rem;font-size:0.5625rem;display:none; }
#WCCCkx2TTIfNzAB7XrZe0EU5zsXya031 { width:41.4375rem;height:24.0625rem;display:none; }
#DR4FuC42xASZ6s3n5VZdrlL2O4E1OW9m { width:41.4375rem;height:24.0625rem;display:none; }
#m3eM6lGftdsMx3tKctkT4haWupSW4QH5 { top:62.4375rem;left:0.5rem;width:13.25rem;height:1.75rem;font-size:0.6875rem;display:none; }
#X6Sch0DZcriVVyeiayL7DWxzrdyUQ3WV { top:64.5rem;left:1.53125rem;width:11.3125rem;height:2.4375rem;font-size:0.625rem;display:none; }
#LZXiDTre7gMGMTrflrsSSk4u63HfCtad { width:;height:;display:none; }
#KsT5C9pJlJyk6QavqLxiFT9LWn0o6hUi { display:block; }
#TtXQH5LTe9qe52riHscgShoBLB564o5x { width:;height:;display:none; }
#pfUPlRFJTXLum2wMQJ72WNLgbU0wpcMA { display:block; }
#eMxsqQH4Ulwl1Paop0fyc8lpsosCoeri { width:;height:;display:none; }
#EIT5Po41KzTAdghmlwKDzw5I7k795LUA { display:block; }
#wlTVCufTsiZoEK8SoZAIOrt3Xk7bRnk5 { width:;height:;display:none; }
#eNbUED20bbZ2GlI59PwdMV7SAP8RQxBB { display:block; }
#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ { display:none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container { width:47.75rem;position:relative;display:none; }#MNQiOpV5LpISvbKouAmAINJQOUfVJ5Tk { width:41.4375rem;height:24.0625rem;display:none; }
#Eh0tcQpV6iL5BSdqboAneRJL2xWvQvxb { top:11.4375rem;left:0.875rem;width:12.5rem;height:1.75rem;font-size:0.6875rem;display:none; }
#kbShgUDJRQS0ODWzT83goOTP2q1sPHrC { top:13.25rem;left:1.3125rem;width:12rem;height:2.4375rem;font-size:0.625rem;display:none; }
#pfAJZ0FaJDOfapudPkiSZptTO2Rz0gwt { width:41.4375rem;height:24.0625rem;display:none; }
#cZXAlkraJA4wFdFkkRtMWnxyvEtXKBHl { top:28.625rem;left:1.0625rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#ozcuGyquxyq86cv8zNJnvt3htu1gCT4x { top:30.5625rem;left:1.1875rem;width:12.0625rem;height:1.625rem;font-size:0.625rem;display:none; }
#hQvt8SAClmfOwpTKvOH7pULH8Wbz9NF1 { width:41.4375rem;height:24.0625rem;display:none; }
#TJlBEh7gV3zqudMsJCeXKERABd8n8dXQ { top:46.5rem;left:0.875rem;width:12.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#d4TeUHzwTFcdub1U7z8cUBWNrJOxnSCg { top:47.9375rem;left:1.0625rem;width:12.1875rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#UwMF82FNlRiMdURVtCfvTJX4qWfLF0I8 { width:41.4375rem;height:24.0625rem;display:none; }
#oFRqM05VF5JuwB7SIOaNAs1nWp17lFGF { top:62.5625rem;left:0.8125rem;width:12.4375rem;height:2.625rem;font-size:0.6875rem;display:none; }
#BQ4lvXzlIWpvbBBGMqB1LWawXOKVc247 { top:65.1875rem;left:1.125rem;width:12rem;height:2.875rem;font-size:0.5625rem;display:none; }
#idW9v5zRhmsCCRSte0g6Lzf5a2hDH9kx { width:41.4375rem;height:24.0625rem;display:none; }
#NqMffElsqHQkk3U3IeTSDOVkdBeDlJRN { top:82.0625rem;left:0.9375rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#GsVaoOE0IQesozNWNphZLnGZzMQCKxGB { top:82.4375rem;left:1.5rem;width:11.25rem;height:2.875rem;font-size:0.5625rem;display:none; }
#HcXKmw4uLfPmPRBN5Zssqa8qXliNlXlJ { width:41.4375rem;height:24.0625rem;display:none; }
#Bgi5qOE31fS4PLgAoSlF5BiiCaWNRhaz { top:98.375rem;left:0rem;width:13.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
#zTU0BctXbU1XnphAfVpilnMdg4WrXSTB { top:100.6875rem;left:0.875rem;width:12.625rem;height:2.875rem;font-size:0.5625rem;display:none; }
#d1vndJzDtpqQBPx0rwW76LJm3ikiX5FL { width:41.4375rem;height:24.0625rem;display:none; }
#kAGW6RhpksUtBM7Gwh8mnGRDPaJWeCmy { top:116.8125rem;left:0rem;width:13.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
#rw6TS3Cq6r4zHUTpV0bHn4vT2huIiFAX { top:119rem;left:0.9375rem;width:12.375rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#UqL4czScEqLT8pqmPHSwu6yZeqmKJRtr { width:41.4375rem;height:24.0625rem;display:none; }
#hUS9Z5DlOFU1cmXtfFAUSMbNT5F7ILVv { top:134.375rem;left:1.25rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#XZU4xbqeMSaUP5DvVhi53ccQKkOD3lnm { top:136.625rem;left:0.875rem;width:12.5625rem;height:2.875rem;font-size:0.5625rem;display:none; }
#B9aQzT87als2VvrGidsCCoPpoz8V9TE1 { width:41.4375rem;height:24.0625rem;display:none; }
#MiwIyvlau6U3eE4iKqLl8Nksy5nTeVTi { top:153.125rem;left:0rem;width:13.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
#CyvUEt7wa0d1WrIHXw0rmsw2rly1zy9J { top:155.375rem;left:1.3125rem;width:12.125rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#vH09K9gDXlfrpEQtLB7XghhhmxPTG8ir { width:41.4375rem;height:24.0625rem;display:none; }
#sTLuZTAUyKbodOngvR544HFB7fntn7b4 { top:171.375rem;left:0.5rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#kI4smRmcNFPRR8f2zVQ96AWgrAmtKTA7 { top:173.4375rem;left:0.625rem;width:12.75rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#ArKlNCKzZBpig0yeZPdDOdkP5GhiPHKt { width:41.4375rem;height:24.0625rem;display:none; }
#LLeDJXNuvUAThLLIZXbWTEnkAMMBm3hp { top:187.9375rem;left:0rem;width:13.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
#hvl0J4G8ocTidZCe5Nh2inQw3cWOxlOP { top:189.875rem;left:0.75rem;width:12.5rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#ypwmgB1RgsBybA1fSWTZGLJJlcOuPpXV { width:41.4375rem;height:24.0625rem;display:none; }
#UIBfQk3bdC0BzhMyztCyx3Zffb5Qn41R { top:224.875rem;left:0.9375rem;width:12.4375rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#vnrdKV3EpQyo0RhreTtWzLDxtXZLfOuQ { top:223.4375rem;left:0rem;width:13.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
#tSBh6cDLM6t18W1ZgXGBwcPd0xqanzL1 { width:;height:;display:none; }
#XX88mAAbrTZPgAmzE3JuBSAkyJTksIcP { display:block; }
#XoF3DD2rKvBGs6BzXJBm7xOoEJvCdw5W { width:;height:;display:none; }
#CvE2Nn00kyzCu8a7naTT46cfsVWPeWeF { display:block; }
#vqNxBdhdHpS9HoAXBlOnJJt34mCphGao { width:;height:;display:none; }
#n0anVqDu5pzTJsRJ8kxFEhNeUcZPWJKW { display:block; }
#QPHBV1Tcx5aicg8Qa4dM9wq07WBNOPg4 { width:;height:;display:none; }
#osl6rvTiIvdKsvZyP1gGKNWTHbaFrDVQ { display:block; }
#Fdb3lpWd04axeVlSITtHpzumVw1rtFH8 { width:;height:;display:none; }
#fLPTX7wtTdl64rgxFoPTgXl6T8DBTXQA { display:block; }
#dCRNd9ueWPkx1kNBX7E7F6xLZzoSvbUw { width:;height:;display:none; }
#PPiNR2VVbHSsWisXcXgBf4l8sKXQ7K1Z { display:block; }
#KmC4XZmO9vw9FbUzPh2JefL3c6rfK0hg { width:;height:;display:none; }
#FoR5KTDU5k6zWXPq5N3lz3isM6c5rnlt { display:block; }
#OOfUssFFqIObiwVg0ACyIL4IdynxIX5F { width:;height:;display:none; }
#Xy6AXflk1cvcNKFfRtI4WGrCNCSI4f6D { display:block; }
#XP0ETZxA5eTf4Lp2KkfX3GGLgtmuqPdU { width:;height:;display:none; }
#aUUy03XpML25B5fec2JUuL55boUklp47 { display:block; }
#IEazV1Fk92uyWqWpNAk5GwBE9A7EX1AB { width:;height:;display:none; }
#R4EVCrw40zWJhMFnNQpHA81CFovKilRK { display:block; }
#kKmseTvpKEPuT69NzcBS3G52b26PRIrQ { width:;height:;display:none; }
#tOSsrn4iSF1JUKevthEgHngJyMXw7GK0 { display:block; }
#ecGHn2kqNNQHbHuQGeAPzH5TNkAzMRym { width:;height:;display:none; }
#aJn1ctsNbgXFLETWebNJLdwlTzTOvDTW { display:block; }
#qabTBo88KW0FtBHFezZBKh2H7SE4bXqs { width:41.4375rem;height:24.0625rem;display:none; }
#vfGQ3HBcdvQiAUQOguXfRcz8xD7D7ml6 { top:205.3125rem;left:0rem;width:13.5rem;height:1.75rem;font-size:0.6875rem;display:none; }
#vuwvDLezkJvrLX8kL2J304aTu4T7bQCW { top:206.875rem;left:0.638671875rem;width:12.5rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#osp2XGihckZWJUKgKURxPO4gUC7PEMQV { width:;height:;display:none; }
#JKt542w1EAEM5keVi0ySDaTWlrNMPoaZ { display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { display:none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { width:47.75rem;position:relative;display:none; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { width:47.75rem;height:19rem;display:none; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { width:14.0625rem;height:5.125rem;display:none; }
#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT { display:none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container { width:47.75rem;position:relative;display:none; }#BZ79JkX5ZIhhS4GvCdoL5RpaqqEIBZXE { width:41.4375rem;height:24.0625rem;display:none; }
#f6TAlxZNIOQkxN9JknKfCJmJSTHHWhcO { top:12.25rem;left:0.625rem;width:12.875rem;height:0.875rem;font-size:0.6875rem;display:none; }
#gPharLpofhVvJN252V9cAhuQ1GJwVZWa { top:14.5rem;left:0.5rem;width:12.9375rem;height:2.4375rem;font-size:0.625rem;display:none; }
#tm0n4S9dhLD2qXpIJxX4i8MpnSiC1MnF { top:29.375rem;left:0.8125rem;width:12.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#LQRWRENtciUQVdZJkOUMM3yrkRQvXfsS { top:32.0625rem;left:0.4375rem;width:12.75rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#eOSTdhxH1y0vMoKCsakDfNU4gFkUsTWl { width:41.4375rem;height:24.0625rem;display:none; }
#VpF6zftD7H8hwOZWhfEPfCgIzPmrwC3K { top:47.375rem;left:1rem;width:12.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#LBfNZrCIKQm4ZhSITXnEKycOvyD7DAR1 { top:49.1875rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#ShQDaX2IlLqqKw6BPhxP2cDzgLXLbH7v { width:41.4375rem;height:24.0625rem;display:none; }
#aPbBhF8gwvLUeGWXyznEg6xk34ukz9HL { width:41.4375rem;height:24.0625rem;display:none; }
#Xo2IdhOQusN9KGBCGmhObtqUmKafKt9K { top:64.8125rem;left:0.0625rem;width:13.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#G5lD90AER4n0apqNTNk0pr1sX4ENSBM6 { top:66.9375rem;left:1.53125rem;width:11.3125rem;height:3.25rem;font-size:0.625rem;display:none; }
#STRmuBwnuA7d44ixD6laVBnJUmEm2nkS { width:;height:;display:none; }
#lnO52T2VBhkT3lxe8GxRFsBNMJb1TbpO { display:block; }
#OA8edRzBCeNiPOeH6im9NU3aP5rlGboM { width:;height:;display:none; }
#zvFKinCttNQHMT2B3W6EAgUtBqf2ztHJ { display:block; }
#y0wIOzmyROMI9S4fa5MZu7X8DNp6OL3l { width:;height:;display:none; }
#IKBccguaidwpbZLlE742BHc3dwISh3EJ { display:block; }
#slM5qki6gqcw0TsOSfENu3nKMM0hZDdF { width:;height:;display:none; }
#xdpkHQ3rPa6NZCJohpqDXFIJ7zhxuvle { display:block; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { display:none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { width:47.75rem;position:relative;display:none; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { top:1.4375rem;left:0rem;width:16.5rem;height:1.6875rem;font-size:1.0625rem;display:none; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { top:0rem;width:;height:;display:none; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { display:none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { width:47.75rem;position:relative;display:none; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { width:16.375rem;height:0.875rem;top:10.125rem;left:0rem;font-size:0.5625rem;display:block; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { top:11.25rem;left:0rem;width:19.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { width:16.4375rem;height:0.875rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { display:none; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { display:none; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { display:none; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { display:none; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { display:none; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { display:none; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { display:none; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { display:none; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { width:16.375rem;height:0.75rem;top:3.3125rem;left:0rem;font-size:0.5rem;display:none; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { top:1.375rem;left:32.7783203125rem;width:6.8125rem;height:3.75rem;display:none; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { top:1.9375rem;left:40.5625rem;width:7.1875rem;height:4rem;display:none; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { display:block; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:47.75rem;position:relative;display:block; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:38.78125rem;display:block; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:20.75rem;display:block; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:2.28125rem;display:block; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
body { position:relative;display:block; }
#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:bottom center !important;background-repeat: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; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.adaptive-delivery-prevent-bg, #Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.lazyload, #Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.lazyloading { background-image: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { background-color: transparent; background-image: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container > .video-iframe-container { display: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container { display: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .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); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { border-width: 0; border-radius: 0; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { width:20rem;height:31.25rem;position:relative;display:block; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { width:5.1870125rem;height:1.875rem;top:27rem;left:10.375rem;z-index:15184;display:block; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { width:5.1870125rem;height:1.4370125rem;top:27.1875rem;left:3.375rem;z-index:15177;display:block; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { width:14.0625rem;height:1.2246125rem;top:24.5rem;left:3.3125rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:15156;display:block; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { width:17.499rem;height:3.436525rem;top:20.625rem;left:1.5rem;z-index:15192;display:block; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { top:3.8723959922791rem;left:0rem;width:6.6823125rem;height:3.75rem;z-index:15200;display:block; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { display:flex;width:2.311525rem;height:2.311525rem;top:21.1875rem;left:2.3125rem;z-index:15193; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { width:17.499rem;height:3.436525rem;top:16.375rem;left:1.5rem;z-index:15190;background-color:#c37d2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { display:flex;width:1.9995125rem;height:1.9995125rem;top:17.125rem;left:2.5rem;z-index:15191; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { width:19.9995rem;height:0.975rem;top:12.9375rem;left:0rem;font-size:0.75rem;z-index:15170;display:block; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { width:19.9995rem;height:3.0859375rem;top:8.625rem;left:0rem;font-size:1.1875rem;z-index:15166;display:block; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { width:20rem;height:8.3rem;top:6.2647569179537rem;left:1.4027777910232rem;overflow:hidden;z-index:15003;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { width:4.375rem;height:8.5rem;top:-0.3125rem;left:7.8125rem;overflow:hidden;z-index:15016;display:block; }
#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy.adaptive-delivery-prevent-bg, #HxoX1B7iEMSooiSto4chfJMyF8GkvTBy.lazyload, #HxoX1B7iEMSooiSto4chfJMyF8GkvTBy.lazyloading { background-image: none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container { background-color: transparent; background-image: none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container > .video-iframe-container { display: none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row > .video-iframe-container { display: none; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .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); }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container { border-width: 0; border-radius: 0; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxoX1B7iEMSooiSto4chfJMyF8GkvTBy > .row .container { width:20rem;height:179.3125rem;position:relative;display:block; }#DbwRVJ4rZtTCmTnUqQwNfD2g9vgsNxfV { top:5.5rem;left:0rem;width:20rem;height:11.5rem;z-index:14985;overflow:hidden;display:block; }
#vVr2GFZw4szXbrAyVfsHBesJa2sBvieP { top:17.249137878418rem;left:6.8750002980231rem;width:12.625rem;height:1.6484375rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Bt8oil32GGsJpR89JDKk2Izw8Vl742mR { top:17.375rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#aZNfM7KvnsDBe8DsvtqPJehLrVTRTh7T { display:block; }
#ABIwazA48XTyxtO3lTPQs9UQdrQE977I { top:21.625rem;left:0rem;width:20rem;height:11.125rem;z-index:14988;overflow:hidden;display:block; }
#ExZIgBRhWu6gZ7tn4dFVSKr2fTQ86U0T { top:33.125rem;left:8.8125rem;width:10.5rem;height:0.89323125rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#miqPBp4stGsEyiNb5FpUuquISvk25KWB { top:34.6875rem;left:6.75rem;width:12.8125rem;height:2.19140625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#qd1S4g2pZ3WO5fvOgenkVbcdmoWsoUTA { top:19.249786376953rem;left:6.5625002980231rem;width:12.6875rem;height:2.19140625rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#r52ecmMEn6Pu5EWkudauQTddpWQHxBm9 { top:51.6875rem;left:7.3125rem;width:12.4984375rem;height:1.78645625rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#qTQDddTC2SceMWISJdm9K9rqvgNeMtkO { top:53.936767578125rem;left:3.514404296875rem;width:16.062rem;height:1.4619125rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#MEIEt8c2rvGEAyNvQGOFD0IAcrEdpFD6 { top:57.9365234375rem;left:0rem;width:20rem;height:11rem;z-index:14990;overflow:hidden;display:block; }
#ITAHsXQHirsAF73iPbq024UNH1birwnc { top:69.6875rem;left:8.5rem;width:11rem;height:1.78645625rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#J9WBmPvAD6WpsQX6yTCZc0hWQbi8es4E { top:72rem;left:6.5rem;width:12.6875rem;height:1.4619125rem;z-index:15036;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#BOCJRVIeuDbB9HrwnWV20UITEVTQxBvO { top:76.0615234375rem;left:0rem;width:20rem;height:11rem;z-index:14991;overflow:hidden;display:block; }
#Rv2smLDvLuyQWQARPD11uFbDVpLqfi30 { top:87.75rem;left:6.3125rem;width:13.4375rem;height:0.89323125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#XkkIZZiV7RB84aPHw11ptMWKhkc0yeMV { top:89.5rem;left:7.125rem;width:12.4375rem;height:2.53125rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
#hP5oBnNmIWa4e0K27T7M0ek1ivNuhuh3 { top:107.375rem;left:3.5rem;width:15.9375rem;height:1.6875rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
#Sl4GXLeiA2fEBqySw2tU0kseFJ2qobf2 { top:105.1875rem;left:6.5rem;width:13.25rem;height:0.89323125rem;z-index:15044;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#zaKfytHCPhtLBP7nwlfs66zyE48Gt2h5 { top:143rem;left:6.3125rem;width:12.9375rem;height:1.4619125rem;z-index:15042;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#kNf9XJ6RmzFuGLyXBIPcQc1mq1K16QaN { top:140.9375rem;left:6.9375rem;width:12.496125rem;height:1.78645625rem;z-index:15046;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#v9TbUQaeCsq9SoStmtcJp9IuTh5M6tcW { top:93.25rem;left:0rem;width:20rem;height:11rem;z-index:14993;overflow:hidden;display:block; }
#QgCiWHnW8Zzmsyqt7sdfHataaV9poudV { top:128.6875rem;left:0rem;width:20rem;height:11.125rem;z-index:14993;overflow:hidden;display:block; }
#gAcVogeeyTlcMcTEw5Vps1gF3GEGMhVU { top:39.078125rem;left:0rem;width:20rem;height:11.4375rem;z-index:14989;overflow:hidden;display:block; }
#zHc8ZyvkG4AbEwff5sLsRt4WlTPbGQw9 { top:146.125rem;left:0rem;width:20rem;height:11.0625rem;z-index:14985;overflow:hidden;display:block; }
#Ag4xRHxwOrgyGdMe3CTmSrhLfpOqfVIN { top:158.25rem;left:5.1875rem;width:14.25rem;height:1.78645625rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#bfA9e6Khq5XKrhe0QWhTwOrRcmaTKsIL { top:160.3125rem;left:6.5rem;width:12.8125rem;height:1.4619125rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#ePuzTqPfR7bmo0E0CxHTpOHupXkTfc8K { top:163.25rem;left:0rem;width:20rem;height:11.0625rem;z-index:14988;overflow:hidden;display:block; }
#tMaOfPel6c2hiQCSDtyinHUMJdGeb27i { top:174.5625rem;left:6.9375rem;width:12.5rem;height:1.7864625rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#Jm0FdHEp4lxodCwXnwyxl5nGUkKbNsWB { top:176.4375rem;left:6.6875rem;width:12.5rem;height:2.19140625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#SBdduTRlHTeiv1FiV1589m5CPTxyqRWN { top:33rem;left:0.9375rem;width:5.5rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#mQKdnd6z1xO5OEqcPVzvzl5v4N1w4huX { display:block; }
#DHwyffmK1VuQe03vWdhqwU0ZsmI4csTy { top:51.0625rem;left:1.0625rem;width:5.5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#DMTKKZqDA7IfZvBz80ZEkNFTxiuruh6F { display:block; }
#p4EPrd7lyK6MIxTRmktkZpxHB81GGfXd { top:69.5625rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#BI5MNXz8RvAlKvpXdHgPNMbm6BUHe6Dk { display:block; }
#cq7S0gDTTmRwcInKTwDWmST2b7HG5Qxf { top:87.6875rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14981;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#AoWp8nesrRtcdy9bDzPTG2mICEXMRceh { display:block; }
#RvlemlWIoU0qHpOzDT0Wqocsl6gMSV6K { top:104.875rem;left:0.8125rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#PKrycroCv4BMSavC5aNWygklbimC5KGM { display:block; }
#geVttM9HO09rfAZaUBb2SlP6T42SXrUG { top:140.5625rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14983;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#eM4aRJ7cUCtrJTQn6qlvLOkzxgr3GGNf { display:block; }
#Qg3355evGvl2s1DTFATUfT3N8ASMRO1B { top:157.75rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#JcZRFMWf9Xp9x3VIT6uuFPw2HFBLhtam { display:block; }
#SbWXnRmuChFRUaDHBTuv4NZszFwUxZFz { top:174.9375rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14985;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#AJWTh8oMrgHp7XeIsFzAOpCqLT1W3Ha4 { display:block; }
#n6Tsmr1MOTcJ64gPtcuqc8sGEEa8dikZ { top:3.0992193222046rem;left:0rem;width:20rem;height:1.38020625rem;z-index:14998;font-family:cairo;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.0625rem;color:#090909;display:block; }
#Ny7kIk88cm7PiOM7QITTBsisG2pFLVe2 { top:111.560546875rem;left:0rem;width:20rem;height:10.9375rem;z-index:14994;overflow:hidden;display:block; }
#QT4XJfPdTcPNhBxzZtp9uFzPI9by8due { top:123.24870491028rem;left:6.4375002980231rem;width:13.2498125rem;height:0.89323125rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#crFSnglCuIF3xmQNOscprXwt5uQ9oMbK { top:125.03581237793rem;left:6.8109810948375rem;width:12.7495625rem;height:1.6875rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
#LTCr0fTG7TsTyCoFWQOAMUonMogDwAcI { top:122.95378112793rem;left:0.74869793653488rem;width:5.49913125rem;height:1.99978125rem;z-index:14983;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#zh7SX5oFXxFQOSeqswArCv0BP2zVmdno { display:block; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { background-color:transparent;background-image: -webkit-linear-gradient(111deg, #a2575a, #d68882);background-image: -moz-linear-gradient(111deg, #a2575a, #d68882);background-image: -ms-linear-gradient(111deg, #a2575a, #d68882);background-image: -o-linear-gradient(111deg, #a2575a, #d68882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2575a', endColorstr='#d68882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2575a', endColorstr='#d68882' );";background-image: linear-gradient(111deg, #a2575a, #d68882);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; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { background-color: transparent; background-image: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container > .video-iframe-container { display: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container { display: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .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); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { border-width: 0; border-radius: 0; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { top:1.25rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#ffffff;font-size:0.8125rem;display:block; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { top:0.84062957763675rem;left:0.59999996423721rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { top:0.87187957763675rem;left:5.9875002503395rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T.adaptive-delivery-prevent-bg, #KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T.lazyload, #KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T.lazyloading { background-image: none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container { background-color: transparent; background-image: none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container > .video-iframe-container { display: none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row > .video-iframe-container { display: none; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .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); }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container { border-width: 0; border-radius: 0; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaZGIyZUSIlkxscc1ZmU9WNtM49yUn2T > .row .container { width:20rem;height:67.5rem;position:relative;display:block; }#MouatQcZi1Ezmvu1cw85poFMBHCMXESZ { top:0.0625rem;left:0rem;width:20rem;height:11.0625rem;z-index:14989;overflow:hidden;display:block; }
#uhangaU5TpmzsAbI0S5CWIA91CvmGsG6 { top:12.1875rem;left:6.75rem;width:12.875rem;height:1.78645625rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#qn01JoL99NM3tFzdCTVJihfqFz9TKNSn { top:14.5625rem;left:6.560546875rem;width:12.9375rem;height:1.625975rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#B4TLwdwKaxKKQFMsVb4sVt3PhHAGWI35 { top:29.875015258789rem;left:6.9375rem;width:12.4980625rem;height:0.89323125rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#MN8i514NJHK8N30WF95qX9qiVHW1dMO8 { top:31.250015258789rem;left:6.5625rem;width:12.75rem;height:1.4619125rem;z-index:15036;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#p0AgqxPJ6H8bMMkFf8b3Rz98JXLOkR85 { top:33.5986328125rem;left:0rem;width:20rem;height:11.0625rem;z-index:14991;overflow:hidden;display:block; }
#NqrHK17gOmlGVZ9abZhDekTkdECa2UFB { top:45.3369140625rem;left:7.125rem;width:12.4980625rem;height:1.78645625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#omTIs38bF6Bkw6VKibLQCBGpxo5BX6E9 { top:47.75rem;left:6.125rem;width:13.3125rem;height:2.921875rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#WCCCkx2TTIfNzAB7XrZe0EU5zsXya031 { top:17.6875rem;left:0rem;width:20rem;height:11.0625rem;z-index:14990;overflow:hidden;display:block; }
#DR4FuC42xASZ6s3n5VZdrlL2O4E1OW9m { top:51.1875rem;left:0rem;width:20rem;height:10.9375rem;z-index:14985;overflow:hidden;display:block; }
#m3eM6lGftdsMx3tKctkT4haWupSW4QH5 { top:62.4375rem;left:6.625rem;width:13.25rem;height:1.78645625rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#X6Sch0DZcriVVyeiayL7DWxzrdyUQ3WV { top:64.500015258787rem;left:7.65625rem;width:11.3125rem;height:2.4375rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#LZXiDTre7gMGMTrflrsSSk4u63HfCtad { top:11.625rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14986;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#KsT5C9pJlJyk6QavqLxiFT9LWn0o6hUi { display:block; }
#TtXQH5LTe9qe52riHscgShoBLB564o5x { top:29.375015258789rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#pfUPlRFJTXLum2wMQJ72WNLgbU0wpcMA { display:block; }
#eMxsqQH4Ulwl1Paop0fyc8lpsosCoeri { top:45.48046875rem;left:0.748046875rem;width:5.5rem;height:2rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#EIT5Po41KzTAdghmlwKDzw5I7k795LUA { display:block; }
#wlTVCufTsiZoEK8SoZAIOrt3Xk7bRnk5 { top:62.777359008787rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14989;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#eNbUED20bbZ2GlI59PwdMV7SAP8RQxBB { display:block; }
#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ.adaptive-delivery-prevent-bg, #gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ.lazyload, #gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ.lazyloading { background-image: none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container { background-color: transparent; background-image: none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container > .video-iframe-container { display: none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row > .video-iframe-container { display: none; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .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); }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container { border-width: 0; border-radius: 0; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmAU7rFX4Dxyl5RASPhDyUwsKk7pOfOQ > .row .container { width:20rem;height:227.4375rem;position:relative;display:block; }#MNQiOpV5LpISvbKouAmAINJQOUfVJ5Tk { top:0rem;left:0rem;width:20rem;height:10.875rem;z-index:14988;overflow:hidden;display:block; }
#Eh0tcQpV6iL5BSdqboAneRJL2xWvQvxb { top:11.4375rem;left:7rem;width:12.5rem;height:1.78645625rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#kbShgUDJRQS0ODWzT83goOTP2q1sPHrC { top:13.4375rem;left:7.4375rem;width:12rem;height:2.4375rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#pfAJZ0FaJDOfapudPkiSZptTO2Rz0gwt { top:16.5rem;left:0rem;width:20rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#cZXAlkraJA4wFdFkkRtMWnxyvEtXKBHl { top:28.625rem;left:7.1875rem;width:12.4980625rem;height:1.78645625rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#ozcuGyquxyq86cv8zNJnvt3htu1gCT4x { top:30.5625rem;left:7.3125rem;width:12.0625rem;height:1.625975rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#hQvt8SAClmfOwpTKvOH7pULH8Wbz9NF1 { top:34.25rem;left:0rem;width:20rem;height:11.3125rem;z-index:14991;overflow:hidden;display:block; }
#TJlBEh7gV3zqudMsJCeXKERABd8n8dXQ { top:46.5rem;left:7rem;width:12.4980625rem;height:0.89323125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#d4TeUHzwTFcdub1U7z8cUBWNrJOxnSCg { top:47.9375rem;left:7.1875rem;width:12.1875rem;height:2.19140625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#UwMF82FNlRiMdURVtCfvTJX4qWfLF0I8 { top:50.8125rem;left:0rem;width:20rem;height:11.3125rem;z-index:14992;overflow:hidden;display:block; }
#oFRqM05VF5JuwB7SIOaNAs1nWp17lFGF { top:62.3125rem;left:6.9375rem;width:12.4980625rem;height:2.6796875rem;z-index:15042;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#BQ4lvXzlIWpvbBBGMqB1LWawXOKVc247 { top:64.9921875rem;left:7.25rem;width:12rem;height:2.921875rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#idW9v5zRhmsCCRSte0g6Lzf5a2hDH9kx { top:68.375rem;left:0rem;width:20rem;height:11.3125rem;z-index:14993;overflow:hidden;display:block; }
#NqMffElsqHQkk3U3IeTSDOVkdBeDlJRN { top:80.375rem;left:7.0625rem;width:12.4980625rem;height:1.78645625rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#GsVaoOE0IQesozNWNphZLnGZzMQCKxGB { top:82.474609375rem;left:7.625rem;width:11.25rem;height:2.921875rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#HcXKmw4uLfPmPRBN5Zssqa8qXliNlXlJ { top:86.25rem;left:0rem;width:20rem;height:11.3125rem;z-index:14994;overflow:hidden;display:block; }
#Bgi5qOE31fS4PLgAoSlF5BiiCaWNRhaz { top:98.375rem;left:6.0625rem;width:13.5625rem;height:1.78645625rem;z-index:15044;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#zTU0BctXbU1XnphAfVpilnMdg4WrXSTB { top:100.6875rem;left:7rem;width:12.625rem;height:2.921875rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#d1vndJzDtpqQBPx0rwW76LJm3ikiX5FL { top:104.5rem;left:0rem;width:20rem;height:11.3125rem;z-index:14995;overflow:hidden;display:block; }
#kAGW6RhpksUtBM7Gwh8mnGRDPaJWeCmy { top:116.8125rem;left:6.0625rem;width:13.5625rem;height:1.78645625rem;z-index:15046;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#rw6TS3Cq6r4zHUTpV0bHn4vT2huIiFAX { top:119rem;left:7.0625rem;width:12.375rem;height:1.4619125rem;z-index:15042;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#UqL4czScEqLT8pqmPHSwu6yZeqmKJRtr { top:122.25rem;left:0rem;width:20rem;height:11.3125rem;z-index:14996;overflow:hidden;display:block; }
#hUS9Z5DlOFU1cmXtfFAUSMbNT5F7ILVv { top:134.375rem;left:7rem;width:12.4375rem;height:1.78645625rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#XZU4xbqeMSaUP5DvVhi53ccQKkOD3lnm { top:136.625rem;left:7rem;width:12.5625rem;height:2.921875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#B9aQzT87als2VvrGidsCCoPpoz8V9TE1 { top:140.75rem;left:0rem;width:20rem;height:11.3125rem;z-index:14997;overflow:hidden;display:block; }
#MiwIyvlau6U3eE4iKqLl8Nksy5nTeVTi { top:153.125rem;left:6.125rem;width:13.5625rem;height:1.78645625rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#CyvUEt7wa0d1WrIHXw0rmsw2rly1zy9J { top:155.4375rem;left:7.4375rem;width:12.125rem;height:2.19140625rem;z-index:15044;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#vH09K9gDXlfrpEQtLB7XghhhmxPTG8ir { top:159.3125rem;left:0rem;width:20rem;height:11.3125rem;z-index:14998;overflow:hidden;display:block; }
#sTLuZTAUyKbodOngvR544HFB7fntn7b4 { top:171.375rem;left:6.625rem;width:12.9375rem;height:0.89323125rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#kI4smRmcNFPRR8f2zVQ96AWgrAmtKTA7 { top:172.875rem;left:6.75rem;width:12.75rem;height:1.4619125rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#ArKlNCKzZBpig0yeZPdDOdkP5GhiPHKt { top:175.625rem;left:0rem;width:20rem;height:11.3125rem;z-index:14999;overflow:hidden;display:block; }
#LLeDJXNuvUAThLLIZXbWTEnkAMMBm3hp { top:187.9375rem;left:5.8125rem;width:13.5625rem;height:1.78645625rem;z-index:15050;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#hvl0J4G8ocTidZCe5Nh2inQw3cWOxlOP { top:189.875rem;left:6.875rem;width:12.5rem;height:2.19140625rem;z-index:15046;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#ypwmgB1RgsBybA1fSWTZGLJJlcOuPpXV { top:211.0625rem;left:0rem;width:20rem;height:11.3125rem;z-index:15000;overflow:hidden;display:block; }
#UIBfQk3bdC0BzhMyztCyx3Zffb5Qn41R { top:224.875rem;left:7.0625rem;width:12.4375rem;height:1.4619125rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#vnrdKV3EpQyo0RhreTtWzLDxtXZLfOuQ { top:223.4375rem;left:6.125rem;width:13.5625rem;height:0.89323125rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#tSBh6cDLM6t18W1ZgXGBwcPd0xqanzL1 { top:11.3125rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14990;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#XX88mAAbrTZPgAmzE3JuBSAkyJTksIcP { display:block; }
#XoF3DD2rKvBGs6BzXJBm7xOoEJvCdw5W { top:28.3125rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#CvE2Nn00kyzCu8a7naTT46cfsVWPeWeF { display:block; }
#vqNxBdhdHpS9HoAXBlOnJJt34mCphGao { top:46.25rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14992;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#n0anVqDu5pzTJsRJ8kxFEhNeUcZPWJKW { display:block; }
#QPHBV1Tcx5aicg8Qa4dM9wq07WBNOPg4 { top:62.6875rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14993;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#osl6rvTiIvdKsvZyP1gGKNWTHbaFrDVQ { display:block; }
#Fdb3lpWd04axeVlSITtHpzumVw1rtFH8 { top:80.375rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14994;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#fLPTX7wtTdl64rgxFoPTgXl6T8DBTXQA { display:block; }
#dCRNd9ueWPkx1kNBX7E7F6xLZzoSvbUw { top:98.0625rem;left:1.0625rem;width:5.5rem;height:2rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#PPiNR2VVbHSsWisXcXgBf4l8sKXQ7K1Z { display:block; }
#KmC4XZmO9vw9FbUzPh2JefL3c6rfK0hg { top:116.3125rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14996;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#FoR5KTDU5k6zWXPq5N3lz3isM6c5rnlt { display:block; }
#OOfUssFFqIObiwVg0ACyIL4IdynxIX5F { top:134.125rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14997;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Xy6AXflk1cvcNKFfRtI4WGrCNCSI4f6D { display:block; }
#XP0ETZxA5eTf4Lp2KkfX3GGLgtmuqPdU { top:152.625rem;left:1.125rem;width:5.5rem;height:2rem;z-index:14998;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#aUUy03XpML25B5fec2JUuL55boUklp47 { display:block; }
#IEazV1Fk92uyWqWpNAk5GwBE9A7EX1AB { top:171.1875rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#R4EVCrw40zWJhMFnNQpHA81CFovKilRK { display:block; }
#kKmseTvpKEPuT69NzcBS3G52b26PRIrQ { top:204.818359375rem;left:0.763671875rem;width:5.5rem;height:2rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#tOSsrn4iSF1JUKevthEgHngJyMXw7GK0 { display:block; }
#ecGHn2kqNNQHbHuQGeAPzH5TNkAzMRym { top:222.9375rem;left:0.9375rem;width:5.5rem;height:2rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#aJn1ctsNbgXFLETWebNJLdwlTzTOvDTW { display:block; }
#qabTBo88KW0FtBHFezZBKh2H7SE4bXqs { top:193.1240234375rem;left:0rem;width:20rem;height:11.25rem;z-index:15000;overflow:hidden;display:block; }
#vfGQ3HBcdvQiAUQOguXfRcz8xD7D7ml6 { top:205.373046875rem;left:6.015625rem;width:13.562rem;height:1.78645625rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#vuwvDLezkJvrLX8kL2J304aTu4T7bQCW { top:207.4990234375rem;left:6.763671875rem;width:12.5rem;height:1.4619125rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#osp2XGihckZWJUKgKURxPO4gUC7PEMQV { top:187.3740234375rem;left:0.763671875rem;width:5.49926875rem;height:1.9995125rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#JKt542w1EAEM5keVi0ySDaTWlrNMPoaZ { display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { background-color:transparent;background-image: -webkit-linear-gradient(111deg, #a2575a, #d68882);background-image: -moz-linear-gradient(111deg, #a2575a, #d68882);background-image: -ms-linear-gradient(111deg, #a2575a, #d68882);background-image: -o-linear-gradient(111deg, #a2575a, #d68882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2575a', endColorstr='#d68882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2575a', endColorstr='#d68882' );";background-image: linear-gradient(111deg, #a2575a, #d68882);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; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { background-color: transparent; background-image: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container > .video-iframe-container { display: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container { display: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .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); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { border-width: 0; border-radius: 0; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { top:1.25rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#ffffff;font-size:0.8125rem;display:block; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { top:0.84062957763675rem;left:0.59999996423721rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { top:0.87187957763675rem;left:5.9875002503395rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT.adaptive-delivery-prevent-bg, #TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT.lazyload, #TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT.lazyloading { background-image: none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container { background-color: transparent; background-image: none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container > .video-iframe-container { display: none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row > .video-iframe-container { display: none; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .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); }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container { border-width: 0; border-radius: 0; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqTa4VrMpXrmLnVBVOmxM5LxPrpnV3tT > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; }#BZ79JkX5ZIhhS4GvCdoL5RpaqqEIBZXE { top:0.12451171875rem;left:0rem;width:20rem;height:11.0625rem;z-index:14989;overflow:hidden;display:block; }
#f6TAlxZNIOQkxN9JknKfCJmJSTHHWhcO { top:12.25rem;left:6.75rem;width:12.875rem;height:0.89323125rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#gPharLpofhVvJN252V9cAhuQ1GJwVZWa { top:14.5rem;left:6.625rem;width:12.9375rem;height:2.4375rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#tm0n4S9dhLD2qXpIJxX4i8MpnSiC1MnF { top:29.375rem;left:6.9375rem;width:12.4980625rem;height:0.89323125rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#LQRWRENtciUQVdZJkOUMM3yrkRQvXfsS { top:31.625rem;left:6.5625rem;width:12.75rem;height:2.19140625rem;z-index:15036;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#eOSTdhxH1y0vMoKCsakDfNU4gFkUsTWl { top:53.207033157349rem;left:0rem;width:20rem;height:11.0625rem;z-index:14991;overflow:hidden;display:block; }
#VpF6zftD7H8hwOZWhfEPfCgIzPmrwC3K { top:47.3984375rem;left:7.125rem;width:12.4980625rem;height:0.89323125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#LBfNZrCIKQm4ZhSITXnEKycOvyD7DAR1 { top:49.1875rem;left:6rem;width:13.4375rem;height:2.19140625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
#ShQDaX2IlLqqKw6BPhxP2cDzgLXLbH7v { top:17.74951171875rem;left:0rem;width:20rem;height:11.0625rem;z-index:14990;overflow:hidden;display:block; }
#aPbBhF8gwvLUeGWXyznEg6xk34ukz9HL { top:35.686199188233rem;left:0rem;width:20rem;height:10.875rem;z-index:14985;overflow:hidden;display:block; }
#Xo2IdhOQusN9KGBCGmhObtqUmKafKt9K { top:64.8125rem;left:6.1875rem;width:13.25rem;height:0.89323125rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#G5lD90AER4n0apqNTNk0pr1sX4ENSBM6 { top:66.3125rem;left:7.59375rem;width:11.6875rem;height:2.4375rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
#STRmuBwnuA7d44ixD6laVBnJUmEm2nkS { top:11.6875rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14986;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#lnO52T2VBhkT3lxe8GxRFsBNMJb1TbpO { display:block; }
#OA8edRzBCeNiPOeH6im9NU3aP5rlGboM { top:29.4375rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#zvFKinCttNQHMT2B3W6EAgUtBqf2ztHJ { display:block; }
#y0wIOzmyROMI9S4fa5MZu7X8DNp6OL3l { top:47.41796875rem;left:0.74609375rem;width:5.5rem;height:2rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#IKBccguaidwpbZLlE742BHc3dwISh3EJ { display:block; }
#slM5qki6gqcw0TsOSfENu3nKMM0hZDdF { top:64.90234375rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14989;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#a1575a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#xdpkHQ3rPa6NZCJohpqDXFIJ7zhxuvle { display:block; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { display:block; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { width:16.5615rem;height:1.70605625rem;top:1.45166015625rem;left:1.71826171875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15114;display:block; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { top:4.40625rem;left:0.37353515625rem;width:19.25rem;height:22.9375rem;z-index:15115;display:block; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { background-color:#9b7d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { background-color: transparent; background-image: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container > .video-iframe-container { display: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { display: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .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); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { border-width: 0; border-radius: 0; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { width:16.4375rem;height:0.8997375rem;top:10.185943603516rem;left:1.8117187619209rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:cairo;font-weight:400;font-style:normal;display:block; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { width:20rem;height:0.8125rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { width:16.437rem;height:1.29948125rem;top:8.5296936035156rem;left:2.5296874642372rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { display:flex;top:8.8109436035156rem;left:7.3734374642375rem;width:0.875rem;height:0.875rem;z-index:15152; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { width:16.4366875rem;height:0.79980625rem;top:3.37109375rem;left:1.7804687619209rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { width:3.6870125rem;height:1.9995125rem;top:1.0625rem;left:13.6875rem;z-index:15209;display:block; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { width:3.061525rem;height:1.6875rem;top:2.5625rem;left:16.9375rem;z-index:15208;display:block; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { background-color:transparent;background-image:none;display:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:5.0625rem;height:2.49960625rem;top:8.7484375rem;left:7.4375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:4.93710625rem;height:2.49960625rem;top:4.99921875rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:4.93710625rem;height:2.49960625rem;top:1.25rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
