.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,255,255;--color-primary-1:243,243,243;--color-primary-2:204,204,204;--color-primary-3:189,181,175;--color-primary-4:41,41,41;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:189,181,175;--color-tertiary-2:113,109,105;--color-tertiary-3:95,95,95;--color-tertiary-4:30,30,30;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/0d910df5-c866-4a86-809f-90e08b10c4eb/healthwellbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq.adaptive-delivery-prevent-bg, #BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq.lazyload, #BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq.lazyloading { background-image: none; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container { background-color: transparent; background-image: none; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container > .video-iframe-container { display: none; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row > .video-iframe-container { display: none; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .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); }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container { border-width: 0; border-radius: 0; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#hdncyStxQQK5mHk17AnpZ1Gtzc6WngEi { position:absolute;display:block;z-index:15005;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:8.5625rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MnqHPD5ZeS6rTzbVFhekPur62AwCtov8 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.39453125rem;left:1.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wquvJuQEBUsNoeL4zQxahTXNiCydl3rm { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:63.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BeXyFJ4hLkVgHmrB5kRqTQZh5vgFOSle { color:rgba(var(--color-primary-3),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:56.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/SpYeYwQX/healthwell_clinic_cowes.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.73); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.73); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.99609375rem;left:12.0625rem;height:5.4433625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { background-color: transparent; background-image: none; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container > .video-iframe-container { display: none; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row > .video-iframe-container { display: none; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .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); }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { border-width: 0; border-radius: 0; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:48.625rem;width:29.375rem;top:5.8125rem;left:38.125rem;display:block; }
#wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#berKHmG2hkEKIPfXAXmzl914D12Arbsi { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.84375rem;left:40.625rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:49.1875rem;width:37.4375rem;top:2rem;left:7.5rem;display:block; }#c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.adaptive-delivery-prevent-bg, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyload, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyloading { background-image: none; }
#B9AofoySwaFgpIi0xBctxdhCNNPTHQTq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:45.75rem;left:40.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uDSIcan7RBJWK7TRegqimip4ivCtrdiQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.75rem;left:44.0625rem;display:block; }
#gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.75rem;left:44.0625rem;display:block; }
#iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.4375rem;left:44.0625rem;display:block; }
#rl6R6KHIXZcbBI8NUEREhgWClNTeUgV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTalIP6TlEpgAz06cvt0sggdz1J2Murf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { background-color: transparent; background-image: none; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container > .video-iframe-container { display: none; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row > .video-iframe-container { display: none; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .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); }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { border-width: 0; border-radius: 0; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { font-size:0.875rem;font-family:arial;height:98.875rem;width:75rem;position:relative;display:block; }#gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:90rem;width:29.375rem;top:6.625rem;left:7.5rem;display:block; }
#z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.9375rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sEn9PvgBbDeihkkSBCT6BwlcpN3s4KCb { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.625rem;left:10rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mSqvymoysr85Wfu4vScFs0Eu1VbfreSC { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c5e96c2-64f6-4874-b182-6444619e7ec3/ESPAmassage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:89.125rem;width:37.4375rem;top:3.5rem;left:30.0625rem;display:block; }#mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.adaptive-delivery-prevent-bg, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyload, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyloading { background-image: none; }
#mzXXNFR02ThDgStmrNVWg5xaALBvNDyL { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:9.9375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:33.625rem;left:9.375rem;height:19rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#ZaGL3Ev6F6BDhTNeUAbx1VxxKputvc9F { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:54.625rem;left:10rem;height:40.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { background-color: transparent; background-image: none; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container > .video-iframe-container { display: none; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row > .video-iframe-container { display: none; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .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); }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { border-width: 0; border-radius: 0; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:49.75rem;width:29.375rem;top:5.8125rem;left:7.5rem;display:block; }
#zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:9.9375rem;height:6.173825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#atIUkXxZ15BfMqp1dsUPqM8DWefaKTQg { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.375rem;left:10rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oEkIRDQU7vOsaFI9W80U79erRxNaWX3a { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aMLA1doJ/1200x1200_ESPA_1392_312386169_RB_1024x1024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:53.75rem;width:37.4375rem;top:3.75rem;left:30.0625rem;display:block; }#oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.adaptive-delivery-prevent-bg, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyload, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyloading { background-image: none; }
#bOrpzKR6VfhemRTzMTwoTWuA4XdoLbtW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:9.9375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:43.5rem;left:10rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { background-color: transparent; background-image: none; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container > .video-iframe-container { display: none; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row > .video-iframe-container { display: none; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .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); }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { border-width: 0; border-radius: 0; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:35.375rem;width:29.375rem;top:6.875rem;left:38.125rem;display:block; }
#gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBb8m6QLT4wD8UlRFdxSzwSFpTBEx42Q { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.4375rem;left:40.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Leeur2c3qBiQndLISyvhwk8E01ba9Uu5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5dd46df-32b0-4eb0-8bb1-ec220f4e7ae8/cryopenmhand.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:31.75rem;width:37.25rem;top:5.5625rem;left:7.5rem;display:block; }#Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.adaptive-delivery-prevent-bg, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyload, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyloading { background-image: none; }
#xvNqvAapPtoeTb6vCC6K4xFZoNrMXSFz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24rem;left:40.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { background-color: transparent; background-image: none; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container > .video-iframe-container { display: none; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row > .video-iframe-container { display: none; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .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); }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { border-width: 0; border-radius: 0; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:49.4375rem;width:29.375rem;top:6.9375rem;left:38.125rem;display:block; }
#I821FGcTresU02e08NyWczKyiJx7Wl4e { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pMFpT2CGwtpN7CVbmWh7USqXt1CfOqx3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.625rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z89GVRqUAZsGlbdrzQMxyWEGouapuHP4 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/067dd648-36cb-4a85-b0f7-f40de34a18a9/Microneedlingimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:47.4375rem;width:37.4375rem;top:4.15625rem;left:7.5rem;display:block; }#z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.adaptive-delivery-prevent-bg, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyload, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyloading { background-image: none; }
#tStTH53mlXPGGwn5T3EzRHPayotth9ri { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:42.8125rem;left:40.625rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { background-color: transparent; background-image: none; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container > .video-iframe-container { display: none; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row > .video-iframe-container { display: none; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .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); }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { border-width: 0; border-radius: 0; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:41.5625rem;width:29.375rem;top:6.9375rem;left:7.5rem;display:block; }
#ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:9.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VLdbaHkwo8KPdlvBdVhLZ0kWuNOFJzhu { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.5rem;left:10rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e9abc3ef-a1e1-4226-ba49-f0575f2d401a/Model_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:36.375rem;width:37.4375rem;top:9.5rem;left:30.0625rem;display:block; }#w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.adaptive-delivery-prevent-bg, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyload, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyloading { background-image: none; }
#Q2h6mWTriumNc3fzTDmXcpHZeRUndmT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:9.9375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LECVQyW85XokLeIkTqka5BOSFWOTqk7P { color:rgba(var(--color-tertiary-4),0.7);display:block;width:21.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:23.25rem;left:11.4375rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LECVQyW85XokLeIkTqka5BOSFWOTqk7P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LECVQyW85XokLeIkTqka5BOSFWOTqk7P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#sZ5GwPis6AINCrIS95cw37DomHEZCCry { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:28.5625rem;left:10rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb { color:rgba(var(--color-tertiary-4),0.7);display:block;width:21.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:32.5rem;left:11.4375rem;height:5.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#X2s83gXtHaIUzGllwNubRrbtxMg3qLa1 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.6875rem;left:10rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { background-color: transparent; background-image: none; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container > .video-iframe-container { display: none; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row > .video-iframe-container { display: none; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .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); }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { border-width: 0; border-radius: 0; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:35.5625rem;width:29.375rem;top:6.9375rem;left:38.125rem;display:block; }
#S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFuQcByRxh3puolh8LFzVwhRZMXnTgyS { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.625rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e65681ab-a3f5-491c-ba70-95b3fa1c80a5/Model_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:40.8125rem;width:37.4375rem;top:4.15625rem;left:7.5rem;display:block; }#Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.adaptive-delivery-prevent-bg, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyload, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyloading { background-image: none; }
#XohQA56SG1R7v1kNdXUieVAATI6NpFcG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:37.6875rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { background-color: transparent; background-image: none; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container > .video-iframe-container { display: none; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row > .video-iframe-container { display: none; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .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); }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { border-width: 0; border-radius: 0; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:79.1875rem;width:33.5rem;top:4.8125rem;left:34rem;display:block; }
#oKbkMUSNuHolyNgxqbCHTalBAHeucmun { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:36.375rem;height:6.173825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rhr4bq0n1FG0bscyZIqIw7U98fWQTb7B { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:13.875rem;left:36.375rem;height:40.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/122afa44-0f5b-4881-8d12-588509f4a862/0510_THG0042112_EA_ESPAxTLS_Shot12_flip.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:69.0625rem;width:37.4375rem;top:6.875rem;left:7.5rem;display:block; }#AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.adaptive-delivery-prevent-bg, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyload, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyloading { background-image: none; }
#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:55rem;left:37.125rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:75.1875rem;left:37.125rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#WmzQN90sQCFoHbIIw7Tg3M7ZGFvgIWTN { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:80.25rem;left:35.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7J2NaN7pCKqbELRZTgbEZX3L7sLVt5v { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:62rem;left:35.5rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { background-color: transparent; background-image: none; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container > .video-iframe-container { display: none; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row > .video-iframe-container { display: none; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .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); }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { border-width: 0; border-radius: 0; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:49.4375rem;width:29.375rem;top:6.9375rem;left:38.125rem;display:block; }
#LHiGBPa7TsztiACMQbVBeweWMu7D73MT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqWf2SIWiKZxJb655iNFy6R8bGgCLyfc { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:40.625rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/067dd648-36cb-4a85-b0f7-f40de34a18a9/Microneedlingimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:47.4375rem;width:37.4375rem;top:4.15625rem;left:7.5rem;display:block; }#iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.adaptive-delivery-prevent-bg, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyload, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyloading { background-image: none; }
#IOFxyXOEpraa6mKeNzX6zvxd3da6ZRQI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:42.8125rem;left:40.625rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/0d910df5-c866-4a86-809f-90e08b10c4eb/healthwellbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy.adaptive-delivery-prevent-bg, #ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy.lazyload, #ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy.lazyloading { background-image: none; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container { background-color: transparent; background-image: none; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container > .video-iframe-container { display: none; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row > .video-iframe-container { display: none; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .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); }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container { border-width: 0; border-radius: 0; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#NCXQLhXbG3gmT98162x0K1H9OwVGBI4e { color:rgba(var(--color-primary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6640625rem;left:55.375rem;height:4.546875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HO9Pp0SLhCLe8pHrAlsaMUbRoVG1d1VS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:11.1875rem;top:0.28125rem;left:0.771484375rem;overflow:hidden;display:block; }
#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { background-color: transparent; background-image: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container > .video-iframe-container { display: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container { display: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .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); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { border-width: 0; border-radius: 0; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:32.8125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq { display:block; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hdncyStxQQK5mHk17AnpZ1Gtzc6WngEi { width:24.125rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnqHPD5ZeS6rTzbVFhekPur62AwCtov8 { width:47.75rem;height:1.21875rem;top:11.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wquvJuQEBUsNoeL4zQxahTXNiCydl3rm { width:11.25rem;height:1.625rem;top:1.6875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeXyFJ4hLkVgHmrB5kRqTQZh5vgFOSle { width:18.5rem;height:1.625rem;top:3.3125rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:47.75rem;height:5.4433625rem;top:8.9375rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK { display:block; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { width:47.75rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { width:29.375rem;height:44.3125rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { width:24.375rem;height:8.285125rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #berKHmG2hkEKIPfXAXmzl914D12Arbsi { width:24.375rem;height:11.19725rem;top:16.1875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U { width:37.4375rem;height:49.1875rem;top:2rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.adaptive-delivery-prevent-bg, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyload, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #B9AofoySwaFgpIi0xBctxdhCNNPTHQTq { width:24.375rem;height:4.7988375rem;top:42.8125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDSIcan7RBJWK7TRegqimip4ivCtrdiQ { width:17.5rem;height:3.4375rem;top:28.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block; }
 }@media only screen and (max-width: 1199px) { #IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { width:17.5rem;height:3.4375rem;top:33.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block; }
 }@media only screen and (max-width: 1199px) { #VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { width:17.5rem;height:3.4375rem;top:37.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rl6R6KHIXZcbBI8NUEREhgWClNTeUgV6 { display:block; }
 }@media only screen and (max-width: 1199px) { #UTalIP6TlEpgAz06cvt0sggdz1J2Murf { display:block; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { width:47.75rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { width:29.375rem;height:97.625rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEn9PvgBbDeihkkSBCT6BwlcpN3s4KCb { width:24.375rem;height:19.1953125rem;top:12.8125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC { width:37.4375rem;height:89.125rem;top:2.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c5e96c2-64f6-4874-b182-6444619e7ec3/ESPAmassage.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.adaptive-delivery-prevent-bg, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyload, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #mzXXNFR02ThDgStmrNVWg5xaALBvNDyL { width:24.375rem;height:2.76171875rem;top:8.94921875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVvoaS1111SQgcSf6RL0TT0dA8cXttgu { width:24.375rem;height:20.0956875rem;top:33.75rem;left:23.375rem;font-size:1rem;display:block; }#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #ZaGL3Ev6F6BDhTNeUAbx1VxxKputvc9F { width:24.375rem;height:46.388675rem;top:54.375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt { display:block; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { width:47.75rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { width:29.375rem;height:57.5rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { width:24.375rem;height:5.5234375rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atIUkXxZ15BfMqp1dsUPqM8DWefaKTQg { width:24.375rem;height:27.19335rem;top:15.7763671875rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a { width:37.4375rem;height:53.75rem;top:3.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/e3wqZHP5/1200x1200_ESPA_1392_312386169_RB_1024x1024.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.adaptive-delivery-prevent-bg, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyload, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #bOrpzKR6VfhemRTzMTwoTWuA4XdoLbtW { width:24.375rem;height:2.76171875rem;top:11.7109375rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD { width:24.375rem;height:11.160125rem;top:46.02734375rem;left:20.875rem;font-size:1rem;display:block; }#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr { display:block; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { width:47.75rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { width:29.375rem;height:34.6875rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBb8m6QLT4wD8UlRFdxSzwSFpTBEx42Q { width:24.375rem;height:4.798825rem;top:14.25rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5 { width:31.0625rem;height:26.4375rem;top:7.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5dd46df-32b0-4eb0-8bb1-ec220f4e7ae8/cryopenmhand.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.adaptive-delivery-prevent-bg, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyload, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #xvNqvAapPtoeTb6vCC6K4xFZoNrMXSFz { width:24.375rem;height:2.76171875rem;top:9.8125rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbaIrhJ114gtlRaW7E11DANoHyfTZSXU { width:24.375rem;height:14.984375rem;top:20.2578125rem;left:21.625rem;font-size:1rem;display:block; }#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF { display:block; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { width:47.75rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { width:29.375rem;height:52.25rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I821FGcTresU02e08NyWczKyiJx7Wl4e { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMFpT2CGwtpN7CVbmWh7USqXt1CfOqx3 { width:24.375rem;height:28.792975rem;top:13.3525390625rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4 { width:37.4375rem;height:47.4375rem;top:4.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/067dd648-36cb-4a85-b0f7-f40de34a18a9/Microneedlingimage.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.adaptive-delivery-prevent-bg, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyload, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #tStTH53mlXPGGwn5T3EzRHPayotth9ri { width:24.375rem;height:2.76171875rem;top:8.94921875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig { width:24.375rem;height:11.160125rem;top:44.1875rem;left:21.625rem;font-size:1rem;display:block; }#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #QykDuUuXT45dH549ckZb6ilp2e9EqzA1 { display:block; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { width:29.375rem;height:41.0625rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { width:24.375rem;height:5.5234375rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLdbaHkwo8KPdlvBdVhLZ0kWuNOFJzhu { width:24.375rem;height:3.19921875rem;top:18.125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO { width:37.4375rem;height:36.375rem;top:9.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e9abc3ef-a1e1-4226-ba49-f0575f2d401a/Model_1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.adaptive-delivery-prevent-bg, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyload, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #Q2h6mWTriumNc3fzTDmXcpHZeRUndmT0 { width:24.375rem;height:5.5234375rem;top:11.7109375rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LECVQyW85XokLeIkTqka5BOSFWOTqk7P { width:24.375rem;height:4.9375rem;top:22.44921875rem;left:22.75rem;font-size:1rem;display:block; }#LECVQyW85XokLeIkTqka5BOSFWOTqk7P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #sZ5GwPis6AINCrIS95cw37DomHEZCCry { width:24.375rem;height:3.199225rem;top:28.92578125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb { width:21rem;height:6.25rem;top:34rem;left:22.5625rem;font-size:1rem;display:block; }#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #X2s83gXtHaIUzGllwNubRrbtxMg3qLa1 { width:24.375rem;height:3.19921875rem;top:41.8125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL { display:block; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { width:29.375rem;height:38.6875rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFuQcByRxh3puolh8LFzVwhRZMXnTgyS { width:24.375rem;height:23.9941125rem;top:13.75rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4 { width:37.4375rem;height:40.8125rem;top:4.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e65681ab-a3f5-491c-ba70-95b3fa1c80a5/Model_3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.adaptive-delivery-prevent-bg, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyload, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #XohQA56SG1R7v1kNdXUieVAATI6NpFcG { width:24.375rem;height:2.76171875rem;top:9.5rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSLRNetbyTH39lDVTHFTfThlT8bFQnwq { width:24.375rem;height:1.5996125rem;top:39.1875rem;left:21.625rem;font-size:1rem;display:block; }#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH { display:block; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { width:47.75rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { width:29.375rem;height:93.9375rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKbkMUSNuHolyNgxqbCHTalBAHeucmun { width:24.375rem;height:5.5234375rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rhr4bq0n1FG0bscyZIqIw7U98fWQTb7B { width:24.375rem;height:52.78710625rem;top:12.9990234375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI { width:37.4375rem;height:89.8125rem;top:6.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/122afa44-0f5b-4881-8d12-588509f4a862/0510_THG0042112_EA_ESPAxTLS_Shot12_flip.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.adaptive-delivery-prevent-bg, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyload, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks { width:24.375rem;height:8.875rem;top:67.125rem;left:21.625rem;font-size:1rem;display:block; }#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #ZS056vku4yErbVFbqVCRUfNH8XekW8u0 { width:24.375rem;height:3.625rem;top:89.1875rem;left:21.625rem;font-size:1rem;display:block; }#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #WmzQN90sQCFoHbIIw7Tg3M7ZGFvgIWTN { width:24.375rem;height:3.19921875rem;top:94.5625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7J2NaN7pCKqbELRZTgbEZX3L7sLVt5v { width:24.375rem;height:12.7968875rem;top:74.91015625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz { display:block; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { width:47.75rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { width:29.375rem;height:52.1875rem;top:4.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHiGBPa7TsztiACMQbVBeweWMu7D73MT { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqWf2SIWiKZxJb655iNFy6R8bGgCLyfc { width:24.375rem;height:28.792975rem;top:13.3525390625rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw { width:37.4375rem;height:47.4375rem;top:4.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/067dd648-36cb-4a85-b0f7-f40de34a18a9/Microneedlingimage.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.adaptive-delivery-prevent-bg, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyload, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #IOFxyXOEpraa6mKeNzX6zvxd3da6ZRQI { width:24.375rem;height:2.76171875rem;top:9.6875rem;left:21.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 { width:20.8125rem;height:11.160125rem;top:43.71484375rem;left:23.375rem;font-size:1rem;display:block; }#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy { display:block; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NCXQLhXbG3gmT98162x0K1H9OwVGBI4e { width:19.625rem;height:4.546875rem;top:1.125rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HO9Pp0SLhCLe8pHrAlsaMUbRoVG1d1VS { width:11.1875rem;height:7.3125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:9.3125rem;height:0.8125rem;top:0rem;left:19.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq { display:block; }#BafpzvpTCKQiW8wvxoDThDNDVzTu4Afq > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdncyStxQQK5mHk17AnpZ1Gtzc6WngEi { width:18.9375rem;height:6.625rem;top:6.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnqHPD5ZeS6rTzbVFhekPur62AwCtov8 { width:20rem;height:8.796875rem;top:13.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wquvJuQEBUsNoeL4zQxahTXNiCydl3rm { width:11.25rem;height:1.25rem;top:2.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BeXyFJ4hLkVgHmrB5kRqTQZh5vgFOSle { width:18.5rem;height:1.25rem;top:3.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/SpYeYwQX/healthwell_clinic_cowes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:20rem;height:2.1875rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK { display:block; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { width:20rem;height:55.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { width:18.75rem;height:7.7988125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #berKHmG2hkEKIPfXAXmzl914D12Arbsi { width:18.125rem;height:15.996125rem;top:15.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U { width:20rem;height:17.3125rem;top:59.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.adaptive-delivery-prevent-bg, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyload, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B9AofoySwaFgpIi0xBctxdhCNNPTHQTq { width:20rem;height:4.7988375rem;top:50.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDSIcan7RBJWK7TRegqimip4ivCtrdiQ { width:17.5rem;height:3.4375rem;top:33.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block; }
 }@media only screen and (max-width: 763px) { #IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { width:17.5rem;height:3.4375rem;top:37.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block; }
 }@media only screen and (max-width: 763px) { #VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { width:17.5rem;height:3.4375rem;top:42.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6R6KHIXZcbBI8NUEREhgWClNTeUgV6 { display:block; }
 }@media only screen and (max-width: 763px) { #UTalIP6TlEpgAz06cvt0sggdz1J2Murf { display:block; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { width:20rem;height:127.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { width:20rem;height:124rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { width:18.75rem;height:2.5996125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEn9PvgBbDeihkkSBCT6BwlcpN3s4KCb { width:18.125rem;height:25.59375rem;top:9.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.adaptive-delivery-prevent-bg, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyload, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mzXXNFR02ThDgStmrNVWg5xaALBvNDyL { width:20rem;height:1.8681625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVvoaS1111SQgcSf6RL0TT0dA8cXttgu { width:18.875rem;height:28.09375rem;top:37.4375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #ZaGL3Ev6F6BDhTNeUAbx1VxxKputvc9F { width:19.125rem;height:57.585925rem;top:66.5234375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt { display:block; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { width:20rem;height:63.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { width:18.75rem;height:5.19921875rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIUkXxZ15BfMqp1dsUPqM8DWefaKTQg { width:18.125rem;height:36.7910375rem;top:12.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.adaptive-delivery-prevent-bg, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyload, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bOrpzKR6VfhemRTzMTwoTWuA4XdoLbtW { width:20rem;height:1.8681625rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD { width:20rem;height:11.160125rem;top:50.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr { display:block; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { width:20rem;height:37.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { width:18.75rem;height:2.5996125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBb8m6QLT4wD8UlRFdxSzwSFpTBEx42Q { width:18.125rem;height:6.3984375rem;top:12.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5 { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.adaptive-delivery-prevent-bg, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyload, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xvNqvAapPtoeTb6vCC6K4xFZoNrMXSFz { width:20rem;height:1.8681625rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbaIrhJ114gtlRaW7E11DANoHyfTZSXU { width:20rem;height:14.984375rem;top:21rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF { display:block; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { width:20rem;height:60.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I821FGcTresU02e08NyWczKyiJx7Wl4e { width:18.75rem;height:2.5996125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMFpT2CGwtpN7CVbmWh7USqXt1CfOqx3 { width:18.125rem;height:38.39064375rem;top:9.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4 { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.adaptive-delivery-prevent-bg, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyload, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tStTH53mlXPGGwn5T3EzRHPayotth9ri { width:20rem;height:1.8681625rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig { width:20rem;height:11.160125rem;top:48.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #QykDuUuXT45dH549ckZb6ilp2e9EqzA1 { display:block; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { width:20rem;height:39.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { width:18.75rem;height:5.19921875rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdbaHkwo8KPdlvBdVhLZ0kWuNOFJzhu { width:18.125rem;height:3.19921875rem;top:12.421875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.adaptive-delivery-prevent-bg, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyload, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q2h6mWTriumNc3fzTDmXcpHZeRUndmT0 { width:20rem;height:3.736325rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECVQyW85XokLeIkTqka5BOSFWOTqk7P { width:17.8125rem;height:4.9375rem;top:16.5rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;display:block; }#LECVQyW85XokLeIkTqka5BOSFWOTqk7P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #sZ5GwPis6AINCrIS95cw37DomHEZCCry { width:18.875rem;height:3.199225rem;top:22.625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb { width:18.25rem;height:6.25rem;top:27.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;display:block; }#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #X2s83gXtHaIUzGllwNubRrbtxMg3qLa1 { width:19.125rem;height:4.798825rem;top:34.8125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL { display:block; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { width:20rem;height:46.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { width:18.75rem;height:2.5996125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFuQcByRxh3puolh8LFzVwhRZMXnTgyS { width:18.125rem;height:31.99221875rem;top:9.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4 { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.adaptive-delivery-prevent-bg, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyload, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XohQA56SG1R7v1kNdXUieVAATI6NpFcG { width:20rem;height:1.8681625rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSLRNetbyTH39lDVTHFTfThlT8bFQnwq { width:17.625rem;height:1.5996125rem;top:43.625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH { display:block; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { width:20rem;height:110.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKbkMUSNuHolyNgxqbCHTalBAHeucmun { width:18.75rem;height:5.19921875rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhr4bq0n1FG0bscyZIqIw7U98fWQTb7B { width:18.125rem;height:63.98446875rem;top:8.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.adaptive-delivery-prevent-bg, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyload, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks { width:20rem;height:8.875rem;top:74.171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;display:block; }#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #ZS056vku4yErbVFbqVCRUfNH8XekW8u0 { width:20rem;height:3.625rem;top:101.234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;display:block; }#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #WmzQN90sQCFoHbIIw7Tg3M7ZGFvgIWTN { width:20rem;height:3.19921875rem;top:106.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7J2NaN7pCKqbELRZTgbEZX3L7sLVt5v { width:20rem;height:15.99610625rem;top:83.046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz { display:block; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { width:20rem;height:60.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiGBPa7TsztiACMQbVBeweWMu7D73MT { width:18.75rem;height:2.5996125rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqWf2SIWiKZxJb655iNFy6R8bGgCLyfc { width:18.125rem;height:38.39064375rem;top:9.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw { width:20rem;height:17.3125rem;top:86.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/80TNPVPM/Laura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.adaptive-delivery-prevent-bg, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyload, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IOFxyXOEpraa6mKeNzX6zvxd3da6ZRQI { width:20rem;height:1.8681625rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 { width:20rem;height:11.160125rem;top:48.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy { display:block; }#ofER3q8JpXcxzJbJVMdTkAoBKVqMXGIy > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCXQLhXbG3gmT98162x0K1H9OwVGBI4e { width:20rem;height:3.5rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HO9Pp0SLhCLe8pHrAlsaMUbRoVG1d1VS { width:9.25rem;height:6.125rem;top:1.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:9.3125rem;height:0.625rem;top:1.25rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1;display:block; }
 }