.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5faff636-8958-427c-842a-5aa106f28bc5/webbgbarbermaro.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.adaptive-delivery-prevent-bg, #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.lazyload, #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.lazyloading { background-image: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { background-color: transparent; background-image: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container > .video-iframe-container { display: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container { display: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .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); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { border-width: 0; border-radius: 0; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#kNpNQqwrdw064zhRryuUeB5wdCBltTED { 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:67.5rem;width:67.5rem;display:none; }
#m9imKwe9LnZRPgrWhpLZRuByNZ83G236 { position:absolute;display:block;z-index:15024;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:20.5rem;width:20.5rem;top:30.912499904633rem;left:0rem;overflow:hidden;display:block; }
#diMq8g6zuuSUTnTZ9TwJBMxEtodkB8Tu { color:#2a2c32;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:39.843751907349rem;height:7.35rem;font-style:normal;display:block; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-form-header {  }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:33.4375rem;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; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text { 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:#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:33.4375rem;box-sizing:border-box;height:2.8125rem;color:#2a2c32;font-size:1rem;overflow:hidden;font-family:poppins; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-textarea { 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:#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:33.4375rem;box-sizing:border-box;height:4.375rem;color:#2a2c32;font-size:1rem;overflow:hidden;font-family:poppins; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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:33.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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:33.4375rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:poppins;font-size:0.875rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:poppins;font-size:0.875rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:poppins;font-size:0.875rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:poppins;font-size:0.875rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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:#000000;vertical-align:top;width:32.0625rem;overflow:hidden;font-style:normal; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-container:first-of-type{padding-top:0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-container:last-of-type{padding-bottom:0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:17.862501144409rem;left:38.687500953674rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.4375rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT {display:block;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:17.862501144409rem;left:38.687500953674rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #uoA9CsVbIABPLqF7A0t3WPTeVifwgW9I { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #gZKXNSVIh7B91JTrO01Eq02TO5vpzIpL { position:relative;display:block; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ziCzl8BAh6XUBEZbtaFOzyoWkLIM3HMa { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #qRTohpGikfHLbXKF1zyWva9qqfpr7n0d { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #zT7F8kERUvAwkxJZa5AVuy4iHNPefGwm { position:relative;display:block; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #LAoa9aTEKHTvoSLRUHwAelMpToJRfP27 { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #E19C2XfnmUdQXKd6haA4HMnxoKQzwRCr { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #VvlTgI3iu6Mb0tbbxWsyxPfB9ai4t2Uc { position:relative;display:block; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ARiyVkvkM3uptbJ0e7U7qmOscb2THnZH { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #nPfEbUHDJ7yT1qxKATd8A0Vk5wJFuFR1 { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #vta3kokCT5SeUlgipGANnngTtUKhyOoR { position:relative;display:block; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #U2ZuNztLFbzZ3ogbbVPV8nMzrKZ6f8c6 { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #TsLZLk1B1FFQx1oV6EKE2dtDr8mOe7NK { position:relative; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT #mEwg1SyJM7K0LaKHn7naNZ3LTQGbbOxd { position:relative; }
#xO9BN7xwT8DQdtpnuZMBZy2l0FsKbu5H { color:#2a2c32;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.41250038147rem;left:39.843751907349rem;height:1.7rem;font-style:normal;display:block; }
#av4nregLJnWOVJwOUGO2fQb9L81hsPMq { position:absolute;display:block;z-index:15025;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.5rem;width:10.9375rem;top:47.700000762939rem;left:50.625000953674rem;overflow:hidden;display:block; }
#sOvTAdSpO4dMb8gGUR1RFUC7pEEuWIO5 { color:#2a2c32;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.41250038147rem;left:39.843751907349rem;height:1.7rem;font-style:normal;display:block; }
#LEXaRlGpSF6rq4hThWfRiDUCchQzxl3l { color:#2a2c32;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.112500190735rem;left:39.843750953674rem;height:0;font-style:normal;display:none; }
#dIHHbcbJSiwK2cPQ8qoE5lwLrRKg6MDO { position:absolute;display:block;z-index:15026;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:12.3125rem;width:12.3125rem;top:0rem;left:18.912499427796rem;overflow:hidden;display:block; }
#s51dF8yhMm44awzqHnIt7NhKyWFkKTg4 { color:#2a2c32;display:block;width:38.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:54.75rem;left:36.500000953674rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2UV14WNRNTyP8rL6g8rM8BtsFmf2dMh { 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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:51.362501144409rem;left:7.460156440735rem;display:block; }
#qwdRB4UFLTrGiZCKbOKKr3mscvJoz8T4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfQmVNnP1uLgSppZ8UKxWnmD2S5tFQ2M { 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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:51.362501144409rem;left:7.460156440735rem;display:none; }
#ydZbNyXoXvnKLAQVWSrDFT3mmLpzn8TQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EpKuuesPkn64JzGod28CSvltIgGvmPRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#EpKuuesPkn64JzGod28CSvltIgGvmPRM > .row .container { border-width: 0; border-radius: 0; }#EpKuuesPkn64JzGod28CSvltIgGvmPRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpKuuesPkn64JzGod28CSvltIgGvmPRM > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:none; }#f5nhVkdvEkT4kuQ4VJeCdZhKTGb6lC0T { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.99921888113rem;left:6.25rem;height:11.6982375rem;font-style:normal;display:block; }
#E7DlWwJ6wqFpfTR3bMWQu9gv0tceTbdc { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#KpbSMhMyyqGEIGD02T52qeVTUkngugfh { 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:1.3125rem;width:1.3125rem;top:20.4375rem;left:6.25rem;overflow:hidden;display:block; }
#P2SFXtGTNcrCvvdBihSkHznVXnMwEzoc { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:20.0625rem;left:8.25rem;height:22.2685375rem;font-style:normal;display:block; }
#yWzpeTTVd7lZtuFrkkUMQRqMdb5rLQER { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:36.5625rem;width:30.4375rem;top:5.6875rem;left:41.937501907349rem;overflow:hidden;display:block; }
#o3PkQyFQJtmHSrmoZNuNs8fEFBNwEZPV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.5rem;left:6.25rem;overflow:hidden;display:block; }
#scm6zNQWnz1Mz85bHsxDwCmi25URuAhF { position:absolute;display:block;z-index:15013;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.3125rem;width:1.3125rem;top:24.5rem;left:6.25rem;overflow:hidden;display:block; }
#fnyBGATrdZdTAGVLAmH9li0xUl6a6vaM { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:26.5625rem;left:6.25rem;overflow:hidden;display:block; }
#KOnkH7OlA0Sr9P8gQCUXupCm9RmhTrlO { position:absolute;display:block;z-index:15015;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.3125rem;width:1.3125rem;top:28.4375rem;left:6.25rem;overflow:hidden;display:block; }
#p5prLolTVQcqZSEIZsc6QfgOrZ6pezXb { position:absolute;display:block;z-index:15016;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.3125rem;width:1.3125rem;top:30.5rem;left:6.25rem;overflow:hidden;display:block; }
#pHfZOQvviPIAMoXpMA8ysSsDKrgQZUUw { position:absolute;display:block;z-index:15017;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.3125rem;width:1.3125rem;top:32.5rem;left:6.25rem;overflow:hidden;display:block; }
#U8VcgqvNwTrJNtAVV9HF5151s92pAMm9 { position:absolute;display:block;z-index:15018;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.3125rem;width:1.3125rem;top:34.5625rem;left:6.25rem;overflow:hidden;display:block; }
#iBwUHl2bGDTDxQoa62eBbTnLusASwXPT { position:absolute;display:block;z-index:15019;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.3125rem;width:1.3125rem;top:36.5625rem;left:6.25rem;overflow:hidden;display:block; }
#feru666U3Izhz66LSz0LHNAlhULFZLJc { position:absolute;display:block;z-index:15020;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.3125rem;width:1.3125rem;top:38.625rem;left:6.25rem;overflow:hidden;display:block; }
#HlMREtW8UpNFfy3BdWvJGF6MeiXqOgye { position:absolute;display:block;z-index:15021;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.3125rem;width:1.3125rem;top:40.6875rem;left:6.25rem;overflow:hidden;display:block; }
#IzOIxrKaqbAINL3XgZ0G0A78Vms6qZn5 { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:26.1875rem;left:30.52499961853rem;height:0;font-style:normal;display:none; }
#zcG0WvtGqvqJ88coMQhJOHJLNEpn2Tkl { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.337500035763rem;left:27.46249961853rem;height:0;font-style:normal;display:none; }
#uaPogB0ZqNmuLyynufEOE2KsdLUbwtEN { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#n4NTCT73wGAJIT7JNCh1pru4R5Mdrotd { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#TxfVk1Twv2XJy5EDeCNv8ygtV7JDlrbV { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#cPkHQ8XXNTkndGNShXGKgrdPUsdpMICl { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#Ow1L5WQPQv5rRZBU95qJxpZvXG76KkHa { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#ubdRPPGHzleOU8A6s9UwV5xTDnSTsbQM { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#sA8NTTiKKbee4w4pcezGDmsy3Ff4NpDh { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#OBRH44MBHzxG1e2SgbDNqndLJXO1ck1o { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#ivQDcMSpoTHV7iTDxfUT6zZegJIrZaRB { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#eRNxalGsMViKT8kPaUKwzA6yF3D147ea { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk > .row .container { border-width: 0; border-radius: 0; }#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 > .row .container { border-width: 0; border-radius: 0; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:none; }#tZy6yHUFhiB4HQBCnOfHd46yPlTJMyhc { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:22.4375rem;left:5.6875rem;height:21.5966125rem;font-style:normal;display:block; }
#TaB1ONEqH4tKmT6yqayVtQGfhP3r2WB9 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.8125rem #000000;top:25.562500476837rem;left:44.812500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqd8L3CgUtrqQXkXygWRXJywwoBQdpgO { position:absolute;display:block;z-index:15032;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:3.875rem;width:5rem;top:20.250000476837rem;left:44.812500953674rem;overflow:hidden;display:block; }
#kvWMIGWuR7QDIyWnF5F085qZnT3v4uJ3 { color:#0ba3ad;display:block;width:25.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:42.750002384186rem;left:44.937500953674rem;height:1.79971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sWcBcwevOooOWSnHq4fCvbMNuF4JzH16 { position:absolute;display:block;z-index:15026;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:34.8125rem;width:27.8125rem;top:1.1874995231628rem;left:40.9375rem;overflow:hidden;display:block; }
#nU0f4Tas00m91rs2GT9MQKEINKg7IhwO { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2c32' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);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: none;height:26.4375rem;width:28.875rem;top:10.249999880791rem;left:40.8125rem;display:block; }
#qwdfKZwmg4pfVsHNZKVVO6fEusABCOhm { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.8125rem #000000;top:35.875rem;left:7.8125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aG4S6b0EdDTgdu7ID4A4RK8WicM6Dues { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.8125rem #000000;top:35.875rem;left:7.8125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FcqB3VwGuFdu6bwz9JJXtgAqvocNcbMa { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.8125rem #000000;top:35.875rem;left:7.8125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fiLg5TVeiF6MfhwN7TJvZVl9L3iF2Q1A { position:absolute;display:block;z-index:15016;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.0625rem;width:2.0625rem;top:22.738647460938rem;left:2.5909090042114rem;overflow:hidden;display:block; }
#hgDvRqErSRkDvU8TWlto8lCsLKynQfEC { position:absolute;display:block;z-index:15017;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.0625rem;width:2.0625rem;top:28.334533691406rem;left:2.5909090042114rem;overflow:hidden;display:block; }
#WPWCE05vAvT9AqdaNivszIQtohepcmS8 { position:absolute;display:block;z-index:15018;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.0625rem;width:2.0625rem;top:35.334533691406rem;left:2.5909090042114rem;overflow:hidden;display:block; }
#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG { position:relative;display:none; }#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG { border-width: 0; border-radius: 0; }#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG > .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; }#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5accec1-d6e0-4881-bd4d-c133d1a64a9c/bgsection7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.adaptive-delivery-prevent-bg, #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.lazyload, #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.lazyloading { background-image: none; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z > .row .container { border-width: 0; border-radius: 0; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:none; }#bd1R8aTJvFWRuq2v5xJp5nsAKCurl3kR { color:#2a2c32;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.75rem;left:40rem;height:13.5rem;font-style:normal;display:block; }
#olr5ON5AVOg4DtoTbhEOGWQMHi7pZLBz { color:#2a2c32;display:block;width:30.5rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:25rem;left:42rem;height:19.79786875rem;font-style:normal;display:block; }
#eO8ckQk2SfRtwTka729P9uM5mBXAT5o7 { position:absolute;display:block;z-index:15013;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.375rem;width:1.375rem;top:25.125rem;left:40rem;overflow:hidden;display:block; }
#wyL88f1ydyTNPKTba1Qt2oQoEE0DOTBI { position:absolute;display:block;z-index:15014;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.375rem;width:1.375rem;top:30.5625rem;left:40rem;overflow:hidden;display:block; }
#cwwi9gFMtIbqUgWaL3QVDpD9D3GpmgIX { position:absolute;display:block;z-index:15015;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.375rem;width:1.375rem;top:36.0625rem;left:40rem;overflow:hidden;display:block; }
#pnihL6odLZPRXT0iSU4SaENRf3lJ7GbV { position:absolute;display:block;z-index:15016;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.375rem;width:1.375rem;top:41.3125rem;left:40rem;overflow:hidden;display:block; }
#QHByfIyzT73iaTTQODLowLfEUIVv3qiS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e615373c-b268-43fe-8772-b3652b5d145a/bglpbarber1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS.adaptive-delivery-prevent-bg, #QHByfIyzT73iaTTQODLowLfEUIVv3qiS.lazyload, #QHByfIyzT73iaTTQODLowLfEUIVv3qiS.lazyloading { background-image: none; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS > .row .container { border-width: 0; border-radius: 0; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:none; }#n8aFvE2Lg3zRqWUlWBTcMxMCEH9ayn3o { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.062501907349rem;left:2.4375rem;height:3.16875rem;font-style:normal;display:block; }
#vTUS1IZ6tDt9VyaE6wq6IAu10uiSNwlm { position:absolute;display:block;z-index:15001;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.875rem;width:14.375rem;top:3.6875038146973rem;left:0rem;overflow:hidden;display:block; }
#iOMiQkmEsi1gA599lkSOMAt4PCHM2CsT { color:#0ba3ad;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:13.230826377869rem;left:2.4375rem;height:11rem;font-style:normal;display:block; }
#GoMGZKylDHeR1hqus3AhK73W3MWni7yd { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"proxima 2";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:25.75rem;left:2.4375rem;height:4.6875rem;font-style:normal;display:block; }
#sGyG7qbAxNRGKy4n9rw6SNKoTuIqTJly { position:absolute;display:block;z-index:15010;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:35.1875rem;width:38.25rem;top:5.0244140625rem;left:41.320639815595rem;overflow:hidden;display:block; }
#g6NRFgPZUue1qKfZRISfQRClXnGHl01S { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#0ba3ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.07421875rem;left:2.4375rem;display:block; }
#eCaVnOvUeZvo0ZfXpUE5BzEc1Ez6iXTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#es23v5itziPnCK269Sa53TUrlPhE2X32 { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"proxima 2";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:25.6875rem;left:2.4375rem;height:7.03125rem;font-style:normal;display:none; }
#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal > .row .container { border-width: 0; border-radius: 0; }#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:none; }#l0UL1koRb6QmlmlXmGJaw1Cs2fk56wsG { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.875rem;left:2.4375rem;height:9rem;font-style:normal;display:none; }
#yvLyJZ73Hg6lohrvsQmehpQV49NNDTJw { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.6875rem;left:6.3125rem;height:17.997175rem;font-style:normal;display:none; }
#u3QVeGee0xbbnshuHf6bZIr1LnmnV090 { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#xxBNkopVAKb34zxBGucNtqyWTMI9luuO { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(0,0,0,0.8);top:21.811079978943rem;left:44.906250953674rem;height:14.39774375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkF3MBrpXEFKctdmwRcgFERLibv1aUw7 { color:#0ba3ad;display:block;width:22.3125rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:36.5rem;left:44.875000953674rem;height:1.79971875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xvt9QcbMZ9gvgRKG9DfTtGELNpITEKBi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5rem;top:17.3125rem;left:45.062500953674rem;overflow:hidden;display:block; }
#rsAmhhDSR7qX4qITr8uuVfvysoVTDXTh { position:absolute;display:block;z-index:15022;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:28.75rem;width:23rem;top:1.125rem;left:43.75rem;overflow:hidden;display:block; }
#R2uwWwe79FUo4Tlyr8TIbiUk9DT1KfJe { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:36.3125rem;left:46.1875rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oWy4niJkWzBM1VNZ4v1avI1n4WNy6LP4 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2c32' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #2a2c32);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: none;height:26.4375rem;width:28.875rem;top:9.75rem;left:43.75rem;display:block; }
#pKDTrQpB0qucTATmMrwCziIyfhUiaMQA { 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:2.5rem;width:2.5rem;top:15.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#kg7WJXewPhpoKIWTbR1Mu7ggE0R869KD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.375rem;left:2.4375rem;overflow:hidden;display:block; }
#LQGnXbFRJguWQUa2oRZJgoxOAongbgOX { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#MdLWE9fwdbHW5pqTDqsciyprt5XRw5J4 { position:absolute;display:block;z-index:15013;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.5rem;width:2.5rem;top:28.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#JPGnA9goklmiaR3vIupiomgFyJ4PqHbX { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.6875rem;left:6.3125rem;height:17.997175rem;font-style:normal;display:block; }
#GZCSXbdy519lqKnDVQpTTkQW3hifvD4X { color:#0ba3ad;display:block;width:22.3125rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:36.5rem;left:44.875000953674rem;height:1.79971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xq8o7MeXiPEC0OXght5Ku1VoSddwDuBS { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:15.9375rem;left:2.375rem;overflow:hidden;display:none; }
#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf { position:relative;display:none; }#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf { border-width: 0; border-radius: 0; }#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf > .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; }#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf > .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:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 { 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:none; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 > .row .container { border-width: 0; border-radius: 0; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:none; }#KBn4MMC4z2h7DvWC1u9vMscJFV4yh20F { color:#2a2c32;display:block;width:55rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.625rem;left:10rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLUpRQSr2e69DiSAu2r25nziT9dw5B82 { background-color:#2a2c32;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.062525749206rem;left:30.000000953674rem;display:block; }
#OJpIqqcnxLqfhlqlccImT49DBmJvuhcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLNTP4ec9od27FVgHiTkMIyZ44JHMJTx { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;height:14.0625rem;width:18.4375rem;top:21.125rem;left:7.375rem;display:block; }
#Gc8rnOo4IPbTqBbClNOHHLX0LXBfbZ7O { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;height:14.0625rem;width:18.4375rem;top:21.125rem;left:28.3125rem;display:block; }
#osgmz3UU5g7IJuHFpT4zGETuKTw9hwht { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;height:14.0625rem;width:18.4375rem;top:21.125rem;left:49.25rem;display:block; }
#IPzgeMub6xmWMroN01WgFpydizIFV9k5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;height:14.0625rem;width:18.4375rem;top:37.8125rem;left:17.8125rem;display:block; }
#Uu2UATLKlQguZCgipdo1D79Jn3DFKZlr { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;height:14.0625rem;width:18.4375rem;top:37.8125rem;left:38.75rem;display:block; }
#RHJDxiF3ZkgyHaGZOfE27R9TaxcZlLAx { color:#2a2c32;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.125rem;left:8.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJ59zDzziAl03Ro73wKTouKO1nmNrGPH { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:29.3125rem;left:8.65625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utpMP6aXSk2NH7wPsVGMEz9HFwOUTpt6 { color:#2a2c32;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:24.125rem;left:29.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flVp0NPWDwA3hTTcQQZKnfAzc1qE5TND { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.3125rem;left:29.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWg6u4KcL6uEp6R8JFzKE0FelHXfKSHM { color:#2a2c32;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:24.125rem;left:50.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7d5piduPGTNAGFTKm3Jz12IDax2TfJ7 { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.3125rem;left:50.5625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpyo7LZF6Kg0RBIr6FDPTvMMsH1Ei7Ta { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:46rem;left:19.1875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6BX9xm2CCTJ60hrwXGOqz63oQmJbgDS { color:#2a2c32;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:40.8125rem;left:19.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMTVH5SmvcoTg4EtbcFTZvJR7yOxGtLu { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:46rem;left:40.125rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVi3FpqytfT189ztWZWcMvPELBcyeTWs { color:#2a2c32;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:40.8125rem;left:40.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWdfaXCSTgt0ngo1LocT60ddXdNBtLqM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:9.9375rem;top:7.5rem;left:2.65625rem;overflow:hidden;display:block; }
#ei4Rhn8rZtbqvHpZ8AlzebRzwKWRbT17 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:13.125rem;top:29.21875rem;left:57.1875rem;overflow:hidden;display:block; }
#mkSb73hTFo6TJefeekc7hht0PWqb008x { color:#2a2c32;display:block;width:55rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.8750249743462rem;left:10rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZOzKBROHl6DFu1lMMbcP8fdgOGw2HBiJ { color:#2a2c32;display:block;width:15.875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:46rem;left:40.125rem;height:3.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96862988-049e-4015-a0ec-01decf2fb3f0/BarberNasWahl.jpg");background-position:bottom 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:none; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.adaptive-delivery-prevent-bg, #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.lazyload, #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.lazyloading { background-image: none; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row .container { border-width: 0; border-radius: 0; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb::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; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:75rem;position:relative;display:none; }#ZEPAJ2T10TXyoxLOE0GnQ9ttlLqPOMtG { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:9.6875rem;left:15rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZModWTa8g7aoQWySRaRG3ptATfH8Twf { position:absolute;display:block;z-index:15013;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:20.0625rem;width:25.4375rem;top:5rem;left:25rem;overflow:hidden;display:block; }
#QfaG1e85xh7qWE8tqfWTNIFJNOCcHIQy { color:#2a2c32;display:block;width:25.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:45.125rem;left:6.25rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycKsspTdJFTiUCPd6yLRyqwuSMckzHRo { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.875rem rgba(42,44,50,0.15) ;height:31.25rem;width:32.5rem;top:32rem;left:2.5rem;display:block; }
#d1UR0dlgp2XRnVPWI8i6helrbQG2ySI5 { color:#0ba3ad;display:block;width:25.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:57.625rem;left:6.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRt1lNtzaceahDMXOzVg56btrUTpHEhh { position:absolute;display:block;z-index:15020;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:9.375rem;width:9.375rem;top:34.75rem;left:14.09375rem;overflow:hidden;display:block; }
#t1iDqtQWpXv84kTIg66TPau2WfSRiPCe { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.5rem 1.875rem rgba(42,44,50,0.15) ;height:31.25rem;width:32.5rem;top:32rem;left:37.125rem;display:block; }
#ffHuKDi8e8zsWq5RAVRivgb7t0OwERge { position:absolute;display:block;z-index:15024;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:9.375rem;width:9.375rem;top:34.75rem;left:48.6875rem;overflow:hidden;display:block; }
#nQaHwqwRsZTlEQ4C2obqyoLZ2ZsCgFdl { color:#2a2c32;display:block;width:25.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:45.125rem;left:40.84375rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUHwifyzqgkZJ8SF6Plmv4DPm53yxFKp { color:#0ba3ad;display:block;width:25.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:57.625rem;left:40.84375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg > .row .container { border-width: 0; border-radius: 0; }#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:none; }#RWqpL9GRw0pKSxPmhF2oBgRyVefFW9Fd { position:absolute;display:block;z-index:15013;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.375rem;width:1.375rem;top:20.5rem;left:2.5rem;overflow:hidden;display:block; }
#ZQPhm8mXVLH4TAUWKuVJDbl58Tm6ohI5 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:20.375rem;left:4.5rem;height:14.39773125rem;font-style:normal;display:block; }
#JI2SbdKvIWuAFF7weTPMR0HMkL6LZWxO { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.625rem;left:2.5625rem;height:9rem;font-style:normal;display:block; }
#zssMEgEgCtZ4wBFgcqfAqWG9BRGwdi4L { position:absolute;display:block;z-index:15014;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.375rem;width:1.375rem;top:25.875rem;left:2.5rem;overflow:hidden;display:block; }
#zDVUW27zuK6PdL1JfAOLfxkMU1fDgC3D { position:absolute;display:block;z-index:15015;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.375rem;width:1.375rem;top:31.3125rem;left:2.5rem;overflow:hidden;display:block; }
#dyyT6JRpkJEoUHUihlks1A9wH7SMgk2i { position:absolute;display:block;z-index:15020;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:43.4375rem;width:28.75rem;top:1.125rem;left:43.75rem;overflow:hidden;display:block; }
#UnWGUmpdG1PSFiyDePSlFC1MW2Jbu9Q0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:21.8125rem;top:17.60546875rem;left:37.6875rem;overflow:hidden;display:block; }
#yRSbaamp9slz0RXgoVocOLKTgC6MBSXw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#2a2c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.625rem;left:2.5rem;display:none; }
#SUicKIBNMMssmsDgh6GQ0dkp0ti1dqK3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 > .row .container { border-width: 0; border-radius: 0; }#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#twPABlXyKnh9oL9Jz2FoUlOdRpKJPmKS { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:10.125rem;left:12.5625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF6ROgiRBy305INRnTIhXQICI7AkqyxV { position:absolute;display:block;z-index:15016;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:9.375rem;width:9.375rem;top:24.4375rem;left:7.5rem;overflow:hidden;display:block; }
#c4fTlQx0ErIRlhokEaxU8Efo0hI4FMPk { position:absolute;display:block;z-index:15017;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:9.375rem;width:9.375rem;top:24.4375rem;left:24.4375rem;overflow:hidden;display:block; }
#trGPsrD4LVEA2Sh3FmWEUVpShdXugp8v { position:absolute;display:block;z-index:15018;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:9.375rem;width:9.375rem;top:24.4375rem;left:40.8125rem;overflow:hidden;display:block; }
#WkueTGC472uJQGf7oHO7KMXF3AWtSrIl { position:absolute;display:block;z-index:15019;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:9.375rem;width:9.375rem;top:24.4375rem;left:57.9375rem;overflow:hidden;display:block; }
#QBdBATL2qwRuNqGkEyBI8nOamkHNG6Nb { color:#0ba3ad;display:block;width:15rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:35rem;left:21.625rem;height:1.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrryB42DKzOVzc4IgbOfI7SWI0OaU0L8 { color:#0ba3ad;display:block;width:14.375rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:35rem;left:38.3125rem;height:1.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVUatf8JfyFs6wBh4XA54DyPb9ELGO4K { color:#0ba3ad;display:block;width:12.5625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:35rem;left:56.3125rem;height:1.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dr6hq0cbvZRO6fZQ8STMleNLRldES3yb { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:10.125rem;left:12.5625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RmJqHyCMVBINmCZnUZJT3tCokqx05Ws8 { color:#0ba3ad;display:block;width:15rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:35.000001430511rem;left:4.6875rem;height:1.79971875rem;font-style:normal;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) { #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk { display:block; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNpNQqwrdw064zhRryuUeB5wdCBltTED { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9imKwe9LnZRPgrWhpLZRuByNZ83G236 { top:30.875rem;left:0rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diMq8g6zuuSUTnTZ9TwJBMxEtodkB8Tu { top:4.3125rem;left:15.25rem;width:32.5rem;height:7.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-regular-label { width:33.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text { width:33.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-textarea { width:33.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-select { width:33.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-button { width:33.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-checkbox-label { width:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT  { width:33.4375rem;height:auto;top:17.8125rem;left:11.8125rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .radio-container { width:33.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT {display:block;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT { width:33.4375rem;height:auto;top:17.8125rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #uoA9CsVbIABPLqF7A0t3WPTeVifwgW9I {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #gZKXNSVIh7B91JTrO01Eq02TO5vpzIpL {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ziCzl8BAh6XUBEZbtaFOzyoWkLIM3HMa {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #qRTohpGikfHLbXKF1zyWva9qqfpr7n0d {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #zT7F8kERUvAwkxJZa5AVuy4iHNPefGwm {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #LAoa9aTEKHTvoSLRUHwAelMpToJRfP27 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #E19C2XfnmUdQXKd6haA4HMnxoKQzwRCr {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #VvlTgI3iu6Mb0tbbxWsyxPfB9ai4t2Uc {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ARiyVkvkM3uptbJ0e7U7qmOscb2THnZH {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #nPfEbUHDJ7yT1qxKATd8A0Vk5wJFuFR1 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #vta3kokCT5SeUlgipGANnngTtUKhyOoR {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #U2ZuNztLFbzZ3ogbbVPV8nMzrKZ6f8c6 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #TsLZLk1B1FFQx1oV6EKE2dtDr8mOe7NK {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #mEwg1SyJM7K0LaKHn7naNZ3LTQGbbOxd {  }
 }@media only screen and (max-width: 763px) { #xO9BN7xwT8DQdtpnuZMBZy2l0FsKbu5H { top:13.375rem;left:17.125rem;width:30.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av4nregLJnWOVJwOUGO2fQb9L81hsPMq { top:47.6875rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvTAdSpO4dMb8gGUR1RFUC7pEEuWIO5 { top:13.375rem;left:17.125rem;width:30.625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEXaRlGpSF6rq4hThWfRiDUCchQzxl3l { top:15.0625rem;left:17.125rem;width:30.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHHbcbJSiwK2cPQ8qoE5lwLrRKg6MDO { top:0rem;left:5.2874994277954rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51dF8yhMm44awzqHnIt7NhKyWFkKTg4 { top:54.75rem;left:9.25rem;width:38.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2UV14WNRNTyP8rL6g8rM8BtsFmf2dMh { width:18.25rem;height:3.4375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwdRB4UFLTrGiZCKbOKKr3mscvJoz8T4 { display:block; }
 }@media only screen and (max-width: 763px) { #NfQmVNnP1uLgSppZ8UKxWnmD2S5tFQ2M { width:18.25rem;height:3.4375rem;top:51.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydZbNyXoXvnKLAQVWSrDFT3mmLpzn8TQ { display:block; }
 }@media only screen and (max-width: 763px) { #EpKuuesPkn64JzGod28CSvltIgGvmPRM { display:block; }#EpKuuesPkn64JzGod28CSvltIgGvmPRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5nhVkdvEkT4kuQ4VJeCdZhKTGb6lC0T { top:6.9375rem;left:0rem;width:31.125rem;height:11.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7DlWwJ6wqFpfTR3bMWQu9gv0tceTbdc { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpbSMhMyyqGEIGD02T52qeVTUkngugfh { top:20.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2SFXtGTNcrCvvdBihSkHznVXnMwEzoc { top:20.0625rem;left:0rem;width:31.9375rem;height:22.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWzpeTTVd7lZtuFrkkUMQRqMdb5rLQER { top:5.6875rem;left:17.3125rem;width:30.4375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3PkQyFQJtmHSrmoZNuNs8fEFBNwEZPV { top:22.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scm6zNQWnz1Mz85bHsxDwCmi25URuAhF { top:24.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnyBGATrdZdTAGVLAmH9li0xUl6a6vaM { top:26.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOnkH7OlA0Sr9P8gQCUXupCm9RmhTrlO { top:28.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5prLolTVQcqZSEIZsc6QfgOrZ6pezXb { top:30.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHfZOQvviPIAMoXpMA8ysSsDKrgQZUUw { top:32.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8VcgqvNwTrJNtAVV9HF5151s92pAMm9 { top:34.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBwUHl2bGDTDxQoa62eBbTnLusASwXPT { top:36.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feru666U3Izhz66LSz0LHNAlhULFZLJc { top:38.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlMREtW8UpNFfy3BdWvJGF6MeiXqOgye { top:40.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzOIxrKaqbAINL3XgZ0G0A78Vms6qZn5 { top:10.1875rem;left:0rem;width:16.875rem;height:14.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcG0WvtGqvqJ88coMQhJOHJLNEpn2Tkl { top:12.9375rem;left:14.46249961853rem;width:31.125rem;height:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaPogB0ZqNmuLyynufEOE2KsdLUbwtEN { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4NTCT73wGAJIT7JNCh1pru4R5Mdrotd { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxfVk1Twv2XJy5EDeCNv8ygtV7JDlrbV { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPkHQ8XXNTkndGNShXGKgrdPUsdpMICl { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ow1L5WQPQv5rRZBU95qJxpZvXG76KkHa { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubdRPPGHzleOU8A6s9UwV5xTDnSTsbQM { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sA8NTTiKKbee4w4pcezGDmsy3Ff4NpDh { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBRH44MBHzxG1e2SgbDNqndLJXO1ck1o { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivQDcMSpoTHV7iTDxfUT6zZegJIrZaRB { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRNxalGsMViKT8kPaUKwzA6yF3D147ea { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyWhMr33NVgHofiDywyHHXD4bVaoPJkk { display:block; }#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 { display:block; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZy6yHUFhiB4HQBCnOfHd46yPlTJMyhc { top:22.4375rem;left:0rem;width:30.5rem;height:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaB1ONEqH4tKmT6yqayVtQGfhP3r2WB9 { top:25.5625rem;left:25.875rem;width:21.875rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqd8L3CgUtrqQXkXygWRXJywwoBQdpgO { top:20.25rem;left:31.187500953674rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvWMIGWuR7QDIyWnF5F085qZnT3v4uJ3 { top:42.75rem;left:22.6875rem;width:25.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWcBcwevOooOWSnHq4fCvbMNuF4JzH16 { top:1.125rem;left:19.1875rem;width:27.8125rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU0f4Tas00m91rs2GT9MQKEINKg7IhwO { top:10.1875rem;left:18.875rem;width:28.875rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwdfKZwmg4pfVsHNZKVVO6fEusABCOhm { top:35.875rem;left:0rem;width:21.875rem;height:10.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG4S6b0EdDTgdu7ID4A4RK8WicM6Dues { top:35.875rem;left:0rem;width:21.875rem;height:10.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcqB3VwGuFdu6bwz9JJXtgAqvocNcbMa { top:74.0625rem;left:0rem;width:20rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiLg5TVeiF6MfhwN7TJvZVl9L3iF2Q1A { top:22.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgDvRqErSRkDvU8TWlto8lCsLKynQfEC { top:28.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWCE05vAvT9AqdaNivszIQtohepcmS8 { top:35.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG { display:none; }#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z { display:block; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd1R8aTJvFWRuq2v5xJp5nsAKCurl3kR { top:8.75rem;left:15.25rem;width:32.5rem;height:13.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olr5ON5AVOg4DtoTbhEOGWQMHi7pZLBz { top:25rem;left:17.25rem;width:30.5rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO8ckQk2SfRtwTka729P9uM5mBXAT5o7 { top:25.125rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyL88f1ydyTNPKTba1Qt2oQoEE0DOTBI { top:30.5625rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwi9gFMtIbqUgWaL3QVDpD9D3GpmgIX { top:36.0625rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnihL6odLZPRXT0iSU4SaENRf3lJ7GbV { top:41.3125rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHByfIyzT73iaTTQODLowLfEUIVv3qiS { display:block; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8aFvE2Lg3zRqWUlWBTcMxMCEH9ayn3o { top:10.0625rem;left:0rem;width:35.0625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUS1IZ6tDt9VyaE6wq6IAu10uiSNwlm { top:3.6875rem;left:0rem;width:14.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMiQkmEsi1gA599lkSOMAt4PCHM2CsT { top:13.1875rem;left:0rem;width:35.0625rem;height:11rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMGZKylDHeR1hqus3AhK73W3MWni7yd { top:25.75rem;left:0rem;width:36.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGyG7qbAxNRGKy4n9rw6SNKoTuIqTJly { top:5rem;left:9.5rem;width:38.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6NRFgPZUue1qKfZRISfQRClXnGHl01S { width:13.75rem;height:3.4375rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCaVnOvUeZvo0ZfXpUE5BzEc1Ez6iXTX { display:block; }
 }@media only screen and (max-width: 763px) { #es23v5itziPnCK269Sa53TUrlPhE2X32 { top:13.875rem;left:0rem;width:17.4375rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7TbbAw90iQu0TqH03Spza5QgPsq3Wal { display:none; }#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l0UL1koRb6QmlmlXmGJaw1Cs2fk56wsG { top:1.6875rem;left:0rem;width:18.9375rem;height:7.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvLyJZ73Hg6lohrvsQmehpQV49NNDTJw { top:8.1875rem;left:0rem;width:17.625rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3QVeGee0xbbnshuHf6bZIr1LnmnV090 { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBNkopVAKb34zxBGucNtqyWTMI9luuO { top:21.75rem;left:25.875rem;width:21.875rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkF3MBrpXEFKctdmwRcgFERLibv1aUw7 { top:52.9375rem;left:0rem;width:15.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9QcbMZ9gvgRKG9DfTtGELNpITEKBi { top:17.3125rem;left:31.437500953674rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAmhhDSR7qX4qITr8uuVfvysoVTDXTh { top:1.125rem;left:19rem;width:23rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2uwWwe79FUo4Tlyr8TIbiUk9DT1KfJe { top:46.0625rem;left:0rem;width:16.9375rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWy4niJkWzBM1VNZ4v1avI1n4WNy6LP4 { top:9.75rem;left:18.875rem;width:28.875rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKDTrQpB0qucTATmMrwCziIyfhUiaMQA { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg7WJXewPhpoKIWTbR1Mu7ggE0R869KD { top:21.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQGnXbFRJguWQUa2oRZJgoxOAongbgOX { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdLWE9fwdbHW5pqTDqsciyprt5XRw5J4 { top:28.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPGnA9goklmiaR3vIupiomgFyJ4PqHbX { top:15.6875rem;left:0rem;width:31.9375rem;height:17.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZCSXbdy519lqKnDVQpTTkQW3hifvD4X { top:36.5rem;left:25.4375rem;width:22.3125rem;height:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq8o7MeXiPEC0OXght5Ku1VoSddwDuBS { top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #asO3aEbRc6MWksOTuO5T8xAwlQxigkHf { display:block; }#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 { display:block; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBn4MMC4z2h7DvWC1u9vMscJFV4yh20F { top:3.625rem;left:0rem;width:47.75rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUpRQSr2e69DiSAu2r25nziT9dw5B82 { width:15rem;height:3.4375rem;top:14.0625rem;left:16.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJpIqqcnxLqfhlqlccImT49DBmJvuhcn { display:block; }
 }@media only screen and (max-width: 763px) { #eLNTP4ec9od27FVgHiTkMIyZ44JHMJTx { top:21.125rem;left:0rem;width:18.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc8rnOo4IPbTqBbClNOHHLX0LXBfbZ7O { top:21.125rem;left:14.6875rem;width:18.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osgmz3UU5g7IJuHFpT4zGETuKTw9hwht { top:21.125rem;left:29.3125rem;width:18.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPzgeMub6xmWMroN01WgFpydizIFV9k5 { top:37.8125rem;left:4.1875rem;width:18.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2UATLKlQguZCgipdo1D79Jn3DFKZlr { top:37.8125rem;left:25.125rem;width:18.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJDxiF3ZkgyHaGZOfE27R9TaxcZlLAx { top:24.125rem;left:0rem;width:15.8125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ59zDzziAl03Ro73wKTouKO1nmNrGPH { top:29.3125rem;left:0rem;width:15.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utpMP6aXSk2NH7wPsVGMEz9HFwOUTpt6 { top:24.125rem;left:16rem;width:15.8125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flVp0NPWDwA3hTTcQQZKnfAzc1qE5TND { top:29.3125rem;left:15.937500953674rem;width:15.875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWg6u4KcL6uEp6R8JFzKE0FelHXfKSHM { top:24.125rem;left:31.9375rem;width:15.8125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7d5piduPGTNAGFTKm3Jz12IDax2TfJ7 { top:29.3125rem;left:31.875rem;width:15.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpyo7LZF6Kg0RBIr6FDPTvMMsH1Ei7Ta { top:46rem;left:5.5625009536743rem;width:15.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BX9xm2CCTJ60hrwXGOqz63oQmJbgDS { top:40.8125rem;left:5.5625009536743rem;width:15.8125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTVH5SmvcoTg4EtbcFTZvJR7yOxGtLu { top:46rem;left:26.500000953674rem;width:15.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVi3FpqytfT189ztWZWcMvPELBcyeTWs { top:40.8125rem;left:26.500000953674rem;width:15.8125rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdfaXCSTgt0ngo1LocT60ddXdNBtLqM { top:7.5rem;left:0rem;width:9.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4Rhn8rZtbqvHpZ8AlzebRzwKWRbT17 { top:29.1875rem;left:34.625rem;width:13.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSb73hTFo6TJefeekc7hht0PWqb008x { top:1.875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOzKBROHl6DFu1lMMbcP8fdgOGw2HBiJ { top:26.5625rem;left:0rem;width:6rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb { display:block; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEPAJ2T10TXyoxLOE0GnQ9ttlLqPOMtG { top:9.6875rem;left:0.1875rem;width:47.5625rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZModWTa8g7aoQWySRaRG3ptATfH8Twf { top:5rem;left:11.375rem;width:25.4375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfaG1e85xh7qWE8tqfWTNIFJNOCcHIQy { top:45.125rem;left:0rem;width:25.0625rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycKsspTdJFTiUCPd6yLRyqwuSMckzHRo { top:32rem;left:0rem;width:32.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1UR0dlgp2XRnVPWI8i6helrbQG2ySI5 { top:57.625rem;left:0rem;width:25.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRt1lNtzaceahDMXOzVg56btrUTpHEhh { top:34.75rem;left:0.46875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1iDqtQWpXv84kTIg66TPau2WfSRiPCe { top:32rem;left:15.25rem;width:32.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffHuKDi8e8zsWq5RAVRivgb7t0OwERge { top:34.75rem;left:35.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaHwqwRsZTlEQ4C2obqyoLZ2ZsCgFdl { top:45.125rem;left:22.6875rem;width:25.0625rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHwifyzqgkZJ8SF6Plmv4DPm53yxFKp { top:57.625rem;left:22.6875rem;width:25.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg { display:block; }#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWqpL9GRw0pKSxPmhF2oBgRyVefFW9Fd { top:20.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPhm8mXVLH4TAUWKuVJDbl58Tm6ohI5 { top:20.375rem;left:0rem;width:30.625rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2SbdKvIWuAFF7weTPMR0HMkL6LZWxO { top:8.625rem;left:0rem;width:32.4375rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zssMEgEgCtZ4wBFgcqfAqWG9BRGwdi4L { top:25.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDVUW27zuK6PdL1JfAOLfxkMU1fDgC3D { top:31.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyyT6JRpkJEoUHUihlks1A9wH7SMgk2i { top:1.125rem;left:19rem;width:28.75rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWGUmpdG1PSFiyDePSlFC1MW2Jbu9Q0 { top:17.5625rem;left:23.875rem;width:21.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSbaamp9slz0RXgoVocOLKTgC6MBSXw { width:15rem;height:3.4375rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUicKIBNMMssmsDgh6GQ0dkp0ti1dqK3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 { display:block; }#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twPABlXyKnh9oL9Jz2FoUlOdRpKJPmKS { top:10.125rem;left:0rem;width:47.5625rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF6ROgiRBy305INRnTIhXQICI7AkqyxV { top:24.4375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fTlQx0ErIRlhokEaxU8Efo0hI4FMPk { top:24.4375rem;left:10.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGPsrD4LVEA2Sh3FmWEUVpShdXugp8v { top:24.4375rem;left:27.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkueTGC472uJQGf7oHO7KMXF3AWtSrIl { top:24.4375rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBdBATL2qwRuNqGkEyBI8nOamkHNG6Nb { top:35rem;left:8rem;width:15rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrryB42DKzOVzc4IgbOfI7SWI0OaU0L8 { top:35rem;left:24.6875rem;width:14.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVUatf8JfyFs6wBh4XA54DyPb9ELGO4K { top:35rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr6hq0cbvZRO6fZQ8STMleNLRldES3yb { top:10.125rem;left:0rem;width:47.5625rem;height:9rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmJqHyCMVBINmCZnUZJT3tCokqx05Ws8 { top:35rem;left:0rem;width:15rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01ad2a0e-ac3a-4a80-9bab-db414e3aa5a4/SemTtulo2.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.adaptive-delivery-prevent-bg, #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.lazyload, #FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk.lazyloading { background-image: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { background-color: transparent; background-image: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container > .video-iframe-container { display: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container { display: none; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .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); }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { border-width: 0; border-radius: 0; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW7pHPvaU6ZPvWaelxAZe8G5wtSJ3DIk > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNpNQqwrdw064zhRryuUeB5wdCBltTED { top:15.862500190735rem;left:4.2187500596046rem;width:11.5625rem;height:11.5625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m9imKwe9LnZRPgrWhpLZRuByNZ83G236 { width:20rem;height:20rem;top:30.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #diMq8g6zuuSUTnTZ9TwJBMxEtodkB8Tu { width:17.5625rem;height:4.2rem;top:35.1875rem;left:1.2179687619209rem;font-size:1.75rem;text-align:left;text-align-last:left;color:#2a2c32;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT  { width:17.5rem;height:auto;top:41.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OysF895Bmz54yL4vtzSyiclEvxUFCzsT {display:block;}#OysF895Bmz54yL4vtzSyiclEvxUFCzsT { width:17.5rem;height:auto;top:41.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #uoA9CsVbIABPLqF7A0t3WPTeVifwgW9I {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #gZKXNSVIh7B91JTrO01Eq02TO5vpzIpL { display:block; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ziCzl8BAh6XUBEZbtaFOzyoWkLIM3HMa {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #qRTohpGikfHLbXKF1zyWva9qqfpr7n0d {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #zT7F8kERUvAwkxJZa5AVuy4iHNPefGwm {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #LAoa9aTEKHTvoSLRUHwAelMpToJRfP27 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #E19C2XfnmUdQXKd6haA4HMnxoKQzwRCr {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #VvlTgI3iu6Mb0tbbxWsyxPfB9ai4t2Uc { display:block; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #ARiyVkvkM3uptbJ0e7U7qmOscb2THnZH {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #nPfEbUHDJ7yT1qxKATd8A0Vk5wJFuFR1 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #vta3kokCT5SeUlgipGANnngTtUKhyOoR { display:block; }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #U2ZuNztLFbzZ3ogbbVPV8nMzrKZ6f8c6 {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #TsLZLk1B1FFQx1oV6EKE2dtDr8mOe7NK {  }
 }@media only screen and (max-width: 763px) { #OysF895Bmz54yL4vtzSyiclEvxUFCzsT #mEwg1SyJM7K0LaKHn7naNZ3LTQGbbOxd {  }
 }@media only screen and (max-width: 763px) { #xO9BN7xwT8DQdtpnuZMBZy2l0FsKbu5H { width:18.6875rem;height:0;top:36.75rem;left:1.3125000596046rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #av4nregLJnWOVJwOUGO2fQb9L81hsPMq { width:8.8125rem;height:2rem;top:70.1875rem;left:5.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvTAdSpO4dMb8gGUR1RFUC7pEEuWIO5 { width:18.6875rem;height:0;top:39.125rem;left:2.8499999642372rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LEXaRlGpSF6rq4hThWfRiDUCchQzxl3l { width:19.5rem;height:0.975rem;top:39.887500762939rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIHHbcbJSiwK2cPQ8qoE5lwLrRKg6MDO { width:5.75rem;height:5.75rem;top:1.60546875rem;left:13.799999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51dF8yhMm44awzqHnIt7NhKyWFkKTg4 { width:20rem;height:0.8125rem;top:74.9375rem;left:0rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #R2UV14WNRNTyP8rL6g8rM8BtsFmf2dMh { width:18.25rem;height:3.4375rem;top:77rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwdRB4UFLTrGiZCKbOKKr3mscvJoz8T4 { display:block; }
 }@media only screen and (max-width: 763px) { #NfQmVNnP1uLgSppZ8UKxWnmD2S5tFQ2M { width:18.25rem;height:3.4375rem;top:76.6875rem;left:0.87421876192094rem;z-index:15028;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZbNyXoXvnKLAQVWSrDFT3mmLpzn8TQ { display:block; }
 }@media only screen and (max-width: 763px) { #EpKuuesPkn64JzGod28CSvltIgGvmPRM { background-color:#2a2c32;background-image:none;display:none; }#EpKuuesPkn64JzGod28CSvltIgGvmPRM > .row .container { width:20rem;height:47rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f5nhVkdvEkT4kuQ4VJeCdZhKTGb6lC0T { width:18.9375rem;height:7.2rem;top:1.1875rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E7DlWwJ6wqFpfTR3bMWQu9gv0tceTbdc { width:1rem;height:1rem;top:10.436717987061rem;left:0.74843752384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpbSMhMyyqGEIGD02T52qeVTUkngugfh { width:2.5rem;height:2.5rem;top:58.01065625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2SFXtGTNcrCvvdBihSkHznVXnMwEzoc { width:16.9375rem;height:0;top:14.619318246841rem;left:4.6022726893425rem;font-size:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #yWzpeTTVd7lZtuFrkkUMQRqMdb5rLQER { width:14.4375rem;height:17.375rem;top:27.249221801757rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3PkQyFQJtmHSrmoZNuNs8fEFBNwEZPV { width:1.3125rem;height:1.3125rem;top:22.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scm6zNQWnz1Mz85bHsxDwCmi25URuAhF { width:1.3125rem;height:1.3125rem;top:24.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnyBGATrdZdTAGVLAmH9li0xUl6a6vaM { width:1.3125rem;height:1.3125rem;top:26.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOnkH7OlA0Sr9P8gQCUXupCm9RmhTrlO { width:1.3125rem;height:1.3125rem;top:28.4375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5prLolTVQcqZSEIZsc6QfgOrZ6pezXb { width:1.3125rem;height:1.3125rem;top:30.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHfZOQvviPIAMoXpMA8ysSsDKrgQZUUw { width:1.3125rem;height:1.3125rem;top:32.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8VcgqvNwTrJNtAVV9HF5151s92pAMm9 { width:1.3125rem;height:1.3125rem;top:34.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBwUHl2bGDTDxQoa62eBbTnLusASwXPT { width:1.3125rem;height:1.3125rem;top:36.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #feru666U3Izhz66LSz0LHNAlhULFZLJc { width:1.3125rem;height:1.3125rem;top:38.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlMREtW8UpNFfy3BdWvJGF6MeiXqOgye { width:1.3125rem;height:1.3125rem;top:40.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzOIxrKaqbAINL3XgZ0G0A78Vms6qZn5 { width:16.875rem;height:14.85rem;top:10.249217987061rem;left:2.1437500715256rem;font-size:0.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zcG0WvtGqvqJ88coMQhJOHJLNEpn2Tkl { width:16.75rem;height:6.3rem;top:2.6234376430511rem;left:1.9062501192093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uaPogB0ZqNmuLyynufEOE2KsdLUbwtEN { width:1rem;height:1rem;top:11.749217987061rem;left:0.74843752384188rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #n4NTCT73wGAJIT7JNCh1pru4R5Mdrotd { width:1rem;height:1rem;top:13.0625rem;left:0.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TxfVk1Twv2XJy5EDeCNv8ygtV7JDlrbV { width:1rem;height:1rem;top:14.375rem;left:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cPkHQ8XXNTkndGNShXGKgrdPUsdpMICl { width:1rem;height:1rem;top:15.875rem;left:0.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Ow1L5WQPQv5rRZBU95qJxpZvXG76KkHa { width:1rem;height:1rem;top:17.1875rem;left:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ubdRPPGHzleOU8A6s9UwV5xTDnSTsbQM { width:1rem;height:1rem;top:18.5625rem;left:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sA8NTTiKKbee4w4pcezGDmsy3Ff4NpDh { width:1rem;height:1rem;top:19.875rem;left:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #OBRH44MBHzxG1e2SgbDNqndLJXO1ck1o { width:1rem;height:1rem;top:23.875rem;left:0.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ivQDcMSpoTHV7iTDxfUT6zZegJIrZaRB { width:1rem;height:1rem;top:22.5rem;left:0.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eRNxalGsMViKT8kPaUKwzA6yF3D147ea { width:1rem;height:1rem;top:21.1875rem;left:0.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oyWhMr33NVgHofiDywyHHXD4bVaoPJkk { display:none; }#oyWhMr33NVgHofiDywyHHXD4bVaoPJkk > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 { background-color:#2a2c32;background-image:none;display:none; }#Tt96nNFeUMvhms0ty30Qic4puQIQgZ05 > .row .container { width:20rem;height:73.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZy6yHUFhiB4HQBCnOfHd46yPlTJMyhc { width:15.4375rem;height:0;top:10.1875rem;left:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaB1ONEqH4tKmT6yqayVtQGfhP3r2WB9 { width:20rem;height:0;top:73.484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gqd8L3CgUtrqQXkXygWRXJywwoBQdpgO { width:2.375rem;height:1.8125rem;top:51.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvWMIGWuR7QDIyWnF5F085qZnT3v4uJ3 { width:15.125rem;height:0;top:60.375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #sWcBcwevOooOWSnHq4fCvbMNuF4JzH16 { width:11.8125rem;height:14.8125rem;top:41.796875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nU0f4Tas00m91rs2GT9MQKEINKg7IhwO { width:12.1875rem;height:8.5rem;top:43.421876430511rem;left:3.9062501788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwdfKZwmg4pfVsHNZKVVO6fEusABCOhm { width:20rem;height:0;top:87.375rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #aG4S6b0EdDTgdu7ID4A4RK8WicM6Dues { width:20rem;height:0;top:85.25rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #FcqB3VwGuFdu6bwz9JJXtgAqvocNcbMa { width:16.75rem;height:0;top:53.4375rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #fiLg5TVeiF6MfhwN7TJvZVl9L3iF2Q1A { width:1.1875rem;height:1.1875rem;top:64.823877758788rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgDvRqErSRkDvU8TWlto8lCsLKynQfEC { width:2.0625rem;height:2.0625rem;top:67.261377758788rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPWCE05vAvT9AqdaNivszIQtohepcmS8 { width:2.0625rem;height:2.0625rem;top:70.573877758788rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG { display:none; }#VL2tCiHfrRTBWD3wOh1HlTT18TrU7uJG > .row .container { width:20rem;height:3.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b89a94d-610e-4a71-893d-0e28e71b4edb/mobilebg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.adaptive-delivery-prevent-bg, #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.lazyload, #T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z.lazyloading { background-image: none; }#T55rDE6KHTSd9iKZ5dvJO5D9zOhTRZ7Z > .row .container { width:20rem;height:61.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bd1R8aTJvFWRuq2v5xJp5nsAKCurl3kR { width:17.5625rem;height:7.19825rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olr5ON5AVOg4DtoTbhEOGWQMHi7pZLBz { width:15.4375rem;height:28.79690625rem;top:10.1875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO8ckQk2SfRtwTka729P9uM5mBXAT5o7 { width:1.1875rem;height:1.1875rem;top:10.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyL88f1ydyTNPKTba1Qt2oQoEE0DOTBI { width:1.1875rem;height:1.1875rem;top:33.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwi9gFMtIbqUgWaL3QVDpD9D3GpmgIX { width:1.1875rem;height:1.1875rem;top:17.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnihL6odLZPRXT0iSU4SaENRf3lJ7GbV { width:1.1875rem;height:1.1875rem;top:26.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHByfIyzT73iaTTQODLowLfEUIVv3qiS { background-color:#2a2c32;background-image:none;display:none; }#QHByfIyzT73iaTTQODLowLfEUIVv3qiS > .row .container { width:20rem;height:46.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8aFvE2Lg3zRqWUlWBTcMxMCEH9ayn3o { width:17.5rem;height:1.7875rem;top:5.375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTUS1IZ6tDt9VyaE6wq6IAu10uiSNwlm { width:9.375rem;height:1.875rem;top:1.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMiQkmEsi1gA599lkSOMAt4PCHM2CsT { width:17.4375rem;height:5.225rem;top:7.1875rem;left:1.375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoMGZKylDHeR1hqus3AhK73W3MWni7yd { width:17.4375rem;height:5.625rem;top:13.75rem;left:1.2805396914482rem;font-size:0.9375rem;line-height:1.5;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #sGyG7qbAxNRGKy4n9rw6SNKoTuIqTJly { width:18.5rem;height:17.0625rem;top:27.9375rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g6NRFgPZUue1qKfZRISfQRClXnGHl01S { width:17.5rem;height:3.4375rem;top:21.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCaVnOvUeZvo0ZfXpUE5BzEc1Ez6iXTX { display:block; }
 }@media only screen and (max-width: 763px) { #es23v5itziPnCK269Sa53TUrlPhE2X32 { width:17.4375rem;height:5.625rem;top:13.875rem;left:1.3625000715256rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f7TbbAw90iQu0TqH03Spza5QgPsq3Wal { background-color:#2a2c32;background-image:none;display:none; }#f7TbbAw90iQu0TqH03Spza5QgPsq3Wal > .row .container { width:20rem;height:56.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l0UL1koRb6QmlmlXmGJaw1Cs2fk56wsG { width:18.9375rem;height:4.2rem;top:1.6875rem;left:0.59375005960464rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvLyJZ73Hg6lohrvsQmehpQV49NNDTJw { width:17.625rem;height:22.4rem;top:8.2492904663088rem;left:2.4367899298668rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3QVeGee0xbbnshuHf6bZIr1LnmnV090 { width:1.1875rem;height:1.1875rem;top:8.3742957115175rem;left:0.62357968091965rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBNkopVAKb34zxBGucNtqyWTMI9luuO { width:20rem;height:0;top:67.4833984375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FkF3MBrpXEFKctdmwRcgFERLibv1aUw7 { width:15.6875rem;height:1.6rem;top:51.311790466309rem;left:3.0625001788139rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9QcbMZ9gvgRKG9DfTtGELNpITEKBi { width:2.375rem;height:1.875rem;top:43.687500953674rem;left:3.0625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAmhhDSR7qX4qITr8uuVfvysoVTDXTh { width:13.875rem;height:17.375rem;top:33.624291419983rem;left:2.7812501788139rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R2uwWwe79FUo4Tlyr8TIbiUk9DT1KfJe { width:16.9375rem;height:4.8rem;top:46.062507629394rem;left:3.0625001788139rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #oWy4niJkWzBM1VNZ4v1avI1n4WNy6LP4 { width:16.1875rem;height:14.125rem;top:40.931107521057rem;left:1.9062499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKDTrQpB0qucTATmMrwCziIyfhUiaMQA { width:2.5rem;height:2.5rem;top:58.01065625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kg7WJXewPhpoKIWTbR1Mu7ggE0R869KD { width:2.5rem;height:2.5rem;top:61.760650634766rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQGnXbFRJguWQUa2oRZJgoxOAongbgOX { width:1.1875rem;height:1.1875rem;top:16.573867797851rem;left:0.62357956171036rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MdLWE9fwdbHW5pqTDqsciyprt5XRw5J4 { width:2.5rem;height:2.5rem;top:28.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPGnA9goklmiaR3vIupiomgFyJ4PqHbX { width:16.9375rem;height:0;top:14.619318246841rem;left:4.6022726893425rem;font-size:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #GZCSXbdy519lqKnDVQpTTkQW3hifvD4X { width:15.6875rem;height:0;top:45.573154449463rem;left:3.0617899298668rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #Xq8o7MeXiPEC0OXght5Ku1VoSddwDuBS { width:1.1875rem;height:1.1875rem;top:24.369318008423rem;left:0.59375005960464rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #asO3aEbRc6MWksOTuO5T8xAwlQxigkHf { display:none; }#asO3aEbRc6MWksOTuO5T8xAwlQxigkHf > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 { display:none; }#wMQiiQ4xCFyZomluTRwmMFqUFvJOPrm3 > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBn4MMC4z2h7DvWC1u9vMscJFV4yh20F { width:17.625rem;height:0;top:1.25rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DLUpRQSr2e69DiSAu2r25nziT9dw5B82 { width:11.875rem;height:3.125rem;top:7.375rem;left:4.0625001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJpIqqcnxLqfhlqlccImT49DBmJvuhcn { display:block; }
 }@media only screen and (max-width: 763px) { #eLNTP4ec9od27FVgHiTkMIyZ44JHMJTx { width:8.125rem;height:7.9375rem;top:13.5625rem;left:1.2499999403954rem;box-shadow: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #Gc8rnOo4IPbTqBbClNOHHLX0LXBfbZ7O { width:8.125rem;height:7.9375rem;top:13.625rem;left:10.687500655651rem;box-shadow: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #osgmz3UU5g7IJuHFpT4zGETuKTw9hwht { width:8.125rem;height:7.625rem;top:22.9375rem;left:1.2499999403954rem;box-shadow: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #IPzgeMub6xmWMroN01WgFpydizIFV9k5 { width:8.125rem;height:9.1875rem;top:23rem;left:10.625000655651rem;box-shadow: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;display:none; }
 }@media only screen and (max-width: 763px) { #Uu2UATLKlQguZCgipdo1D79Jn3DFKZlr { width:8.125rem;height:7.6875rem;top:22.937511086464rem;left:10.687500655651rem;box-shadow: 0rem 0.5rem 1.25rem rgba(42,44,50,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #RHJDxiF3ZkgyHaGZOfE27R9TaxcZlLAx { width:6rem;height:2.39985625rem;top:14.582387447357rem;left:2.3117899298668rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ59zDzziAl03Ro73wKTouKO1nmNrGPH { width:6rem;height:2.4375rem;top:17.0625rem;left:2.3124999403954rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #utpMP6aXSk2NH7wPsVGMEz9HFwOUTpt6 { width:6rem;height:2.39985625rem;top:14.519176006317rem;left:11.750000655651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #flVp0NPWDwA3hTTcQQZKnfAzc1qE5TND { width:6rem;height:3.65625rem;top:16.875rem;left:11.750000655651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWg6u4KcL6uEp6R8JFzKE0FelHXfKSHM { width:6rem;height:2.39985625rem;top:24.1875rem;left:2.3749999403954rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7d5piduPGTNAGFTKm3Jz12IDax2TfJ7 { width:6rem;height:2.4375rem;top:26.6875rem;left:2.3749999403954rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kpyo7LZF6Kg0RBIr6FDPTvMMsH1Ei7Ta { width:6rem;height:0;top:26.6875rem;left:12.000000655651rem;font-size:0.9375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #m6BX9xm2CCTJ60hrwXGOqz63oQmJbgDS { width:6rem;height:0;top:24.1875rem;left:12.000000655651rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMTVH5SmvcoTg4EtbcFTZvJR7yOxGtLu { width:6rem;height:0;top:26.586670398712rem;left:11.750000655651rem;font-size:0.9375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WVi3FpqytfT189ztWZWcMvPELBcyeTWs { width:6rem;height:2.39985625rem;top:24.187500715256rem;left:11.750000655651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdfaXCSTgt0ngo1LocT60ddXdNBtLqM { width:5.625rem;height:12.4375rem;top:20.531250953674rem;left:14.374290168286rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4Rhn8rZtbqvHpZ8AlzebRzwKWRbT17 { width:8.125rem;height:19.4375rem;top:3.5454387664795rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSb73hTFo6TJefeekc7hht0PWqb008x { width:17.625rem;height:4.0497125rem;top:0.97088050842287rem;left:1.1875000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZOzKBROHl6DFu1lMMbcP8fdgOGw2HBiJ { width:6rem;height:2.4375rem;top:26.586647510529rem;left:11.750000655651rem;font-size:0.9375rem;line-height:1.3;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96862988-049e-4015-a0ec-01decf2fb3f0/BarberNasWahl.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:none; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.adaptive-delivery-prevent-bg, #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.lazyload, #dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb.lazyloading { background-image: none; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row .container { border-width: 0; border-radius: 0; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb::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; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO9Wq5CrJuIAhADnWKwicp7WVyXVecZb > .row .container { width:20rem;height:89.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEPAJ2T10TXyoxLOE0GnQ9ttlLqPOMtG { width:17.5625rem;height:7.19825rem;top:2.5625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZModWTa8g7aoQWySRaRG3ptATfH8Twf { width:13.375rem;height:10.5rem;top:2.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfaG1e85xh7qWE8tqfWTNIFJNOCcHIQy { width:15rem;height:14.3965rem;top:28.6962890625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ycKsspTdJFTiUCPd6yLRyqwuSMckzHRo { width:17.5rem;height:34.75rem;top:15.2578125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1UR0dlgp2XRnVPWI8i6helrbQG2ySI5 { width:14.3125rem;height:3.19921875rem;top:44.7587890625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hRt1lNtzaceahDMXOzVg56btrUTpHEhh { width:9.375rem;height:9.375rem;top:17.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1iDqtQWpXv84kTIg66TPau2WfSRiPCe { width:17.5rem;height:32.75rem;top:52.3837890625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffHuKDi8e8zsWq5RAVRivgb7t0OwERge { width:9.375rem;height:9.375rem;top:54.3212890625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaHwqwRsZTlEQ4C2obqyoLZ2ZsCgFdl { width:15rem;height:14.3965rem;top:64.8837890625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUHwifyzqgkZJ8SF6Plmv4DPm53yxFKp { width:12rem;height:1.5996125rem;top:80.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg { display:none; }#oW2eDpaTgyZrAmKelC4vOEIT70IoVPhg > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWqpL9GRw0pKSxPmhF2oBgRyVefFW9Fd { width:1.1875rem;height:1.1875rem;top:13.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPhm8mXVLH4TAUWKuVJDbl58Tm6ohI5 { width:15.4375rem;height:25.1973625rem;top:13.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2SbdKvIWuAFF7weTPMR0HMkL6LZWxO { width:17.5rem;height:4.798825rem;top:6.5rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zssMEgEgCtZ4wBFgcqfAqWG9BRGwdi4L { width:1.1875rem;height:1.1875rem;top:22.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDVUW27zuK6PdL1JfAOLfxkMU1fDgC3D { width:1.1875rem;height:1.1875rem;top:31.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyyT6JRpkJEoUHUihlks1A9wH7SMgk2i { width:13.6875rem;height:20.75rem;top:40.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWGUmpdG1PSFiyDePSlFC1MW2Jbu9Q0 { width:12.75rem;height:13.6875rem;top:49.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSbaamp9slz0RXgoVocOLKTgC6MBSXw { width:17.5rem;height:3.125rem;top:0rem;left:1.25rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SUicKIBNMMssmsDgh6GQ0dkp0ti1dqK3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 { display:none; }#ZwcBRdirByADFEO8r2T4XwmXGzfhBLf8 > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #twPABlXyKnh9oL9Jz2FoUlOdRpKJPmKS { width:17.5rem;height:0;top:2.5rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FF6ROgiRBy305INRnTIhXQICI7AkqyxV { width:6.25rem;height:6.25rem;top:6.9375rem;left:2.5000001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fTlQx0ErIRlhokEaxU8Efo0hI4FMPk { width:6.25rem;height:6.25rem;top:6.9375rem;left:11.250000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGPsrD4LVEA2Sh3FmWEUVpShdXugp8v { width:6.25rem;height:6.25rem;top:16.9375rem;left:2.5000001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkueTGC472uJQGf7oHO7KMXF3AWtSrIl { width:6.25rem;height:6.25rem;top:16.9375rem;left:11.250000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBdBATL2qwRuNqGkEyBI8nOamkHNG6Nb { width:8.8125rem;height:1.5rem;top:14.1875rem;left:10.000000655651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrryB42DKzOVzc4IgbOfI7SWI0OaU0L8 { width:8.8125rem;height:1.5rem;top:24.1875rem;left:1.2499999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVUatf8JfyFs6wBh4XA54DyPb9ELGO4K { width:8.8125rem;height:1.5rem;top:24.1875rem;left:10.000000655651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr6hq0cbvZRO6fZQ8STMleNLRldES3yb { width:17.5rem;height:3.5994375rem;top:1.9140625rem;left:1.2492896914482rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RmJqHyCMVBINmCZnUZJT3tCokqx05Ws8 { width:9.1875rem;height:1.5rem;top:14.093040466309rem;left:1.0312500596046rem;font-size:0.9375rem;display:block; }
 }