.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b1d7e83-1d8e-47bb-8e00-707091b72cdc/CodehairladiessalonGoogleprofileaudit.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.750000238419rem;left:3.4375rem;height:1.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; }
#Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:unbounded;font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(94,99,93,0.5);top:9.3804693222044rem;left:32.99843788147rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nu6yNMHonpMoUNEZD18O0IgxmC0412vU { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.055469036102rem;left:3.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Nu6yNMHonpMoUNEZD18O0IgxmC0412vU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nu6yNMHonpMoUNEZD18O0IgxmC0412vU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fc5a6f74c21c19591a2f9653e44a052b2b16784.svg); }
#OezA7a5exloFDI3tKTer2PTQPUlnmq9q { position:absolute;display:block;z-index:15011;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:5rem;width:11.5625rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#hvkVQi3TE3n9gD7XM1TxazmBlLb7i2Tl { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8375rem;height:3.775rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.562499523163rem;left:7rem;display:block; }
#pfsQHTNfNatrE90F7qQ9tmfICF53Qhzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5CPNT7dFTGIJiMBIUl9REIqLS0eD2Hr { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:48.8125rem;left:3.4375rem;height:3.25rem;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; }
#nwurgTKJeS7b5OUAXsma2vDQhRqrz7Tu { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:unbounded;font-size:3.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(94,99,93,0.5);top:31.8046875rem;left:4.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUxBwFks3IEcJZhaUVuKzSvQckMT5bRk { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.300000190735rem;left:33.31093788147rem;height:1.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; }
#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg { 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; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container { background-color: transparent; background-image: none; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container > .video-iframe-container { display: none; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row > .video-iframe-container { display: none; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .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); }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container { border-width: 0; border-radius: 0; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:60rem;position:relative;display:block; }#zEGSOx4Cfr9Pmt96zHxCsvfSWlpy0ded { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:21.8125rem;width:59.1875rem;top:0rem;left:0.4033203125rem;display:block; }
#FBp56lbnRDCBpDp8pfeptZOBxHKebUA0 { color:#575652;display:block;width:28.624125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.79535675048825rem;left:1.9715709686279rem;height:4.0625rem;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; }
#MNezxhukd81InpmRzRGlp97RyQQQw4TM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1866321563721rem;left:1.9683151245118rem; }
#QiuhQbQHV7hVfX2EN8G4l7J6hZHOqMSr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68663125rem;width:2.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.6030826568606rem;left:1.9683151245118rem; }
#nZbCBxE1JeIR7IznPAzGRKZXn12hHRpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68663125rem;width:2.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.915582656861rem;left:1.9683151245118rem; }
#oELIctqtR3rM0VAdu0fV86xGo9UwtU2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68663125rem;width:2.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.565973281861rem;left:1.9683151245118rem; }
#Hah1XpzLzEESIypJIekaJTffOvvd2WKg { color:#575652;display:block;width:41.749125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.3346366882325rem;left:6.0004348754883rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4aSKyQTxJ3RDN9oFrUM4VrWeUlXNvWb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1866321563721rem;left:1.9683151245118rem;display:none; }
#cx7AUdGRCFARvgN6TUoGK3Ex7RmqonNh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1866321563721rem;left:1.9683151245118rem;display:none; }
#Hp9oyNytMLsFuTIO2whFT8S50T74XQQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1866321563721rem;left:1.9683151245118rem;display:none; }
#Sv3A69KUdnLWeLmTywnw4QQEEuM0KUpg { background-color:#26db34;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0620625rem;height:3.87478125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.155384063721rem;left:4.5616302490234rem;display:none; }
#kiP9h9SDxrZ2g6UNaSKv1Z8lig5Z6M1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9Fqhu1s07Lh6sVwRkmRpPhuSdq4DVWn { color:#eacc06;display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(94,99,93,0.5);top:32.4921875rem;left:4.71875rem;height:4.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:none; }
#hyMGzJoPkdRdXLloH2OdCB8vkQxGe275 { color:#eacc06;display:block;width:30.9375rem;position:absolute;font-family:unbounded;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(94,99,93,0.5);top:8.5625rem;left:0.625rem;height:2.6806625rem;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; }
#heQrHaTGy7XzxA5q8BfFSvxIRvKRLCTm { position:absolute;display:block;z-index:15018;height:33.5rem;width:59.8125rem;top:26.5625rem;left:0rem;display:block; }
#xvID3NMMAoc0hXb9f7CcKZeB0alSA0TV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.686525rem;width:2.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.705078125rem;left:1.970703125rem; }
#m7NUGLkfZQ9wOkrh9W5ypnnRg57wnwCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.1866321563721rem;left:1.9683151245118rem;display:none; }
#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c { position:relative;display:none; }#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c { border-width: 0; border-radius: 0; }#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c > .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; }#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kKS56bA596apogTz5WTCm4i5TAXC0ZHO { 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:114.0625rem;width:45.625rem;display:none; }
#h9edGcaIsTyU2IJ4JUoaoZwwEQcuI9cp { 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:106.875rem;width:45.625rem;display:none; }
#BUVWRZgMIwE14o1EU0PQ6nsES86bWypN { 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:72.6875rem;width:50rem;display:none; }
#kXTGAvlVQywmzqfrsTtUoKOs05oIBlNl { 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:80.75rem;width:37.4375rem;display:none; }
#Qcm6A7xT6lVTa31IyNwqGflDmiSKSd1H { 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:81.4375rem;width:47.0625rem;display:none; }
#vCMTLSpaMydGlWCwrJwPmpAU0gZORQRL { 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:81.4375rem;width:36.1875rem;display:none; }
#vnbNxvKsA3m9219N6TAJBduuGQPVw3if { 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:28rem;width:36.1875rem;display:none; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6404f2d9-3cab-4c42-81b0-ce708c71c47c/GreenWatercolorElegantProjectPresentation1.png");background-position:top left !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; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { color:#ffffff;display:block;width:40rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#ebebeb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#2f2f2f;line-height:2.5;overflow:hidden;height:auto; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;color:#5e5e5e;height:auto;line-height:1.6;overflow:hidden; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b7160e570b603c86216cd31aa83f5d92817e02aa.svg");background-size:contain !important; }#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-trigger.adaptive-delivery-prevent-bg, #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-trigger.lazyload, #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-trigger.lazyloading { background-image: none; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy { box-sizing:content-box;height:auto;width:57.125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15072;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.3125rem;left:0rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #mz2StgRTecULqEmc7QhSrw4FDKyLSWqM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #DA0IZGWOzpI2H0Rwnybw1Zn0KkAw8T2T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #zrJUccW45yyif5P8p5vIcETyLIVFQsF7 { display:block;position:relative; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yUx27XRlCy05nRZGD4lh0FB8U1rb0pLP {  }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yTwFHlNEG2dAIRmMdAKE2uiciXOw5kJH {  }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aAOomPI4p3Wvk4PUveehabdLieaN9NUr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #bJGfeC8Bby49aGcL7A2MdNDRDsLe1cun { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #QXhWcgkchIUTlIWJ6pkzAJ2TAKlbG5ok { display:block;position:relative; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #AGzOMBfmo21eNnM0F8AiAcTMUBl8WvG5 {  }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #eSxxNARQXFzIiI0mWp3uwrdLwsFqyCF2 { display:none; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #qU6hzVONRIfXhe9369BUEnqSZD948IdV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #PKWDyzdb9GTDiWzKTMLzg14ifcUfTeDR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #ivlo01gIGAQwLutLMiZypWTT7AEzzb87 { display:block;position:relative; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #VTnUyCwl5oQuAEMSzsKiZ9D79RAeOeSo {  }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #CBfagiFkEMkqdmBxi8gw6GE5hSENDLB9 { display:none; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #EELFBgk135ZToQqU535yrQvIy7vaOtLJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #c8sK3siD2JdGhRigSJLqpRJPCN2e3pUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #JMrXowFmESnp8ox2m2EJG871ypupn64t { display:block;position:relative; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aHsKDt0NJoITC5khd0ZD5A9whr1Zf0Uy {  }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #RR36nhUPu9V1CkcPuukwc2HkS60Cou8a { display:none; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b1d7e83-1d8e-47bb-8e00-707091b72cdc/CodehairladiessalonGoogleprofileaudit.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#PaZaiLFEWgUvcw16MoqsJA9ZEJ02FZd5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.40625rem;left:43.15625rem; }
#ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.3125rem;left:48.78125rem; }
#s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l { 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; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container { background-color: transparent; background-image: none; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container > .video-iframe-container { display: none; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row > .video-iframe-container { display: none; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .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); }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container { border-width: 0; border-radius: 0; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#gpFMHbVM00mOv8pvEaTIW2Lln2c1SFWm { position:absolute;display:block;z-index:15000;height:4.8125rem;width:50rem;top:3.8726043701172rem;left:4.873046875rem;display:block; }
#Mfaws3luO5OhDWChN11W6JqmvZNfdAy9 { position:absolute;display:block;z-index:15001;height:0.625rem;width:38.75rem;top:21.812065124512rem;left:10.625rem;display:block; }
#z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU { color:#575652;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:27.351560592651rem;left:5.96875rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3db6f7493d3759dcc01986f830700c61305b694d.svg); }
#ZmTlIzgDC0BU3tQwKbb7pU0en6kz7ft6 { color:#575652;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:25.000781238079rem;left:5.96875rem;height:2.4rem;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; }
#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container { background-color: transparent; background-image: none; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container > .video-iframe-container { display: none; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row > .video-iframe-container { display: none; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .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); }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container { border-width: 0; border-radius: 0; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#kB2T74T4qzNSJ17Ba2afxH6JVhqGGTTf { color:#ffffff;display:block;width:38.9985rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7719192504882rem;left:10.500217437744rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:13.25rem;height:1.625rem;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:10.9375rem;height:19.5rem;top:9.375rem;left:26.87343788147rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu6yNMHonpMoUNEZD18O0IgxmC0412vU { width:24.0625rem;height:;top:14rem;left:0rem;font-size:1rem;display:block; }#Nu6yNMHonpMoUNEZD18O0IgxmC0412vU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fc5a6f74c21c19591a2f9653e44a052b2b16784.svg); }
 }@media only screen and (max-width: 763px) { #OezA7a5exloFDI3tKTer2PTQPUlnmq9q { top:2rem;left:0rem;width:11.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkVQi3TE3n9gD7XM1TxazmBlLb7i2Tl { width:21.8125rem;height:3.75rem;top:42.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsQHTNfNatrE90F7qQ9tmfICF53Qhzz { display:block; }
 }@media only screen and (max-width: 763px) { #f5CPNT7dFTGIJiMBIUl9REIqLS0eD2Hr { width:26.125rem;height:3.25rem;top:48.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwurgTKJeS7b5OUAXsma2vDQhRqrz7Tu { width:27.8125rem;height:;top:31.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxBwFks3IEcJZhaUVuKzSvQckMT5bRk { width:10.75rem;height:1.625rem;top:8.25rem;left:27.18593788147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg { display:block; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEGSOx4Cfr9Pmt96zHxCsvfSWlpy0ded { width:47.75rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBp56lbnRDCBpDp8pfeptZOBxHKebUA0 { width:28.5625rem;height:;top:0.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNezxhukd81InpmRzRGlp97RyQQQw4TM { top:6.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiuhQbQHV7hVfX2EN8G4l7J6hZHOqMSr { top:8.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZbCBxE1JeIR7IznPAzGRKZXn12hHRpL { top:10.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oELIctqtR3rM0VAdu0fV86xGo9UwtU2A { top:13.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hah1XpzLzEESIypJIekaJTffOvvd2WKg { width:41.6875rem;height:11.9375rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4aSKyQTxJ3RDN9oFrUM4VrWeUlXNvWb { top:6.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx7AUdGRCFARvgN6TUoGK3Ex7RmqonNh { top:6.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hp9oyNytMLsFuTIO2whFT8S50T74XQQe { top:6.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sv3A69KUdnLWeLmTywnw4QQEEuM0KUpg { width:23rem;height:3.8125rem;top:38.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiP9h9SDxrZ2g6UNaSKv1Z8lig5Z6M1D { display:block; }
 }@media only screen and (max-width: 763px) { #h9Fqhu1s07Lh6sVwRkmRpPhuSdq4DVWn { width:20rem;height:;top:116.875rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyMGzJoPkdRdXLloH2OdCB8vkQxGe275 { width:30.9375rem;height:2.625rem;top:8.5625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #heQrHaTGy7XzxA5q8BfFSvxIRvKRLCTm { top:26.5625rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvID3NMMAoc0hXb9f7CcKZeB0alSA0TV { top:15.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7NUGLkfZQ9wOkrh9W5ypnnRg57wnwCF { top:6.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c { display:none; }#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kKS56bA596apogTz5WTCm4i5TAXC0ZHO { width:43.5rem;height:108.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9edGcaIsTyU2IJ4JUoaoZwwEQcuI9cp { width:43.5rem;height:101.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUVWRZgMIwE14o1EU0PQ6nsES86bWypN { width:47.75rem;height:69.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXTGAvlVQywmzqfrsTtUoKOs05oIBlNl { width:35.75rem;height:77.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qcm6A7xT6lVTa31IyNwqGflDmiSKSd1H { width:44.9375rem;height:77.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCMTLSpaMydGlWCwrJwPmpAU0gZORQRL { width:34.5625rem;height:77.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnbNxvKsA3m9219N6TAJBduuGQPVw3if { width:34.5625rem;height:26.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:40rem;height:;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #mz2StgRTecULqEmc7QhSrw4FDKyLSWqM {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #DA0IZGWOzpI2H0Rwnybw1Zn0KkAw8T2T {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #zrJUccW45yyif5P8p5vIcETyLIVFQsF7 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yUx27XRlCy05nRZGD4lh0FB8U1rb0pLP {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yTwFHlNEG2dAIRmMdAKE2uiciXOw5kJH {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aAOomPI4p3Wvk4PUveehabdLieaN9NUr {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #bJGfeC8Bby49aGcL7A2MdNDRDsLe1cun {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #QXhWcgkchIUTlIWJ6pkzAJ2TAKlbG5ok {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #AGzOMBfmo21eNnM0F8AiAcTMUBl8WvG5 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #eSxxNARQXFzIiI0mWp3uwrdLwsFqyCF2 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #qU6hzVONRIfXhe9369BUEnqSZD948IdV {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #PKWDyzdb9GTDiWzKTMLzg14ifcUfTeDR {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #ivlo01gIGAQwLutLMiZypWTT7AEzzb87 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #VTnUyCwl5oQuAEMSzsKiZ9D79RAeOeSo {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #CBfagiFkEMkqdmBxi8gw6GE5hSENDLB9 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #EELFBgk135ZToQqU535yrQvIy7vaOtLJ {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #c8sK3siD2JdGhRigSJLqpRJPCN2e3pUG {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #JMrXowFmESnp8ox2m2EJG871ypupn64t {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aHsKDt0NJoITC5khd0ZD5A9whr1Zf0Uy {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #RR36nhUPu9V1CkcPuukwc2HkS60Cou8a {  }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaZaiLFEWgUvcw16MoqsJA9ZEJ02FZd5 { width:47.75rem;height:6.5rem;top:5.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A { top:5.375rem;left:37.03125rem;width:3.1875rem;height:3.1875rem;display:block; }
#ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 { top:5.3125rem;left:42.65625rem;width:3.375rem;height:3.375rem;display:block; }
#s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l { display:block; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpFMHbVM00mOv8pvEaTIW2Lln2c1SFWm { top:3.8125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfaws3luO5OhDWChN11W6JqmvZNfdAy9 { top:21.75rem;left:4.5rem;width:38.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU { width:47.75rem;height:2.375rem;top:27.3125rem;left:0rem;font-size:1.0625rem;display:block; }#z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3db6f7493d3759dcc01986f830700c61305b694d.svg); }
 }@media only screen and (max-width: 763px) { #ZmTlIzgDC0BU3tQwKbb7pU0en6kz7ft6 { width:47.75rem;height:2.375rem;top:25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb { display:block; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB2T74T4qzNSJ17Ba2afxH6JVhqGGTTf { top:1.75rem;left:4.375rem;width:38.9375rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b1d7e83-1d8e-47bb-8e00-707091b72cdc/CodehairladiessalonGoogleprofileaudit.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:13.75rem;height:1.625rem;top:11.8125rem;left:3.1250000596046rem;text-align:center;text-align-last:center;color:#f1f1f1;font-size:1.25rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:20rem;height:3rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.2;color:#ffffff;font-weight:700;font-style:normal;font-family:montserrat;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(29,35,31,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Nu6yNMHonpMoUNEZD18O0IgxmC0412vU { width:18.1875rem;height:13.575rem;top:15.1875rem;left:0.90546876192094rem;text-align:left;text-align-last:left;color:#ffffff;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-weight:700;font-style:normal;font-family:tahoma, arial, sans-serif;line-height:1.3;display:block; }#Nu6yNMHonpMoUNEZD18O0IgxmC0412vU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fc5a6f74c21c19591a2f9653e44a052b2b16784.svg); }
 }@media only screen and (max-width: 763px) { #OezA7a5exloFDI3tKTer2PTQPUlnmq9q { width:6.375rem;height:2.875rem;top:0.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkVQi3TE3n9gD7XM1TxazmBlLb7i2Tl { width:17rem;height:3.0625rem;top:35.75rem;left:1.5000000596046rem;font-size:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#000000;background-image:none;line-height:1.4;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #pfsQHTNfNatrE90F7qQ9tmfICF53Qhzz { display:block; }
 }@media only screen and (max-width: 763px) { #f5CPNT7dFTGIJiMBIUl9REIqLS0eD2Hr { width:20rem;height:3.0875rem;top:40.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #nwurgTKJeS7b5OUAXsma2vDQhRqrz7Tu { width:20rem;height:5.55rem;top:31.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.2;color:#ffffff;font-weight:700;font-style:normal;font-family:oswald;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(29,35,31,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #bUxBwFks3IEcJZhaUVuKzSvQckMT5bRk { width:6.5rem;height:2.4375rem;top:5.4562501907349rem;left:0.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;font-family:"pt sans narrow";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg { display:block; }#sTRoo7AJVvo1bHyUzcR3irFaHoA7dSZg > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEGSOx4Cfr9Pmt96zHxCsvfSWlpy0ded { width:20rem;height:17.125rem;top:0.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBp56lbnRDCBpDp8pfeptZOBxHKebUA0 { width:18.75rem;height:2.84375rem;top:1.3725142478943rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNezxhukd81InpmRzRGlp97RyQQQw4TM { display:flex;width:1.5625rem;height:1.5625rem;top:4.49853515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QiuhQbQHV7hVfX2EN8G4l7J6hZHOqMSr { display:flex;width:2.62478125rem;height:2.62478125rem;top:29.124351501465rem;left:8.6859810948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZbCBxE1JeIR7IznPAzGRKZXn12hHRpL { display:flex;width:2.62478125rem;height:2.62478125rem;top:31.748052597046rem;left:8.6859810948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oELIctqtR3rM0VAdu0fV86xGo9UwtU2A { display:flex;width:2.6237rem;height:2.6237rem;top:37.061632394791rem;left:8.6870663762094rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hah1XpzLzEESIypJIekaJTffOvvd2WKg { width:18.125rem;height:12rem;top:4.6431105136871rem;left:1.8749998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4aSKyQTxJ3RDN9oFrUM4VrWeUlXNvWb { display:flex;width:1.5625rem;height:1.5625rem;top:6.039794921875rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #cx7AUdGRCFARvgN6TUoGK3Ex7RmqonNh { display:flex;width:1.5625rem;height:1.5625rem;top:9.1552734375rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #Hp9oyNytMLsFuTIO2whFT8S50T74XQQe { display:flex;width:1.5625rem;height:1.5625rem;top:10.6015625rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Sv3A69KUdnLWeLmTywnw4QQEEuM0KUpg { width:14.125rem;height:2.625rem;top:123.37255859375rem;left:2.93701171875rem;font-size:1.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#26db34;background-image:none;line-height:1.4;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #kiP9h9SDxrZ2g6UNaSKv1Z8lig5Z6M1D { display:block; }
 }@media only screen and (max-width: 763px) { #h9Fqhu1s07Lh6sVwRkmRpPhuSdq4DVWn { width:20rem;height:0;top:116.9150390625rem;left:0rem;text-align:center;text-align-last:center;font-size:4.375rem;line-height:1.2;color:#298d06;font-weight:700;font-style:normal;font-family:oswald;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(29,35,31,0.5);z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #hyMGzJoPkdRdXLloH2OdCB8vkQxGe275 { width:20rem;height:0;top:127.31176757812rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.2;color:#000000;font-weight:700;font-style:normal;font-family:oswald;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #heQrHaTGy7XzxA5q8BfFSvxIRvKRLCTm { width:20rem;height:33.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvID3NMMAoc0hXb9f7CcKZeB0alSA0TV { display:flex;width:2.625rem;height:2.625rem;top:15.6875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7NUGLkfZQ9wOkrh9W5ypnnRg57wnwCF { display:flex;width:1.5625rem;height:1.5625rem;top:13.56423664093rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c { display:block; }#Cwh3vHVWOhnDeQbQIpxvN1ycCC8J2K5c > .row .container { width:20rem;height:265.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKS56bA596apogTz5WTCm4i5TAXC0ZHO { top:0rem;left:0rem;width:20rem;height:50.1875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9edGcaIsTyU2IJ4JUoaoZwwEQcuI9cp { top:50.1875rem;left:0rem;width:20rem;height:46.8125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BUVWRZgMIwE14o1EU0PQ6nsES86bWypN { top:97rem;left:0rem;width:20rem;height:29.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kXTGAvlVQywmzqfrsTtUoKOs05oIBlNl { top:126.0625rem;left:0rem;width:20rem;height:43.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qcm6A7xT6lVTa31IyNwqGflDmiSKSd1H { top:169.5625rem;left:0rem;width:20rem;height:34.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vCMTLSpaMydGlWCwrJwPmpAU0gZORQRL { top:204.0625rem;left:0rem;width:20rem;height:45.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vnbNxvKsA3m9219N6TAJBduuGQPVw3if { top:249.375rem;left:0rem;width:20rem;height:15.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:20rem;height:4.375rem;top:1.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy { display:flex;height:auto;width:20rem;top:7.5576171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #mz2StgRTecULqEmc7QhSrw4FDKyLSWqM {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #DA0IZGWOzpI2H0Rwnybw1Zn0KkAw8T2T {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #zrJUccW45yyif5P8p5vIcETyLIVFQsF7 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yUx27XRlCy05nRZGD4lh0FB8U1rb0pLP {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #yTwFHlNEG2dAIRmMdAKE2uiciXOw5kJH {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aAOomPI4p3Wvk4PUveehabdLieaN9NUr {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #bJGfeC8Bby49aGcL7A2MdNDRDsLe1cun {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #QXhWcgkchIUTlIWJ6pkzAJ2TAKlbG5ok {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #AGzOMBfmo21eNnM0F8AiAcTMUBl8WvG5 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #eSxxNARQXFzIiI0mWp3uwrdLwsFqyCF2 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #qU6hzVONRIfXhe9369BUEnqSZD948IdV {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #PKWDyzdb9GTDiWzKTMLzg14ifcUfTeDR {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #ivlo01gIGAQwLutLMiZypWTT7AEzzb87 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #VTnUyCwl5oQuAEMSzsKiZ9D79RAeOeSo {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #CBfagiFkEMkqdmBxi8gw6GE5hSENDLB9 {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #EELFBgk135ZToQqU535yrQvIy7vaOtLJ {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #c8sK3siD2JdGhRigSJLqpRJPCN2e3pUG {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #JMrXowFmESnp8ox2m2EJG871ypupn64t {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #aHsKDt0NJoITC5khd0ZD5A9whr1Zf0Uy {  }
 }@media only screen and (max-width: 763px) { #RkNucKCGwJZBzW19imQ4QRlLzuBu5SVy #RR36nhUPu9V1CkcPuukwc2HkS60Cou8a {  }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b1d7e83-1d8e-47bb-8e00-707091b72cdc/CodehairladiessalonGoogleprofileaudit.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaZaiLFEWgUvcw16MoqsJA9ZEJ02FZd5 { width:20rem;height:3.75rem;top:1.9992895126343rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;font-family:arial;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A { display:flex;width:3.1875rem;height:3.1875rem;top:7.875rem;left:5.125rem; }
#ibmGHsA1w9nikXdsMZfcLhQtUI1uib3A > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 { display:flex;width:3.375rem;height:3.375rem;top:7.8125rem;left:11.5rem; }
#s1sX8pwRbFTpuVVg6xc3fbOIZc3IfDl5 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l { display:block; }#RHMJnscDeHEgTd8ZaIfssysihZJ3FG2l > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpFMHbVM00mOv8pvEaTIW2Lln2c1SFWm { width:18.2498125rem;height:6.4355625rem;top:1.5614242553711rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfaws3luO5OhDWChN11W6JqmvZNfdAy9 { width:20rem;height:0.625rem;top:11.718744277954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU { width:20rem;height:3.4rem;top:23.465625286103rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#z3NTbTtqh6ZOXVsJUIhPw6daV0PKZNTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3db6f7493d3759dcc01986f830700c61305b694d.svg); }
 }@media only screen and (max-width: 763px) { #ZmTlIzgDC0BU3tQwKbb7pU0en6kz7ft6 { width:20rem;height:1.7rem;top:21.815625667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb { display:block; }#yzVleuP8UtypZZtca9qXG4IZ2CMJcgVb > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB2T74T4qzNSJ17Ba2afxH6JVhqGGTTf { width:20rem;height:0.89375rem;top:1.427734375rem;left:0rem;font-size:0.6875rem;display:block; }
 }