.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/0261f199-0be1-4342-b74b-1e61377ce16f/bgsalonlook.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { background-color: transparent; background-image: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container > .video-iframe-container { display: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row > .video-iframe-container { display: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .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); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { border-width: 0; border-radius: 0; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#a158nk2RUWmMvm5cZxENsxiavTcXRtrn { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:7.5rem;left:17.4375rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Z2ydNboEOZTuKRlavt77WsQ7ysAyBa0p { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:19.875rem;left:22.90625rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;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; }
#D9rTpPiqBnMHQ8mneZof7ayPcuA0TOQ7 { background-color:#0ba3ad;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 2.625rem 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:"poppins medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.25rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.1748046875rem;left:28.875rem;display:block; }
#yMWlFhzvMeGNp8S4ihxCnpsp19sBEl0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nt3C6q5cDPHt0Ca098bqTslaM5orDu8F { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:besley;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:31.05859375rem;left:22.875rem;height:4.72265625rem;font-style:italic;text-align:center;text-align-last:center;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; }
#fCzSq6yROzDTeyzETVGikBXXQkp32r8O { position:absolute;display:block;z-index:15038;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:1.75rem;width:8.125rem;top:2.78125rem;left:33.1875rem;overflow:hidden;display:block; }
#lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { position:absolute;display:block;z-index:15039;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.25rem;width:6.5625rem;top:33.28125rem;left:52.09375rem;overflow:hidden;display:block; }
#xfA68RF5ABJtu9phoiw37JeD1htACPUr { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(11,163,173,0.53), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(11,163,173,0.53), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(11,163,173,0.53), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(11,163,173,0.53), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad87', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad87', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(11,163,173,0.53), rgba(0,0,0,0));background-size:auto !important;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;box-shadow: none;height:53.6875rem;width:35.625rem;top:0rem;left:19.6875rem;display:block; }
#UmX97OEBte50tFMltvH6tMLEI3OPLfTq { position:absolute;display:block;z-index:15047;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:16.875rem;width:15.5625rem;top:22.6875rem;left:8.21875rem;overflow:hidden;display:block; }
#zleQEcP8FFx9Nx1CvCpDP1NNem83DcQo { position:absolute;display:block;z-index:15048;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:16.4375rem;width:13.8125rem;top:7.5rem;left:53.46875rem;overflow:hidden;display:block; }
#Cl6arUq2zGV9BoMzmmIQ4CcFRggw8UHu { position:absolute;display:block;z-index:15049;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:6.375rem;width:6.4375rem;top:4.53125rem;left:16.53125rem;overflow:hidden;display:block; }
#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { background-color: transparent; background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .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); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { border-width: 0; border-radius: 0; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { font-size:0.875rem;font-family:arial;height:81.1875rem;width:75rem;position:relative;display:block; }#teawXizRvZR2c8FueNP3v2rJyvTViwM7 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:53.318359375rem;left:23.53125rem;height:25.1973375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { position:absolute;display:block;z-index:14999;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:36.875rem;width:36.875rem;top:22.75rem;left:20.125rem;overflow:hidden;display:none; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-form-header {  }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#ffffff;width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#929191;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:25rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]:-moz-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]::-moz-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-container:first-of-type{padding-top:0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-container:last-of-type{padding-bottom:0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:24.15625rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI {display:block;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:24.15625rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #OupUlutL7MxwATBtSTellRiSml5hO6qI { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Fnss0PscgW04lKtv4ZwxsNTPTvBzSDvS { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #HxHGdBPWuXZQTVmUHW3u35kqwiZgVcTr { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JrJJ4dO1fi0xkPvpBo8JPNTi7LMu8n42 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JfV4sFK2G4evzI8Ptza282tkxAmPeQID { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #y0LDOTM0xlGNO24ROMT6rJq7XdThFOwX { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #dTTnpVo6cagMefFmoLOcDQ0WdnmQcy4J { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #G4piMrQrgei0fuZ2tWzuumn64G5qFK6S { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #N201llTCUwrLmUc7Du6d4q37CX7hyDen { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #yDyQdMM8lPyQXV1phsM6UE1oMGyALJE5 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #hTf85F9qx8ZVmtKO6KOnvRnq9nVCuUbU { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #e8lzz3kz0hOvXD8x9sriNk8TDzH6uAJk { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #pRUvvMurV2VyUZXvc9Wy7ZD81gJsXVui { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #O7GqpXL2aAvWXDCTTDUC0p6Wybq7mN0K { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #UpZuuiKPO8b3T50nh3ZRMdmCPzX5qrF7 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn .container-column{width:50%;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #vA217FWNzTrMkrbPreFxauLFRviTKvr0 { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #DVqbsMBNdfiVFlDwszpoKE23tx0g77xm { position:relative;z-index:2; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tuT2l7dWwDexEyRmTkX650cCFyTKrCg3 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #fTqf0d2EtqA9Tc7tBn1JGMDifTmDskBu { position:relative;z-index:2; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #i7ekRT93zII3A5MNy7rTLMcoagv6M1J4 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tJc6LHRkufXPiCVHRwnIDDHViwdxCyvl { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #ORiEaVd2rx6eS42PaV6XNsipEsShhOQW { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #rZE5mO3zIPw5HpUlamKAcIhZLCIoT1dV { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #WHhKOApsX3DVZZqT2ElHLkikcqyEEKMo { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #NFLGnLAyJlazk33bOgfeqBs0caOTAJeT { position:relative;z-index:2; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #CkkMTLe69oO2JmzJp7FMKp14MJCPGi7u { position:relative; }
#o4FDkmrzHQcHiDDf8ToibkEzwaDr2Ofy { position:relative;display:block; }
#uE5ibgMwFRHWiwy6d59TxTG7fSHugyZQ { position:relative;display:block; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Ht70i3XOoEES2v9aXw5shhcxynxS4lK7 { position:relative; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #RlSXsFwoIshnihD6zdVORkOLN4AKmz3L { position:relative; }
#yAZTTZaN8CFGfodnwd3sCLDlkcnAvzmn { position:absolute;display:block;z-index:15040;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.25rem;width:6.5625rem;top:18.84375rem;left:16.21875rem;overflow:hidden;display:block; }
#w1BgBtKmMh9ZngpTPnf2N2ytDunWz715 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,163,173,0.53));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,163,173,0.53));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,163,173,0.53));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,163,173,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0ba3ad87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0ba3ad87' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(11,163,173,0.53));background-size:auto !important;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;box-shadow: none;height:26.9375rem;width:35.625rem;top:73rem;left:19.6875rem;display:block; }
#NIUhbtO2TGKmPqq934xnswWeAyHQxgbp { 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:16.875rem;width:15.5625rem;display:none; }
#OGCsXb8HIFqXbalS4NmikqFecSV9bz8e { 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:16.4375rem;width:13.8125rem;display:none; }
#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container { background-color: transparent; background-image: none; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container > .video-iframe-container { display: none; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row > .video-iframe-container { display: none; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .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); }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container { border-width: 0; border-radius: 0; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { 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:2.061525rem;width:9.8730625rem;top:14.125rem;left:32.125rem;overflow:hidden;display:block; }
#bptKlI6qbbCoscXrOo2ONnCeOS5pBJZU { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:19.53125rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h { display:block; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a158nk2RUWmMvm5cZxENsxiavTcXRtrn { top:7.5rem;left:3.8125rem;width:40.0625rem;height:12.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ydNboEOZTuKRlavt77WsQ7ysAyBa0p { top:19.875rem;left:9.28125rem;width:29.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9rTpPiqBnMHQ8mneZof7ayPcuA0TOQ7 { width:17.25rem;height:3.1875rem;top:24.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWlFhzvMeGNp8S4ihxCnpsp19sBEl0P { display:block; }
 }@media only screen and (max-width: 763px) { #nt3C6q5cDPHt0Ca098bqTslaM5orDu8F { top:31rem;left:9.25rem;width:29.1875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCzSq6yROzDTeyzETVGikBXXQkp32r8O { top:2.75rem;left:19.5625rem;width:8.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { top:33.25rem;left:38.46875rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfA68RF5ABJtu9phoiw37JeD1htACPUr { top:0rem;left:6.0625rem;width:35.625rem;height:53.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmX97OEBte50tFMltvH6tMLEI3OPLfTq { top:22.6875rem;left:0rem;width:15.5625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zleQEcP8FFx9Nx1CvCpDP1NNem83DcQo { top:7.5rem;left:33.9375rem;width:13.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl6arUq2zGV9BoMzmmIQ4CcFRggw8UHu { top:4.5rem;left:2.90625rem;width:6.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { display:block; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teawXizRvZR2c8FueNP3v2rJyvTViwM7 { top:53.3125rem;left:9.90625rem;width:28.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { top:22.75rem;left:6.5rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI  { width:25rem;height:45.8125rem;top:0rem;left:10.53125rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI {display:block;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI { width:25rem;height:45.8125rem;top:0rem;left:10.53125rem; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #OupUlutL7MxwATBtSTellRiSml5hO6qI {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Fnss0PscgW04lKtv4ZwxsNTPTvBzSDvS {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #HxHGdBPWuXZQTVmUHW3u35kqwiZgVcTr {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JrJJ4dO1fi0xkPvpBo8JPNTi7LMu8n42 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JfV4sFK2G4evzI8Ptza282tkxAmPeQID {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #y0LDOTM0xlGNO24ROMT6rJq7XdThFOwX {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #dTTnpVo6cagMefFmoLOcDQ0WdnmQcy4J {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #G4piMrQrgei0fuZ2tWzuumn64G5qFK6S {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #N201llTCUwrLmUc7Du6d4q37CX7hyDen {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #yDyQdMM8lPyQXV1phsM6UE1oMGyALJE5 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #hTf85F9qx8ZVmtKO6KOnvRnq9nVCuUbU {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #e8lzz3kz0hOvXD8x9sriNk8TDzH6uAJk {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #pRUvvMurV2VyUZXvc9Wy7ZD81gJsXVui {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #O7GqpXL2aAvWXDCTTDUC0p6Wybq7mN0K {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #UpZuuiKPO8b3T50nh3ZRMdmCPzX5qrF7 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn {  }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn .container-column{width:50%;} }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #vA217FWNzTrMkrbPreFxauLFRviTKvr0 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #DVqbsMBNdfiVFlDwszpoKE23tx0g77xm {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tuT2l7dWwDexEyRmTkX650cCFyTKrCg3 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #fTqf0d2EtqA9Tc7tBn1JGMDifTmDskBu {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #i7ekRT93zII3A5MNy7rTLMcoagv6M1J4 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tJc6LHRkufXPiCVHRwnIDDHViwdxCyvl {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #ORiEaVd2rx6eS42PaV6XNsipEsShhOQW {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #rZE5mO3zIPw5HpUlamKAcIhZLCIoT1dV {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #WHhKOApsX3DVZZqT2ElHLkikcqyEEKMo {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #NFLGnLAyJlazk33bOgfeqBs0caOTAJeT {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #CkkMTLe69oO2JmzJp7FMKp14MJCPGi7u {  }
 }@media only screen and (max-width: 763px) { #o4FDkmrzHQcHiDDf8ToibkEzwaDr2Ofy { display:block; }
 }@media only screen and (max-width: 763px) { #uE5ibgMwFRHWiwy6d59TxTG7fSHugyZQ { display:block; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Ht70i3XOoEES2v9aXw5shhcxynxS4lK7 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #RlSXsFwoIshnihD6zdVORkOLN4AKmz3L {  }
 }@media only screen and (max-width: 763px) { #yAZTTZaN8CFGfodnwd3sCLDlkcnAvzmn { top:18.8125rem;left:2.59375rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1BgBtKmMh9ZngpTPnf2N2ytDunWz715 { top:73rem;left:6.0625rem;width:35.625rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIUhbtO2TGKmPqq934xnswWeAyHQxgbp { width:15.5625rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGCsXb8HIFqXbalS4NmikqFecSV9bz8e { width:13.8125rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ { display:block; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { top:14.125rem;left:18.5rem;width:9.8125rem;height:2.0488793687369rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptKlI6qbbCoscXrOo2ONnCeOS5pBJZU { top:10.375rem;left:5.90625rem;width:35.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/0261f199-0be1-4342-b74b-1e61377ce16f/bgsalonlook.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h { background-color:transparent;background-image:none;display:block; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { background-color: transparent; background-image: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container > .video-iframe-container { display: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row > .video-iframe-container { display: none; }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .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); }#c335fVu1ftB0IbiLM0TkzPHeeAd9tt5h > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a158nk2RUWmMvm5cZxENsxiavTcXRtrn { width:20rem;height:6.1875rem;top:4.6875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ydNboEOZTuKRlavt77WsQ7ysAyBa0p { width:20rem;height:1.3496125rem;top:11.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9rTpPiqBnMHQ8mneZof7ayPcuA0TOQ7 { width:16.5625rem;height:3.1875rem;top:14.3857421875rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMWlFhzvMeGNp8S4ihxCnpsp19sBEl0P { display:block; }
 }@media only screen and (max-width: 763px) { #nt3C6q5cDPHt0Ca098bqTslaM5orDu8F { width:18.25rem;height:6.296875rem;top:19.1875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCzSq6yROzDTeyzETVGikBXXQkp32r8O { width:8.0625rem;height:1.875rem;top:1.376953125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { width:2.75rem;height:3.4375rem;top:12.849609375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfA68RF5ABJtu9phoiw37JeD1htACPUr { width:18.25rem;height:25.9375rem;top:0rem;left:0.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UmX97OEBte50tFMltvH6tMLEI3OPLfTq { width:15.5625rem;height:16.875rem;top:111.125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zleQEcP8FFx9Nx1CvCpDP1NNem83DcQo { width:13.8125rem;height:16.4375rem;top:129.25rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cl6arUq2zGV9BoMzmmIQ4CcFRggw8UHu { width:4.5rem;height:4.4375rem;top:4.59375rem;left:-0.63524590163937rem;display:none; }
 }@media only screen and (max-width: 763px) { #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { background-color:transparent;background-image:none;display:block; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { background-color: transparent; background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .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); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teawXizRvZR2c8FueNP3v2rJyvTViwM7 { width:20rem;height:25.59378125rem;top:51.90625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { width:20rem;height:20rem;top:24.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-text {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-select {padding-top: 0; padding-bottom: 0;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI {display:block;}#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #OupUlutL7MxwATBtSTellRiSml5hO6qI {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Fnss0PscgW04lKtv4ZwxsNTPTvBzSDvS {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #HxHGdBPWuXZQTVmUHW3u35kqwiZgVcTr {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JrJJ4dO1fi0xkPvpBo8JPNTi7LMu8n42 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #JfV4sFK2G4evzI8Ptza282tkxAmPeQID {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #y0LDOTM0xlGNO24ROMT6rJq7XdThFOwX {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #dTTnpVo6cagMefFmoLOcDQ0WdnmQcy4J {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #G4piMrQrgei0fuZ2tWzuumn64G5qFK6S {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #N201llTCUwrLmUc7Du6d4q37CX7hyDen {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #yDyQdMM8lPyQXV1phsM6UE1oMGyALJE5 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #hTf85F9qx8ZVmtKO6KOnvRnq9nVCuUbU {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #e8lzz3kz0hOvXD8x9sriNk8TDzH6uAJk {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #pRUvvMurV2VyUZXvc9Wy7ZD81gJsXVui {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #O7GqpXL2aAvWXDCTTDUC0p6Wybq7mN0K {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #UpZuuiKPO8b3T50nh3ZRMdmCPzX5qrF7 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn {  }
#e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #eAEKw38QXKHH5y9QXQhToLbPhsVttQUn .container-column{width:50%;} }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #vA217FWNzTrMkrbPreFxauLFRviTKvr0 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #DVqbsMBNdfiVFlDwszpoKE23tx0g77xm {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tuT2l7dWwDexEyRmTkX650cCFyTKrCg3 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #fTqf0d2EtqA9Tc7tBn1JGMDifTmDskBu {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #i7ekRT93zII3A5MNy7rTLMcoagv6M1J4 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #tJc6LHRkufXPiCVHRwnIDDHViwdxCyvl {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #ORiEaVd2rx6eS42PaV6XNsipEsShhOQW {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #rZE5mO3zIPw5HpUlamKAcIhZLCIoT1dV {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #WHhKOApsX3DVZZqT2ElHLkikcqyEEKMo {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #NFLGnLAyJlazk33bOgfeqBs0caOTAJeT {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #CkkMTLe69oO2JmzJp7FMKp14MJCPGi7u {  }
 }@media only screen and (max-width: 763px) { #o4FDkmrzHQcHiDDf8ToibkEzwaDr2Ofy { display:block; }
 }@media only screen and (max-width: 763px) { #uE5ibgMwFRHWiwy6d59TxTG7fSHugyZQ { display:block; }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #Ht70i3XOoEES2v9aXw5shhcxynxS4lK7 {  }
 }@media only screen and (max-width: 763px) { #e0EhVxo9ItWETFnrn2dqldsSlquhPPKI #RlSXsFwoIshnihD6zdVORkOLN4AKmz3L {  }
 }@media only screen and (max-width: 763px) { #yAZTTZaN8CFGfodnwd3sCLDlkcnAvzmn { width:6.5625rem;height:8.25rem;top:79.8125rem;left:6.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1BgBtKmMh9ZngpTPnf2N2ytDunWz715 { width:20rem;height:46.4375rem;top:61rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NIUhbtO2TGKmPqq934xnswWeAyHQxgbp { top:78.125rem;left:-2.7115141369047rem;width:13.75rem;height:14.9375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OGCsXb8HIFqXbalS4NmikqFecSV9bz8e { top:87.3125rem;left:8.25rem;width:15.125rem;height:18.0625rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ { display:block; }#BH2nl1gdT1e2UTrMl29ROHvEVqpPcTgQ > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { width:8.499rem;height:1.999025rem;top:4.875rem;left:5.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptKlI6qbbCoscXrOo2ONnCeOS5pBJZU { width:20rem;height:2.5996125rem;top:1.936525rem;left:0rem;font-size:2rem;display:block; }
 }