.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,239,246;--color-primary-1:128,200,226;--color-primary-2:0,145,196;--color-primary-3:0,73,98;--color-primary-4:0,22,29;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:21,21,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:rgba(var(--color-tertiary-0),1);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); }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 { position:relative;display:block; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 { background-color: transparent; background-image: none; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row .container > .video-iframe-container { display: none; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row > .video-iframe-container { display: none; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .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); }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 { border-width: 0; border-radius: 0; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .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; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GdpDL0PHG0QW9X7Ez06DsXSJlx8zTQs4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.25rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#Epa67H4Zev1rp9DJ6mOvN4b7ENQZ4AZy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3120125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.03076171875rem;left:8.0607089996337rem;display:block; }
#HclwZTsMWAsxT70W4R5Bhn7DDXe0xmIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIOmRHyiITQflQ4XcGFCnRF3HP6cCTfW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3120125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:56.473791122436rem;display:block; }
#peqFwt0MmkdAhqIcgVpu9M8gOeExIhb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP { position:relative;display:none; }#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP { border-width: 0; border-radius: 0; }#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP > .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; }#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;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; }#o1M4JlG5To56SNEGRsvgFxZZk7lMfb2L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.25rem;top:1.0625rem;left:7.5rem;overflow:hidden;display:block; }
#bpsavEZtIOP3Bc1Es5bnS7tnJ0dC7Sbr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.6875rem;left:62.6875rem;display:block; }
#IHQq4ttPrz0sJOp3ZRfGex8OWo8HRAmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7e8D3cqtwl7KBQ6qsHnWqhPiHAavoLC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8eef6a5d-c81d-4055-8402-d01363071e36/beautyArvato.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m.adaptive-delivery-prevent-bg, #VpVRDQwR1skJvzlmC9AKzLSJD456PK7m.lazyload, #VpVRDQwR1skJvzlmC9AKzLSJD456PK7m.lazyloading { background-image: none; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container { background-color: transparent; background-image: none; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container > .video-iframe-container { display: none; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row > .video-iframe-container { display: none; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .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); }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container { border-width: 0; border-radius: 0; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m::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; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#lwyCo0lcIlrTTcpmaTF1PnW63F4CI9nE { color:rgba(var(--color-tertiary-0),1);display:block;width:71.311875rem;position:absolute;font-family:"roboto condensed";font-size:5.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.56201171875rem;left:1.84326171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP { position:relative;display:block; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP { background-color: transparent; background-image: none; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row .container > .video-iframe-container { display: none; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row > .video-iframe-container { display: none; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .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); }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP { border-width: 0; border-radius: 0; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .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; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hJovDCfxats4FWuXouO1meSEJkMlfhI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.2594380378725rem;left:0.74951171875rem;height:19.7925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UGLmrKkGQ3eH4JL5Jrs4dgMX4kZElPhA { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8746875rem;position:absolute;font-family:"roboto condensed";font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9140615463257rem;left:0.74951171875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y { box-sizing:content-box;height:24.749375rem;width:27.1248125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65bfbd2b-7f02-4278-af3f-fc90db3686f7/Arvatocosmetics.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.2586240768431rem;left:43.285318374634rem;display:block; }#saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y.adaptive-delivery-prevent-bg, #saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y.lazyload, #saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y.lazyloading { background-image: none; }
#saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.32); }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 { position:relative;display:block; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 { background-color: transparent; background-image: none; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row .container > .video-iframe-container { display: none; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row > .video-iframe-container { display: none; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .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); }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 { border-width: 0; border-radius: 0; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .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; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#okzbHwmq2ahqZe2rTRIqWIT2xtweQT8b { color:rgba(var(--color-tertiary-4),1);display:block;width:35.7495rem;position:absolute;font-family:"roboto condensed";font-size:3.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.59814786911011rem;left:34.891763687134rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hu44unQQZrTfqGehn3SbVnrDzs0NabtA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6871875rem;position:absolute;font-family:"roboto condensed";font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:37.051594734192rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BeRW0s27H2CNxQqEJAkGqudDzi65Kedo { box-sizing:content-box;height:24.749375rem;width:27.1248125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/330ad5a8-c248-4e70-b897-985cb1d1af8f/carton_on_conveyor_Arvato.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.00732922554rem;left:1.3468427658081rem;display:block; }#BeRW0s27H2CNxQqEJAkGqudDzi65Kedo.adaptive-delivery-prevent-bg, #BeRW0s27H2CNxQqEJAkGqudDzi65Kedo.lazyload, #BeRW0s27H2CNxQqEJAkGqudDzi65Kedo.lazyloading { background-image: none; }
#BeRW0s27H2CNxQqEJAkGqudDzi65Kedo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.32); }#scXwLfiKuE60Pxxs3FROfJXXb5aXufxd { box-sizing:content-box;height:24.749375rem;width:27.1231875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02db3c3f-327c-4563-a746-ff41eaee5571/Arvato_warehouse_employee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.5869140625rem;left:40.034994125366rem;display:block; }#scXwLfiKuE60Pxxs3FROfJXXb5aXufxd.adaptive-delivery-prevent-bg, #scXwLfiKuE60Pxxs3FROfJXXb5aXufxd.lazyload, #scXwLfiKuE60Pxxs3FROfJXXb5aXufxd.lazyloading { background-image: none; }
#scXwLfiKuE60Pxxs3FROfJXXb5aXufxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.32); }#KO3sC1aNG7SZO53Js2HnAbgJA2ML3a7P { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.7867841720581rem;left:29.317220687866rem;height:12.5951875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MRTlpTmlVA1n3bBvHBVs4mvLv3Lel97T { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:46.5869140625rem;left:1.3468427658081rem;height:3.5986375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#L9pQb0ooLClTN82s7cUaGyTznpkdXd1P { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:49.336750984192rem;left:1.3468427658081rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#L9pQb0ooLClTN82s7cUaGyTznpkdXd1P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L9pQb0ooLClTN82s7cUaGyTznpkdXd1P li:before{  }
#VK8vFNGllQxux5gQaQd17zRcvX0J2eda { position:relative;display:block; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda { background-color: transparent; background-image: none; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row .container > .video-iframe-container { display: none; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row > .video-iframe-container { display: none; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .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); }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda { border-width: 0; border-radius: 0; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .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; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfb3de45-d03e-4213-9783-3e9dd8ecddbf/BG2A.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx.adaptive-delivery-prevent-bg, #kOaBbSozE0QhBX7KbX24TJoocKKFzxJx.lazyload, #kOaBbSozE0QhBX7KbX24TJoocKKFzxJx.lazyloading { background-image: none; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container { background-color: transparent; background-image: none; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container > .video-iframe-container { display: none; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row > .video-iframe-container { display: none; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .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); }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container { border-width: 0; border-radius: 0; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx::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; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H { position:relative;display:block; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H { background-color: transparent; background-image: none; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row .container > .video-iframe-container { display: none; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row > .video-iframe-container { display: none; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .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); }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H { border-width: 0; border-radius: 0; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .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; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VGkTeZRWrl69sRzS12hfNUp50pDQzZRG { box-sizing:content-box;height:15.8125rem;width:59.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.9374990463256rem;left:7.8125rem;display:block; }
#SCWINSBiT2sHHE7I0HTaS8STgFmIqqUi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:11.125rem;left:42rem;height:2.1252875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JM9s01a7F6tXZNAGimrMCXQ159z6AZGO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.6875rem;left:42.1875rem;height:2.79948125rem;font-style:normal;display:block; }
#leUDTXoNXTMKFiA0AOrKkVarTCibyTvN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:17.1875rem;left:42.1875rem;height:1.8rem;font-style:normal;display:block; }
#aB0Pav0oKHS2uTFQ0kqkdQnVNl5iMQAo { 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.75rem;width:10.625rem;top:13.46875rem;left:9.75rem;overflow:hidden;display:block; }
#TcvmVyr5IrQUF85oi3JkFg2zmtgv6Ote { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:23.078125rem;left:20.375001192093rem;height:1.4004625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbxe9b0A00qpGAo5C8tqAfCGqy5OJkD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:23.078777313233rem;left:7.8125002384187rem;height:1.4004625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TirhCx7N02Hek0XHPlS1IFODszZq9G6c { position:absolute;display:block;z-index:15018;height:9.7496875rem;width:17.374875rem;top:1.4214410781861rem;left:1.5863714218139rem;display:block; }
#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container { background-color: transparent; background-image: none; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container > .video-iframe-container { display: none; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row > .video-iframe-container { display: none; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .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); }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container { border-width: 0; border-radius: 0; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 { display:block; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdpDL0PHG0QW9X7Ez06DsXSJlx8zTQs4 { width:9.25rem;height:1.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epa67H4Zev1rp9DJ6mOvN4b7ENQZ4AZy { width:12.1875rem;height:2.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HclwZTsMWAsxT70W4R5Bhn7DDXe0xmIE { display:block; }
 }@media only screen and (max-width: 763px) { #CIOmRHyiITQflQ4XcGFCnRF3HP6cCTfW { width:12.1875rem;height:2.25rem;top:0.875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peqFwt0MmkdAhqIcgVpu9M8gOeExIhb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP { display:none; }#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o1M4JlG5To56SNEGRsvgFxZZk7lMfb2L { width:9.25rem;height:1.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpsavEZtIOP3Bc1Es5bnS7tnJ0dC7Sbr { width:2.5625rem;height:2.5rem;top:0.6875rem;left:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQq4ttPrz0sJOp3ZRfGex8OWo8HRAmh { display:block; }
 }@media only screen and (max-width: 763px) { #z7e8D3cqtwl7KBQ6qsHnWqhPiHAavoLC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpVRDQwR1skJvzlmC9AKzLSJD456PK7m { display:block; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwyCo0lcIlrTTcpmaTF1PnW63F4CI9nE { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZQP2eLp74DFiabmJR34WQQEEwGtuqyP { display:block; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJovDCfxats4FWuXouO1meSEJkMlfhI8 { top:9.25rem;left:0rem;width:40.375rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGLmrKkGQ3eH4JL5Jrs4dgMX4kZElPhA { top:1.875rem;left:0rem;width:44.8125rem;height:;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y { width:27.0625rem;height:24.6875rem;top:9.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 { display:block; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okzbHwmq2ahqZe2rTRIqWIT2xtweQT8b { top:0.5625rem;left:12.0625rem;width:35.6875rem;height:;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu44unQQZrTfqGehn3SbVnrDzs0NabtA { top:37rem;left:0rem;width:37.625rem;height:;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeRW0s27H2CNxQqEJAkGqudDzi65Kedo { width:27.0625rem;height:24.6875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXwLfiKuE60Pxxs3FROfJXXb5aXufxd { width:27.0625rem;height:24.6875rem;top:46.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO3sC1aNG7SZO53Js2HnAbgJA2ML3a7P { top:9.75rem;left:6.5rem;width:41.25rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRTlpTmlVA1n3bBvHBVs4mvLv3Lel97T { top:46.5625rem;left:0rem;width:40.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9pQb0ooLClTN82s7cUaGyTznpkdXd1P { top:49.3125rem;left:0rem;width:40.375rem;height:;font-size:1.125rem;display:block; }#L9pQb0ooLClTN82s7cUaGyTznpkdXd1P li:before{  }
 }@media only screen and (max-width: 763px) { #VK8vFNGllQxux5gQaQd17zRcvX0J2eda { display:block; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOaBbSozE0QhBX7KbX24TJoocKKFzxJx { display:block; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA4VP3cyRyPwypqfsgwulv37s3vOdL3H { display:block; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGkTeZRWrl69sRzS12hfNUp50pDQzZRG { width:47.75rem;height:15.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWINSBiT2sHHE7I0HTaS8STgFmIqqUi { top:11.125rem;left:22.5625rem;width:25.1875rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9s01a7F6tXZNAGimrMCXQ159z6AZGO { top:13.6875rem;left:27.4375rem;width:20.3125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leUDTXoNXTMKFiA0AOrKkVarTCibyTvN { top:17.1875rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB0Pav0oKHS2uTFQ0kqkdQnVNl5iMQAo { width:10.625rem;height:2.75rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvmVyr5IrQUF85oi3JkFg2zmtgv6Ote { top:23.0625rem;left:6.7500011920931rem;width:7.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxe9b0A00qpGAo5C8tqAfCGqy5OJkD1 { top:23.0625rem;left:0rem;width:12.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TirhCx7N02Hek0XHPlS1IFODszZq9G6c { width:17.3125rem;height:9.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax { display:block; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 { display:none; }#OHUxxpDNN97lx2ek7Oys6blK2zwbTha7 > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GdpDL0PHG0QW9X7Ez06DsXSJlx8zTQs4 { width:9.25rem;height:1.75rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epa67H4Zev1rp9DJ6mOvN4b7ENQZ4AZy { width:5.3125rem;height:2.5rem;top:4.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HclwZTsMWAsxT70W4R5Bhn7DDXe0xmIE { display:block; }
 }@media only screen and (max-width: 763px) { #CIOmRHyiITQflQ4XcGFCnRF3HP6cCTfW { width:12.1875rem;height:2.25rem;top:8rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peqFwt0MmkdAhqIcgVpu9M8gOeExIhb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP { display:block; }#Zq3fbmeWAXzzgIGfMlGfSBvu7k1AN3oP > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1M4JlG5To56SNEGRsvgFxZZk7lMfb2L { width:10.8125rem;height:2.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpsavEZtIOP3Bc1Es5bnS7tnJ0dC7Sbr { width:5.4370125rem;height:2.5rem;top:5.9993488788605rem;left:7.28108727932rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IHQq4ttPrz0sJOp3ZRfGex8OWo8HRAmh { display:block; }
 }@media only screen and (max-width: 763px) { #z7e8D3cqtwl7KBQ6qsHnWqhPiHAavoLC { display:flex;top:1.9375rem;left:17.375rem;width:2.5rem;height:2.5rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #VpVRDQwR1skJvzlmC9AKzLSJD456PK7m { display:block; }#VpVRDQwR1skJvzlmC9AKzLSJD456PK7m > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwyCo0lcIlrTTcpmaTF1PnW63F4CI9nE { width:20rem;height:8.547375rem;top:6.3125rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZQP2eLp74DFiabmJR34WQQEEwGtuqyP { display:block; }#GZQP2eLp74DFiabmJR34WQQEEwGtuqyP > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJovDCfxats4FWuXouO1meSEJkMlfhI8 { width:20rem;height:26.7626875rem;top:10.568035125733rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UGLmrKkGQ3eH4JL5Jrs4dgMX4kZElPhA { width:20rem;height:5.99935rem;top:1.6959638595581rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saxJAbtVBd3dTwq2hX4W4Mdc8IDotF5y { width:20rem;height:24.749375rem;top:37.949216842651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 { display:block; }#M7RAGc6S5aarqawEi5hxeegOTNJGWZe1 > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okzbHwmq2ahqZe2rTRIqWIT2xtweQT8b { width:20rem;height:5.99935rem;top:0.62336826324463rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hu44unQQZrTfqGehn3SbVnrDzs0NabtA { width:20rem;height:4.79980625rem;top:50.791013717651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeRW0s27H2CNxQqEJAkGqudDzi65Kedo { width:20rem;height:24.6875rem;top:7.24853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXwLfiKuE60Pxxs3FROfJXXb5aXufxd { width:20rem;height:24.6875rem;top:74.944658279419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO3sC1aNG7SZO53Js2HnAbgJA2ML3a7P { width:20rem;height:16.355rem;top:33.498538970948rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MRTlpTmlVA1n3bBvHBVs4mvLv3Lel97T { width:20rem;height:4.46045rem;top:56.465656280517rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L9pQb0ooLClTN82s7cUaGyTznpkdXd1P { width:20rem;height:11.9701875rem;top:60.926103591919rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#L9pQb0ooLClTN82s7cUaGyTznpkdXd1P li:before{  }
 }@media only screen and (max-width: 763px) { #VK8vFNGllQxux5gQaQd17zRcvX0J2eda { display:block; }#VK8vFNGllQxux5gQaQd17zRcvX0J2eda > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOaBbSozE0QhBX7KbX24TJoocKKFzxJx { display:block; }#kOaBbSozE0QhBX7KbX24TJoocKKFzxJx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA4VP3cyRyPwypqfsgwulv37s3vOdL3H { display:block; }#lA4VP3cyRyPwypqfsgwulv37s3vOdL3H > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGkTeZRWrl69sRzS12hfNUp50pDQzZRG { width:20rem;height:17.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWINSBiT2sHHE7I0HTaS8STgFmIqqUi { width:12.5625rem;height:4.00065rem;top:9.0625rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM9s01a7F6tXZNAGimrMCXQ159z6AZGO { width:15.25rem;height:2.8rem;top:13.6875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #leUDTXoNXTMKFiA0AOrKkVarTCibyTvN { width:13.4375rem;height:1.4rem;top:17.4375rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aB0Pav0oKHS2uTFQ0kqkdQnVNl5iMQAo { width:6.6875rem;height:1.6875rem;top:5.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvmVyr5IrQUF85oi3JkFg2zmtgv6Ote { width:7.875rem;height:1.3997375rem;top:22rem;left:6.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbxe9b0A00qpGAo5C8tqAfCGqy5OJkD1 { width:12.125rem;height:1.3997375rem;top:24.6490875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TirhCx7N02Hek0XHPlS1IFODszZq9G6c { width:17.3125rem;height:9.6875rem;top:27.2973625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax { display:block; }#P8p6ZsOApknf3wTWGRnIPoSwDOK4D1Ax > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }