.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,255,255;--color-primary-1:243,243,243;--color-primary-2:189,181,175;--color-primary-3:113,109,105;--color-primary-4:38,36,35;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:189,181,175;--color-tertiary-2:113,109,105;--color-tertiary-3:95,95,95;--color-tertiary-4:30,30,30;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/0d910df5-c866-4a86-809f-90e08b10c4eb/healthwellbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4.adaptive-delivery-prevent-bg, #ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4.lazyload, #ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4.lazyloading { background-image: none; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container { background-color: transparent; background-image: none; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container > .video-iframe-container { display: none; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row > .video-iframe-container { display: none; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .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); }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container { border-width: 0; border-radius: 0; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#iFP78PxSPccMIaon9NEnJgnTazTg5m7L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gTV1WSJK7RqQ8TcaaSr2hlW3oSA1WIey { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.39453125rem;left:1.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7sOJEgNZqDTCK7h42gkEVGxPd0u13rH { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:63.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTTSR92cPzJ3EQOta1WDPpxIvOmb8gLU { color:rgba(var(--color-primary-3),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:56.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/XSe14ps7/treatment_1327811_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.73); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.73); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2744140625rem;left:12.0625rem;height:10.88675rem;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; }
#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW { position:relative;display:block; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW { background-color: transparent; background-image: none; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container > .video-iframe-container { display: none; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row > .video-iframe-container { display: none; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .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); }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW { border-width: 0; border-radius: 0; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ImKScnEm2BePo8RoQTrSglqiCf1SqTex { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:18.25rem;height:;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; }
#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container { background-color: transparent; background-image: none; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container > .video-iframe-container { display: none; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row > .video-iframe-container { display: none; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .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); }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container { border-width: 0; border-radius: 0; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container { font-size:0.875rem;font-family:arial;height:94.25rem;width:75rem;position:relative;display:block; }#wF5aSfEqOBE0rHuRp6dF4qMybl47efZa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:86.875rem;width:60.125rem;top:2.125rem;left:14.875rem;display:block; }
#VMP3lihPOx7xGNT8e6Un9A7Vd9J5IKC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:21.53125rem;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; }
#KJTV7QyVsSRZ6VpvSwE0M0TEvsTQfIHr { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.09375rem;left:21.6875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:0rem;left:0rem;display:block; }#iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.adaptive-delivery-prevent-bg, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyload, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyloading { background-image: none; }
#LT8T8DiZ9NsF1rLBi6LGT9Qk2M6Nmsdx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.15625rem;left:21.53125rem;height:3.736325rem;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; }
#MQEG3bwIhpNRcoXJJRPrI3vVxhHgtfHU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.53125rem;left:21.53125rem;height:1.21875rem;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; }
#vCTvBTnsNX0hF7Io5xhpsv8diUBhgR8U { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.8125rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:28.6875rem;left:23.1875rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#oVKs5dxF4vOosf9xNlhANc3brWQb2rtP { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:39.5rem;left:21.6875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:42.375rem;left:23.3125rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#BLaBoCMuElRLJosM4ZSQqNlmdZOtG83O { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:53.5625rem;left:21.6875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:56.4375rem;left:23.3125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#UkpBrQezMIXJWIBmAmdhnWep33h38KlP { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:68.9375rem;left:22.625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UkpBrQezMIXJWIBmAmdhnWep33h38KlP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkpBrQezMIXJWIBmAmdhnWep33h38KlP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#w01exdoKLh9N4bHyWzVRdXo49LEh2VTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:66.0625rem;left:21rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UqvDggPTmMiVn9qp12IXGqkvNpAttzex { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:78.0625rem;left:21.53125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#botldkwct9NeQftulK51uTCwEVyebHmT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:81.6875rem;left:21.6875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container { background-color: transparent; background-image: none; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container > .video-iframe-container { display: none; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row > .video-iframe-container { display: none; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .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); }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container { border-width: 0; border-radius: 0; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;position:relative;display:block; }#ycCAUWhHfhTuyFwTkV9rbRf9mvIAonO0 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:21.53125rem;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; }
#AlcZTFLyL61mD8deapTXsEAJl6M8q7vs { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.75rem;left:21.6875rem;height:54rem;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; }
#HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:0rem;left:0rem;display:block; }#HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.adaptive-delivery-prevent-bg, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyload, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyloading { background-image: none; }
#rfuFIX2fXRKUwOFqq5wFFJOkpAiL53OU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.59375rem;left:21.53125rem;height:3.736325rem;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; }
#VJdqKcKf0ga67EyBU9boXDTRAniIQIRK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.328125rem;left:21.53125rem;height:1.21875rem;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; }
#MLQJgc0nDxMpU3Aavi43M92I64nOoNZv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:79rem;width:60.125rem;top:0rem;left:14.875rem;display:block; }
#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container { background-color: transparent; background-image: none; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container > .video-iframe-container { display: none; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row > .video-iframe-container { display: none; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .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); }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container { border-width: 0; border-radius: 0; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container { font-size:0.875rem;font-family:arial;height:169.3125rem;width:75rem;position:relative;display:block; }#K6PI1WwKi8RGOdtkyx2OlIS16K5SgXie { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:163.625rem;width:60.125rem;top:2.125rem;left:14.875rem;display:block; }
#VUNMqP9HtZ0GOrAswPMKa7XW08z3yyLG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:21.53125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mXK45Xarp5GIDgMEdUVRCWxlJdPwl22u { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.40625rem;left:21.6875rem;height:36rem;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; }
#KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:0rem;left:0rem;display:block; }#KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.adaptive-delivery-prevent-bg, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyload, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyloading { background-image: none; }
#uTIBbO1KqtP9RSb8qF9xByTQueJkFFhE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.53125rem;left:21.53125rem;height:3.736325rem;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; }
#s9MxSopCefFx6GAbVqlgRv5nc2B83UHh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.625rem;left:21.53125rem;height:1.21875rem;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; }
#JQS2UXh6TB3lCAAJG3xV1MR93Gi8JgEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:59.71875rem;left:21.53125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vv3COZJEn5bQXQBi8EN7CQRizpt3yP9K { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:63.40625rem;left:24.03125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QPR9izVON2a5ZnnbAvylXD0tiloH330K { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:77.09375rem;left:26rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QPR9izVON2a5ZnnbAvylXD0tiloH330K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QPR9izVON2a5ZnnbAvylXD0tiloH330K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#tTuWD1iB6XzILJ3RqbVmsvUhCT4rdip9 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:85.96875rem;left:24.03125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:90.96875rem;left:26rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#JPVKiTB6c22KmJwaMtdmRcTDnSpOFmaF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:99.90625rem;left:24.03125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sc2MEum5i3H6oHX54dt57pSffiGoRh7x { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:104.5rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xh7WcydNQmLIrAru53nDny23CE79KENo { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:108.1875rem;left:24.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:112.6875rem;left:26rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#Xei0bCQzmJQuDoEaJTMBtp7x7EfOWmpz { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:121.8125rem;left:24.03125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NVJU0S6C7vgGGgJ6ZCmlvkCFVZpNLdD2 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:139rem;left:24.03125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzL6yu62yqet8dD9CcvmUqh9h81vigiy { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:131.625rem;left:26rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UzL6yu62yqet8dD9CcvmUqh9h81vigiy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UzL6yu62yqet8dD9CcvmUqh9h81vigiy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#MZkg4Sftpn13JvXP4FXZBJFI0qg5AqQ6 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:128.875rem;left:24.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hG4QMwEfFae0gxSUcGI78gIdkrSGk8i6 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:125.1875rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCIlllq6UHU8VJyADUh0Tlfr26y4FcEW { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:144.0625rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mGFuRgIQb4un4W7MruZNoH5DGr1C6hza { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:147.75rem;left:24.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GHmVBaJiW99K0bq7qv0skIkRfImXtMAl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:150.5rem;left:26rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#GHmVBaJiW99K0bq7qv0skIkRfImXtMAl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GHmVBaJiW99K0bq7qv0skIkRfImXtMAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#wi2kkSz6T8u45xHdTN6CQyBgC6JAlDO8 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:157.875rem;left:24rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container { background-color: transparent; background-image: none; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container > .video-iframe-container { display: none; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row > .video-iframe-container { display: none; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .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); }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container { border-width: 0; border-radius: 0; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container { font-size:0.875rem;font-family:arial;height:142.75rem;width:75rem;position:relative;display:block; }#DzzgKNHgvy1zALox14AtkNgILNPItRDB { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:21.53125rem;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; }
#NzmtXR7fi9zne4lHZvcwc5UKEctQH591 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.90625rem;left:21.6875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t70DMEBk3HD5gHTx6EW3kO6NordApTyT { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:0rem;left:0rem;display:block; }#t70DMEBk3HD5gHTx6EW3kO6NordApTyT.adaptive-delivery-prevent-bg, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyload, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyloading { background-image: none; }
#SSTNsu1U7Nho5sil4WE4LZreT5tweDMI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.03125rem;left:21.53125rem;height:3.736325rem;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; }
#Ir8rTSEWrOWA27imXzwUsfE8OU22g5Mc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:21.53125rem;height:1.21875rem;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; }
#CPEiMRlyZMwuRdkHBkuGypk7P7W0ue69 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKM85k6E4qONJfXNZB1vmJNsMTNc0sRq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:28.4375rem;left:23.1875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.03125rem;left:25.46875rem;height:3.3125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#aRqlTWLb16tZ7y0anfe4fkk8ovgGdfkl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:72.40625rem;left:23.15625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCXFyartL9iZ359nyFZ1g4Nf91NTPkQU { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:36.75rem;left:23.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#chyT3wiGTWx4CAmTcfpz55Z1Ip5GmywV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:33.8125rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uFSx2qu1PCEBB4B0uqA76fflvDfIW3gn { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44.25rem;left:21.53125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTn4Isi71ZktxhybR41HeJctopCKqIuq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:47.6875rem;left:23.15625rem;height:6rem;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; }
#pPEG4wCTWrwlfxOrifcZUv2qpKgwTdPe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:55.4375rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwWwPozmSfbqRUkBaCfM0e3k6qPvFPRK { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:58.375rem;left:23.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#whBnKGmyurRmBfgcWQZD0spacKrZbZ6T { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:62.6875rem;left:25.46875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#whBnKGmyurRmBfgcWQZD0spacKrZbZ6T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whBnKGmyurRmBfgcWQZD0spacKrZbZ6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#dSe2qakKyUxkAzqgBoMPUDBaiBGRUPUO { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:75.4375rem;left:21.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9ZGmTyJi2ieKcXOwvktKqTHMC0z8fBZ { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:78.375rem;left:23.1875rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:91.75rem;left:25.5rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#XNJJhnE0kyw8bDoTsL9gSH31clesVTxz { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:101.9375rem;left:23.15625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:105.8125rem;left:25.46875rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#tE8Zsw4n0THTJTBkMg0Smb5oqhcKfQ5G { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:116.75rem;left:23.15625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brvidb7V9fzpAk1c5l9DQIzLgtuzV6g2 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:124.1875rem;left:23.15625rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBLApDNq6EWF3k2nwR30poeHqX6lUf2T { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:120.5625rem;left:23.25rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6ZaOV8WcAmak1pDX7ZXiepAIFXbluR0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:140.625rem;width:60.125rem;top:0rem;left:14.875rem;display:block; }
#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container { background-color: transparent; background-image: none; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container > .video-iframe-container { display: none; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row > .video-iframe-container { display: none; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .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); }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container { border-width: 0; border-radius: 0; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container { font-size:0.875rem;font-family:arial;height:91.375rem;width:75rem;position:relative;display:block; }#essuG8tLHw6Qpr8OzTCoNMaQoVBoQGXi { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:21.53125rem;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; }
#DP3sKbcUa5tvbTt5BeG1e3tz92fuqWpD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.90625rem;left:21.6875rem;height:30rem;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; }
#Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:0rem;left:0rem;display:block; }#Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.adaptive-delivery-prevent-bg, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyload, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyloading { background-image: none; }
#aR9kSvhoaOiM1AE9qHCtuobXcOxuEnUe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.03125rem;left:21.53125rem;height:3.736325rem;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; }
#CeKwSdTkCaJJwr2ceWZx7Ba3X1gObhzA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:21.53125rem;height:1.21875rem;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; }
#efozSgxNser3eTeF6R34PtULaPU7TqLF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:46.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:50.6875rem;left:22.96875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#efozSgxNser3eTeF6R34PtULaPU7TqLF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#efozSgxNser3eTeF6R34PtULaPU7TqLF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#JEsxbe4NkqJOb3EVTaDGT3LVMpE7rWHi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:87.4375rem;width:60.125rem;top:0rem;left:14.875rem;display:block; }
#IsiP2cLOkhTensX6r6LJQk9E3qIJXGz3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:51rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:69.59375rem;left:21.6875rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container { background-color: transparent; background-image: none; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container > .video-iframe-container { display: none; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row > .video-iframe-container { display: none; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .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); }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container { border-width: 0; border-radius: 0; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container { font-size:0.875rem;font-family:arial;height:117.5625rem;width:75rem;position:relative;display:block; }#Byh2Xxb38DC1RR0a3dbauzk9Keg81owU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:107.4375rem;width:45.625rem;top:4.5625rem;left:21.875rem;display:block; }
#sAgv3EysFbWHMeDzoNgmJbv53R1QhMWG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:28.6875rem;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; }
#LEpmWnGLtJ0aICamAa7rL6KR6agVRlVX { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.03125rem;left:28.75rem;height:27rem;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; }
#bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:2.0625rem;left:7.5rem;display:block; }#bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.adaptive-delivery-prevent-bg, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyload, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyloading { background-image: none; }
#GUnFR1vbLE2UDoeKRoKxwuzmoDgntw4l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:28.6875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aV6eShOZ6BWksT3xz7EurCt6IOx2uktS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.6875rem;height:1.21875rem;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; }
#EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:45.96875rem;left:28.75rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#oxofXcOvMy6WsfF51Gn8GX247TbZIdGl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:72.15625rem;left:28.75rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:91.90625rem;left:28.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
#A3uxhkXLvAoF4VARTpEUoWlpER5LM2Tn { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:104.53125rem;left:28.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container { background-color: transparent; background-image: none; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container > .video-iframe-container { display: none; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row > .video-iframe-container { display: none; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .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); }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container { border-width: 0; border-radius: 0; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container { font-size:0.875rem;font-family:arial;height:93rem;width:75rem;position:relative;display:block; }#GTVpXw1VinaiFTVTh7r09zToTw9naygQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:84.0625rem;width:45.625rem;top:4.5625rem;left:7.5rem;display:block; }
#b5n6VKSastFGsRWh9u9fwX83SUOFSq5I { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:12.3125rem;height:3.25rem;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; }
#AgBkosb5cNd9WM7GpfmuiuQefRX5uspm { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.625rem;left:12.3125rem;height:64.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iUOrOVcH/Look_after_your_immune_system.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:2.0625rem;left:48rem;display:block; }#fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.adaptive-delivery-prevent-bg, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyload, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyloading { background-image: none; }
#XiJw7OB25vs0Hno0NnOZ8hNeEdR6z2KF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.4375rem;left:12.3125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qDngK4M1XlEGSXidRC0G60WQHVhph3UW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:12.3125rem;height:1.21875rem;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; }
#yB7y5puWgEN5eTdszZUStQyUk49CCME6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container { background-color: transparent; background-image: none; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container > .video-iframe-container { display: none; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row > .video-iframe-container { display: none; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .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); }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container { border-width: 0; border-radius: 0; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#n1d2i4TyD2XFp2AZsCTBZukh44nWuO4I { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:63.5rem;width:45.625rem;top:4.5625rem;left:21.875rem;display:block; }
#ZexBFDVpt0RS45ZW3m3EiBaXaE78xaes { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:28.6875rem;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; }
#qORKZ6IIK4QXKvn4cX3yqPISEE7eRF0b { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.03125rem;left:28.75rem;height:46.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:2.0625rem;left:7.5rem;display:block; }#cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.adaptive-delivery-prevent-bg, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyload, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyloading { background-image: none; }
#kNeZPRMwRfpaxLCRI4vk7FZDRw2e4W03 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:28.6875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WeVdIFfOF29VoJJoA9KW2rI92rFGgbal { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.6875rem;height:1.21875rem;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; }
#xtRExritGAi4zvOReeU8HpT2JBootZLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container { background-color: transparent; background-image: none; }#xtRExritGAi4zvOReeU8HpT2JBootZLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container > .video-iframe-container { display: none; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row > .video-iframe-container { display: none; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .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); }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container { border-width: 0; border-radius: 0; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;position:relative;display:block; }#PWFrXp4DMbpxoWKndd6TQqd0mIC23osq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:49.625rem;width:45.625rem;top:4.5625rem;left:7.5rem;display:block; }
#QAaiCCL7TJDNqbVKMM4htaDKpN29Ac2G { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:12.3125rem;height:3.25rem;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; }
#k3lrx8aOGRSUTnk5STqPduERKNs8CWkq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.25rem;left:12.3125rem;height:34.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/B6fTceQN/magpie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:2.0625rem;left:48rem;display:block; }#cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.adaptive-delivery-prevent-bg, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyload, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyloading { background-image: none; }
#gEWGMI2RhBQ52VhVoy6S3qom6Bfu7FLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:12.3125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#URWvmeoBSepG526e6B6dkCkTipp8mz3T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:12.3125rem;height:1.21875rem;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; }
#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container { background-color: transparent; background-image: none; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container > .video-iframe-container { display: none; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row > .video-iframe-container { display: none; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .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); }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container { border-width: 0; border-radius: 0; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#MP7IoqATCZ4Tu2viEPmAoDRUqwi4G17f { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.25) ;height:65.75rem;width:45.625rem;top:4.5625rem;left:21.875rem;display:block; }
#yTbFbgAHTQvvUbTPCaJh5kMSHtXtI5G7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:28.6875rem;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; }
#lxoSNB1QGB9aIHnFoiw5e45sm8tPlqkM { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.84375rem;left:28.75rem;height:46.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qCBPA7M7NkdXSeUloGuhoi11qSQONu5C { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/v9wcaJV1/sailboat_1149519_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:19.5rem;top:2.0625rem;left:7.5rem;display:block; }#qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.adaptive-delivery-prevent-bg, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyload, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyloading { background-image: none; }
#Oq7dDP3iUtdxtZLEkvJ0oaIb0Prphx0V { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:28.6875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sdd9R7gzK5NJQuuIihc9RDL16306J6ks { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18rem;left:28.6875rem;height:1.21875rem;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; }
#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/0d910df5-c866-4a86-809f-90e08b10c4eb/healthwellbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66.adaptive-delivery-prevent-bg, #X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66.lazyload, #X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66.lazyloading { background-image: none; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container { background-color: transparent; background-image: none; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container > .video-iframe-container { display: none; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row > .video-iframe-container { display: none; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .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); }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container { border-width: 0; border-radius: 0; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#ZFx3PwTBFAVFNpandO6fZHsfMpf8Ti3K { color:rgba(var(--color-primary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6640625rem;left:55.375rem;height:4.546875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9mDUDA6xE7Q0yC9WAIfoHGbTGEDXdoF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:11.1875rem;top:0.28125rem;left:0.771484375rem;overflow:hidden;display:block; }
#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { background-color: transparent; background-image: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container > .video-iframe-container { display: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container { display: none; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { border-width: 0; border-radius: 0; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:32.8125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 { display:block; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iFP78PxSPccMIaon9NEnJgnTazTg5m7L { width:24.125rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTV1WSJK7RqQ8TcaaSr2hlW3oSA1WIey { width:47.75rem;height:1.21875rem;top:11.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7sOJEgNZqDTCK7h42gkEVGxPd0u13rH { width:11.25rem;height:1.625rem;top:1.6875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTTSR92cPzJ3EQOta1WDPpxIvOmb8gLU { width:18.5rem;height:1.625rem;top:3.3125rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:47.75rem;height:10.88675rem;top:6.25rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW { display:block; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ImKScnEm2BePo8RoQTrSglqiCf1SqTex { width:33.5rem;height:2.76171875rem;top:1.875rem;left:7.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 { display:block; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container { width:47.75rem;height:107.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wF5aSfEqOBE0rHuRp6dF4qMybl47efZa { width:35.1875rem;height:102.6875rem;top:3.560546875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMP3lihPOx7xGNT8e6Un9A7Vd9J5IKC6 { width:24.375rem;height:5.5234375rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJTV7QyVsSRZ6VpvSwE0M0TEvsTQfIHr { width:33.125rem;height:7.9980625rem;top:23.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3 { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.adaptive-delivery-prevent-bg, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyload, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #LT8T8DiZ9NsF1rLBi6LGT9Qk2M6Nmsdx { width:24.375rem;height:5.60449375rem;top:14.3466796875rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQEG3bwIhpNRcoXJJRPrI3vVxhHgtfHU { width:24.375rem;height:1.625rem;top:21rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCTvBTnsNX0hF7Io5xhpsv8diUBhgR8U { width:24.375rem;height:1.8681625rem;top:32.8125rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS { width:31.4375rem;height:10.222625rem;top:35.615234375rem;left:15.28125rem;font-size:1rem;display:block; }#HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #oVKs5dxF4vOosf9xNlhANc3brWQb2rtP { width:24.375rem;height:1.8681625rem;top:46.75rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE { width:31.4375rem;height:10.222625rem;top:50.177734375rem;left:15.28125rem;font-size:1rem;display:block; }#n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #BLaBoCMuElRLJosM4ZSQqNlmdZOtG83O { width:24.375rem;height:1.8681625rem;top:62.125rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 { width:31.4375rem;height:10.222625rem;top:65.740234375rem;left:15.28125rem;font-size:1rem;display:block; }#Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #UkpBrQezMIXJWIBmAmdhnWep33h38KlP { width:31.4375rem;height:10.222625rem;top:81.365234375rem;left:15.28125rem;font-size:1rem;display:block; }#UkpBrQezMIXJWIBmAmdhnWep33h38KlP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #w01exdoKLh9N4bHyWzVRdXo49LEh2VTZ { width:24.375rem;height:1.8681625rem;top:77.9375rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqvDggPTmMiVn9qp12IXGqkvNpAttzex { width:24.375rem;height:1.8681625rem;top:94.6875rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #botldkwct9NeQftulK51uTCwEVyebHmT { width:33.125rem;height:6.3984375rem;top:98rem;left:13.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMgU5euUZXyq2nO0Foy3o68udoGUPUTl { display:block; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container { width:47.75rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ycCAUWhHfhTuyFwTkV9rbRf9mvIAonO0 { width:24.375rem;height:8.285125rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlcZTFLyL61mD8deapTXsEAJl6M8q7vs { width:33.125rem;height:83.1798rem;top:23.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.adaptive-delivery-prevent-bg, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyload, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #rfuFIX2fXRKUwOFqq5wFFJOkpAiL53OU { width:24.375rem;height:5.60449375rem;top:14.3466796875rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJdqKcKf0ga67EyBU9boXDTRAniIQIRK { width:24.375rem;height:1.625rem;top:21rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLQJgc0nDxMpU3Aavi43M92I64nOoNZv { width:35.1875rem;height:106.5625rem;top:3.560546875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb { display:block; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container { width:47.75rem;height:199.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K6PI1WwKi8RGOdtkyx2OlIS16K5SgXie { width:35.1875rem;height:194.25rem;top:3.560546875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUNMqP9HtZ0GOrAswPMKa7XW08z3yyLG { width:24.375rem;height:8.285125rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXK45Xarp5GIDgMEdUVRCWxlJdPwl22u { width:33.125rem;height:59.18560625rem;top:23.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.adaptive-delivery-prevent-bg, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyload, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #uTIBbO1KqtP9RSb8qF9xByTQueJkFFhE { width:24.375rem;height:5.60449375rem;top:14.3466796875rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9MxSopCefFx6GAbVqlgRv5nc2B83UHh { width:24.375rem;height:1.625rem;top:21rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQS2UXh6TB3lCAAJG3xV1MR93Gi8JgEJ { width:24.375rem;height:1.8681625rem;top:84.5rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vv3COZJEn5bQXQBi8EN7CQRizpt3yP9K { width:33.625rem;height:17.5957375rem;top:87.6435546875rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPR9izVON2a5ZnnbAvylXD0tiloH330K { width:31.4375rem;height:8.9355625rem;top:106.115234375rem;left:15.6875rem;font-size:1rem;display:block; }#QPR9izVON2a5ZnnbAvylXD0tiloH330K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #tTuWD1iB6XzILJ3RqbVmsvUhCT4rdip9 { width:33.375rem;height:4.798825rem;top:116.1015625rem;left:13.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp { width:26.875rem;height:8.9355625rem;top:122.0625rem;left:16.71875rem;font-size:1rem;display:block; }#dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #JPVKiTB6c22KmJwaMtdmRcTDnSpOFmaF { width:33.8125rem;height:4.798825rem;top:131.5517578125rem;left:13.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sc2MEum5i3H6oHX54dt57pSffiGoRh7x { width:24.375rem;height:1.8681625rem;top:138.2724609375rem;left:13.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xh7WcydNQmLIrAru53nDny23CE79KENo { width:33.1875rem;height:3.19921875rem;top:141.2373046875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 { width:26.875rem;height:7.3359375rem;top:145.162109375rem;left:16.71875rem;font-size:1rem;display:block; }#WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #Xei0bCQzmJQuDoEaJTMBtp7x7EfOWmpz { width:26.875rem;height:1.5996125rem;top:153.25rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVJU0S6C7vgGGgJ6ZCmlvkCFVZpNLdD2 { width:33.6875rem;height:3.19921875rem;top:169.8193359375rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UzL6yu62yqet8dD9CcvmUqh9h81vigiy { width:26.875rem;height:5.423825rem;top:163.5rem;left:16.375rem;font-size:1rem;display:block; }#UzL6yu62yqet8dD9CcvmUqh9h81vigiy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #MZkg4Sftpn13JvXP4FXZBJFI0qg5AqQ6 { width:26.875rem;height:1.5996125rem;top:160.087890625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hG4QMwEfFae0gxSUcGI78gIdkrSGk8i6 { width:32.5625rem;height:1.8681625rem;top:156.8896484375rem;left:13.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZCIlllq6UHU8VJyADUh0Tlfr26y4FcEW { width:32.875rem;height:1.8681625rem;top:174.8125rem;left:13.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mGFuRgIQb4un4W7MruZNoH5DGr1C6hza { width:26.875rem;height:1.5996125rem;top:178.025390625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHmVBaJiW99K0bq7qv0skIkRfImXtMAl { width:26.875rem;height:7.0234375rem;top:180.5rem;left:16.375rem;font-size:1rem;display:block; }#GHmVBaJiW99K0bq7qv0skIkRfImXtMAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #wi2kkSz6T8u45xHdTN6CQyBgC6JAlDO8 { width:33.125rem;height:6.3984375rem;top:189.375rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr { display:block; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container { width:47.75rem;height:169.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DzzgKNHgvy1zALox14AtkNgILNPItRDB { width:24.375rem;height:5.5234375rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzmtXR7fi9zne4lHZvcwc5UKEctQH591 { width:33.125rem;height:7.9980625rem;top:23.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t70DMEBk3HD5gHTx6EW3kO6NordApTyT { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t70DMEBk3HD5gHTx6EW3kO6NordApTyT.adaptive-delivery-prevent-bg, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyload, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #SSTNsu1U7Nho5sil4WE4LZreT5tweDMI { width:24.375rem;height:5.60449375rem;top:14.3466796875rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ir8rTSEWrOWA27imXzwUsfE8OU22g5Mc { width:24.375rem;height:1.625rem;top:21rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPEiMRlyZMwuRdkHBkuGypk7P7W0ue69 { width:24.375rem;height:1.8681625rem;top:33.1875rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKM85k6E4qONJfXNZB1vmJNsMTNc0sRq { width:33.625rem;height:6.3984375rem;top:36.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC { width:31.4375rem;height:5.111325rem;top:51.302734375rem;left:15.28125rem;font-size:1rem;display:block; }#J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #aRqlTWLb16tZ7y0anfe4fkk8ovgGdfkl { width:33.375rem;height:1.5996125rem;top:90.8515625rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCXFyartL9iZ359nyFZ1g4Nf91NTPkQU { width:33.625rem;height:3.19921875rem;top:47.25rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chyT3wiGTWx4CAmTcfpz55Z1Ip5GmywV { width:24.375rem;height:1.8681625rem;top:44.25rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFSx2qu1PCEBB4B0uqA76fflvDfIW3gn { width:31.5rem;height:1.8681625rem;top:58.375rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTn4Isi71ZktxhybR41HeJctopCKqIuq { width:33.625rem;height:9.59765625rem;top:61.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPEG4wCTWrwlfxOrifcZUv2qpKgwTdPe { width:24.375rem;height:1.8681625rem;top:73.25rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwWwPozmSfbqRUkBaCfM0e3k6qPvFPRK { width:33.625rem;height:3.19921875rem;top:76.2421875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whBnKGmyurRmBfgcWQZD0spacKrZbZ6T { width:31.4375rem;height:8.9355625rem;top:80.615234375rem;left:15.28125rem;font-size:1rem;display:block; }#whBnKGmyurRmBfgcWQZD0spacKrZbZ6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #dSe2qakKyUxkAzqgBoMPUDBaiBGRUPUO { width:24.375rem;height:1.8681625rem;top:94.0625rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9ZGmTyJi2ieKcXOwvktKqTHMC0z8fBZ { width:33.625rem;height:15.9961rem;top:97.2421875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN { width:31.4375rem;height:8.9355625rem;top:114.490234375rem;left:15.28125rem;font-size:1rem;display:block; }#lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #XNJJhnE0kyw8bDoTsL9gSH31clesVTxz { width:33.375rem;height:1.5996125rem;top:125.3515625rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK { width:31.4375rem;height:10.847625rem;top:128.31640625rem;left:15.28125rem;font-size:1rem;display:block; }#Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #tE8Zsw4n0THTJTBkMg0Smb5oqhcKfQ5G { width:33.375rem;height:3.19921875rem;top:139.8515625rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brvidb7V9fzpAk1c5l9DQIzLgtuzV6g2 { width:33.625rem;height:19.1953rem;top:147.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBLApDNq6EWF3k2nwR30poeHqX6lUf2T { width:24.375rem;height:3.736325rem;top:144.625rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6ZaOV8WcAmak1pDX7ZXiepAIFXbluR0 { width:35.1875rem;height:164.875rem;top:3.560546875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ { display:block; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container { width:47.75rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #essuG8tLHw6Qpr8OzTCoNMaQoVBoQGXi { width:24.375rem;height:2.76171875rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DP3sKbcUa5tvbTt5BeG1e3tz92fuqWpD { width:33.125rem;height:46.38865rem;top:23.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.adaptive-delivery-prevent-bg, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyload, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #aR9kSvhoaOiM1AE9qHCtuobXcOxuEnUe { width:24.375rem;height:5.60449375rem;top:10.8466796875rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeKwSdTkCaJJwr2ceWZx7Ba3X1gObhzA { width:24.375rem;height:1.625rem;top:17.875rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efozSgxNser3eTeF6R34PtULaPU7TqLF { width:31.4375rem;height:16.8965rem;top:72.06640625rem;left:16.3125rem;font-size:1rem;display:block; }#efozSgxNser3eTeF6R34PtULaPU7TqLF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #JEsxbe4NkqJOb3EVTaDGT3LVMpE7rWHi { width:35.1875rem;height:111.1875rem;top:3.560546875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsiP2cLOkhTensX6r6LJQk9E3qIJXGz3 { width:33.125rem;height:20.7949375rem;top:90.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf { display:block; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container { width:47.75rem;height:140.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Byh2Xxb38DC1RR0a3dbauzk9Keg81owU { width:35.1875rem;height:132.6875rem;top:4.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAgv3EysFbWHMeDzoNgmJbv53R1QhMWG { width:24.375rem;height:2.76171875rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEpmWnGLtJ0aICamAa7rL6KR6agVRlVX { width:26.875rem;height:36.7910125rem;top:17.9375rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.adaptive-delivery-prevent-bg, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyload, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #GUnFR1vbLE2UDoeKRoKxwuzmoDgntw4l { width:24.375rem;height:1.8681625rem;top:10.375rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aV6eShOZ6BWksT3xz7EurCt6IOx2uktS { width:24.375rem;height:3.736325rem;top:13.5625rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC { width:26.875rem;height:32.2675625rem;top:56.0185546875rem;left:18.8125rem;font-size:1rem;display:block; }#EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #oxofXcOvMy6WsfF51Gn8GX247TbZIdGl { width:26.875rem;height:22.3945rem;top:91.0322265625rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk { width:26.875rem;height:15.0215rem;top:114.875rem;left:18.8125rem;font-size:1rem;display:block; }#AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 1199px) { #A3uxhkXLvAoF4VARTpEUoWlpER5LM2Tn { width:26.875rem;height:3.19921875rem;top:131.7392578125rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG { display:block; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container { width:47.75rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTVpXw1VinaiFTVTh7r09zToTw9naygQ { width:35.0625rem;height:99.9375rem;top:4.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5n6VKSastFGsRWh9u9fwX83SUOFSq5I { width:24.375rem;height:5.5234375rem;top:6.1875rem;left:19.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgBkosb5cNd9WM7GpfmuiuQefRX5uspm { width:26.1875rem;height:83.179675rem;top:19.4375rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt { width:16.9375rem;height:23.875rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/B6fTceQN/magpie.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.adaptive-delivery-prevent-bg, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyload, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #XiJw7OB25vs0Hno0NnOZ8hNeEdR6z2KF { width:24.375rem;height:1.8681625rem;top:11.7109375rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDngK4M1XlEGSXidRC0G60WQHVhph3UW { width:24.375rem;height:1.8681625rem;top:13.5rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yB7y5puWgEN5eTdszZUStQyUk49CCME6 { display:block; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container { width:47.75rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n1d2i4TyD2XFp2AZsCTBZukh44nWuO4I { width:35.1875rem;height:77.75rem;top:4.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZexBFDVpt0RS45ZW3m3EiBaXaE78xaes { width:24.375rem;height:2.76171875rem;top:6.0625rem;left:18.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qORKZ6IIK4QXKvn4cX3yqPISEE7eRF0b { width:26.875rem;height:62.384775rem;top:19.125rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw { width:16.9375rem;height:20.5rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VaEqPR9Y/styleofwightlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.adaptive-delivery-prevent-bg, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyload, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #kNeZPRMwRfpaxLCRI4vk7FZDRw2e4W03 { width:24.375rem;height:1.8681625rem;top:10.375rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeVdIFfOF29VoJJoA9KW2rI92rFGgbal { width:24.375rem;height:3.736325rem;top:13.5625rem;left:18.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtRExritGAi4zvOReeU8HpT2JBootZLC { display:block; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container { width:47.75rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PWFrXp4DMbpxoWKndd6TQqd0mIC23osq { width:35.0625rem;height:62.5625rem;top:4.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAaiCCL7TJDNqbVKMM4htaDKpN29Ac2G { width:24.375rem;height:2.76171875rem;top:6.1875rem;left:19.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3lrx8aOGRSUTnk5STqPduERKNs8CWkq { width:26.1875rem;height:46.3886625rem;top:19.4375rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo { width:16.9375rem;height:23.875rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/B6fTceQN/magpie.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.adaptive-delivery-prevent-bg, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyload, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #gEWGMI2RhBQ52VhVoy6S3qom6Bfu7FLZ { width:24.375rem;height:1.8681625rem;top:10.125rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URWvmeoBSepG526e6B6dkCkTipp8mz3T { width:24.375rem;height:3.736325rem;top:13.5rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 { display:block; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container { width:47.75rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MP7IoqATCZ4Tu2viEPmAoDRUqwi4G17f { width:35.625rem;height:82.25rem;top:4.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTbFbgAHTQvvUbTPCaJh5kMSHtXtI5G7 { width:24.375rem;height:8.285125rem;top:6.375rem;left:19.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxoSNB1QGB9aIHnFoiw5e45sm8tPlqkM { width:26.1875rem;height:62.384825rem;top:24.125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C { width:16.9375rem;height:23.875rem;top:2.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/v9wcaJV1/sailboat_1149519_1920.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.adaptive-delivery-prevent-bg, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyload, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #Oq7dDP3iUtdxtZLEkvJ0oaIb0Prphx0V { width:24.375rem;height:1.8681625rem;top:15.625rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdd9R7gzK5NJQuuIihc9RDL16306J6ks { width:24.375rem;height:3.736325rem;top:19rem;left:19.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 { display:block; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZFx3PwTBFAVFNpandO6fZHsfMpf8Ti3K { width:19.625rem;height:4.546875rem;top:1.125rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9mDUDA6xE7Q0yC9WAIfoHGbTGEDXdoF { width:11.1875rem;height:7.3125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:9.3125rem;height:0.8125rem;top:0rem;left:19.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 { display:block; }#ZuMkJXgCbwxCBR8W9DUV2lpsyDoQ6rg4 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFP78PxSPccMIaon9NEnJgnTazTg5m7L { width:18.9375rem;height:6.625rem;top:6.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTV1WSJK7RqQ8TcaaSr2hlW3oSA1WIey { width:20rem;height:8.796875rem;top:13.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Q7sOJEgNZqDTCK7h42gkEVGxPd0u13rH { width:11.25rem;height:1.25rem;top:2.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TTTSR92cPzJ3EQOta1WDPpxIvOmb8gLU { width:18.5rem;height:1.25rem;top:3.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/n8g4xYsE/healthwell_events.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:20rem;height:4.375rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW { display:block; }#qozUU6iUU8yq9ryW8IZwIXzaO1oln7IW > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImKScnEm2BePo8RoQTrSglqiCf1SqTex { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 { display:block; }#TxPZEDiTDruksDcmP25MTC0Lb5X2ibo0 > .row .container { width:20rem;height:152.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF5aSfEqOBE0rHuRp6dF4qMybl47efZa { width:20rem;height:148.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMP3lihPOx7xGNT8e6Un9A7Vd9J5IKC6 { width:18.75rem;height:5.19921875rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTV7QyVsSRZ6VpvSwE0M0TEvsTQfIHr { width:18.125rem;height:14.3965rem;top:26.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3 { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.adaptive-delivery-prevent-bg, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyload, #iNGdOOnnTbm2CvxCox9lZh5iW4QsIUB3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LT8T8DiZ9NsF1rLBi6LGT9Qk2M6Nmsdx { width:20rem;height:7.472625rem;top:15.52734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEG3bwIhpNRcoXJJRPrI3vVxhHgtfHU { width:20rem;height:1.21875rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTvBTnsNX0hF7Io5xhpsv8diUBhgR8U { width:18.6875rem;height:1.8681625rem;top:42.375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS { width:17.875rem;height:18.2206875rem;top:45.0625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HoctsWaXTWWtIPN6AwyIkpGoIOvInbpS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #oVKs5dxF4vOosf9xNlhANc3brWQb2rtP { width:19.0625rem;height:3.736325rem;top:64.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE { width:19rem;height:16.621125rem;top:69.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n0gd1nWXHlfW7R3fHeTDoefsSqzQKTfE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #BLaBoCMuElRLJosM4ZSQqNlmdZOtG83O { width:19.1875rem;height:1.8681625rem;top:88.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 { width:19.125rem;height:16.621125rem;top:90.7421875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Tg9EDyExHFE8QJAt4L23C09LRaNiKSV6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #UkpBrQezMIXJWIBmAmdhnWep33h38KlP { width:19.3125rem;height:16.621125rem;top:112.9296875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UkpBrQezMIXJWIBmAmdhnWep33h38KlP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #w01exdoKLh9N4bHyWzVRdXo49LEh2VTZ { width:19.3125rem;height:1.8681625rem;top:108.875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqvDggPTmMiVn9qp12IXGqkvNpAttzex { width:19.0625rem;height:1.8681625rem;top:132.1591796875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #botldkwct9NeQftulK51uTCwEVyebHmT { width:19.125rem;height:11.19725rem;top:136.5625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMgU5euUZXyq2nO0Foy3o68udoGUPUTl { display:block; }#gMgU5euUZXyq2nO0Foy3o68udoGUPUTl > .row .container { width:20rem;height:170.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycCAUWhHfhTuyFwTkV9rbRf9mvIAonO0 { width:18.75rem;height:10.3984375rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlcZTFLyL61mD8deapTXsEAJl6M8q7vs { width:18.125rem;height:139.166075rem;top:27.4375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.adaptive-delivery-prevent-bg, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyload, #HmybZBDz5xx7JnPVwdULWvXkVWBEnC1G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rfuFIX2fXRKUwOFqq5wFFJOkpAiL53OU { width:20rem;height:7.472625rem;top:15.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJdqKcKf0ga67EyBU9boXDTRAniIQIRK { width:20rem;height:1.21875rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLQJgc0nDxMpU3Aavi43M92I64nOoNZv { width:20rem;height:166.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb { display:block; }#VQ0C7bVT5ETOg3dDd4NmwM7exOH8Letb > .row .container { width:20rem;height:300.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6PI1WwKi8RGOdtkyx2OlIS16K5SgXie { width:20rem;height:296.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUNMqP9HtZ0GOrAswPMKa7XW08z3yyLG { width:18.75rem;height:10.3984375rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXK45Xarp5GIDgMEdUVRCWxlJdPwl22u { width:18.125rem;height:100.7754rem;top:26.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.adaptive-delivery-prevent-bg, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyload, #KgT8NgFf2U6aHLBgx7D11wXBzk5yZTBJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uTIBbO1KqtP9RSb8qF9xByTQueJkFFhE { width:20rem;height:7.472625rem;top:15.52734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MxSopCefFx6GAbVqlgRv5nc2B83UHh { width:20rem;height:1.21875rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQS2UXh6TB3lCAAJG3xV1MR93Gi8JgEJ { width:20rem;height:1.8681625rem;top:128.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3COZJEn5bQXQBi8EN7CQRizpt3yP9K { width:19.1875rem;height:28.7929875rem;top:132.1025390625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPR9izVON2a5ZnnbAvylXD0tiloH330K { width:17.875rem;height:16.933625rem;top:162.1953125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QPR9izVON2a5ZnnbAvylXD0tiloH330K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #tTuWD1iB6XzILJ3RqbVmsvUhCT4rdip9 { width:18.3125rem;height:7.9980625rem;top:180.4228515625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp { width:18.4375rem;height:10.535125rem;top:189.75rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dd6My7Mw3o8KOR8DQX6bwiy81oT9xAzp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #JPVKiTB6c22KmJwaMtdmRcTDnSpOFmaF { width:18.4375rem;height:7.9980625rem;top:201.375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2MEum5i3H6oHX54dt57pSffiGoRh7x { width:20rem;height:1.8681625rem;top:212.0546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7WcydNQmLIrAru53nDny23CE79KENo { width:19.0625rem;height:6.3984375rem;top:215.7509765625rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 { width:18.875rem;height:7.3359375rem;top:224.1494140625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WCHLdbrQSWIbsnehSe6yILaBmN7FLWc0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #Xei0bCQzmJQuDoEaJTMBtp7x7EfOWmpz { width:19.1875rem;height:3.19921875rem;top:233.1728515625rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVJU0S6C7vgGGgJ6ZCmlvkCFVZpNLdD2 { width:19rem;height:6.3984375rem;top:258.7470703125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzL6yu62yqet8dD9CcvmUqh9h81vigiy { width:19.0625rem;height:10.222625rem;top:247.107421875rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UzL6yu62yqet8dD9CcvmUqh9h81vigiy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #MZkg4Sftpn13JvXP4FXZBJFI0qg5AqQ6 { width:19rem;height:3.19921875rem;top:242.73046875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG4QMwEfFae0gxSUcGI78gIdkrSGk8i6 { width:20rem;height:3.736325rem;top:238.359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCIlllq6UHU8VJyADUh0Tlfr26y4FcEW { width:20rem;height:3.736325rem;top:267.0947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGFuRgIQb4un4W7MruZNoH5DGr1C6hza { width:18.9375rem;height:1.5996125rem;top:273.0546875rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmVBaJiW99K0bq7qv0skIkRfImXtMAl { width:18.6875rem;height:7.0234375rem;top:276.029296875rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GHmVBaJiW99K0bq7qv0skIkRfImXtMAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #wi2kkSz6T8u45xHdTN6CQyBgC6JAlDO8 { width:18.25rem;height:11.19725rem;top:284.990234375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr { display:block; }#SL8xx7h6yym5kEXh8gi2gQx9nLU0BnXr > .row .container { width:20rem;height:234.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzzgKNHgvy1zALox14AtkNgILNPItRDB { width:18.75rem;height:5.19921875rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmtXR7fi9zne4lHZvcwc5UKEctQH591 { width:18.125rem;height:14.3965rem;top:22.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70DMEBk3HD5gHTx6EW3kO6NordApTyT { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#t70DMEBk3HD5gHTx6EW3kO6NordApTyT.adaptive-delivery-prevent-bg, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyload, #t70DMEBk3HD5gHTx6EW3kO6NordApTyT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SSTNsu1U7Nho5sil4WE4LZreT5tweDMI { width:20rem;height:7.472625rem;top:10.77734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8rTSEWrOWA27imXzwUsfE8OU22g5Mc { width:20rem;height:1.21875rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPEiMRlyZMwuRdkHBkuGypk7P7W0ue69 { width:20rem;height:3.736325rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKM85k6E4qONJfXNZB1vmJNsMTNc0sRq { width:19.1875rem;height:9.597625rem;top:44rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC { width:17.875rem;height:6.7109375rem;top:64.3828125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#J4lQEIIDl3HivtrDxmq17oTeCNdzhEXC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #aRqlTWLb16tZ7y0anfe4fkk8ovgGdfkl { width:18.3125rem;height:3.19921875rem;top:115.9228515625rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCXFyartL9iZ359nyFZ1g4Nf91NTPkQU { width:19.5rem;height:3.19921875rem;top:60.3125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chyT3wiGTWx4CAmTcfpz55Z1Ip5GmywV { width:20rem;height:3.736325rem;top:55.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSx2qu1PCEBB4B0uqA76fflvDfIW3gn { width:20rem;height:3.736325rem;top:73.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTn4Isi71ZktxhybR41HeJctopCKqIuq { width:19.3125rem;height:12.796875rem;top:78.75rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPEG4wCTWrwlfxOrifcZUv2qpKgwTdPe { width:20rem;height:1.8681625rem;top:92.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWwPozmSfbqRUkBaCfM0e3k6qPvFPRK { width:19.625rem;height:4.798825rem;top:95.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBnKGmyurRmBfgcWQZD0spacKrZbZ6T { width:18.8125rem;height:13.734375rem;top:101.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#whBnKGmyurRmBfgcWQZD0spacKrZbZ6T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #dSe2qakKyUxkAzqgBoMPUDBaiBGRUPUO { width:20rem;height:1.8681625rem;top:121.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ZGmTyJi2ieKcXOwvktKqTHMC0z8fBZ { width:19.125rem;height:25.5937125rem;top:124.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN { width:19rem;height:15.334rem;top:151.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lot0O5ieEP06uBWdNgCpNAQ5ObkGhgVN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #XNJJhnE0kyw8bDoTsL9gSH31clesVTxz { width:19.625rem;height:1.5996125rem;top:166.3125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK { width:19.0625rem;height:17.246125rem;top:169.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Iq7HzJk5vHJBIZVLD84oBrdCMMPgKWhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #tE8Zsw4n0THTJTBkMg0Smb5oqhcKfQ5G { width:19.3125rem;height:4.798825rem;top:187.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brvidb7V9fzpAk1c5l9DQIzLgtuzV6g2 { width:19.1875rem;height:30.3926125rem;top:199.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBLApDNq6EWF3k2nwR30poeHqX6lUf2T { width:20rem;height:3.736325rem;top:194.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ZaOV8WcAmak1pDX7ZXiepAIFXbluR0 { width:20rem;height:231rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ { display:block; }#eGT9J02hz4Z7nLE9oboiuu8G4J5788BZ > .row .container { width:20rem;height:157rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #essuG8tLHw6Qpr8OzTCoNMaQoVBoQGXi { width:18.75rem;height:2.5996125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3sKbcUa5tvbTt5BeG1e3tz92fuqWpD { width:18.125rem;height:76.78128125rem;top:20.0625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.adaptive-delivery-prevent-bg, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyload, #Ps10Id7xkl9zKnwV75alaSW2cxJtbSmM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aR9kSvhoaOiM1AE9qHCtuobXcOxuEnUe { width:20rem;height:7.472625rem;top:8.08984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeKwSdTkCaJJwr2ceWZx7Ba3X1gObhzA { width:20rem;height:1.21875rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efozSgxNser3eTeF6R34PtULaPU7TqLF { width:19.0625rem;height:18.496125rem;top:99.4375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#efozSgxNser3eTeF6R34PtULaPU7TqLF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #JEsxbe4NkqJOb3EVTaDGT3LVMpE7rWHi { width:20rem;height:153.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsiP2cLOkhTensX6r6LJQk9E3qIJXGz3 { width:18.6875rem;height:33.5917875rem;top:119.625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf { display:block; }#OEZIDoeORHhiMSOF8hTDg4wm1kcQ0Lqf > .row .container { width:20rem;height:171.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Byh2Xxb38DC1RR0a3dbauzk9Keg81owU { width:20rem;height:166.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgv3EysFbWHMeDzoNgmJbv53R1QhMWG { width:18.75rem;height:2.5996125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpmWnGLtJ0aICamAa7rL6KR6agVRlVX { width:18.125rem;height:51.18749375rem;top:16.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.adaptive-delivery-prevent-bg, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyload, #bMUPDZOQe3vF3oMREoTZK2QwQtOzHCXB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GUnFR1vbLE2UDoeKRoKxwuzmoDgntw4l { width:20rem;height:3.736325rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6eShOZ6BWksT3xz7EurCt6IOx2uktS { width:20rem;height:1.21875rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC { width:20rem;height:38.666rem;top:68.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#EOU8m9rCBsNHDA8MVdln0QZTgHeVZohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #oxofXcOvMy6WsfF51Gn8GX247TbZIdGl { width:20rem;height:28.793rem;top:109.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk { width:20rem;height:19.8203125rem;top:139.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#AA8CC4J9mtX8RUVdgXvTRv0IJwmfiAhk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/semiU8QF/list_icon.png); }
 }@media only screen and (max-width: 763px) { #A3uxhkXLvAoF4VARTpEUoWlpER5LM2Tn { width:20rem;height:4.798825rem;top:161.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG { display:block; }#yyw65PdpRl6xhtCcxH9vPt41gNZLBtkG > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTVpXw1VinaiFTVTh7r09zToTw9naygQ { width:20rem;height:126.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5n6VKSastFGsRWh9u9fwX83SUOFSq5I { width:18.75rem;height:5.19921875rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBkosb5cNd9WM7GpfmuiuQefRX5uspm { width:18.125rem;height:111.97265rem;top:16.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.adaptive-delivery-prevent-bg, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyload, #fWAefVRvWaa2JiEKh1X9EyILeXRMgqQt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XiJw7OB25vs0Hno0NnOZ8hNeEdR6z2KF { width:20rem;height:3.736325rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDngK4M1XlEGSXidRC0G60WQHVhph3UW { width:20rem;height:1.21875rem;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB7y5puWgEN5eTdszZUStQyUk49CCME6 { display:block; }#yB7y5puWgEN5eTdszZUStQyUk49CCME6 > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1d2i4TyD2XFp2AZsCTBZukh44nWuO4I { width:20rem;height:104.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZexBFDVpt0RS45ZW3m3EiBaXaE78xaes { width:18.75rem;height:2.5996125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qORKZ6IIK4QXKvn4cX3yqPISEE7eRF0b { width:18.125rem;height:89.57815rem;top:16.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.adaptive-delivery-prevent-bg, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyload, #cSxNKXdQEDwg8Zw4cAoDmPUSsFv9rXkw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kNeZPRMwRfpaxLCRI4vk7FZDRw2e4W03 { width:20rem;height:3.736325rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVdIFfOF29VoJJoA9KW2rI92rFGgbal { width:20rem;height:1.21875rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtRExritGAi4zvOReeU8HpT2JBootZLC { display:block; }#xtRExritGAi4zvOReeU8HpT2JBootZLC > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWFrXp4DMbpxoWKndd6TQqd0mIC23osq { width:20rem;height:80.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAaiCCL7TJDNqbVKMM4htaDKpN29Ac2G { width:18.75rem;height:2.5996125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3lrx8aOGRSUTnk5STqPduERKNs8CWkq { width:18.125rem;height:65.5840375rem;top:16.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.adaptive-delivery-prevent-bg, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyload, #cPLsmMZJN6PpXm8DiQ9aHO7RXEbm1zHo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gEWGMI2RhBQ52VhVoy6S3qom6Bfu7FLZ { width:20rem;height:3.736325rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWvmeoBSepG526e6B6dkCkTipp8mz3T { width:20rem;height:1.21875rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 { display:block; }#dQJmqEuRMMG8nPMBEEuQ7xGJcmWccBe1 > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MP7IoqATCZ4Tu2viEPmAoDRUqwi4G17f { width:20rem;height:104.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbFbgAHTQvvUbTPCaJh5kMSHtXtI5G7 { width:18.75rem;height:7.7988125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxoSNB1QGB9aIHnFoiw5e45sm8tPlqkM { width:18.125rem;height:84.7793375rem;top:21.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C { width:20rem;height:17.3125rem;top:37.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EDqceDmz/me.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.adaptive-delivery-prevent-bg, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyload, #qCBPA7M7NkdXSeUloGuhoi11qSQONu5C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oq7dDP3iUtdxtZLEkvJ0oaIb0Prphx0V { width:20rem;height:3.736325rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdd9R7gzK5NJQuuIihc9RDL16306J6ks { width:20rem;height:2.4375rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 { display:block; }#X5vtxP8w7ngzTJXXBpMWxHZQff0yoh66 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFx3PwTBFAVFNpandO6fZHsfMpf8Ti3K { width:20rem;height:3.5rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #m9mDUDA6xE7Q0yC9WAIfoHGbTGEDXdoF { width:9.25rem;height:6.125rem;top:1.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks { display:block; }#HcHK1o9h2GBH4qXSOHv3tTJ1salfQsks > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqAn1ciXsWFvFpB4MekizDtv3qHqzJNI { width:9.3125rem;height:0.625rem;top:1.25rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1;display:block; }
 }