.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1c1c954-ccee-488a-afc7-0b651d6a1385/WrinkleRelaxers.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:8.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { color:#0d0808;display:block;width:18.9995625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:47.0625rem;height:2.474125rem;text-align:right;text-align-last:right;display:block; }
#Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.625rem;top:1.4469401836395rem;left:8.8125rem;overflow:hidden;display:block; }
#zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { color:#0d0808;display:block;width:10rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.1245660781861rem;left:55.8125rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093126;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; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { background-color: transparent; background-image: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .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); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { border-width: 0; border-radius: 0; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { color:#e0dad1;display:block;width:45.8745625rem;position:absolute;font-family:promenade;font-size:2.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:1.4995660781861rem;left:14.561632156372rem;height:4.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:rgba(44,42,37,0.7);background-image:url("https://images.assets-landingi.com/uc/edb8d43f-d1c4-4696-85fd-82927e13835c/WrinkleRelaxers.png");background-position:center !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { border-width: 0; border-radius: 0; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:75rem;height:56.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { background-color:#093126;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#e0dad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8121875rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.902235984803rem;left:36.3125rem;display:block; }
#TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { color:#0d0808;display:block;width:38.5623125rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.1869574785232rem;left:23.8125rem;height:10.31175rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { color:#e0dad1;display:block;width:24.6875rem;position:absolute;font-family:promenade;font-size:6.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:26.374784946442rem;left:34.375rem;height:12.5rem;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;text-align:center;text-align-last:center;display:block; }
#Sp2tAwU25RzMuBWHxU13VJwUHooPL7Xu { color:#0d0808;display:block;width:35.061875rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:300;z-index:15005;line-height:.9;letter-spacing:0;top:11.625000596046rem;left:27.25rem;height:3.9375rem;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;text-align:right;text-align-last:right;display:block; }
#DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:13.5625rem;left:31.125rem;overflow:hidden;display:block; }
#kpWIOwHs3ilIU67J8Q9yG0rEkf5ScCZz { color:#ffffff;display:block;width:13.5623125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:400;z-index:15017;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33rem;left:39.9375rem;height:1.96875rem;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;text-align:center;text-align-last:center;display:block; }
#TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { color:#ffffff;display:block;width:9.6235rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.375rem;left:41.9375rem;height:1.30590625rem;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;text-align:center;text-align-last:center;display:block; }
#h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { color:#e0dad1;display:block;width:23.6246875rem;position:absolute;font-family:promenade;font-size:4.0625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:22.221680164337rem;left:34.875rem;height:8.1255rem;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;text-align:center;text-align-last:center;display:block; }
#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0808;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; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { background-color: transparent; background-image: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .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); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { border-width: 0; border-radius: 0; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#L0rM4KwIWtCJEVeCaDFGTbE2CzVDT4i8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.1875rem;left:31.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#VcNgsdzLmkqrpF5VsEFdPHIWnP9ZARlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:34.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#sEiJfozRc7gqr5BZrw5rPw4UV6uyxGfr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1875rem;left:36.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#g08T0NATQwv1G06zbD1aa1pOGDdvttVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.1875rem;left:38.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#RAmDN2xIaOGG4mX1MhXkwBCoAEFGQnyA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.1875rem;left:40.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#hlsW32G57OhEh8PbrXKE9zehBu54XvdC { color:#e0dad1;display:block;width:43.8748125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6868476867676rem;left:15.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvrJdGvocCzGbs5ceiZsTZWh3ccFsFag { position:absolute;display:block;z-index:15027;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:0.68739375rem;width:60rem;top:0.62282943725586rem;left:7.5rem;overflow:hidden;display:block; }
#wCubIT883B0xSfnCEt3mWwOTNzBW3BfF { position:absolute;display:block;z-index:15028;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:0.68739375rem;width:60rem;top:8.1857624053956rem;left:7.5rem;overflow:hidden;display:block; }
#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { background-color: transparent; background-image: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .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); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { border-width: 0; border-radius: 0; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { font-size:0.875rem;font-family:arial;height:96.375rem;width:75rem;position:relative;display:block; }#ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { color:#000000;display:block;width:45.374875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8741302490234rem;left:8.125rem;height:3.4375rem;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; }
#Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.373802185059rem;left:8.125rem;height:5.625rem;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; }
#pGnw2Rwpo1UkUW7RfcC0yqWTPXHHaH6L { color:#000000;display:block;width:45.374375rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:20.623912811279rem;left:8.125rem;height:3.4375rem;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; }
#J7wFHXiVhP8kkeiX0QUpbmM5I6KE9Z7b { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:26.218536376953rem;left:8.125rem;height:5.625rem;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; }
#Z5yEplHDJIr0ZzLhX0d5oJDDExzFxXNM { color:#000000;display:block;width:39.9370625rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:35.685764312744rem;left:8.125rem;height:6.875rem;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; }
#zoHDCZ3p6xQ5tsUWSkTndto96hH0MG4J { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:45.593536376953rem;left:8.125rem;height:5.625rem;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; }
#zf23XvazbCVPv6cdMNmwGclMTFJHeX2E { color:#000000;display:block;width:38.9995625rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:55.562278747559rem;left:8.125rem;height:6.875rem;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; }
#wQ45x21KqfkpFXLs3cfiso3SbSV6ml6H { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:62.562072753906rem;left:8.125rem;height:3.75rem;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; }
#UzkrgkKO1x00OreS71KXc8TZzqhRcQCx { color:#000000;display:block;width:34.9370625rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:70.874454498294rem;left:8.125rem;height:6.875rem;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; }
#cDExBqMktQc8Ii48TEi20tOyniLodyb4 { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:77.062072753906rem;left:8.125rem;height:3.75rem;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; }
#FM8Mnul8cqMqN9IWRIHo4fnDXbK6kLuu { background-color:#0d0808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sweet sans pro";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.249375rem;height:3.24924375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:87.458766937256rem;left:28.8125rem;display:block; }
#fgb5AkNTCZxde8AwhaRzMgbfzqhlNqbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT { position:relative;display:none; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT { border-width: 0; border-radius: 0; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .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; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wXbwK4iUvRLJl5hTD1q1dKXbiBvBsyT3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:2.25rem;left:3.75rem;display:none; }
#fqEPRqNvo8xRHQa8sD1FHC6RCtcrkcoE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lfxbvvU0TFCmT1rvGGFEubDPkDvQnntC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:56.25rem;display:none; }
#VRJJMyDaUFxK9WZTE6ODk8JfOcVy7HN8 { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:77.062072753906rem;left:8.125rem;height:3.75rem;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:none; }
#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30faef0c-1617-46da-af6d-97aa803e6397/WrinkleRelaxers9.svg");background-position: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; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.adaptive-delivery-prevent-bg, #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.lazyload, #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.lazyloading { background-image: none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container { background-color: transparent; background-image: none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container > .video-iframe-container { display: none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row > .video-iframe-container { display: none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .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); }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container { border-width: 0; border-radius: 0; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0dad1;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; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { background-color: transparent; background-image: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container > .video-iframe-container { display: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container { display: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .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); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { border-width: 0; border-radius: 0; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#H6kde170WBOWsEOPq3Oiao5bkDBoW23i { color:#0d0808;display:block;width:51.1870625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.124240875244rem;left:11.875rem;height:5.625rem;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; }
#gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { color:#0d0808;display:block;width:18.9371875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3115234375rem;left:28rem;height:6.875rem;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; }
#VdZfGcSwtWiJWna8ZRrTdcmCrzeqbZLI { position:absolute;display:block;z-index:15028;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:0.68739375rem;width:60rem;top:2.7159271240234rem;left:7.5rem;overflow:hidden;display:block; }
#pJyTgWEafLcnfwPrnSS0vTKq1oCVoxCO { position:absolute;display:block;z-index:15029;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:0.68739375rem;width:60rem;top:17.652996063233rem;left:7.5rem;overflow:hidden;display:block; }
#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b095dbe-c1b4-48dd-88d0-fb5ef9f44dfd/WrinkleRelaxers4.png");background-position: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; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP.adaptive-delivery-prevent-bg, #PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP.lazyload, #PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP.lazyloading { background-image: none; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container { background-color: transparent; background-image: none; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container > .video-iframe-container { display: none; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row > .video-iframe-container { display: none; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .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); }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container { border-width: 0; border-radius: 0; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#PyTckMQZzdkryZTmU7gTHyN2bDq8VwMo { color:#0d0808;display:block;width:22.249375rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.8602523803711rem;left:26.374784469604rem;height:6.875rem;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; }
#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20b42ad2-9fdf-4614-b98a-04333a52311a/WrinkleRelaxers6.png");background-position:top 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; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2.adaptive-delivery-prevent-bg, #kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2.lazyload, #kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2.lazyloading { background-image: none; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container { background-color: transparent; background-image: none; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container > .video-iframe-container { display: none; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row > .video-iframe-container { display: none; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .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); }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container { border-width: 0; border-radius: 0; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;position:relative;display:block; }#hiSuUlH2v2kTnITIA6PcrCHxpX859LCg { color:#0d0808;display:block;width:29.5621875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.4223098754881rem;left:22.718641281128rem;height:6.8745rem;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; }
#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo { position:relative;display:none; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo { border-width: 0; border-radius: 0; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .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; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#va5qpXeq459u8OlQphAyvDlIR8ZLoVGO { color:#0d0808;display:block;width:18.9371875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3115234375rem;left:28rem;height:3.4375rem;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:none; }
#qpl4IaaaGZmfnEuPgalshpq0QbtNO5fx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.125rem;display:none; }
#ZbeTGRTm9beMoN7h2FE2sTD3TH9xw6L7 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:20.8125rem;left:5.125rem;display:none; }
#JPoE1XXD1Bdrg6WVh60widyuKFNrVaxP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IyAnJKtRrHqmbuGsReeHxrywMWE3z862 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:43.6875rem;left:1.9375rem;display:none; }
#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk { position:relative;display:none; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk { border-width: 0; border-radius: 0; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .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; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xMEGl2sDX1x5mzk8KkPU383DPLfOmuxc { color:#0d0808;display:block;width:18.9371875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3115234375rem;left:28rem;height:3.4375rem;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:none; }
#SUXsphIvnwEofbKAESD7zpDgnHn5pCcu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VH1kmnztJDhdICt451BKLQ0ObZx6GQvS { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:67.375rem;left:4.3125rem;display:none; }
#r8QTkait17gdmhMxmt0AB4s6gObNAvE6 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:62.4375rem;left:5.0625rem;display:none; }
#EXrheOb3hTELP8GS5JuT03m10OhN17ye { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:19.75rem;display:none; }
#orDUTJ3bwD4lzaRvhzNLxDM68MvVh5Ac { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FToh6UiM7NddEw4isREGzAW4STIuON3f { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:88.1875rem;left:1.25rem;display:none; }
#AubUkdD6iQwr182Nsn6ceMoLNtoVf7uw { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:84.625rem;left:2.875rem;display:none; }
#SFeTRQLzsl0pzIEhro4vT70Kn4HyphNR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:11.8125rem;display:none; }
#nIDitF3eC9VKJ4eTS13cCTfGhVMmP1gR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.375rem;width:56.25rem;display:none; }
#pRg6J1GW4BQGrhGsRyE54ac6nJuGSS8D { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:19.8125rem;left:1.25rem;display:none; }
#nhJRhf0nykXzRvTRzgX47gtxUCk1CRgR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xduF8vFGmT8Wx58JD2MFSbq614AkTIMW { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:32.5rem;left:2.5625rem;display:none; }
#EmquewumUCszL9otNLQtZztbT0CRzpXT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.75rem;display:none; }
#UExsXq6TxTyo9C72XFC88yU9XVJ0pTmI { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:86.5rem;left:4.625rem;display:none; }
#pyNiOQTKMmEBbqhZGOcEIyTZz4BQdz4p { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bzMBqHbseaRMAuyWQU6HaJXeBxaIbmTw { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:88.625rem;left:3.75rem;display:none; }
#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0dad1;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; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container { background-color: transparent; background-image: none; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container > .video-iframe-container { display: none; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row > .video-iframe-container { display: none; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .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); }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container { border-width: 0; border-radius: 0; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#WsTKIsC0tIh93iIl0MoseGFTHaByGhHk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.937375rem;width:46.937375rem;top:1.25rem;left:14rem;overflow:hidden;display:block; }
#hOEfdTplreKyNrqoJesBUZlKderi254K { background-color:#0d0808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sweet sans pro";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.249375rem;height:3.24924375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:50.8125rem;left:28.875rem;display:block; }
#rVQimTMMOctnp6ecLmgueVlIidmkqxx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0808;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; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container { background-color: transparent; background-image: none; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container > .video-iframe-container { display: none; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row > .video-iframe-container { display: none; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .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); }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container { border-width: 0; border-radius: 0; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#Sdv0KowP3VXlEZQa23PZST093UwTTfnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.1875rem;left:31.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#Czh6kt6GHWCAFmGzcttJXLPsS8UZyI4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:34.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#xoxlVwFWesxOr6L4apicI0zXHaRcAerE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1875rem;left:36.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#OF7zSstSCqoIKAHUqUi4Sh9MXawEBmiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.1875rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#guvqUBZ7eGaXHZ1HRsQlLJf6D4ZCCcuw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.1875rem;left:40.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #093126); }
#aqmiyvAcyQiCIcCOeKF0P5iX0NTIzquN { color:#e0dad1;display:block;width:27.6248125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.185546875rem;left:23.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXm0ub4echCkO38MA3Fm6F6rmlFaLfIM { position:absolute;display:block;z-index:15027;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:0.68739375rem;width:60rem;top:0.62282943725586rem;left:7.5rem;overflow:hidden;display:block; }
#Wfdxo2rD9TGzaVmc9tuzpqGzrFxwa0m8 { position:absolute;display:block;z-index:15028;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:0.68739375rem;width:60rem;top:8.1857624053956rem;left:7.5rem;overflow:hidden;display:block; }
#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093126;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; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { background-color: transparent; background-image: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container > .video-iframe-container { display: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container { display: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .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); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { border-width: 0; border-radius: 0; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#J6zU3hO5aotis044tZndDmugUZIlaC1d { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#V0nOC4X1xIOMZhHtQeIc0whuTZNtwT8P { color:#d1ae73;display:block;width:22.1875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.8125rem;left:38.6875rem;height:;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; }
#h0TQm5eRe3k16FTrs7D5k8FttBFKThi3 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.999755859375rem;left:37.75rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:23.25rem;top:1.40625rem;left:10.43701171875rem;overflow:hidden;display:block; }
#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { position:relative;display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { background-color: transparent; background-image: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .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); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { border-width: 0; border-radius: 0; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .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; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.375rem;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; }#R6e8d9au76KTNQhEis8L7kdJNatwqTGM { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d1ae73;border-left:0.1875rem solid #d1ae73;border-right:0.1875rem solid #d1ae73;border-bottom:0.1875rem solid #d1ae73;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.625rem;width:18.75rem;top:17.312286376953rem;left:28rem;display:block; }
#dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.5rem;left:31.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
#TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.5rem;left:34rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
#l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.5rem;left:36.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
#s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.5rem;left:38.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
#t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.5rem;left:40.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
#TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { color:#0d0808;display:block;width:16.25rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22rem;left:29.25rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { color:#0d0808;display:block;width:10.3125rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:35.443143844604rem;left:35.1875rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { color:#d1ae73;display:block;width:34.5621875rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.2351341247559rem;left:20.0625rem;height:6.875rem;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; }
#TLQ6t7l3WpwTc1wXhHmVK3nKzto0Nle3 { color:#0d0808;display:block;width:36.6873125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:300;z-index:15019;line-height:1;letter-spacing:0;top:9.8133685588838rem;left:19.155817031861rem;height:3.6254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbHptiIRX7zUlW2mma0TS605XqtSAc28 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d1ae73;border-left:0.1875rem solid #d1ae73;border-right:0.1875rem solid #d1ae73;border-bottom:0.1875rem solid #d1ae73;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.625rem;width:18.75rem;top:17.311737060547rem;left:8.375rem;display:block; }
#FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:18.5rem;left:12.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.5rem;left:14.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.5rem;left:16.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.5rem;left:19rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18.5rem;left:21.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#fEBdzDqTowPzNLxIznWiz1IRz9tFlyKo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d1ae73;border-left:0.1875rem solid #d1ae73;border-right:0.1875rem solid #d1ae73;border-bottom:0.1875rem solid #d1ae73;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.625rem;width:18.8125rem;top:17.311737060547rem;left:47.8125rem;display:block; }
#S5nJNEtnmNnm0AyUvrMFRZGcQ0RMhtUO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:18.5rem;left:51.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#rTADfSDQBm8xTOK4SUUSTPLSUZNISm0V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.5rem;left:53.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#H1AbrJDUIEu4lgDBnohOZGwce3E9nEC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.5rem;left:56rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#oS2thvmv2SCQNFfddIk0nMxNXvzHp5l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:18.5rem;left:58.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#EmAhgfLiO1Zm7VcTGqvvlaf23TPyrVOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.5rem;left:60.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { color:#0d0808;display:block;width:15.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:21.999784231186rem;left:9.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { color:#0d0808;display:block;width:6.18706875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:29.626098632812rem;left:19.25rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#BzLtWGEWZ41z1xxvEptXaHE8g1GG822t { color:#0d0808;display:block;width:14.5621875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.6;letter-spacing:0;top:21.999784231186rem;left:50rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#w9ph0b4JGdIVqgGhCIfiyNvt3BfS2Z21 { color:#0d0808;display:block;width:6.18706875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:31.043840169907rem;left:59.125rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7814f;background-image:url("https://images.assets-landingi.com/uc/4fd3de04-c20f-4c48-a647-d73c97c6204a/Untitleddesign31.png");background-position:top 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; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { border-width: 0; border-radius: 0; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;position:relative;display:block; }#XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:promenade;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.74);top:4.5342712402344rem;left:17.812501907349rem;height:9.37575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { color:#ffffff;display:block;width:47.6871875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:12.932159423828rem;left:13.624673843384rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcePTozR22d7GyJWl7WTytAxsxyMbwA9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:39.0625rem;width:25.8125rem;top:20.625rem;left:35.8125rem;overflow:hidden;display:block; }
#s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { position:absolute;display:block;z-index:15011;height:21.7496875rem;width:38.75rem;top:20.625rem;left:5.8125rem;display:block; }
#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { background-color: transparent; background-image: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .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); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { border-width: 0; border-radius: 0; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#dsmbP65USmE1Bk2k2Ub2UZokithSMbaZ { color:#0d0808;display:block;width:18.9995625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:10rem;left:47.625rem;height:2.474125rem;text-align:right;text-align-last:right;display:block; }
#S6Lw6qEFAhL4TTnBZgJhkzy6LJ61p9kv { position:absolute;display:block;z-index:15007;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.6875rem;width:15.5625rem;top:5rem;left:27.25rem;overflow:hidden;display:block; }
#kwm0ABndrtkXgoEJrNTNfOSIW0vCgAVU { color:#0d0808;display:block;width:10rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:7.875rem;left:56.4375rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#b4T2UkE06i6EqZDVRMeJ1IAnA0mHgA2J { color:#0d0808;display:block;width:18.999rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:2.875rem;left:8.3125rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#XtlJmtTNqezuACMOV72nvlcL2135nao1 { color:#0d0808;display:block;width:8.3121875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:13.3125rem;left:58.375rem;height:2.47411875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { top:4.25rem;left:28.8125rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { top:1.4375rem;left:0rem;width:10.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { top:2.0625rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { top:1.4375rem;left:0.9365234375rem;width:45.8125rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:20.75rem;height:3.75rem;top:45.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:38.5rem;height:6.875rem;top:3.125rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { width:24.6875rem;height:6.25rem;top:26.3125rem;left:20.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2tAwU25RzMuBWHxU13VJwUHooPL7Xu { width:35rem;height:1.9375rem;top:11.5625rem;left:12.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { top:13.5rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpWIOwHs3ilIU67J8Q9yG0rEkf5ScCZz { width:13.5rem;height:1.9375rem;top:32.9375rem;left:26.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { width:9.5625rem;height:1.25rem;top:35.3125rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { width:23.5625rem;height:4.0625rem;top:22.1875rem;left:21.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0rM4KwIWtCJEVeCaDFGTbE2CzVDT4i8 { top:2.1875rem;left:18.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcNgsdzLmkqrpF5VsEFdPHIWnP9ZARlL { top:2.1875rem;left:20.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiJfozRc7gqr5BZrw5rPw4UV6uyxGfr { top:2.1875rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08T0NATQwv1G06zbD1aa1pOGDdvttVr { top:2.1875rem;left:24.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAmDN2xIaOGG4mX1MhXkwBCoAEFGQnyA { top:2.1875rem;left:27.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { top:4.625rem;left:1.875rem;width:43.8125rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvrJdGvocCzGbs5ceiZsTZWh3ccFsFag { top:0.5625rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCubIT883B0xSfnCEt3mWwOTNzBW3BfF { top:8.125rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:45.3125rem;height:3.4375rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:47.75rem;height:5.625rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnw2Rwpo1UkUW7RfcC0yqWTPXHHaH6L { width:45.3125rem;height:3.4375rem;top:20.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7wFHXiVhP8kkeiX0QUpbmM5I6KE9Z7b { width:47.75rem;height:5.625rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yEplHDJIr0ZzLhX0d5oJDDExzFxXNM { width:39.875rem;height:6.875rem;top:35.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoHDCZ3p6xQ5tsUWSkTndto96hH0MG4J { width:47.75rem;height:5.625rem;top:45.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf23XvazbCVPv6cdMNmwGclMTFJHeX2E { width:38.9375rem;height:3.4375rem;top:55.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ45x21KqfkpFXLs3cfiso3SbSV6ml6H { width:47.75rem;height:3.75rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkrgkKO1x00OreS71KXc8TZzqhRcQCx { width:34.875rem;height:3.4375rem;top:70.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDExBqMktQc8Ii48TEi20tOyniLodyb4 { width:47.75rem;height:3.75rem;top:77rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8Mnul8cqMqN9IWRIHo4fnDXbK6kLuu { width:17.1875rem;height:3.1875rem;top:87.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgb5AkNTCZxde8AwhaRzMgbfzqhlNqbo { display:block; }
 }@media only screen and (max-width: 763px) { #LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT { display:none; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wXbwK4iUvRLJl5hTD1q1dKXbiBvBsyT3 { top:2.25rem;left:0rem;width:12.5rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqEPRqNvo8xRHQa8sD1FHC6RCtcrkcoE { display:none; }
 }@media only screen and (max-width: 763px) { #lfxbvvU0TFCmT1rvGGFEubDPkDvQnntC { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRJJMyDaUFxK9WZTE6ODk8JfOcVy7HN8 { width:16.875rem;height:1.4375rem;top:25.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg { display:block; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { display:block; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6kde170WBOWsEOPq3Oiao5bkDBoW23i { width:47.75rem;height:5.625rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { width:18.875rem;height:3.4375rem;top:4.25rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZfGcSwtWiJWna8ZRrTdcmCrzeqbZLI { top:2.6875rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyTgWEafLcnfwPrnSS0vTKq1oCVoxCO { top:17.625rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP { display:block; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyTckMQZzdkryZTmU7gTHyN2bDq8VwMo { width:22.1875rem;height:3.4375rem;top:2.8125rem;left:12.749784469604rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 { display:block; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiSuUlH2v2kTnITIA6PcrCHxpX859LCg { width:29.5rem;height:3.4375rem;top:8.375rem;left:9.0936412811281rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo { display:none; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #va5qpXeq459u8OlQphAyvDlIR8ZLoVGO { width:12.0625rem;height:;top:1.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpl4IaaaGZmfnEuPgalshpq0QbtNO5fx { width:17.125rem;height:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbeTGRTm9beMoN7h2FE2sTD3TH9xw6L7 { top:20.8125rem;left:0rem;width:9.6875rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPoE1XXD1Bdrg6WVh60widyuKFNrVaxP { display:none; }
 }@media only screen and (max-width: 763px) { #IyAnJKtRrHqmbuGsReeHxrywMWE3z862 { top:43.6875rem;left:0rem;width:17.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk { display:none; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMEGl2sDX1x5mzk8KkPU383DPLfOmuxc { width:12.0625rem;height:;top:1.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUXsphIvnwEofbKAESD7zpDgnHn5pCcu { display:none; }
 }@media only screen and (max-width: 763px) { #VH1kmnztJDhdICt451BKLQ0ObZx6GQvS { top:67.375rem;left:0rem;width:11.25rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8QTkait17gdmhMxmt0AB4s6gObNAvE6 { top:62.4375rem;left:0rem;width:9.6875rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXrheOb3hTELP8GS5JuT03m10OhN17ye { width:16.75rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #orDUTJ3bwD4lzaRvhzNLxDM68MvVh5Ac { display:none; }
 }@media only screen and (max-width: 763px) { #FToh6UiM7NddEw4isREGzAW4STIuON3f { top:88.1875rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AubUkdD6iQwr182Nsn6ceMoLNtoVf7uw { top:84.625rem;left:0rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFeTRQLzsl0pzIEhro4vT70Kn4HyphNR { width:10rem;height:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIDitF3eC9VKJ4eTS13cCTfGhVMmP1gR { width:47.75rem;height:39.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRg6J1GW4BQGrhGsRyE54ac6nJuGSS8D { top:19.8125rem;left:0rem;width:17.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhJRhf0nykXzRvTRzgX47gtxUCk1CRgR { display:none; }
 }@media only screen and (max-width: 763px) { #xduF8vFGmT8Wx58JD2MFSbq614AkTIMW { top:32.5rem;left:0rem;width:17.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmquewumUCszL9otNLQtZztbT0CRzpXT { width:4.875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UExsXq6TxTyo9C72XFC88yU9XVJ0pTmI { top:86.5rem;left:0rem;width:10.625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyNiOQTKMmEBbqhZGOcEIyTZz4BQdz4p { display:none; }
 }@media only screen and (max-width: 763px) { #bzMBqHbseaRMAuyWQU6HaJXeBxaIbmTw { top:88.625rem;left:0rem;width:12.375rem;height:3.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi { display:block; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsTKIsC0tIh93iIl0MoseGFTHaByGhHk { top:1.25rem;left:0.375rem;width:46.875rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOEfdTplreKyNrqoJesBUZlKderi254K { width:17.1875rem;height:3.1875rem;top:50.8125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVQimTMMOctnp6ecLmgueVlIidmkqxx6 { display:block; }
 }@media only screen and (max-width: 763px) { #fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV { display:block; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sdv0KowP3VXlEZQa23PZST093UwTTfnk { top:2.1875rem;left:18.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czh6kt6GHWCAFmGzcttJXLPsS8UZyI4D { top:2.1875rem;left:20.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoxlVwFWesxOr6L4apicI0zXHaRcAerE { top:2.1875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF7zSstSCqoIKAHUqUi4Sh9MXawEBmiV { top:2.1875rem;left:25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvqUBZ7eGaXHZ1HRsQlLJf6D4ZCCcuw { top:2.1875rem;left:27.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmiyvAcyQiCIcCOeKF0P5iX0NTIzquN { top:5.125rem;left:10rem;width:27.5625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXm0ub4echCkO38MA3Fm6F6rmlFaLfIM { top:0.5625rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfdxo2rD9TGzaVmc9tuzpqGzrFxwa0m8 { top:8.125rem;left:0rem;width:47.75rem;height:0.547050859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { display:block; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6zU3hO5aotis044tZndDmugUZIlaC1d { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0nOC4X1xIOMZhHtQeIc0whuTZNtwT8P { width:22.125rem;height:;top:6.75rem;left:25.062255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TQm5eRe3k16FTrs7D5k8FttBFKThi3 { top:15.9375rem;left:24.125rem;width:23rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { top:1.375rem;left:0rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6e8d9au76KTNQhEis8L7kdJNatwqTGM { top:17.25rem;left:14.375rem;width:18.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { top:18.4375rem;left:18.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { top:18.4375rem;left:20.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { top:18.4375rem;left:22.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { top:18.4375rem;left:24.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { top:18.4375rem;left:27.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { top:21.9375rem;left:15.625rem;width:16.25rem;height:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { top:35.4375rem;left:21.5625rem;width:10.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:34.5rem;height:3.4375rem;top:3.1875rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ6t7l3WpwTc1wXhHmVK3nKzto0Nle3 { top:9.8125rem;left:5.5302734375rem;width:36.625rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbHptiIRX7zUlW2mma0TS605XqtSAc28 { top:17.25rem;left:0rem;width:18.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { top:18.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { top:18.4375rem;left:0.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { top:18.4375rem;left:3.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { top:18.4375rem;left:5.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { top:18.4375rem;left:7.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBdzDqTowPzNLxIznWiz1IRz9tFlyKo { top:17.25rem;left:28.5625rem;width:18.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nJNEtnmNnm0AyUvrMFRZGcQ0RMhtUO { top:18.4375rem;left:37.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTADfSDQBm8xTOK4SUUSTPLSUZNISm0V { top:18.4375rem;left:40.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1AbrJDUIEu4lgDBnohOZGwce3E9nEC1 { top:18.4375rem;left:42.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2thvmv2SCQNFfddIk0nMxNXvzHp5l5 { top:18.4375rem;left:44.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAhgfLiO1Zm7VcTGqvvlaf23TPyrVOR { top:18.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { top:21.9375rem;left:0rem;width:15.9375rem;height:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { top:29.625rem;left:5.625rem;width:6.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLtWGEWZ41z1xxvEptXaHE8g1GG822t { top:21.9375rem;left:33.25rem;width:14.5rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ph0b4JGdIVqgGhCIfiyNvt3BfS2Z21 { top:31rem;left:41.625rem;width:6.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:39.375rem;height:6.25rem;top:4.5rem;left:4.1875019073486rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:47.625rem;height:4.4375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcePTozR22d7GyJWl7WTytAxsxyMbwA9 { top:20.625rem;left:22rem;width:25.75rem;height:38.968389447814rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { top:20.625rem;left:0rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsmbP65USmE1Bk2k2Ub2UZokithSMbaZ { top:10rem;left:28.8125rem;width:18.9375rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Lw6qEFAhL4TTnBZgJhkzy6LJ61p9kv { top:5rem;left:13.625rem;width:15.5rem;height:7.6565305048737rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwm0ABndrtkXgoEJrNTNfOSIW0vCgAVU { top:7.8125rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4T2UkE06i6EqZDVRMeJ1IAnA0mHgA2J { top:2.8125rem;left:0rem;width:18.9375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtlJmtTNqezuACMOV72nvlcL2135nao1 { top:13.25rem;left:39.5rem;width:8.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { width:18.4375rem;height:2.198725rem;top:7.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { width:9rem;height:4.5rem;top:1.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { width:10rem;height:1.09971875rem;top:11.011829257965rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { width:15.3125rem;height:2.75rem;top:0.96788167953494rem;left:2.3437502384186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:#e0dad1;background-image:url("https://images.assets-landingi.com/uc/5bbf43ed-8b10-42b6-b88d-3e651cadf6f2/WrinkleRelaxers4.svg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:12.874875rem;height:2.374675rem;top:33.25rem;left:3.5625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:13.0625rem;height:4.87573125rem;top:1.4968547821045rem;left:0.44021272659302rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { width:12.3735625rem;height:2.68771875rem;top:21.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #Sp2tAwU25RzMuBWHxU13VJwUHooPL7Xu { width:9rem;height:4.87573125rem;top:8.8466815948488rem;left:0.44021272659302rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { width:19.0625rem;height:19.0625rem;top:13.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpWIOwHs3ilIU67J8Q9yG0rEkf5ScCZz { width:8.187375rem;height:1.25024375rem;top:25.25rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { width:9.5621875rem;height:1.12521875rem;top:26.5rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { width:11.8120625rem;height:2.00024375rem;top:19.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0rM4KwIWtCJEVeCaDFGTbE2CzVDT4i8 { display:flex;width:1.5625rem;height:1.5625rem;top:2.0623779296875rem;left:5.7497835159302rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VcNgsdzLmkqrpF5VsEFdPHIWnP9ZARlL { display:flex;width:1.5625rem;height:1.5625rem;top:2.0623779296875rem;left:12.62478351593rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #sEiJfozRc7gqr5BZrw5rPw4UV6uyxGfr { display:flex;width:1.5625rem;height:1.5625rem;top:2.0623779296875rem;left:7.4370660781863rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #g08T0NATQwv1G06zbD1aa1pOGDdvttVr { display:flex;width:1.5625rem;height:1.5625rem;top:2.0623779296875rem;left:10.874566078186rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RAmDN2xIaOGG4mX1MhXkwBCoAEFGQnyA { display:flex;width:1.5625rem;height:1.5625rem;top:2.0623779296875rem;left:9.1248922348025rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { width:16.0623125rem;height:2.5004875rem;top:4.2498779296875rem;left:1.999783039093rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvrJdGvocCzGbs5ceiZsTZWh3ccFsFag { width:20rem;height:0.625rem;top:0.56098175048828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCubIT883B0xSfnCEt3mWwOTNzBW3BfF { width:20rem;height:0.625rem;top:7.6236991882325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:13.0620625rem;height:2.00024375rem;top:2.4365234375rem;left:3.4678821563721rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:18.2498125rem;height:11.994125rem;top:5.7492408752441rem;left:0.87456607818606rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnw2Rwpo1UkUW7RfcC0yqWTPXHHaH6L { width:16.5625rem;height:1.5625rem;top:19.873590469361rem;left:1.7187502384186rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J7wFHXiVhP8kkeiX0QUpbmM5I6KE9Z7b { width:19.437375rem;height:7.4963125rem;top:22.998589754104rem;left:0.28049051761628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yEplHDJIr0ZzLhX0d5oJDDExzFxXNM { width:17.6871875rem;height:3.125rem;top:33.312175750733rem;left:1.1561415195465rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zoHDCZ3p6xQ5tsUWSkTndto96hH0MG4J { width:18.2498125rem;height:10.494875rem;top:38.562501907349rem;left:0.87456607818606rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf23XvazbCVPv6cdMNmwGclMTFJHeX2E { width:20rem;height:1.5625rem;top:51.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wQ45x21KqfkpFXLs3cfiso3SbSV6ml6H { width:18.125rem;height:5.99706875rem;top:55.186634063721rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkrgkKO1x00OreS71KXc8TZzqhRcQCx { width:20rem;height:1.5625rem;top:63.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cDExBqMktQc8Ii48TEi20tOyniLodyb4 { width:16.875rem;height:5.99706875rem;top:67.687175750731rem;left:1.5625002384186rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8Mnul8cqMqN9IWRIHo4fnDXbK6kLuu { width:12.874875rem;height:2.375rem;top:77.246098160744rem;left:3.5617408752441rem;z-index:15029;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #fgb5AkNTCZxde8AwhaRzMgbfzqhlNqbo { display:block; }
 }@media only screen and (max-width: 763px) { #LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT { background-color:#e0dad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container { background-color: transparent; background-image: none; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container > .video-iframe-container { display: none; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row > .video-iframe-container { display: none; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .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); }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container { border-width: 0; border-radius: 0; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLNdbrgknMpCXL6vk0w0JUTwlEAL41xT > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXbwK4iUvRLJl5hTD1q1dKXbiBvBsyT3 { top:2.25rem;left:3.75rem;width:12.5rem;height:4.4003875rem;z-index:15000;font-family:promenade;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fqEPRqNvo8xRHQa8sD1FHC6RCtcrkcoE { top:7.375rem;left:2.8125rem;width:14.437375rem;height:0.1875rem;z-index:15001;background-color:#d1ae73;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lfxbvvU0TFCmT1rvGGFEubDPkDvQnntC { top:9.9375rem;left:2.5rem;width:15rem;height:10rem;z-index:15002;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VRJJMyDaUFxK9WZTE6ODk8JfOcVy7HN8 { width:7.9996875rem;height:1.875rem;top:21.187072753906rem;left:5.9998917579651rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30faef0c-1617-46da-af6d-97aa803e6397/WrinkleRelaxers9.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.adaptive-delivery-prevent-bg, #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.lazyload, #tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg.lazyloading { background-image: none; }#tboo0McZodOC6KCNm2TMn4Vd2XrzQXxg > .row .container { width:20rem;height:44.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { display:block; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6kde170WBOWsEOPq3Oiao5bkDBoW23i { width:18.8125rem;height:10.494875rem;top:6.6870689392087rem;left:0.59353303909302rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { width:12.1245625rem;height:2.20019375rem;top:2.8743495941162rem;left:3.9366321563721rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZfGcSwtWiJWna8ZRrTdcmCrzeqbZLI { width:20rem;height:0.228949375rem;top:1.4957618713379rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyTgWEafLcnfwPrnSS0vTKq1oCVoxCO { width:20rem;height:0.228949375rem;top:18.162436485291rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP { display:none; }#PP0lMw6AcfmpLkMa4m6gKGp1EGB3eAKP > .row .container { width:20rem;height:47.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PyTckMQZzdkryZTmU7gTHyN2bDq8VwMo { width:18.8748125rem;height:1.71875rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 { display:none; }#kcOlJVbH5emH4WJOgMJhZobJc5nIv2K2 > .row .container { width:20rem;height:47.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiSuUlH2v2kTnITIA6PcrCHxpX859LCg { width:18.8748125rem;height:1.71875rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo { background-color:#e0dad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container { background-color: transparent; background-image: none; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container > .video-iframe-container { display: none; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row > .video-iframe-container { display: none; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .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); }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container { border-width: 0; border-radius: 0; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlN5Bpxes7ZZcBtNhDl9QWsXi9xNXTOo > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #va5qpXeq459u8OlQphAyvDlIR8ZLoVGO { width:14.749875rem;height:2.20019375rem;top:1.9211154878139rem;left:2.6242406368256rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qpl4IaaaGZmfnEuPgalshpq0QbtNO5fx { top:5.625rem;left:1.9375rem;width:15.5620625rem;height:13.125rem;z-index:15010;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZbeTGRTm9beMoN7h2FE2sTD3TH9xw6L7 { top:19.75rem;left:2.625rem;width:14.749375rem;height:1.7058125rem;z-index:15011;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPoE1XXD1Bdrg6WVh60widyuKFNrVaxP { top:21.625rem;left:0.8125rem;width:18.3735rem;height:2.56239375rem;z-index:15012;background-color:#093126;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IyAnJKtRrHqmbuGsReeHxrywMWE3z862 { top:22.0625rem;left:4.375rem;width:11.311875rem;height:1.7058125rem;z-index:15012;text-align:center;text-align-last:center;font-size:1.3125rem;color:#e0dad1;display:block; }
 }@media only screen and (max-width: 763px) { #R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk { background-color:#e0dad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container { background-color: transparent; background-image: none; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container > .video-iframe-container { display: none; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row > .video-iframe-container { display: none; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .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); }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container { border-width: 0; border-radius: 0; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3iuuHDefAvCTZiy54UBVBkqIG8Ndugk > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMEGl2sDX1x5mzk8KkPU383DPLfOmuxc { width:18.812375rem;height:2.20019375rem;top:1.9211158752441rem;left:0.59299051761627rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SUXsphIvnwEofbKAESD7zpDgnHn5pCcu { top:44.875rem;left:0.8125rem;width:18.3735rem;height:2.56239375rem;z-index:15016;background-color:#093126;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VH1kmnztJDhdICt451BKLQ0ObZx6GQvS { top:45.3125rem;left:1.25rem;width:17.562375rem;height:1.7058125rem;z-index:15016;text-align:center;text-align-last:center;font-size:1.3125rem;color:#e0dad1;display:block; }
 }@media only screen and (max-width: 763px) { #r8QTkait17gdmhMxmt0AB4s6gObNAvE6 { top:42.6875rem;left:2.9375rem;width:14.124875rem;height:1.7058125rem;z-index:15015;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrheOb3hTELP8GS5JuT03m10OhN17ye { top:28.75rem;left:2.375rem;width:15.25rem;height:13.125rem;z-index:15014;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #orDUTJ3bwD4lzaRvhzNLxDM68MvVh5Ac { top:66.4375rem;left:0.8125rem;width:18.3735rem;height:2.56239375rem;z-index:15020;background-color:#093126;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #FToh6UiM7NddEw4isREGzAW4STIuON3f { top:66.875rem;left:3.8125rem;width:12.4370625rem;height:1.7058125rem;z-index:15020;text-align:center;text-align-last:center;font-size:1.3125rem;color:#e0dad1;display:block; }
 }@media only screen and (max-width: 763px) { #AubUkdD6iQwr182Nsn6ceMoLNtoVf7uw { top:64.75rem;left:4.6875rem;width:10.687375rem;height:1.7058125rem;z-index:15019;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFeTRQLzsl0pzIEhro4vT70Kn4HyphNR { top:50.75rem;left:1.125rem;width:17.75rem;height:13.125rem;z-index:15018;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #nIDitF3eC9VKJ4eTS13cCTfGhVMmP1gR { top:6.0622825622559rem;left:1.999783039093rem;width:15.999375rem;height:13.125rem;z-index:15006;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pRg6J1GW4BQGrhGsRyE54ac6nJuGSS8D { top:20.25rem;left:1.3125rem;width:17.3746875rem;height:1.7058125rem;z-index:15007;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhJRhf0nykXzRvTRzgX47gtxUCk1CRgR { top:22.3125rem;left:0.8125rem;width:18.374rem;height:2.56239375rem;z-index:15008;background-color:#093126;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xduF8vFGmT8Wx58JD2MFSbq614AkTIMW { top:22.75rem;left:1.3125rem;width:17.3746875rem;height:1.7058125rem;z-index:15008;text-align:center;text-align-last:center;font-size:1.3125rem;color:#e0dad1;display:block; }
 }@media only screen and (max-width: 763px) { #EmquewumUCszL9otNLQtZztbT0CRzpXT { top:72.125rem;left:2rem;width:17.1875rem;height:15.125rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UExsXq6TxTyo9C72XFC88yU9XVJ0pTmI { top:88.453453063962rem;left:4.656033039093rem;width:10.686875rem;height:1.7058125rem;z-index:15027;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyNiOQTKMmEBbqhZGOcEIyTZz4BQdz4p { top:90.124462127687rem;left:0.81271719932556rem;width:18.3735rem;height:2.56239375rem;z-index:15028;background-color:#093126;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bzMBqHbseaRMAuyWQU6HaJXeBxaIbmTw { top:90.714736938475rem;left:1.218533039093rem;width:17.561875rem;height:1.38135rem;z-index:15028;text-align:center;text-align-last:center;font-size:1.0625rem;color:#e0dad1;display:block; }
 }@media only screen and (max-width: 763px) { #ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi { display:block; }#ppTH0XcMz32PEKX7s1J57W5kpLFuaJxi > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsTKIsC0tIh93iIl0MoseGFTHaByGhHk { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOEfdTplreKyNrqoJesBUZlKderi254K { width:12.875rem;height:2.375rem;top:22.999673843384rem;left:3.5617408752441rem;z-index:15029;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #rVQimTMMOctnp6ecLmgueVlIidmkqxx6 { display:block; }
 }@media only screen and (max-width: 763px) { #fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV { display:block; }#fOhAXq8FdDMyQVU1aJAfyTdQRZPHRbpV > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sdv0KowP3VXlEZQa23PZST093UwTTfnk { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:5.6873917579651rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Czh6kt6GHWCAFmGzcttJXLPsS8UZyI4D { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:12.749567031861rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xoxlVwFWesxOr6L4apicI0zXHaRcAerE { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:7.3746747970581rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OF7zSstSCqoIKAHUqUi4Sh9MXawEBmiV { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:10.937500953674rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #guvqUBZ7eGaXHZ1HRsQlLJf6D4ZCCcuw { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:9.1248922348025rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #aqmiyvAcyQiCIcCOeKF0P5iX0NTIzquN { width:17.7495625rem;height:1.25024375rem;top:4.1865234375rem;left:1.1241321563721rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXm0ub4echCkO38MA3Fm6F6rmlFaLfIM { width:20rem;height:0.625rem;top:0.65863609313963rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfdxo2rD9TGzaVmc9tuzpqGzrFxwa0m8 { width:20rem;height:0.625rem;top:6.8120670318606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { display:block; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #J6zU3hO5aotis044tZndDmugUZIlaC1d { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #V0nOC4X1xIOMZhHtQeIc0whuTZNtwT8P { width:14.49975rem;height:4.4003875rem;top:2.72607421875rem;left:2.748046875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TQm5eRe3k16FTrs7D5k8FttBFKThi3 { width:18.1245rem;height:4.87573125rem;top:30.56103515625rem;left:0.93603515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { width:19.9375rem;height:19.9375rem;top:8.7809281349181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6e8d9au76KTNQhEis8L7kdJNatwqTGM { width:18.5625rem;height:21.3125rem;top:10.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:4.375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
 }@media only screen and (max-width: 763px) { #TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:6.625rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
 }@media only screen and (max-width: 763px) { #l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:8.8125rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
 }@media only screen and (max-width: 763px) { #s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:11.125rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
 }@media only screen and (max-width: 763px) { #t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:13.375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2)); }
 }@media only screen and (max-width: 763px) { #TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { width:15.625rem;height:15.754375rem;top:13.9375rem;left:2.125rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { width:7.9996875rem;height:1.3125rem;top:30rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:12.9373125rem;height:4.4003875rem;top:0.94835281372069rem;left:3.7358942031861rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ6t7l3WpwTc1wXhHmVK3nKzto0Nle3 { width:13.2498125rem;height:3.9995625rem;top:5.8744578361511rem;left:3.3745660781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbHptiIRX7zUlW2mma0TS605XqtSAc28 { width:18.8125rem;height:21.3125rem;top:35.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { display:flex;width:1.5625rem;height:1.5625rem;top:37rem;left:4.4375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { display:flex;width:1.5625rem;height:1.5625rem;top:37rem;left:6.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { display:flex;width:1.5625rem;height:1.5625rem;top:37rem;left:8.9375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { display:flex;width:1.5625rem;height:1.5625rem;top:37rem;left:11.1875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { display:flex;width:1.5625rem;height:1.5625rem;top:37rem;left:13.4375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #fEBdzDqTowPzNLxIznWiz1IRz9tFlyKo { width:18.8125rem;height:21.3125rem;top:61.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nJNEtnmNnm0AyUvrMFRZGcQ0RMhtUO { display:flex;width:1.5625rem;height:1.5625rem;top:62.25rem;left:4.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rTADfSDQBm8xTOK4SUUSTPLSUZNISm0V { display:flex;width:1.5625rem;height:1.5625rem;top:62.25rem;left:7rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #H1AbrJDUIEu4lgDBnohOZGwce3E9nEC1 { display:flex;width:1.5625rem;height:1.5625rem;top:62.25rem;left:9.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oS2thvmv2SCQNFfddIk0nMxNXvzHp5l5 { display:flex;width:1.5625rem;height:1.5625rem;top:62.25rem;left:11.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EmAhgfLiO1Zm7VcTGqvvlaf23TPyrVOR { display:flex;width:1.5625rem;height:1.5625rem;top:62.25rem;left:13.625rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { width:15.9375rem;height:7.0019375rem;top:42.375rem;left:2.1875rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { width:6.124675rem;height:1.3125rem;top:50.6875rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLtWGEWZ41z1xxvEptXaHE8g1GG822t { width:15.8745625rem;height:8.7524375rem;top:67.5rem;left:2rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #w9ph0b4JGdIVqgGhCIfiyNvt3BfS2Z21 { width:6.124675rem;height:1.3125rem;top:78.9375rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { background-color:#77ae9a;background-image:url("https://images.assets-landingi.com/uc/4fd3de04-c20f-4c48-a647-d73c97c6204a/Untitleddesign31.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:17.6248125rem;height:6.00073125rem;top:1.2483720779419rem;left:1.1870660781861rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:17.4370625rem;height:9.8965rem;top:8.4358730316163rem;left:1.2803821563721rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fcePTozR22d7GyJWl7WTytAxsxyMbwA9 { width:11.5625rem;height:17.5rem;top:53.537311553955rem;left:4.2187504768372rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { width:20rem;height:21.6875rem;top:19.586070068359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { background-color: transparent; background-image: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .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); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsmbP65USmE1Bk2k2Ub2UZokithSMbaZ { width:16.1870625rem;height:2.3378875rem;top:29.9375rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6Lw6qEFAhL4TTnBZgJhkzy6LJ61p9kv { width:15.4996875rem;height:7.65625rem;top:1.3786010742188rem;left:2.2498917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwm0ABndrtkXgoEJrNTNfOSIW0vCgAVU { width:7.5rem;height:1.23751875rem;top:27.0625rem;left:6.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4T2UkE06i6EqZDVRMeJ1IAnA0mHgA2J { width:13.3121875rem;height:13.5rem;top:11.165851593017rem;left:3.3436417579651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtlJmtTNqezuACMOV72nvlcL2135nao1 { width:8.2498125rem;height:1.23751875rem;top:33.937177658081rem;left:5.8745660781861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }