.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f3f3f3;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); }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN { position:relative;display:block; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN { background-color: transparent; background-image: none; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container > .video-iframe-container { display: none; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row > .video-iframe-container { display: none; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .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); }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN { border-width: 0; border-radius: 0; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container { border-top:0 solid #bdb5af;border-left:0 solid #bdb5af;border-right:0 solid #bdb5af;border-bottom:1px solid #bdb5af;background-color:#f3f3f3;background-image:none;font-size:14px;font-family:arial;height:46px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GoKsNXfOJzvgb4vaqUlzLrpxBX4c462M { color:#bdb5af;display:block;width:180px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10px;left:0px;height:26px;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; }
#d6f42cRvSOxAnONuaWgqMqHvcwMriOAN { color:#bdb5af;display:block;width:296px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10px;left:664px;height:26px;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; }
#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bdb5af;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; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container { background-color: transparent; background-image: none; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container > .video-iframe-container { display: none; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row > .video-iframe-container { display: none; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .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); }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container { border-width: 0; border-radius: 0; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container { font-size:14px;font-family:arial;height:274px;width:960px;position:relative;display:block; }#Nwm98i0x6pCdPrcQ7bAnUlo7ctt5MnzI { 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:182px;width:495px;top:46px;left:232.5px;overflow:hidden;display:block; }
#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE { position:relative;display:block; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE { background-color: transparent; background-image: none; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container > .video-iframe-container { display: none; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row > .video-iframe-container { display: none; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .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); }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE { border-width: 0; border-radius: 0; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container { border-top:1px solid #bdb5af;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;font-size:14px;font-family:arial;height:36px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eg2sWbOTpVTtryqiIKp6CgqxG5yXP6WG { color:#5f5f5f;display:block;width:109px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5px;left:0px;height:26px;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; }
#HbPmh32FwvZNxqI98BkBtHuBm657cNpn { color:#5f5f5f;display:block;width:67px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5px;left:132px;height:26px;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; }
#r2vB10PEHEg0e7wyygS1BWlhwmAvmyO2 { color:#5f5f5f;display:block;width:99px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5px;left:213px;height:26px;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; }
#kyoBwXV7935lqd7kZsxTFqKfXVa37gxy { color:#5f5f5f;display:block;width:179px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5px;left:327px;height:26px;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; }
#KsWeG6pLMmNQ3CFkDkeAcUra6k5Aia6m { color:#5f5f5f;display:block;width:148px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5px;left:812px;height:26px;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; }
#sGEAHCJ7EDNylSV1qpiZOSEPMnnz0AZO { color:#5f5f5f;display:block;width:122px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5px;left:717px;height:26px;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; }
#IKkWov1ERJp20ICoLKGTnAOoBZzGTUyF { color:#5f5f5f;display:block;width:202px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4px;left:515px;height:26px;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; }
#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(189,181,175,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(189,181,175,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:14px;font-family:arial;height:492px;width:960px;overflow:visible;position:relative;display:block; }#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:#1e1e1e;display:block;width:814px;position:absolute;font-family:roboto;font-size:67px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:289px;left:73px;height:87.0938px;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:#f3f3f3;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:14px;font-family:arial;height:928px;width:960px;position:relative;display:block; }#X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:778px;width:470px;top:93px;left:490px;display:block; }
#wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:117px;left:529px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:301.5px;left:530px;height:168px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:787px;width:599px;top:32px;left:0px;display:block; }#c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.adaptive-delivery-prevent-bg, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyload, #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U.lazyloading { background-image: none; }
#B9AofoySwaFgpIi0xBctxdhCNNPTHQTq { color:rgba(30,30,30,0.7);display:block;width:379px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:732px;left:535.5px;height:72px;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:#cccccc;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:508px;left:585px;display:block; }
#gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { background-color:#cccccc;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:588px;left:585px;display:block; }
#iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { background-color:#cccccc;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:663px;left:585px;display:block; }
#rl6R6KHIXZcbBI8NUEREhgWClNTeUgV6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UTalIP6TlEpgAz06cvt0sggdz1J2Murf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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:14px;font-family:arial;height:1582px;width:960px;position:relative;display:block; }#gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:1440px;width:470px;top:106px;left:0px;display:block; }
#z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:130px;left:39px;height:49.3906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:250px;left:40px;height:264px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:1426px;width:599px;top:56px;left:361px;display:block; }#mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.adaptive-delivery-prevent-bg, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyload, #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC.lazyloading { background-image: none; }
#mzXXNFR02ThDgStmrNVWg5xaALBvNDyL { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:189px;left:39px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:538px;left:30px;height:304px;text-align:left;text-align-last:left;font-style:normal;display:block; }#kVvoaS1111SQgcSf6RL0TT0dA8cXttgu li:not(:first-child){ padding-top:5px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:874px;left:40px;height:648px;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:#f3f3f3;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:14px;font-family:arial;height:1000px;width:960px;position:relative;display:block; }#qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:796px;width:470px;top:93px;left:0px;display:block; }
#zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:117px;left:39px;height:98.7812px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:262px;left:40px;height:408px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:860px;width:599px;top:60px;left:361px;display:block; }#oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.adaptive-delivery-prevent-bg, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyload, #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a.lazyloading { background-image: none; }
#bOrpzKR6VfhemRTzMTwoTWuA4XdoLbtW { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:215px;left:39px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:696px;left:40px;height:169px;text-align:left;text-align-last:left;font-style:normal;display:block; }#hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD li:not(:first-child){ padding-top:5px;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:#f3f3f3;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:14px;font-family:arial;height:739px;width:960px;position:relative;display:block; }#QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:566px;width:470px;top:110px;left:490px;display:block; }
#gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:134px;left:529px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:279px;left:530px;height:72px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:508px;width:596px;top:89px;left:0px;display:block; }#Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.adaptive-delivery-prevent-bg, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyload, #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5.lazyloading { background-image: none; }
#xvNqvAapPtoeTb6vCC6K4xFZoNrMXSFz { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:197px;left:529px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:384px;left:530px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#LbaIrhJ114gtlRaW7E11DANoHyfTZSXU li:not(:first-child){ padding-top:5px;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:#f3f3f3;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:14px;font-family:arial;height:952px;width:960px;position:relative;display:block; }#b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:791px;width:470px;top:111px;left:490px;display:block; }
#I821FGcTresU02e08NyWczKyiJx7Wl4e { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:135px;left:529px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:255px;left:530px;height:408px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:759px;width:599px;top:66.5px;left:0px;display:block; }#z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.adaptive-delivery-prevent-bg, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyload, #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4.lazyloading { background-image: none; }
#tStTH53mlXPGGwn5T3EzRHPayotth9ri { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:194px;left:529px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:685px;left:530px;height:169px;text-align:left;text-align-last:left;font-style:normal;display:block; }#OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig li:not(:first-child){ padding-top:5px;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:#f3f3f3;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:14px;font-family:arial;height:855px;width:960px;position:relative;display:block; }#gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:665px;width:470px;top:111px;left:0px;display:block; }
#ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:135px;left:39px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:312px;left:40px;height:48px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:582px;width:599px;top:152px;left:361px;display:block; }#w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.adaptive-delivery-prevent-bg, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyload, #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO.lazyloading { background-image: none; }
#Q2h6mWTriumNc3fzTDmXcpHZeRUndmT0 { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:248px;left:39px;height:29.8906px;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(30,30,30,0.7);display:block;width:344px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:372px;left:63px;height:75px;text-align:left;text-align-last:left;font-style:normal;display:block; }#LECVQyW85XokLeIkTqka5BOSFWOTqk7P li:not(:first-child){ padding-top:5px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:457px;left:40px;height:48px;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(30,30,30,0.7);display:block;width:344px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:520px;left:63px;height:95px;text-align:left;text-align-last:left;font-style:normal;display:block; }#e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb li:not(:first-child){ padding-top:5px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:635px;left:40px;height:48px;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:#f3f3f3;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:14px;font-family:arial;height:797px;width:960px;position:relative;display:block; }#bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:569px;width:470px;top:111px;left:490px;display:block; }
#S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:135px;left:529px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:255px;left:530px;height:312px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:653px;width:599px;top:66.5px;left:0px;display:block; }#Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.adaptive-delivery-prevent-bg, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyload, #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4.lazyloading { background-image: none; }
#XohQA56SG1R7v1kNdXUieVAATI6NpFcG { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:194px;left:529px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:603px;left:529px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RSLRNetbyTH39lDVTHFTfThlT8bFQnwq li:not(:first-child){ padding-top:5px;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:#f3f3f3;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:14px;font-family:arial;height:1409px;width:960px;position:relative;display:block; }#X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:1267px;width:536px;top:77px;left:424px;display:block; }
#oKbkMUSNuHolyNgxqbCHTalBAHeucmun { color:#1e1e1e;display:block;width:466px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:101px;left:462px;height:98.7812px;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(30,30,30,0.7);display:block;width:463px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:222px;left:462px;height:648px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:1105px;width:599px;top:110px;left:0px;display:block; }#AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.adaptive-delivery-prevent-bg, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyload, #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI.lazyloading { background-image: none; }
#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks { color:rgba(30,30,30,0.7);display:block;width:435px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:880px;left:474.5px;height:135px;text-align:left;text-align-last:left;font-style:normal;display:block; }#tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks li:not(:first-child){ padding-top:5px;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(30,30,30,0.7);display:block;width:435px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1203px;left:474.5px;height:55px;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZS056vku4yErbVFbqVCRUfNH8XekW8u0 li:not(:first-child){ padding-top:5px;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(30,30,30,0.7);display:block;width:457px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:1284px;left:453.5px;height:24px;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(30,30,30,0.7);display:block;width:487px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:992px;left:448.5px;height:192px;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:#f3f3f3;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:14px;font-family:arial;height:952px;width:960px;position:relative;display:block; }#k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.25) ;height:791px;width:470px;top:111px;left:490px;display:block; }
#LHiGBPa7TsztiACMQbVBeweWMu7D73MT { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:135px;left:529px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:255px;left:530px;height:408px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 10px 20px rgba(0,0,0,0.5) ;height:759px;width:599px;top:66.5px;left:0px;display:block; }#iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.adaptive-delivery-prevent-bg, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyload, #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw.lazyloading { background-image: none; }
#IOFxyXOEpraa6mKeNzX6zvxd3da6ZRQI { color:#1e1e1e;display:block;width:420px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:194px;left:529px;height:29.8906px;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(30,30,30,0.7);display:block;width:390px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:685px;left:530px;height:169px;text-align:left;text-align-last:left;font-style:normal;display:block; }#rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 li:not(:first-child){ padding-top:5px;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); }
#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL { border-top:0 solid #bdb5af;border-left:0 solid #bdb5af;border-right:0 solid #bdb5af;border-bottom:1px solid #bdb5af;background-color:#bdb5af;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; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container { background-color: transparent; background-image: none; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container > .video-iframe-container { display: none; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row > .video-iframe-container { display: none; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .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); }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container { border-width: 0; border-radius: 0; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container { font-size:14px;font-family:arial;height:126px;width:960px;position:relative;display:block; }#f1gsa6bWDB8g4Cl7o4EAfepmUvLEtgli { color:#ffffff;display:block;width:314px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36px;left:646px;height:72.75px;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; }
#Lp9sxRA1olx10A6dWpJuJFy0l6Ehe90F { 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:68px;width:185px;top:28px;left:0px;overflow:hidden;display:block; }
#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { border-top:0 solid #bdb5af;border-left:0 solid #bdb5af;border-right:0 solid #bdb5af;border-bottom:1px solid #bdb5af;background-color:#bdb5af;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:14px;font-family:arial;height:15px;width:960px;position:relative;display:block; }#OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { color:#ffffff;display:block;width:149px;position:absolute;font-family:lato;font-size:10px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:405.5px;height:13px;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: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #p3sb6FING1f5LDlogbuPPhVEUupTlTvN { display:block; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GoKsNXfOJzvgb4vaqUlzLrpxBX4c462M { width:180px;height:26px;top:10px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #d6f42cRvSOxAnONuaWgqMqHvcwMriOAN { width:296px;height:26px;top:10px;left:468px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 { display:block; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Nwm98i0x6pCdPrcQ7bAnUlo7ctt5MnzI { width:495px;height:182px;top:46px;left:134.5px;display:block; }
 }@media only screen and (max-width: 959px) { #QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE { display:block; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eg2sWbOTpVTtryqiIKp6CgqxG5yXP6WG { width:109px;height:26px;top:5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #HbPmh32FwvZNxqI98BkBtHuBm657cNpn { width:67px;height:26px;top:5px;left:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #r2vB10PEHEg0e7wyygS1BWlhwmAvmyO2 { width:99px;height:26px;top:5px;left:115px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #kyoBwXV7935lqd7kZsxTFqKfXVa37gxy { width:179px;height:26px;top:5px;left:229px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #KsWeG6pLMmNQ3CFkDkeAcUra6k5Aia6m { width:148px;height:26px;top:5px;left:585px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #sGEAHCJ7EDNylSV1qpiZOSEPMnnz0AZO { width:122px;height:26px;top:5px;left:619px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #IKkWov1ERJp20ICoLKGTnAOoBZzGTUyF { width:202px;height:0;top:4px;left:417px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:764px;height:;top:289px;left:0px;font-size:67px;display:block; }
 }@media only screen and (max-width: 959px) { #KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK { display:block; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #berKHmG2hkEKIPfXAXmzl914D12Arbsi { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U { width:599px;height:787px;top:32px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #B9AofoySwaFgpIi0xBctxdhCNNPTHQTq { width:390px;height:75px;top:736px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #uDSIcan7RBJWK7TRegqimip4ivCtrdiQ { width:280px;height:55px;top:508px;left:484px;display:block; }
 }@media only screen and (max-width: 959px) { #gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block; }
 }@media only screen and (max-width: 959px) { #IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { width:280px;height:55px;top:588px;left:484px;display:block; }
 }@media only screen and (max-width: 959px) { #iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block; }
 }@media only screen and (max-width: 959px) { #VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { width:280px;height:55px;top:663px;left:484px;display:block; }
 }@media only screen and (max-width: 959px) { #rl6R6KHIXZcbBI8NUEREhgWClNTeUgV6 { display:block; }
 }@media only screen and (max-width: 959px) { #UTalIP6TlEpgAz06cvt0sggdz1J2Murf { display:block; }#UTalIP6TlEpgAz06cvt0sggdz1J2Murf > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #sEn9PvgBbDeihkkSBCT6BwlcpN3s4KCb { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC { width:599px;height:1426px;top:56px;left:165px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #mzXXNFR02ThDgStmrNVWg5xaALBvNDyL { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #kVvoaS1111SQgcSf6RL0TT0dA8cXttgu { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #ZaGL3Ev6F6BDhTNeUAbx1VxxKputvc9F { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt { display:block; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #atIUkXxZ15BfMqp1dsUPqM8DWefaKTQg { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a { width:599px;height:860px;top:60px;left:165px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #bOrpzKR6VfhemRTzMTwoTWuA4XdoLbtW { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr { display:block; }#Hbwg0rLrg6SyuCCa8FsScOTDSdVUm4Rr > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #FBb8m6QLT4wD8UlRFdxSzwSFpTBEx42Q { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5 { width:596px;height:508px;top:89px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.jpg");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: 959px) { #xvNqvAapPtoeTb6vCC6K4xFZoNrMXSFz { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #LbaIrhJ114gtlRaW7E11DANoHyfTZSXU { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF { display:block; }#MbnSZt6VVI9eCPs9lM7CW9FzPWzbBHrF > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #I821FGcTresU02e08NyWczKyiJx7Wl4e { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #pMFpT2CGwtpN7CVbmWh7USqXt1CfOqx3 { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4 { width:599px;height:759px;top:66px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #tStTH53mlXPGGwn5T3EzRHPayotth9ri { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #QykDuUuXT45dH549ckZb6ilp2e9EqzA1 { display:block; }#QykDuUuXT45dH549ckZb6ilp2e9EqzA1 > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #VLdbaHkwo8KPdlvBdVhLZ0kWuNOFJzhu { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO { width:599px;height:582px;top:152px;left:165px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #Q2h6mWTriumNc3fzTDmXcpHZeRUndmT0 { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #LECVQyW85XokLeIkTqka5BOSFWOTqk7P { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #sZ5GwPis6AINCrIS95cw37DomHEZCCry { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #X2s83gXtHaIUzGllwNubRrbtxMg3qLa1 { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL { display:block; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #NFuQcByRxh3puolh8LFzVwhRZMXnTgyS { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4 { width:599px;height:653px;top:66px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #XohQA56SG1R7v1kNdXUieVAATI6NpFcG { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #RSLRNetbyTH39lDVTHFTfThlT8bFQnwq { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH { display:block; }#ZWU6KXXJKoEeXhpZTowvwxWMvB3AtlQH > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #oKbkMUSNuHolyNgxqbCHTalBAHeucmun { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #Rhr4bq0n1FG0bscyZIqIw7U98fWQTb7B { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI { width:599px;height:1105px;top:110px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #tt1lsaBHcXbop3hb0MkxmZiXTtlB3Wks { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #ZS056vku4yErbVFbqVCRUfNH8XekW8u0 { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #WmzQN90sQCFoHbIIw7Tg3M7ZGFvgIWTN { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #g7J2NaN7pCKqbELRZTgbEZX3L7sLVt5v { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz { display:block; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { width:764px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { width:470px;height:760px;top:77px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #LHiGBPa7TsztiACMQbVBeweWMu7D73MT { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #nqWf2SIWiKZxJb655iNFy6R8bGgCLyfc { width:390px;height:100px;top:333px;left:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw { width:599px;height:759px;top:66px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dpVzSwJW/Tom.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: 959px) { #IOFxyXOEpraa6mKeNzX6zvxd3da6ZRQI { width:390px;height:44px;top:99px;left:346px;font-size:34px;display:block; }
 }@media only screen and (max-width: 959px) { #rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 { width:390px;height:100px;top:333px;left:346px;font-size:16px;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: 959px) { #xJQVbOpA1FsRMpl4Duap8AaM0cctZicL { display:block; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #f1gsa6bWDB8g4Cl7o4EAfepmUvLEtgli { width:314px;height:72px;top:18px;left:450px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #Lp9sxRA1olx10A6dWpJuJFy0l6Ehe90F { width:185px;height:68px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:149px;height:13px;top:0px;left:307.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p3sb6FING1f5LDlogbuPPhVEUupTlTvN { display:block; }#p3sb6FING1f5LDlogbuPPhVEUupTlTvN > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoKsNXfOJzvgb4vaqUlzLrpxBX4c462M { width:180px;height:20px;top:20px;left:70px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #d6f42cRvSOxAnONuaWgqMqHvcwMriOAN { width:296px;height:20px;top:60px;left:12px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 { display:block; }#DokpnDW5sLTzOTW9AwThz6XpxMS5wDd8 > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nwm98i0x6pCdPrcQ7bAnUlo7ctt5MnzI { width:282px;height:103px;top:39px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE { display:block; }#QRLytZTpUWbgCrifX60TMTbkQDH7Z6JE > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg2sWbOTpVTtryqiIKp6CgqxG5yXP6WG { width:118px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HbPmh32FwvZNxqI98BkBtHuBm657cNpn { width:67px;height:20px;top:20px;left:137.50000572205px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #r2vB10PEHEg0e7wyygS1BWlhwmAvmyO2 { width:99px;height:20px;top:20px;left:221px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kyoBwXV7935lqd7kZsxTFqKfXVa37gxy { width:161px;height:20px;top:62.5px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KsWeG6pLMmNQ3CFkDkeAcUra6k5Aia6m { width:144px;height:20px;top:62.5px;left:176.00000572205px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sGEAHCJ7EDNylSV1qpiZOSEPMnnz0AZO { width:122px;height:20px;top:100.5px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IKkWov1ERJp20ICoLKGTnAOoBZzGTUyF { width:202px;height:0;top:100.5px;left:118px;text-align:center;text-align-last:center;font-size:20px;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:320px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:320px;height:35px;top:104px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK { display:block; }#KNHNnG5wol2lgymUCZTNmgH7Wzc9vKXK > .row .container { width:320px;height:1243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9Siciv2zbVUIrMIlXxSrl9D5BMDwxFu { width:320px;height:891px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wzhgQKRs74Ligb4swMlnSzVlTHpRp2ho { width:300px;height:124.781px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #berKHmG2hkEKIPfXAXmzl914D12Arbsi { width:290px;height:255.938px;top:242px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c0MrveoiqzzNNhzHCOawT4e2OXrKVW5U { width:320px;height:277px;top:955px;left:0px;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:320px;height:76.7814px;top:808px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uDSIcan7RBJWK7TRegqimip4ivCtrdiQ { width:280px;height:55px;top:529px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gwe4Dy6OqPOHzTmASTe87uonfrW3tPc3 { display:block; }
 }@media only screen and (max-width: 763px) { #IQmmbXGMeUANn4kIzLOa4GMNo7BDMN7R { width:280px;height:55px;top:604px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iPmAwPafiJaAuITgIKDTaLC06OBhoKwN { display:block; }
 }@media only screen and (max-width: 763px) { #VnuEUapd2WQUnRP8tz24ZyU3tHHXufXA { width:280px;height:55px;top:687px;left:20px;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:320px;height:2037px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzB2SDuEKTd2fXF198SZtAI7tIsh0ki5 { width:320px;height:1984px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z4MOnixKGNMxfnIVPW2V7R1nWu5eOWAV { width:300px;height:41.5938px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sEn9PvgBbDeihkkSBCT6BwlcpN3s4KCb { width:290px;height:409.5px;top:159px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mSqvymoysr85Wfu4vScFs0Eu1VbfreSC { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:97px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kVvoaS1111SQgcSf6RL0TT0dA8cXttgu { width:302px;height:449.5px;top:599px;left:6px;text-align:left;text-align-last:left;font-size:16px;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:306px;height:921.3748px;top:1064.375px;left:7px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt { display:block; }#fPtdbvEhDUInFT2v0kyqQOBGCe4La2Pt > .row .container { width:320px;height:1102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAazaJr4AwNppTMTthKRFe1Obt9pxal0 { width:320px;height:1015px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zpUhP6UK2aptZcgVfSqnPbXET2zbBcd5 { width:300px;height:83.1875px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #atIUkXxZ15BfMqp1dsUPqM8DWefaKTQg { width:290px;height:588.6566px;top:194px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oEkIRDQU7vOsaFI9W80U79erRxNaWX3a { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:135px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hNEm8zhOJHBkZyLUtwxVFBlBsihuo4UD { width:320px;height:178.562px;top:812px;left:0px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:697px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM8xHXALA8wF5M6Ui0H4aEghTQUN8Be4 { width:320px;height:601px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gXMCEBiRcHheBx6HcZLdSJMnl9PWXAg4 { width:300px;height:41.5938px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FBb8m6QLT4wD8UlRFdxSzwSFpTBEx42Q { width:290px;height:102.375px;top:194px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Leeur2c3qBiQndLISyvhwk8E01ba9Uu5 { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:135px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LbaIrhJ114gtlRaW7E11DANoHyfTZSXU { width:320px;height:239.75px;top:336px;left:0px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:1021px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3LMQMtVZtcQESD5UoaUPNC0z0tHUw4x { width:320px;height:965px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I821FGcTresU02e08NyWczKyiJx7Wl4e { width:300px;height:41.5938px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pMFpT2CGwtpN7CVbmWh7USqXt1CfOqx3 { width:290px;height:614.2503px;top:157px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z89GVRqUAZsGlbdrzQMxyWEGouapuHP4 { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:99px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #OR57C79s8rN4bAVgCAzqfpzsrovWe9Ig { width:320px;height:178.562px;top:777px;left:0px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM3vdXLvQutA8E5Ava4WVdwaS7TldC9V { width:320px;height:632px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ontt0kNwqbgHzTRrfecxVpG6ObR6WPor { width:300px;height:83.1875px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VLdbaHkwo8KPdlvBdVhLZ0kWuNOFJzhu { width:290px;height:51.1875px;top:198.75px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w0R3fC3etWxa4Aca4A4AH5dwVeGG0EbO { width:320px;height:277px;top:1379px;left:0px;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:320px;height:59.7812px;top:139px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LECVQyW85XokLeIkTqka5BOSFWOTqk7P { width:285px;height:79px;top:264px;left:35px;text-align:left;text-align-last:left;font-size:16px;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:302px;height:51.1876px;top:362px;left:18px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e9fbMs9alg4UUXUnRm8h8PIc21E7rWWb { width:292px;height:100px;top:437px;left:28px;text-align:left;text-align-last:left;font-size:16px;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:306px;height:76.7812px;top:557px;left:14px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL { display:block; }#aBurQn4nzfete2k5Zr8TAK3cQoPZiRRL > .row .container { width:320px;height:804px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqTvNJblQbqaN7JBR67U0X3gwLPKrTKA { width:320px;height:737px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S4XGobccc1dzSC9Huk0zmxF9Rq9qRBtp { width:300px;height:41.5938px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NFuQcByRxh3puolh8LFzVwhRZMXnTgyS { width:290px;height:511.8755px;top:157px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8FHxMIi0HhggL9nzBT3g4O05lmp3s4 { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:99px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RSLRNetbyTH39lDVTHFTfThlT8bFQnwq { width:282px;height:25.5938px;top:698px;left:19px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:1818px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TTW5l7BfJnHvICdD08thsw9p0qFHg8 { width:320px;height:1765px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oKbkMUSNuHolyNgxqbCHTalBAHeucmun { width:300px;height:83.1875px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Rhr4bq0n1FG0bscyZIqIw7U98fWQTb7B { width:290px;height:1023.7515px;top:143px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AuiEteJ83SqCmN18hKgu7eKs4cWQxmMI { width:320px;height:277px;top:1379px;left:0px;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:320px;height:142px;top:1186.75px;left:0px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:58px;top:1619.75px;left:0px;text-align:left;text-align-last:left;font-size:16px;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:320px;height:51.1875px;top:1711px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g7J2NaN7pCKqbELRZTgbEZX3L7sLVt5v { width:320px;height:255.9377px;top:1328.75px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz { display:block; }#o45sZuhLf3SfS0MZwIAE80xb7eNDFJJz > .row .container { width:320px;height:1021px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1XpICh2e027Eu1QXV21WzvtZFkpFfQZ { width:320px;height:965px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LHiGBPa7TsztiACMQbVBeweWMu7D73MT { width:300px;height:41.5938px;top:44px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nqWf2SIWiKZxJb655iNFy6R8bGgCLyfc { width:290px;height:614.2503px;top:157px;left:15px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iXVMZVx8O0qW5h9lUfLX0uP1XKFnmPRw { width:320px;height:277px;top:1379px;left:0px;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:320px;height:29.8906px;top:99px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rIlQf58VmKnOEflbM6pxmuKKRysSR9A9 { width:320px;height:178.562px;top:777px;left:0px;text-align:left;text-align-last:left;font-size:16px;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) { #xJQVbOpA1FsRMpl4Duap8AaM0cctZicL { display:block; }#xJQVbOpA1FsRMpl4Duap8AaM0cctZicL > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1gsa6bWDB8g4Cl7o4EAfepmUvLEtgli { width:320px;height:56px;top:137px;left:0px;text-align:center;text-align-last:center;font-size:14px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9sxRA1olx10A6dWpJuJFy0l6Ehe90F { width:185px;height:68px;top:20px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:320px;height:47px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:149px;height:10px;top:20px;left:85px;text-align:center;text-align-last:center;font-size:10px;line-height:1;display:block; }
 }