.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.adaptive-delivery-prevent-bg, #QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.lazyload, #QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.lazyloading { background-image: none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { border-width: 0; border-radius: 0; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#L128skr0VUAUwTd44dTgdREO1AD9SPnL { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Iw0Kd7G5sOwz0xNhUTT3FZESJFyhOeVr { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#vbAPOI1VHccHoS0yeZ0Zd7pMJgXo1aiQ { 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; }
#GoZsrV23540QUkoFc0ZZyHRDg2EURBJU { 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:4.4375rem;width:18.75rem;display:none; }
#KZB1VL3wzaA5e9pLMoK6d84QahKccrWd { 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; }
#Bcdx0ayxiRl4dRCNAertq4FtxhLpetWW { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r8wAcVCzbOAnvqEduqzsg4heo3AtAckz { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxfmgtLxbTBeUx0nalMDNrvnkOyQCiy9 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W6D1EVnFGqM0AwMkhgAsq0BzeUAtbPqW { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hmN3wFnC4hie7d5gETlrHWJr3PoiJrxU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fQTpNJOt5Ep6uuphhdsB7rMqqH9yyHfK { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bOedOXDW0L8zkCMxlZisawX9f4XPV9Ty { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vVKnoa5Viq0gGRQMJTap1aaTi89Q3B4k { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fsoU4CsnNhE5DmCqkeluvXNItPwGoLuP { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kq0TRd5QCM3DJVmNFVfcUkVugHAi9TEa { position:relative; }
#TiWLzDQNeGJ77Cvfrxn0h8yE8SVahues { position:relative;display:block; }
#aQuMhtIxgHrosMZ2V5LQWtXTEnwWTWWy { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #V1zK34G0iu86OLgR8uUhciHDAz20hUq6 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VE7IAw0BoT5oFsOHI29mwAFwQeTiHK8V { position:relative; }
#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.adaptive-delivery-prevent-bg, #HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.lazyload, #HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.lazyloading { background-image: none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { border-width: 0; border-radius: 0; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#nfhBdbRmbT1cQtelvypxZvnLxMg0CKp0 { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Z3JZBiy6NIubv3szZyGkav9HcZ8VVl0K { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#xhyEt88nliSt0egZiQaIDMsDEqsoMT7w { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Reql8TWJdfUG6Ha2kbkphfLvVlQR7XT2 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#FIxoLKtviyUzoID8FAgtnWXgl94h6uQc { 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; }
#FUny7TtBFXH2U9OskUb0Amn2f91TqQhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQPJZvs5rObvvJJmI8E1LPB79gBV3Ciw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:27.4375rem;left:3.75rem;display:none; }
#LlmMH0rdvtDymflt61QhiQ7AwdGaoJg8 { 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:4.375rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#NpF7hRINgClVmDlePzNy0WdehfqBaQpy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-form-header {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-container:first-of-type{padding-top:0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-container:last-of-type{padding-bottom:0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-info-text { font-size:0.75rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ {display:block;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem;display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mbQM4JGEwnQi7bdXPBu1odTniJnwKMFr { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #eiqMlh3VzxTRGMk29hwCwy7DTWnclEaA { position:relative;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #M0PJ75vhmu2E3tLrWwcH2wgO9FJtzQP6 { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mxbE9D1N6NH3U154TKRgWoT8I8boTqa8 { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #A5ywWATPbRBV9d50d6BKRc2kCTLWRl5M { position:relative;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #KZISuqQWwkO4HANqC69gy5uUCaFpq2S2 { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #kdOG573ItxKTi9iRv6W6rLu3UMRQ6WCD { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #Lo71BnfM1ni8QElSklGWvCTXV32wuAZC { position:relative;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #DdTbb1WyXhECDWJvD2SENPIwlyhEPWgo { position:relative; }
#ghHKWZZatTbnhaKO17Kzmxo3q8tULDsB { position:relative;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #PgeUoGC4rVKpZCWiZK9mqk2vFUlQRHmT { position:relative; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #gp8QmJps48u9PpKiqMPwhNcG14J8pW2y { position:relative; }
#CbNiSx0Ie8eJmq7ns6yUgotuIIRXekga { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #S1btggyslCIQBK2pQMqKbtnFGTuppAlo { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lAu2T5T7T5dGyr8gTibVcmTqEl1QyQVQ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zPyUXTdyUsszRWnK1plsmxMrpbyQsGH7 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qRJwQcz3JDnW2BI1zE4J5eWviE0WvJTR { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sWRVSTpc7fu4dOJfBlkkZXPHNIewttOs { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VQsDGu1DVMHODVKxxP8TJDaSSaRar7Jt { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #U4fW16buvgwUFWWrxGUoMPQ6GZ0s40x8 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Td9h90ohaubKZGr6gzDNTqnDRg7RF951 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NbhtTUkDLToTsDTPXd4mpdl4XV4kaLiW { position:relative; }
#PT8ccBpCZ3HHS3fLGNzpuoWElNcKJWPF { position:relative;display:block; }
#o6bbu61zka6fTG0tpJRN7PWqAmqRnZ0m { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q0TJWbN4TV5nNDgA9bZLHkRymdcg4zA6 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TU5qLDK7o2HOQGVsLh4W306DB0Gui1oX { position:relative; }
#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM { position:relative;display:none; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM { border-width: 0; border-radius: 0; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .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; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .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; }#Fq3VDuofZeofZ1LGsOg80TszyZAagJHP { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:2.9375rem;left:2rem;display:none; }
#y11TVbasxBSFLuSWMZ0i1KFbEbGev55h { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:none; }
#zy7SyefqngBkAdEMdWiIWgMm4TZ2PuvO { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:none; }
#gblxd863cFNIOGe04zvUICNJJd46uHCV { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#rkmyo3tX4xeFPV3XzUdyG9WnCiT4cUyD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK { 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; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU { 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; }
#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW { 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; }
#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EEm5itrDHTMNzwuMeaA2wpANB8HIJxzX { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#vzvQCkzJrqSHL8m6395GSUEOtT5hx2uC { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:none; }
#hW1pInIi7cN3zbcCZMJuZ9cVA9ux44i1 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:49.625rem;left:0.8125rem;display:none; }
#Eet1d85PfX9tg2u5kfwflB8T3AGHSz3J { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#fI16E1BOI1lRe9C2ok52aAiUJLFCCb8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIRtwiOgUM8ztGvS766lJCCynmFbq8I3 { 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; }
#Kewqb2uREuuurFs6Nv9bpUk4pLAScoe3 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:none; }
#rpDKmT3cw002fV0KyqxZZc5fV4arUWyD { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#SVbENyd25HvIxaFKn1LAb2lFdK4VTkGz { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#p9P0gD2KvJx3q1ZXDrdVieFivoqueByW { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#sKRoC5B5ZMJSS6A8hLPgMl01HJqB8xEN { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#Tf1s9z8H31zI1a1hbpxymHOCcrSGmXAI { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#BEMBzscvwuaX2qQaC3RFEC999Td4ZKN8 { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#b6EwL9OXqzhFP88Z4qZtXp4uv6DqQbQD { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#zMDVsGcrgMJ50rRL5kv1nNBZEs3acUHX { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.9375rem;width:12.75rem;top:3.75rem;left:44.125rem;overflow:hidden;display:none; }
#bhE7qrLGpGDFbH9wQgWfFJaP3LFF35bW { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#K6aDTHzCvxD0qhR1OFKeNkukpWH6geZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRaqB7FRqHTHfpdmVUDgFMafclBTwFgU { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#h39S2mncQDerTU1SnXM1Zc207tt9CJNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cB2Uct6nOW6vt75PAvOiGuzIZrDflzk2 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#CJC7mD5lzxkOfJhI1MQZmysnXMro27MX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnRPzQppMRekfdl1PUvgGXRUSzeXTUUR { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#pMhttQmXK7yhqtV1V6nbnoP8NRQAQBrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQVl2INputLsQ2ppZp2RUmTxlruR2pe3 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#nh3esafyJy6axMVKipelVsAi7zg4m4Cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPDhoLhTtwQ3t7oLwLThNfa6Fm8lSTTS { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#Vq4DRNiHm73wMiFf9BsGzMlq6VtbzxeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHCwpUg3JJshcldEuyng9uQbOKNo4rD9 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#EThWsbTZZ4Lc2HLGg1IN5HccBMKuQBot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITbfwGBEl9uRtqpfwZkvskkFRTHZEWJT { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#syfR3sahTzfJk1UtQDSVP5toiUJ4cSlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMyJ9zOOBkVwKJZJVOnx0aK748hxIR9e { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#FXU8BT5f07cncKN5P2MRziSATAaVvCKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRySxf8Bq7WNZAJn2UWTIif8Jb9AB2NC { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#miSzIAnXTrEXVFaxZhzJZ5b9L1EPcZKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKbAWPPXIgnKX8fQfw1W8r8iZeWPrlvc { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#t6uqm0nTuVe2welrUqemErCHpR51Rnvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1MGRsoQb0ZwBWlzPXDq5Xtm0RuZtXDw { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#gXCftImn7vrae1UsGNdfrI6styu67KFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWygJGTfdOmrnz9doDPMSTsSprUyukfK { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#nuB1dCtvVmad4vQDlrmqOv9Cah1aNGMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UawZhuOMdutTp69fsloMX8CZxqTuGs9D { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:5.53125rem;display:none; }
#cFLiPHzhtO2d2K0bTA4WTNbU8w4X4Jms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr { 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; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr.adaptive-delivery-prevent-bg, #hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr.lazyload, #hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr.lazyloading { background-image: none; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { border-width: 0; border-radius: 0; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#ooM1ZCNN9qOhi7mQNoOvHURnlTVIzQua { 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; }
#TxsB8LLUXXQWq2wSXRVxKfxiURz86goe { 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; }
#TCEQ1AMdtkAX98crhvA7lVxCOs4NBtUx { 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; }
#hkeau1W1BS5FQndtkgwTlDKc9Ny185OM { 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; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN { 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; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#oVx5dWebxgOWXreTkcTnefKHolM2lD0x { 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; }
#oVx5dWebxgOWXreTkcTnefKHolM2lD0x > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA { 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; }
#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg { 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; }
#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ { 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; }
#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK { 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; }
#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK { 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; }
#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#WZDWlFeo3i5qONrDDGWWvDULkKl4ipCT { 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; }
body { position:relative;display:block; }
#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP { display:none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { width:47.75rem;position:relative;display:none; }#L128skr0VUAUwTd44dTgdREO1AD9SPnL { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#Iw0Kd7G5sOwz0xNhUTT3FZESJFyhOeVr { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#vbAPOI1VHccHoS0yeZ0Zd7pMJgXo1aiQ { display:none; }
#GoZsrV23540QUkoFc0ZZyHRDg2EURBJU { width:18.75rem;height:4.4375rem;display:none; }
#KZB1VL3wzaA5e9pLMoK6d84QahKccrWd { top:1.6875rem;left:19.061767578125rem;width:1.3125rem;height:2.5rem;display:none; }
#Bcdx0ayxiRl4dRCNAertq4FtxhLpetWW { top:15.75rem;left:0rem;width:16.8125rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r8wAcVCzbOAnvqEduqzsg4heo3AtAckz {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxfmgtLxbTBeUx0nalMDNrvnkOyQCiy9 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W6D1EVnFGqM0AwMkhgAsq0BzeUAtbPqW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hmN3wFnC4hie7d5gETlrHWJr3PoiJrxU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fQTpNJOt5Ep6uuphhdsB7rMqqH9yyHfK { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bOedOXDW0L8zkCMxlZisawX9f4XPV9Ty {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vVKnoa5Viq0gGRQMJTap1aaTi89Q3B4k {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fsoU4CsnNhE5DmCqkeluvXNItPwGoLuP { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kq0TRd5QCM3DJVmNFVfcUkVugHAi9TEa {  }
#TiWLzDQNeGJ77Cvfrxn0h8yE8SVahues { display:block; }
#aQuMhtIxgHrosMZ2V5LQWtXTEnwWTWWy { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #V1zK34G0iu86OLgR8uUhciHDAz20hUq6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VE7IAw0BoT5oFsOHI29mwAFwQeTiHK8V {  }
#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G { display:none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { width:47.75rem;position:relative;display:none; }#nfhBdbRmbT1cQtelvypxZvnLxMg0CKp0 { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#Z3JZBiy6NIubv3szZyGkav9HcZ8VVl0K { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#xhyEt88nliSt0egZiQaIDMsDEqsoMT7w { display:none; }
#Reql8TWJdfUG6Ha2kbkphfLvVlQR7XT2 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#FIxoLKtviyUzoID8FAgtnWXgl94h6uQc { width:;height:;display:none; }
#FUny7TtBFXH2U9OskUb0Amn2f91TqQhD { display:block; }
#HQPJZvs5rObvvJJmI8E1LPB79gBV3Ciw { top:27.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#LlmMH0rdvtDymflt61QhiQ7AwdGaoJg8 { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:4.375rem;display:none; }
#NpF7hRINgClVmDlePzNy0WdehfqBaQpy { display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ {display:block;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ { width:18.75rem;height:auto;top:10.0625rem;left:0rem;display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mbQM4JGEwnQi7bdXPBu1odTniJnwKMFr {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #eiqMlh3VzxTRGMk29hwCwy7DTWnclEaA { display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #M0PJ75vhmu2E3tLrWwcH2wgO9FJtzQP6 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mxbE9D1N6NH3U154TKRgWoT8I8boTqa8 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #A5ywWATPbRBV9d50d6BKRc2kCTLWRl5M { display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #KZISuqQWwkO4HANqC69gy5uUCaFpq2S2 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #kdOG573ItxKTi9iRv6W6rLu3UMRQ6WCD {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #Lo71BnfM1ni8QElSklGWvCTXV32wuAZC { display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #DdTbb1WyXhECDWJvD2SENPIwlyhEPWgo {  }
#ghHKWZZatTbnhaKO17Kzmxo3q8tULDsB { display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #PgeUoGC4rVKpZCWiZK9mqk2vFUlQRHmT {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #gp8QmJps48u9PpKiqMPwhNcG14J8pW2y {  }
#CbNiSx0Ie8eJmq7ns6yUgotuIIRXekga { top:22.4375rem;left:0rem;width:19.3125rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #S1btggyslCIQBK2pQMqKbtnFGTuppAlo {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lAu2T5T7T5dGyr8gTibVcmTqEl1QyQVQ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zPyUXTdyUsszRWnK1plsmxMrpbyQsGH7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qRJwQcz3JDnW2BI1zE4J5eWviE0WvJTR {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sWRVSTpc7fu4dOJfBlkkZXPHNIewttOs { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VQsDGu1DVMHODVKxxP8TJDaSSaRar7Jt {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #U4fW16buvgwUFWWrxGUoMPQ6GZ0s40x8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Td9h90ohaubKZGr6gzDNTqnDRg7RF951 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NbhtTUkDLToTsDTPXd4mpdl4XV4kaLiW {  }
#PT8ccBpCZ3HHS3fLGNzpuoWElNcKJWPF { display:block; }
#o6bbu61zka6fTG0tpJRN7PWqAmqRnZ0m { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q0TJWbN4TV5nNDgA9bZLHkRymdcg4zA6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TU5qLDK7o2HOQGVsLh4W306DB0Gui1oX {  }
#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM { display:none; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container { width:47.75rem;position:relative;display:none; }#Fq3VDuofZeofZ1LGsOg80TszyZAagJHP { top:2.9375rem;left:0rem;width:15.9375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
#y11TVbasxBSFLuSWMZ0i1KFbEbGev55h { top:3.75rem;left:0rem;width:12.75rem;height:15.9375rem;display:none; }
#zy7SyefqngBkAdEMdWiIWgMm4TZ2PuvO { top:3.75rem;left:18.9375rem;width:12.75rem;height:15.9375rem;display:none; }
#gblxd863cFNIOGe04zvUICNJJd46uHCV { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#rkmyo3tX4xeFPV3XzUdyG9WnCiT4cUyD { display:none; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK { display:none; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK > img { max-width: 100%;max-height:100%; width:; height:; }#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU { display:none; }
#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU > img { max-width: 100%;max-height:100%; width:; height:; }#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW { display:none; }
#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW > img { max-width: 100%;max-height:100%; width:; height:; }#EEm5itrDHTMNzwuMeaA2wpANB8HIJxzX { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#vzvQCkzJrqSHL8m6395GSUEOtT5hx2uC { top:3.75rem;left:18.9375rem;width:12.75rem;height:15.9375rem;display:none; }
#hW1pInIi7cN3zbcCZMJuZ9cVA9ux44i1 { top:49.625rem;left:0rem;width:18.25rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#Eet1d85PfX9tg2u5kfwflB8T3AGHSz3J { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#fI16E1BOI1lRe9C2ok52aAiUJLFCCb8w { display:block; }
#HIRtwiOgUM8ztGvS766lJCCynmFbq8I3 { display:none; }
#Kewqb2uREuuurFs6Nv9bpUk4pLAScoe3 { top:3.75rem;left:18.9375rem;width:12.75rem;height:15.9375rem;display:none; }
#rpDKmT3cw002fV0KyqxZZc5fV4arUWyD { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#SVbENyd25HvIxaFKn1LAb2lFdK4VTkGz { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#p9P0gD2KvJx3q1ZXDrdVieFivoqueByW { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#sKRoC5B5ZMJSS6A8hLPgMl01HJqB8xEN { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#Tf1s9z8H31zI1a1hbpxymHOCcrSGmXAI { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#BEMBzscvwuaX2qQaC3RFEC999Td4ZKN8 { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#b6EwL9OXqzhFP88Z4qZtXp4uv6DqQbQD { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#zMDVsGcrgMJ50rRL5kv1nNBZEs3acUHX { top:3.75rem;left:35rem;width:12.75rem;height:15.9375rem;display:none; }
#bhE7qrLGpGDFbH9wQgWfFJaP3LFF35bW { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#K6aDTHzCvxD0qhR1OFKeNkukpWH6geZJ { display:block; }
#WRaqB7FRqHTHfpdmVUDgFMafclBTwFgU { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#h39S2mncQDerTU1SnXM1Zc207tt9CJNa { display:block; }
#cB2Uct6nOW6vt75PAvOiGuzIZrDflzk2 { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#CJC7mD5lzxkOfJhI1MQZmysnXMro27MX { display:block; }
#FnRPzQppMRekfdl1PUvgGXRUSzeXTUUR { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#pMhttQmXK7yhqtV1V6nbnoP8NRQAQBrA { display:block; }
#sQVl2INputLsQ2ppZp2RUmTxlruR2pe3 { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#nh3esafyJy6axMVKipelVsAi7zg4m4Cw { display:block; }
#VPDhoLhTtwQ3t7oLwLThNfa6Fm8lSTTS { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#Vq4DRNiHm73wMiFf9BsGzMlq6VtbzxeP { display:block; }
#iHCwpUg3JJshcldEuyng9uQbOKNo4rD9 { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#EThWsbTZZ4Lc2HLGg1IN5HccBMKuQBot { display:block; }
#ITbfwGBEl9uRtqpfwZkvskkFRTHZEWJT { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#syfR3sahTzfJk1UtQDSVP5toiUJ4cSlN { display:block; }
#zMyJ9zOOBkVwKJZJVOnx0aK748hxIR9e { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#FXU8BT5f07cncKN5P2MRziSATAaVvCKE { display:block; }
#oRySxf8Bq7WNZAJn2UWTIif8Jb9AB2NC { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#miSzIAnXTrEXVFaxZhzJZ5b9L1EPcZKv { display:block; }
#zKbAWPPXIgnKX8fQfw1W8r8iZeWPrlvc { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#t6uqm0nTuVe2welrUqemErCHpR51Rnvi { display:block; }
#N1MGRsoQb0ZwBWlzPXDq5Xtm0RuZtXDw { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#gXCftImn7vrae1UsGNdfrI6styu67KFR { display:block; }
#bWygJGTfdOmrnz9doDPMSTsSprUyukfK { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#nuB1dCtvVmad4vQDlrmqOv9Cah1aNGMV { display:block; }
#UawZhuOMdutTp69fsloMX8CZxqTuGs9D { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:none; }
#cFLiPHzhtO2d2K0bTA4WTNbU8w4X4Jms { display:block; }
#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr { display:none; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { width:47.75rem;position:relative;display:none; }#ooM1ZCNN9qOhi7mQNoOvHURnlTVIzQua { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#TxsB8LLUXXQWq2wSXRVxKfxiURz86goe { width:16.4375rem;height:0.875rem;top:14.4375rem;left:0rem;font-size:0.5625rem;display:block; }
#TCEQ1AMdtkAX98crhvA7lVxCOs4NBtUx { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#hkeau1W1BS5FQndtkgwTlDKc9Ny185OM { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN { display:none; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN > img { max-width: 100%;max-height:100%; width:; height:; }#oVx5dWebxgOWXreTkcTnefKHolM2lD0x { display:none; }
#oVx5dWebxgOWXreTkcTnefKHolM2lD0x > img { max-width: 100%;max-height:100%; width:; height:; }#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA { display:none; }
#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA > img { max-width: 100%;max-height:100%; width:; height:; }#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg { display:none; }
#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg > img { max-width: 100%;max-height:100%; width:; height:; }#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ { display:none; }
#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ > img { max-width: 100%;max-height:100%; width:; height:; }#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK { display:none; }
#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK > img { max-width: 100%;max-height:100%; width:; height:; }#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK { display:none; }
#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK > img { max-width: 100%;max-height:100%; width:; height:; }#WZDWlFeo3i5qONrDDGWWvDULkKl4ipCT { width:16.375rem;height:1.5rem;top:2.125rem;left:0rem;font-size:0.5rem;display:none; }
body { position:relative;display:block; }
#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP { background-color:rgba(240,218,225,0.34);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:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.adaptive-delivery-prevent-bg, #QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.lazyload, #QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP.lazyloading { background-image: none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { background-color: transparent; background-image: none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container > .video-iframe-container { display: none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row > .video-iframe-container { display: none; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .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); }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { border-width: 0; border-radius: 0; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#QkofJl4KcyxrpALtHdTbhCCPVTqeP1uP > .row .container { width:20rem;height:22.5rem;position:relative;display:block; }#L128skr0VUAUwTd44dTgdREO1AD9SPnL { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#Iw0Kd7G5sOwz0xNhUTT3FZESJFyhOeVr { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#vbAPOI1VHccHoS0yeZ0Zd7pMJgXo1aiQ { display:flex;top:1.4648438692093rem;left:2.0000000596046rem;width:1.25rem;height:1.25rem;z-index:15152; }
#GoZsrV23540QUkoFc0ZZyHRDg2EURBJU { top:12.375rem;left:3.4375rem;width:13.125rem;height:3rem;z-index:15154;overflow:hidden;display:block; }
#KZB1VL3wzaA5e9pLMoK6d84QahKccrWd { width:4.375rem;height:8.5rem;top:0rem;left:7.8125rem;overflow:hidden;z-index:15016;display:block; }
#Bcdx0ayxiRl4dRCNAertq4FtxhLpetWW { width:16.8120625rem;height:4.62890625rem;top:15.999349594116rem;left:1.5928819775581rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:cairo;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r8wAcVCzbOAnvqEduqzsg4heo3AtAckz {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxfmgtLxbTBeUx0nalMDNrvnkOyQCiy9 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #W6D1EVnFGqM0AwMkhgAsq0BzeUAtbPqW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hmN3wFnC4hie7d5gETlrHWJr3PoiJrxU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fQTpNJOt5Ep6uuphhdsB7rMqqH9yyHfK { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bOedOXDW0L8zkCMxlZisawX9f4XPV9Ty {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vVKnoa5Viq0gGRQMJTap1aaTi89Q3B4k {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fsoU4CsnNhE5DmCqkeluvXNItPwGoLuP { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kq0TRd5QCM3DJVmNFVfcUkVugHAi9TEa {  }
#TiWLzDQNeGJ77Cvfrxn0h8yE8SVahues { display:block; }
#aQuMhtIxgHrosMZ2V5LQWtXTEnwWTWWy { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #V1zK34G0iu86OLgR8uUhciHDAz20hUq6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VE7IAw0BoT5oFsOHI29mwAFwQeTiHK8V {  }
#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G { background-color:rgba(240,218,225,0.34);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:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.adaptive-delivery-prevent-bg, #HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.lazyload, #HQPHx43xFyhSousfTVR0AyW1VUAvFR5G.lazyloading { background-image: none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { background-color: transparent; background-image: none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container > .video-iframe-container { display: none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row > .video-iframe-container { display: none; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .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); }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { border-width: 0; border-radius: 0; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#HQPHx43xFyhSousfTVR0AyW1VUAvFR5G > .row .container { width:20rem;height:42.960721969604rem;position:relative;display:block; }#nfhBdbRmbT1cQtelvypxZvnLxMg0CKp0 { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#Z3JZBiy6NIubv3szZyGkav9HcZ8VVl0K { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#xhyEt88nliSt0egZiQaIDMsDEqsoMT7w { top:5.125rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:rgba(255,255,255,0.57);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#Reql8TWJdfUG6Ha2kbkphfLvVlQR7XT2 { width:12.43275rem;height:0.81163125rem;top:35.248483657837rem;left:3.7825520634651rem;font-size:0.625rem;z-index:15019;font-family:cairo;display:block; }
#FIxoLKtviyUzoID8FAgtnWXgl94h6uQc { top:31.25rem;left:1.125rem;width:17.7744375rem;height:2.8369125rem;z-index:14992;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
#FUny7TtBFXH2U9OskUb0Amn2f91TqQhD { display:block; }
#HQPJZvs5rObvvJJmI8E1LPB79gBV3Ciw { top:11.227865219116rem;left:3.75rem;width:12.5rem;height:1.54394375rem;z-index:15153;font-family:cairo;font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#LlmMH0rdvtDymflt61QhiQ7AwdGaoJg8 { width:3.4987rem;height:3.3112rem;top:7.14453125rem;left:8.25rem;z-index:15016;overflow:hidden;display:block; }
#NpF7hRINgClVmDlePzNy0WdehfqBaQpy { top:1.0625rem;left:0rem;width:20rem;height:22.875rem;z-index:14990;background-color:rgba(255,255,255,0.57);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-regular-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;height:2.4375rem;background-color:rgba(240,218,225,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-textarea { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(240,218,225,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:cairo;font-size:0.75rem;overflow:hidden;border-top:0.0625rem solid #f0dae1;border-left:0.0625rem solid #f0dae1;border-right:0.0625rem solid #f0dae1;border-bottom:0.0625rem solid #f0dae1;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;font-family:cairo;font-weight:400;font-style:normal;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#9b7d8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-radio-label { float:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ  { width:15.5625rem;height:auto;top:15.398221969604rem;left:0.96679693460463rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15003; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .radio-container { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.6;font-family:cairo;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#b80023; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ {display:block;}#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ { width:15.5625rem;height:auto;top:15.398221969604rem;left:0.96679693460463rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15003; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mbQM4JGEwnQi7bdXPBu1odTniJnwKMFr {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #eiqMlh3VzxTRGMk29hwCwy7DTWnclEaA { display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #M0PJ75vhmu2E3tLrWwcH2wgO9FJtzQP6 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #mxbE9D1N6NH3U154TKRgWoT8I8boTqa8 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #A5ywWATPbRBV9d50d6BKRc2kCTLWRl5M { display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #KZISuqQWwkO4HANqC69gy5uUCaFpq2S2 {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #kdOG573ItxKTi9iRv6W6rLu3UMRQ6WCD {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #Lo71BnfM1ni8QElSklGWvCTXV32wuAZC { display:none; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #DdTbb1WyXhECDWJvD2SENPIwlyhEPWgo {  }
#ghHKWZZatTbnhaKO17Kzmxo3q8tULDsB { display:block; }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #PgeUoGC4rVKpZCWiZK9mqk2vFUlQRHmT {  }
#nqkTR8ee67JMVNLfvT5GuXV56dTaOuBZ #gp8QmJps48u9PpKiqMPwhNcG14J8pW2y {  }
#CbNiSx0Ie8eJmq7ns6yUgotuIIRXekga { width:19.3728125rem;height:1.54394375rem;top:3.6501731872559rem;left:0.31250005960464rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:cairo;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15022;color:#9b7d8c;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #S1btggyslCIQBK2pQMqKbtnFGTuppAlo {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lAu2T5T7T5dGyr8gTibVcmTqEl1QyQVQ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zPyUXTdyUsszRWnK1plsmxMrpbyQsGH7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qRJwQcz3JDnW2BI1zE4J5eWviE0WvJTR {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sWRVSTpc7fu4dOJfBlkkZXPHNIewttOs { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VQsDGu1DVMHODVKxxP8TJDaSSaRar7Jt {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #U4fW16buvgwUFWWrxGUoMPQ6GZ0s40x8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Td9h90ohaubKZGr6gzDNTqnDRg7RF951 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NbhtTUkDLToTsDTPXd4mpdl4XV4kaLiW {  }
#PT8ccBpCZ3HHS3fLGNzpuoWElNcKJWPF { display:block; }
#o6bbu61zka6fTG0tpJRN7PWqAmqRnZ0m { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q0TJWbN4TV5nNDgA9bZLHkRymdcg4zA6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TU5qLDK7o2HOQGVsLh4W306DB0Gui1oX {  }
#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM { background-color:#ffffff;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; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container { background-color: transparent; background-image: none; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container > .video-iframe-container { display: none; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row > .video-iframe-container { display: none; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .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); }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container { border-width: 0; border-radius: 0; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAeX2ToiQHiqqWKymEgEVo2Xz0dLwsZM > .row .container { width:20rem;height:340.9375rem;position:relative;display:block; }#Fq3VDuofZeofZ1LGsOg80TszyZAagJHP { top:2.9863300323486rem;left:2.0312500596046rem;width:15.9375rem;height:4.0625rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.5625rem;color:#9b7d8c;display:block; }
#y11TVbasxBSFLuSWMZ0i1KFbEbGev55h { width:13.75rem;height:17.1875rem;top:316.49741363526rem;left:3.1250000596046rem;z-index:15163;overflow:hidden;display:block; }
#zy7SyefqngBkAdEMdWiIWgMm4TZ2PuvO { width:13.75rem;height:17.1875rem;top:245.93533420562rem;left:3.1250000596046rem;overflow:hidden;z-index:15159;display:block; }
#gblxd863cFNIOGe04zvUICNJJd46uHCV { width:13.75rem;height:17.1875rem;top:200.06185150146rem;left:3.1250000596046rem;z-index:15161;overflow:hidden;display:block; }
#rkmyo3tX4xeFPV3XzUdyG9WnCiT4cUyD { top:0rem;left:0rem;width:20rem;height:0.3125rem;z-index:15178;background-color:rgba(142,82,133,0.67);background-image:none;display:block; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK { display:flex;top:1.8623046875rem;left:2.15625rem;width:1.3125rem;height:1.3125rem;z-index:15153;opacity:.85; }
#rhs4xzDBU7h2n3TqBpSop50vSQktdMrK > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU { display:flex;top:2.4873046875rem;left:2.78125rem;width:1.3125rem;height:1.3125rem;z-index:15154;opacity:.85; }
#Cso3XDpVNqPwbuo6S37TyiGkES2DgrFU > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW { display:flex;top:254.375rem;left:5.25rem;width:1.3125rem;height:1.3125rem;z-index:15153;opacity:.85; }
#BqUCIsUptzkvtBwlCn2rIsd8UFweIhMW > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#EEm5itrDHTMNzwuMeaA2wpANB8HIJxzX { width:13.75rem;height:17.1875rem;top:222.56186008453rem;left:3.1250000596046rem;z-index:15165;overflow:hidden;display:block; }
#vzvQCkzJrqSHL8m6395GSUEOtT5hx2uC { width:13.75rem;height:17.1875rem;top:269.31099128723rem;left:3.1250000596046rem;overflow:hidden;z-index:15163;display:block; }
#hW1pInIi7cN3zbcCZMJuZ9cVA9ux44i1 { top:130.5625rem;left:-20.8125rem;width:18.311625rem;height:2.11155rem;z-index:15019;text-align:center;text-align-last:center;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#Eet1d85PfX9tg2u5kfwflB8T3AGHSz3J { width:11.8125rem;height:3rem;top:101.1875rem;left:-16.0625rem;z-index:15181;background-color:rgba(127,82,104,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fI16E1BOI1lRe9C2ok52aAiUJLFCCb8w { display:block; }
#HIRtwiOgUM8ztGvS766lJCCynmFbq8I3 { display:flex;top:80.9375rem;left:-21.625rem;width:1.875rem;height:1.875rem;z-index:15196; }
#Kewqb2uREuuurFs6Nv9bpUk4pLAScoe3 { width:13.75rem;height:17.1875rem;top:293.43533706665rem;left:3.1250000596046rem;overflow:hidden;z-index:15165;display:block; }
#rpDKmT3cw002fV0KyqxZZc5fV4arUWyD { width:13.75rem;height:17.1875rem;top:9.4205722808837rem;left:3.1250000596046rem;z-index:15162;overflow:hidden;display:block; }
#SVbENyd25HvIxaFKn1LAb2lFdK4VTkGz { width:13.75rem;height:17.1875rem;top:152.06163024903rem;left:3.1250000596046rem;z-index:15163;overflow:hidden;display:block; }
#p9P0gD2KvJx3q1ZXDrdVieFivoqueByW { width:13.75rem;height:17.1875rem;top:174.99893951416rem;left:3.1250000596046rem;z-index:15166;overflow:hidden;display:block; }
#sKRoC5B5ZMJSS6A8hLPgMl01HJqB8xEN { width:13.75rem;height:17.1875rem;top:55.341817855835rem;left:3.1250000596046rem;z-index:15165;overflow:hidden;display:block; }
#Tf1s9z8H31zI1a1hbpxymHOCcrSGmXAI { width:13.75rem;height:17.1875rem;top:31.118705749512rem;left:3.1250000596046rem;z-index:15166;overflow:hidden;display:block; }
#BEMBzscvwuaX2qQaC3RFEC999Td4ZKN8 { width:13.75rem;height:17.1875rem;top:127.31011676788rem;left:3.1250000596046rem;z-index:15167;overflow:hidden;display:block; }
#b6EwL9OXqzhFP88Z4qZtXp4uv6DqQbQD { width:13.75rem;height:17.1875rem;top:79.187279701231rem;left:3.1250000596046rem;z-index:15165;overflow:hidden;display:block; }
#zMDVsGcrgMJ50rRL5kv1nNBZEs3acUHX { width:13.75rem;height:17.1875rem;top:103.49827575684rem;left:3.1250000596046rem;z-index:15166;overflow:hidden;display:block; }
#bhE7qrLGpGDFbH9wQgWfFJaP3LFF35bW { width:9.6875rem;height:2.37413125rem;top:145.07379150391rem;left:5.1562502980232rem;z-index:15185;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#K6aDTHzCvxD0qhR1OFKeNkukpWH6geZJ { display:block; }
#WRaqB7FRqHTHfpdmVUDgFMafclBTwFgU { width:9.1873125rem;height:2.24935rem;top:121.35959625244rem;left:5.2495663762093rem;z-index:15186;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#h39S2mncQDerTU1SnXM1Zc207tt9CJNa { display:block; }
#cB2Uct6nOW6vt75PAvOiGuzIZrDflzk2 { width:9.6875rem;height:2.37305rem;top:97.247610092163rem;left:5.1562502980232rem;z-index:15186;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CJC7mD5lzxkOfJhI1MQZmysnXMro27MX { display:block; }
#FnRPzQppMRekfdl1PUvgGXRUSzeXTUUR { width:9.6875rem;height:2.37305rem;top:73.120667457581rem;left:5.1562502980232rem;z-index:15187;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#pMhttQmXK7yhqtV1V6nbnoP8NRQAQBrA { display:block; }
#sQVl2INputLsQ2ppZp2RUmTxlruR2pe3 { width:9.6875rem;height:2.37305rem;top:48.870448112488rem;left:5.1562502980232rem;z-index:15188;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nh3esafyJy6axMVKipelVsAi7zg4m4Cw { display:block; }
#VPDhoLhTtwQ3t7oLwLThNfa6Fm8lSTTS { width:9.6875rem;height:2.37305rem;top:27.145183086395rem;left:5.1562502980232rem;z-index:15189;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Vq4DRNiHm73wMiFf9BsGzMlq6VtbzxeP { display:block; }
#iHCwpUg3JJshcldEuyng9uQbOKNo4rD9 { width:9.6875rem;height:2.37305rem;top:169.84375953674rem;left:5.1562502980232rem;z-index:15186;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#EThWsbTZZ4Lc2HLGg1IN5HccBMKuQBot { display:block; }
#ITbfwGBEl9uRtqpfwZkvskkFRTHZEWJT { width:9.6875rem;height:2.37305rem;top:192.74197387695rem;left:5.1562502980232rem;z-index:15187;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#syfR3sahTzfJk1UtQDSVP5toiUJ4cSlN { display:block; }
#zMyJ9zOOBkVwKJZJVOnx0aK748hxIR9e { width:9.6875rem;height:2.37305rem;top:218.07509994507rem;left:5.1562502980232rem;z-index:15188;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#FXU8BT5f07cncKN5P2MRziSATAaVvCKE { display:block; }
#oRySxf8Bq7WNZAJn2UWTIif8Jb9AB2NC { width:9.6875rem;height:2.37305rem;top:240.28321075439rem;left:5.1562502980232rem;z-index:15189;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#miSzIAnXTrEXVFaxZhzJZ5b9L1EPcZKv { display:block; }
#zKbAWPPXIgnKX8fQfw1W8r8iZeWPrlvc { width:9.6875rem;height:2.37305rem;top:263.69359016419rem;left:5.1562502980232rem;z-index:15190;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#t6uqm0nTuVe2welrUqemErCHpR51Rnvi { display:block; }
#N1MGRsoQb0ZwBWlzPXDq5Xtm0RuZtXDw { width:9.6875rem;height:2.37305rem;top:287.01932525635rem;left:5.1562502980232rem;z-index:15191;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#gXCftImn7vrae1UsGNdfrI6styu67KFR { display:block; }
#bWygJGTfdOmrnz9doDPMSTsSprUyukfK { width:9.6875rem;height:2.37305rem;top:311.34550857544rem;left:5.1562502980232rem;z-index:15192;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nuB1dCtvVmad4vQDlrmqOv9Cah1aNGMV { display:block; }
#UawZhuOMdutTp69fsloMX8CZxqTuGs9D { width:9.6875rem;height:2.37305rem;top:334.3804397583rem;left:5.1562502980232rem;z-index:15193;background-color:rgba(227,31,112,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#cFLiPHzhtO2d2K0bTA4WTNbU8w4X4Jms { display:block; }
#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr { 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; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { background-color: transparent; background-image: none; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container > .video-iframe-container { display: none; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row > .video-iframe-container { display: none; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .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); }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { border-width: 0; border-radius: 0; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbPNDKvKKc0Fwc5EN3xSJ0hH2ZUbR6Fr > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#ooM1ZCNN9qOhi7mQNoOvHURnlTVIzQua { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#TxsB8LLUXXQWq2wSXRVxKfxiURz86goe { width:16.4375rem;height:0.8984375rem;top:8.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:cairo;font-weight:400;font-style:normal;display:block; }
#TCEQ1AMdtkAX98crhvA7lVxCOs4NBtUx { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#hkeau1W1BS5FQndtkgwTlDKc9Ny185OM { width:20rem;height:0.81163125rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#pqwvlW1wXAdylsMPOakSy6SgdKOrENLN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#oVx5dWebxgOWXreTkcTnefKHolM2lD0x { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#oVx5dWebxgOWXreTkcTnefKHolM2lD0x > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#RD0ck4K4OrteaPGnu2ozvliCmwA3ZZGA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#O1y2Hw06TQ0cV49WHGrW0u7Rxn65fbrg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#Tpm9Nm7w5bc1SQ2Zcrnz3NOnbTa79mLQ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#q8Vx1nAnhOVnTMGpMoVemRFc3ryB1ckK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#SWJ7x7hmmqHFDCehwWpUFNSwU629OdsK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WZDWlFeo3i5qONrDDGWWvDULkKl4ipCT { width:16.4366875rem;height:0.79969375rem;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; }
