.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:230,232,232;--color-primary-1:173,179,178;--color-primary-2:90,103,100;--color-primary-3:45,52,50;--color-primary-4:14,15,15;--color-secondary-0:254,253,252;--color-secondary-1:250,248,244;--color-secondary-2:245,241,233;--color-secondary-3:123,121,117;--color-secondary-4:37,36,35;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:77,77,77;--color-tertiary-3:39,39,39;--color-tertiary-4:8,8,8;--headlines-font-family:"Libre Franklin";--paragraphs-font-family:"Libre Franklin"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container { background-color: transparent; background-image: none; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container > .video-iframe-container { display: none; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row > .video-iframe-container { display: none; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .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); }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container { border-width: 0; border-radius: 0; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#k7gMd9hpQgHJAxQSmtFeMZlZ9B9raTyJ { color:rgba(var(--color-secondary-2),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d4759473-e0fa-4865-9411-7548c776aefe/bg1.webp");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:block; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS.adaptive-delivery-prevent-bg, #OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS.lazyload, #OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS.lazyloading { background-image: none; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container { background-color: transparent; background-image: none; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container > .video-iframe-container { display: none; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row > .video-iframe-container { display: none; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .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); }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container { border-width: 0; border-radius: 0; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;overflow:visible;position:relative;display:block; }#o4PxysREsQUJAtEI7dreqW4w5sMVDz6z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:36.75rem;top:23.076211339599rem;left:37.982643055213rem;overflow:hidden;display:block; }
#q3rt6XPfbOldbmTkZsNaTKB4WCoBQ5cO { color:rgba(var(--color-primary-2),1);display:block;width:52rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:11.5rem;height:13.32425rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aq0XPe6CJI7A6fXKNtrDaCUNvZXaX6dz { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.96875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3tvnAxIklAuIccm5BsoSp7RsTHZNd5m { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:13.75rem;top:2.5rem;left:30.625rem;overflow:hidden;display:block; }
#JtK9g2NInTEEuLW4qtH2tULkipdfCqRz { color:rgba(var(--color-tertiary-3),1);display:block;width:30.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:32.186477661132rem;left:5.1867122650146rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZAwdnZ36CVnsTxgziWpQyVR2uyhX9Pba { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.9375rem;left:3.4375rem;display:block; }
#vsqHNArFfN8ENH3izhhTs7UtE3uOyPGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNG8m3HKrtbzdTFT4qpRLGZZfD0582Go { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9993rem;width:0.437266875rem;top:32.373046875rem;left:3.4354591369629rem;display:block; }
#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { position:relative;display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { background-color: transparent; background-image: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container > .video-iframe-container { display: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row > .video-iframe-container { display: none; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .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); }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { border-width: 0; border-radius: 0; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .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; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;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; }#evsFLwtnx5TsAWrE7Klg4PDv6sROI7do { box-sizing:content-box;height:12.5rem;width:32.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;display:block; }
#IMkPIDKCp2C7S0bFGKNCSxo7CI2xWUiX { box-sizing:content-box;height:12.5rem;width:40.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:34.0625rem;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;display:block; }
#yZaD0LEsVIbWxdikwmOq9ULapo4JSvm8 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.6184921264649rem;left:0.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xcPAC8HK8dDk9P6rri5NL6aNe0bIdtHI { color:rgba(var(--color-tertiary-3),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.75rem;left:36.625rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O38kUDdfyGOo5QSMzedoTmLOvQbU4ueQ { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:48rem;display:block; }
#RabA7edKSCWRTTR1fENuNI9lwcQ82AxP { color:rgba(var(--color-tertiary-3),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.75rem;left:49.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aLFczbGqsP6IXpeFoFsSTJb9gw1a4Inu { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:60.9375rem;display:block; }
#o8Qz2J8SITynr5uMB7Hs9IuKEL25es5u { color:rgba(var(--color-tertiary-3),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.75rem;left:62.3125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBIAFtaGdSNCzmCZ3WuKJPr7SqamgVzU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:2.8125rem;top:4.125rem;left:40.125rem;overflow:hidden;display:block; }
#BPuIwLdFnakJtuqbbUVBQ8OnrbSMNgVW { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:4.1875rem;left:53rem;overflow:hidden;display:block; }
#GEqAartTMG9CpFLK99ppfs3AJnkH7WBW { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:2.3125rem;top:4.625rem;left:66.375rem;overflow:hidden;display:block; }
#RTWnfWwXBZuVRxE2vMWMusAB2qWHJRLv { box-sizing:content-box;height:12.5rem;width:40.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:34.0625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#KrtxNxMDdaQeDysUebzPbxLL97lxTPJ1 { box-sizing:content-box;height:12.5rem;width:40.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:34.0625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container { background-color: transparent; background-image: none; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container > .video-iframe-container { display: none; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row > .video-iframe-container { display: none; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .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); }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container { border-width: 0; border-radius: 0; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container { font-size:0.875rem;font-family:arial;height:90.9375rem;width:75rem;position:relative;display:block; }#Z0bLLTqNVZ6JUyPTEMHBUfmvMS8BpZel { color:rgba(var(--color-primary-2),1);display:block;width:18.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:45.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xdxifrHKzEMneDzPWWZXyR4kykkKeUNe { color:#2d2929;display:block;width:22.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.0625rem;left:45.875rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTmzDIvsTobx5hpqfk6KJ6mWdU0a8AHe { color:#2d2929;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.9375rem;left:45.875rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTpN6xxkPezVx8WJ14VQdSbJVHakrluP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.999375rem;top:32.875rem;left:45.875rem;display:block; }
#bPm3UsvstQdSQvDnJCbwn9b6sVrdFkIk { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.16666625rem;height:2.54166625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34rem;left:45.875rem;display:block; }
#zxfJ0dJ7dPayXiIRzGErQVTlPZdTDzrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnVRdXqZeehsuGiOWeyrQz386TT54ilJ { color:#000000;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:27.625rem;left:45.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b860e31-b3f5-4047-8f32-d2df5948ab85/omiananaturalcosmeticsfoundationcarameladaptivepressedpowderfoundationtitaniumdioxidefreemore1192688037.webp");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.749rem;width:25.811875rem;top:51.5rem;left:44.25rem;display:block; }#tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.adaptive-delivery-prevent-bg, #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.lazyload, #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.lazyloading { background-image: none; }
#uIq1ZpsCJDSg8ANb8LVEo6C6uoTlfZBG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.8123531341552rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXZS093TDXDaTkgwUV30ib6MGkFGrvB7 { color:rgba(var(--color-primary-2),1);display:block;width:18.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:60.0625rem;left:10.125rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qMVZmSryFbTIcy3VFTS4XnecwzIwUK76 { color:#2d2929;display:block;width:20.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:64.9375rem;left:8.125rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ClkCSVfQbCt8a9g3zFI5iohhKp2UX4lK { color:#000000;display:block;width:13.2499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:67.0625rem;left:15.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u7fBZeTHauP8ooxDhXRSGeSnA3zF3UvC { color:#2d2929;display:block;width:7.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:69.625rem;left:21.9375rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XKhEmC5EvAmslVTOlK5B2vh0TrEGO9wp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18729625rem;width:12.9991875rem;top:72.5625rem;left:16rem;display:block; }
#FzSPcLQxUpwI5Oy1FxJoovwMdSRRGyJM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12649125rem;height:2.5011975rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:73.625rem;left:19.75rem;display:block; }
#ol49nuVTmSKxoV9grALHuUoQfbOPBATT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3EEgsnMG2TP9PcwDokhezbp8BS6hWLC { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5rem;left:14.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f4d4375-3ccb-43cd-ab00-fa8180715b99/omiananaturalcosmeticsconcealerrednessconcealercreamwithoutmicatitaniumdioxideevenzincoxide11700783491.webp");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:28.625rem;top:12.099609375rem;left:5.2177734375rem;display:block; }#TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO.adaptive-delivery-prevent-bg, #TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO.lazyload, #TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO.lazyloading { background-image: none; }
#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container { background-color: transparent; background-image: none; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container > .video-iframe-container { display: none; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row > .video-iframe-container { display: none; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .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); }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container { border-width: 0; border-radius: 0; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;position:relative;display:block; }#M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/467c226d-9104-4000-9e94-678eb1301b97/omiananaturalbeautymascarabrownstrongholdmascaranotitaniumdioxidemicamore1200063602.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:33.7496875rem;width:25.811875rem;top:0rem;left:5.8125rem;display:block; }#M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx.adaptive-delivery-prevent-bg, #M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx.lazyload, #M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx.lazyloading { background-image: none; }
#l6GHD1xJeKpmQc4bA01wI7lAyFFFtrDy { color:rgba(var(--color-primary-2),1);display:block;width:18.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4375rem;left:46.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5PsRzSZKhcefdfTsvs2gZrAgdIGG3hl { color:#2d2929;display:block;width:24.625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.6875rem;left:46.9375rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u1qqexhAHicNba74cReOHJp2LCm0Ipbl { color:#2d2929;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.9375rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DJ7eHZ03eglMq8ibyRextXZrTHnKGJBb { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.999375rem;top:18.1875rem;left:46.9375rem;display:block; }
#arS8QdThQ8dkOK6qyKqP26OucL6v2u5s { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.16666625rem;height:2.54166625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.25rem;left:46.9375rem;display:block; }
#h2BHZ8roqiRW6hBOR7yIG4cZo53cdC39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUEAuTvfZGV3DPuzGKHmZPO5nCXCRUhI { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:12.6875rem;left:46.9375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2qtZE1ZN7OKxbu0UfJTrvCNMVRECDsl { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:47.4375rem;left:8.8125rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TObfw6tf9zlZDSveQ7ILr67uIuJMJ8em { color:#2d2929;display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:52.3125rem;left:6.0625rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ty8e8QagbH4ac81c2BB0mpVhqueeGqb9 { color:#000000;display:block;width:13.2499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:54.4375rem;left:15.5625rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nLQwpbLmBWkAPuqM41xGEiMSFUbooxO0 { color:#2d2929;display:block;width:7.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:57rem;left:21.75rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TrteFlxFwzzTxLzpxW1fpxcyg7yn0WlN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18729625rem;width:12.9991875rem;top:59.9375rem;left:15.8125rem;display:block; }
#WboZnZ0ZFdLqgnPwMN7fHLBkTHCoP3oh { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.12649125rem;height:2.5011975rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61rem;left:19.5625rem;display:block; }
#tu2yUtHzc4G85nWCfQyUnw1RuwtA3R6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOa66apMbe5MxNhAlGML33VaJrD6w2KH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15730791-472a-4c66-aa33-7932e06ee9d9/omianabeautyfoundationoutgoingoriginalsize6g021ozloosepowdermineralfoundationwithoutmicatitaniumdioxidemore1193338718.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:33.749rem;width:25.8115rem;top:38.875rem;left:43.34375rem;display:block; }#SOa66apMbe5MxNhAlGML33VaJrD6w2KH.adaptive-delivery-prevent-bg, #SOa66apMbe5MxNhAlGML33VaJrD6w2KH.lazyload, #SOa66apMbe5MxNhAlGML33VaJrD6w2KH.lazyloading { background-image: none; }
#vIWr4nsPTygTFa08aTImrOPV32qqvJTU { 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:5.625rem;width:5.625rem;top:41.875rem;left:41.375rem;overflow:hidden;display:block; }
#fLhWUyJ00mmzwK8pWBINmNZDTSG9Hg3k { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43.1875rem;left:42.1875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDEJQfCqB9vUHTeyt1bsdkofGyWTtPwk { color:#ffffff;display:block;width:3.936525rem;position:absolute;font-family:"source sans pro";font-size:0.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:45.0625rem;left:42.1875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container { background-color: transparent; background-image: none; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container > .video-iframe-container { display: none; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row > .video-iframe-container { display: none; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .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); }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container { border-width: 0; border-radius: 0; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57c7dbd9-3978-4e8b-a851-2919d3c8915a/TM1LQDGD5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:33.7496875rem;width:25.811875rem;top:0rem;left:5.8125rem;display:block; }#DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx.adaptive-delivery-prevent-bg, #DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx.lazyload, #DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx.lazyloading { background-image: none; }
#IryFdWNBNeBiSftPgqpWsLcoIusAx2Tz { color:rgba(var(--color-primary-2),1);display:block;width:18.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.7057266235351rem;left:47.187500953674rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1p9L5nw4qD8AIAwlf70y1PxqU9H5oNV { color:#2d2929;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5390625rem;left:47.187500953674rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yQ8yPO0zkb1S6HNR9qrgu4sAXfdD3ezI { color:#2d2929;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47.187500953674rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uxb2k1O4J8k62sHz3AbGVmaGbqvFkA23 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.9999375rem;top:18.125rem;left:47.1875rem;display:block; }
#HJCTDMAV7ABercgOaAuVwPH8UCGQcpBl { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.16666625rem;height:2.54166625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.25rem;left:47.187500953674rem;display:block; }
#fcL2kMtA76btykrh8gHhhkXKRtA1ZZgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMOTpXVA3PHreBGRXTgAb36TyXFTRWwo { color:#000000;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:12.447265625rem;left:47.187500953674rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container { background-color: transparent; background-image: none; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container > .video-iframe-container { display: none; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row > .video-iframe-container { display: none; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .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); }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container { border-width: 0; border-radius: 0; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#N2hbPI8PbxmEptbgzILAqic5FFZvsr4X { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.50000667572rem;left:0rem;height:4.79980625rem;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;font-style:normal;display:block; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-2),1); }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b0c96ae29284e711f9501bfd652a7b9c68f29868.svg");background-size:contain !important; }#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-trigger.adaptive-delivery-prevent-bg, #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-trigger.lazyload, #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-trigger.lazyloading { background-image: none; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.66250038147rem;left:9.5rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #m3sZfEeCm9LIIGOumsN0FkkVtu93EkME { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #mEM344rG4AhHpKQGLeh2LhLG450UkxMC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #M6B3gC9ENpvQ2eRofKeVqPwF9ExDfprN { display:block;position:relative; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vDOWKJmRokutmrlsnA9BtMruJ8THCLZ2 {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VVMkkWshpvOIGwVIaHG5CrzTQPtREeRm {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #oiTAtzlOAMZ245hSmvEweZUkGsQNCq2q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #gIRsgZKHsPolzTidrJ4r9X0Jw07ou15B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #O6kIbIWDTwlcCa8c6OZblil2wFpianxv { display:block;position:relative; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #yXmcTaWisJHNxygXBHSIWA8GCk5w2G0f {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #QVlUM2Okf7qcfckRBclRAfEdFpexynXL { display:none; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #iB33JriqHisdpZBbqRQPNgwymlc4NxWt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #d3otCLfFERI8TeHeO31DGa8hrPseh3mm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #ZzwR0LtJQSyllvyxigd8xhoeJoVWygbx { display:block;position:relative; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #TMftXN2LrmrhniFn5PnTHQkPpmsQSfKV {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #tgQXLe98DxLELt8xsFlyUp43eeESd7R5 { display:none; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #rfO7IAS9ZRpr0gO5pkoTgXr99QmL0tkg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #GUH60zzTndgCMoMCBSQXn3ZFnb0KCuh3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #hPFqwlHI0RHAQ9TixaMh8IgH4GFtcO6y { display:block;position:relative; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #KcAVWGQgVpzeeycZFD7KF2yZipznoOaP {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VPuN4VyRK04gBAXCTnQnlSVtIQ5AEyS2 { display:none; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #J5UIPU2IiWBcs3ToRAu28R3cU5qFIlD8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #i7l2DupFfHmv1tBxAp9arXrQbPk6MyiR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #wr68ty9VtMDLVeDtVCNxaMq4scFut19I { display:block;position:relative; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vASUN57suSXoqwBPU1qDBiOOE1RNymBI {  }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #SoCA90KEAQ1wP0Dawe1BDoKSeDSmEFCS { display:none; }
#zhBEC8OxJNFT08EUMXG6bmP99SPlAvPN { box-sizing:content-box;height:32.0625rem;width:51.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:16.012370109558rem;left:9.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0;display:block; }
#BD7BXeQSZSqRxcWBNU10Pc7CkEMdJTxd { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:15.35000038147rem;left:60.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container { background-color: transparent; background-image: none; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container > .video-iframe-container { display: none; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row > .video-iframe-container { display: none; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .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); }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container { border-width: 0; border-radius: 0; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#rUGBXMdzOLH9JO894QQZg0dQZyNiGNGO { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:2.4375rem;left:50.375rem;height:6.7246125rem;text-align:right;text-align-last:right;display:block; }
#ZBiQdwT3bnerbSfcXQDvkbGpLnLq3qBN { color:rgba(var(--color-secondary-2),1);display:block;width:21.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.3125rem;height:1.137625rem;text-align:right;text-align-last:right;display:block; }
#SSZFZu4AvSi2pZ1Us1SJ7rHUqaD2OG8a { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:11.749375rem;top:5.1859817504883rem;left:5.6319961547851rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg { display:block; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7gMd9hpQgHJAxQSmtFeMZlZ9B9raTyJ { top:2.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS { display:block; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4PxysREsQUJAtEI7dreqW4w5sMVDz6z { width:36.75rem;height:28.1875rem;top:23.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3rt6XPfbOldbmTkZsNaTKB4WCoBQ5cO { width:47.75rem;height:13.3125rem;top:13.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq0XPe6CJI7A6fXKNtrDaCUNvZXaX6dz { width:47.75rem;height:;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tvnAxIklAuIccm5BsoSp7RsTHZNd5m { width:13.75rem;height:3.75rem;top:2.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtK9g2NInTEEuLW4qtH2tULkipdfCqRz { width:30.1875rem;height:;top:32.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAwdnZ36CVnsTxgziWpQyVR2uyhX9Pba { width:22.375rem;height:3.1875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqHNArFfN8ENH3izhhTs7UtE3uOyPGv { display:block; }
 }@media only screen and (max-width: 763px) { #yNG8m3HKrtbzdTFT4qpRLGZZfD0582Go { width:0.375rem;height:5.9375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evsFLwtnx5TsAWrE7Klg4PDv6sROI7do { width:32.6875rem;height:12.5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkPIDKCp2C7S0bFGKNCSxo7CI2xWUiX { width:40.875rem;height:12.5rem;top:2.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZaD0LEsVIbWxdikwmOq9ULapo4JSvm8 { width:29.1875rem;height:;top:5.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcPAC8HK8dDk9P6rri5NL6aNe0bIdtHI { width:10rem;height:4.6875rem;top:7.75rem;left:23rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O38kUDdfyGOo5QSMzedoTmLOvQbU4ueQ { width:0;height:6.25rem;top:6rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RabA7edKSCWRTTR1fENuNI9lwcQ82AxP { width:10.0625rem;height:;top:7.75rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLFczbGqsP6IXpeFoFsSTJb9gw1a4Inu { width:0;height:6.25rem;top:6rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Qz2J8SITynr5uMB7Hs9IuKEL25es5u { width:10rem;height:4.6875rem;top:7.75rem;left:37.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBIAFtaGdSNCzmCZ3WuKJPr7SqamgVzU { width:2.75rem;height:2.75rem;top:4.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPuIwLdFnakJtuqbbUVBQ8OnrbSMNgVW { width:2.9375rem;height:2.9375rem;top:4.1875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqAartTMG9CpFLK99ppfs3AJnkH7WBW { width:2.25rem;height:2.25rem;top:4.625rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWnfWwXBZuVRxE2vMWMusAB2qWHJRLv { width:40.9375rem;height:12.5rem;top:0rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrtxNxMDdaQeDysUebzPbxLL97lxTPJ1 { width:40.9375rem;height:12.5rem;top:0rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpilgrabMogaSEuDyhKcvvr4JnRT8k9G { display:block; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0bLLTqNVZ6JUyPTEMHBUfmvMS8BpZel { width:18.75rem;height:4.875rem;top:20.1875rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxifrHKzEMneDzPWWZXyR4kykkKeUNe { width:22.5625rem;height:1.9375rem;top:25.0625rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmzDIvsTobx5hpqfk6KJ6mWdU0a8AHe { width:7.0625rem;height:1.9375rem;top:29.9375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpN6xxkPezVx8WJ14VQdSbJVHakrluP { width:12.9375rem;height:0.1875rem;top:32.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPm3UsvstQdSQvDnJCbwn9b6sVrdFkIk { width:9.125rem;height:2.5rem;top:34rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxfJ0dJ7dPayXiIRzGErQVTlPZdTDzrF { display:block; }
 }@media only screen and (max-width: 763px) { #TnVRdXqZeehsuGiOWeyrQz386TT54ilJ { width:13.25rem;height:1.4375rem;top:27.625rem;left:25.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq { width:25.75rem;height:33.6875rem;top:51.5rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIq1ZpsCJDSg8ANb8LVEo6C6uoTlfZBG { top:2.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXZS093TDXDaTkgwUV30ib6MGkFGrvB7 { width:18.75rem;height:4.875rem;top:60.0625rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVZmSryFbTIcy3VFTS4XnecwzIwUK76 { width:20.75rem;height:1.9375rem;top:64.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClkCSVfQbCt8a9g3zFI5iohhKp2UX4lK { width:13.1875rem;height:1.4375rem;top:67.0625rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7fBZeTHauP8ooxDhXRSGeSnA3zF3UvC { width:7rem;height:1.9375rem;top:69.625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhEmC5EvAmslVTOlK5B2vh0TrEGO9wp { width:12.9375rem;height:0.125rem;top:72.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSPcLQxUpwI5Oy1FxJoovwMdSRRGyJM { width:9.125rem;height:2.5rem;top:73.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol49nuVTmSKxoV9grALHuUoQfbOPBATT { display:block; }
 }@media only screen and (max-width: 763px) { #q3EEgsnMG2TP9PcwDokhezbp8BS6hWLC { top:7.5rem;left:0rem;width:46.1875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO { width:28.625rem;height:33.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA { display:block; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx { width:25.75rem;height:33.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6GHD1xJeKpmQc4bA01wI7lAyFFFtrDy { width:18.75rem;height:4.875rem;top:5.4375rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5PsRzSZKhcefdfTsvs2gZrAgdIGG3hl { width:24.625rem;height:1.9375rem;top:10.6875rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1qqexhAHicNba74cReOHJp2LCm0Ipbl { width:7.0625rem;height:1.9375rem;top:15.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ7eHZ03eglMq8ibyRextXZrTHnKGJBb { width:12.9375rem;height:0.1875rem;top:18.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arS8QdThQ8dkOK6qyKqP26OucL6v2u5s { width:9.0625rem;height:2.4375rem;top:19.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BHZ8roqiRW6hBOR7yIG4cZo53cdC39 { display:block; }
 }@media only screen and (max-width: 763px) { #JUEAuTvfZGV3DPuzGKHmZPO5nCXCRUhI { width:15.5625rem;height:1.4375rem;top:12.6875rem;left:26.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2qtZE1ZN7OKxbu0UfJTrvCNMVRECDsl { width:19.8125rem;height:4.875rem;top:47.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObfw6tf9zlZDSveQ7ILr67uIuJMJ8em { width:22.6875rem;height:1.9375rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8e8QagbH4ac81c2BB0mpVhqueeGqb9 { width:13.1875rem;height:1.4375rem;top:54.4375rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQwpbLmBWkAPuqM41xGEiMSFUbooxO0 { width:7rem;height:1.9375rem;top:57rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrteFlxFwzzTxLzpxW1fpxcyg7yn0WlN { width:12.9375rem;height:0.125rem;top:59.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboZnZ0ZFdLqgnPwMN7fHLBkTHCoP3oh { width:9rem;height:2.375rem;top:61rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2yUtHzc4G85nWCfQyUnw1RuwtA3R6m { display:block; }
 }@media only screen and (max-width: 763px) { #SOa66apMbe5MxNhAlGML33VaJrD6w2KH { width:25.75rem;height:33.6875rem;top:38.875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIWr4nsPTygTFa08aTImrOPV32qqvJTU { width:5.625rem;height:5.625rem;top:41.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLhWUyJ00mmzwK8pWBINmNZDTSG9Hg3k { width:3.9375rem;height:1.9375rem;top:43.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEJQfCqB9vUHTeyt1bsdkofGyWTtPwk { width:3.875rem;height:0.8125rem;top:45.0625rem;left:23.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 { display:block; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx { width:25.75rem;height:33.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryFdWNBNeBiSftPgqpWsLcoIusAx2Tz { width:18.75rem;height:4.875rem;top:5.6875rem;left:26.750000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1p9L5nw4qD8AIAwlf70y1PxqU9H5oNV { width:20.0625rem;height:1.9375rem;top:10.5rem;left:26.750000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ8yPO0zkb1S6HNR9qrgu4sAXfdD3ezI { width:7.0625rem;height:1.9375rem;top:15.1875rem;left:26.750000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxb2k1O4J8k62sHz3AbGVmaGbqvFkA23 { width:12.9375rem;height:0.1875rem;top:18.125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCTDMAV7ABercgOaAuVwPH8UCGQcpBl { width:9.125rem;height:2.5rem;top:19.25rem;left:26.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcL2kMtA76btykrh8gHhhkXKRtA1ZZgg { display:block; }
 }@media only screen and (max-width: 763px) { #aMOTpXVA3PHreBGRXTgAb36TyXFTRWwo { width:13.25rem;height:1.4375rem;top:12.4375rem;left:26.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnhMTMemEn7JFzUWZrSRNzPKchOINtWR { display:block; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2hbPI8PbxmEptbgzILAqic5FFZvsr4X { top:7.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #m3sZfEeCm9LIIGOumsN0FkkVtu93EkME {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #mEM344rG4AhHpKQGLeh2LhLG450UkxMC {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #M6B3gC9ENpvQ2eRofKeVqPwF9ExDfprN {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vDOWKJmRokutmrlsnA9BtMruJ8THCLZ2 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VVMkkWshpvOIGwVIaHG5CrzTQPtREeRm {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #oiTAtzlOAMZ245hSmvEweZUkGsQNCq2q {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #gIRsgZKHsPolzTidrJ4r9X0Jw07ou15B {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #O6kIbIWDTwlcCa8c6OZblil2wFpianxv {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #yXmcTaWisJHNxygXBHSIWA8GCk5w2G0f {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #QVlUM2Okf7qcfckRBclRAfEdFpexynXL {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #iB33JriqHisdpZBbqRQPNgwymlc4NxWt {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #d3otCLfFERI8TeHeO31DGa8hrPseh3mm {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #ZzwR0LtJQSyllvyxigd8xhoeJoVWygbx {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #TMftXN2LrmrhniFn5PnTHQkPpmsQSfKV {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #tgQXLe98DxLELt8xsFlyUp43eeESd7R5 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #rfO7IAS9ZRpr0gO5pkoTgXr99QmL0tkg {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #GUH60zzTndgCMoMCBSQXn3ZFnb0KCuh3 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #hPFqwlHI0RHAQ9TixaMh8IgH4GFtcO6y {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #KcAVWGQgVpzeeycZFD7KF2yZipznoOaP {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VPuN4VyRK04gBAXCTnQnlSVtIQ5AEyS2 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #J5UIPU2IiWBcs3ToRAu28R3cU5qFIlD8 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #i7l2DupFfHmv1tBxAp9arXrQbPk6MyiR {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #wr68ty9VtMDLVeDtVCNxaMq4scFut19I {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vASUN57suSXoqwBPU1qDBiOOE1RNymBI {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #SoCA90KEAQ1wP0Dawe1BDoKSeDSmEFCS {  }
 }@media only screen and (max-width: 763px) { #zhBEC8OxJNFT08EUMXG6bmP99SPlAvPN { top:16rem;left:0rem;width:47.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD7BXeQSZSqRxcWBNU10Pc7CkEMdJTxd { top:15.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg { display:block; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUGBXMdzOLH9JO894QQZg0dQZyNiGNGO { top:2.4375rem;left:30.5625rem;width:17.1875rem;height:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiQdwT3bnerbSfcXQDvkbGpLnLq3qBN { top:9.9375rem;left:26.5625rem;width:21.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZFZu4AvSi2pZ1Us1SJ7rHUqaD2OG8a { top:5.125rem;left:0rem;width:11.6875rem;height:3.1085430076068rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg { display:block; }#fcSCvEoM4JRzvwfOd24OzBbgl6W2UuNg > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7gMd9hpQgHJAxQSmtFeMZlZ9B9raTyJ { width:20rem;height:0.9746125rem;top:1.41796875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS { display:block; }#OGfMNSUzsArEEDETMV3n2DyTTaXhtTmS > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4PxysREsQUJAtEI7dreqW4w5sMVDz6z { width:19.999875rem;height:15.312375rem;top:27.775185823441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3rt6XPfbOldbmTkZsNaTKB4WCoBQ5cO { width:19.999rem;height:5.8496125rem;top:8.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq0XPe6CJI7A6fXKNtrDaCUNvZXaX6dz { width:19.999rem;height:1.21875rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tvnAxIklAuIccm5BsoSp7RsTHZNd5m { width:9rem;height:2.4375rem;top:1.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtK9g2NInTEEuLW4qtH2tULkipdfCqRz { width:16.7480625rem;height:7.96875rem;top:15.5869140625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZAwdnZ36CVnsTxgziWpQyVR2uyhX9Pba { width:17.376rem;height:3.3125rem;top:25.6484375rem;left:1.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqHNArFfN8ENH3izhhTs7UtE3uOyPGv { display:block; }
 }@media only screen and (max-width: 763px) { #yNG8m3HKrtbzdTFT4qpRLGZZfD0582Go { width:0.375rem;height:5.9375rem;top:32.3125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq { display:block; }#OeJ5AoAaZlkEDHMTd5P6716SeUUgMzyq > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evsFLwtnx5TsAWrE7Klg4PDv6sROI7do { width:20rem;height:8.3125rem;top:1.625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkPIDKCp2C7S0bFGKNCSxo7CI2xWUiX { width:20rem;height:8.3125rem;top:11rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZaD0LEsVIbWxdikwmOq9ULapo4JSvm8 { width:17.25rem;height:4.78125rem;top:3.25rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xcPAC8HK8dDk9P6rri5NL6aNe0bIdtHI { width:10.0625rem;height:4.4619125rem;top:12.8125rem;left:6rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O38kUDdfyGOo5QSMzedoTmLOvQbU4ueQ { width:0.0625rem;height:6.25rem;top:18.125rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RabA7edKSCWRTTR1fENuNI9lwcQ82AxP { width:11rem;height:4.4619125rem;top:22.01953125rem;left:6rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLFczbGqsP6IXpeFoFsSTJb9gw1a4Inu { width:0.0625rem;height:6.25rem;top:18.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8Qz2J8SITynr5uMB7Hs9IuKEL25es5u { width:10.0625rem;height:4.4619125rem;top:31.3125rem;left:6rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XBIAFtaGdSNCzmCZ3WuKJPr7SqamgVzU { width:2.8125rem;height:2.8125rem;top:13.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPuIwLdFnakJtuqbbUVBQ8OnrbSMNgVW { width:3rem;height:3rem;top:22.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqAartTMG9CpFLK99ppfs3AJnkH7WBW { width:2.3125rem;height:2.3125rem;top:32.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWnfWwXBZuVRxE2vMWMusAB2qWHJRLv { width:20rem;height:8.3125rem;top:20.375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KrtxNxMDdaQeDysUebzPbxLL97lxTPJ1 { width:20rem;height:8.3125rem;top:29.625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EpilgrabMogaSEuDyhKcvvr4JnRT8k9G { display:block; }#EpilgrabMogaSEuDyhKcvvr4JnRT8k9G > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0bLLTqNVZ6JUyPTEMHBUfmvMS8BpZel { width:14.8125rem;height:1.4619125rem;top:34.0625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxifrHKzEMneDzPWWZXyR4kykkKeUNe { width:12.5rem;height:1.29980625rem;top:36.125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTmzDIvsTobx5hpqfk6KJ6mWdU0a8AHe { width:3.99880625rem;height:1.29980625rem;top:40.375rem;left:8rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTpN6xxkPezVx8WJ14VQdSbJVHakrluP { width:13rem;height:0.1875rem;top:42.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPm3UsvstQdSQvDnJCbwn9b6sVrdFkIk { width:7.375rem;height:2.6875rem;top:44.125rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxfJ0dJ7dPayXiIRzGErQVTlPZdTDzrF { display:block; }
 }@media only screen and (max-width: 763px) { #TnVRdXqZeehsuGiOWeyrQz386TT54ilJ { width:13.2480625rem;height:1.2744125rem;top:38.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq { width:18.75rem;height:18.75rem;top:50.875rem;left:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b860e31-b3f5-4047-8f32-d2df5948ab85/omiananaturalcosmeticsfoundationcarameladaptivepressedpowderfoundationtitaniumdioxidefreemore1192688037.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.adaptive-delivery-prevent-bg, #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.lazyload, #tQ6fQlEGBrQ3B7tbSftDqml6iFRCktDq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uIq1ZpsCJDSg8ANb8LVEo6C6uoTlfZBG { width:20rem;height:4.00024375rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXZS093TDXDaTkgwUV30ib6MGkFGrvB7 { width:18.75rem;height:2.923825rem;top:71.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVZmSryFbTIcy3VFTS4XnecwzIwUK76 { width:19.999875rem;height:1.29980625rem;top:74.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClkCSVfQbCt8a9g3zFI5iohhKp2UX4lK { width:13.18725rem;height:1.2744125rem;top:77.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7fBZeTHauP8ooxDhXRSGeSnA3zF3UvC { width:6.9999375rem;height:1.29980625rem;top:79.0625rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhEmC5EvAmslVTOlK5B2vh0TrEGO9wp { width:12.9365625rem;height:0.12462125rem;top:81.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSPcLQxUpwI5Oy1FxJoovwMdSRRGyJM { width:7.00142875rem;height:2.625rem;top:82.8125rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol49nuVTmSKxoV9grALHuUoQfbOPBATT { display:block; }
 }@media only screen and (max-width: 763px) { #q3EEgsnMG2TP9PcwDokhezbp8BS6hWLC { width:17rem;height:3.8984375rem;top:7.5rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJyc9VAuvBTBKilqXh3aoN0MyUbOprO { width:17.875rem;height:18.3125rem;top:14.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA { display:block; }#fFnRzcmVhUFTRvoRu52rBwgkTWRW12fA > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M46G2Q2zIuuJPwLQkr5NvqAKPuRoTSvx { width:18.75rem;height:18.75rem;top:5.7220458984375E-6rem;left:0.62383401393891rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6GHD1xJeKpmQc4bA01wI7lAyFFFtrDy { width:12.5rem;height:1.4619125rem;top:22.5205078125rem;left:3.748046875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5PsRzSZKhcefdfTsvs2gZrAgdIGG3hl { width:13.25rem;height:1.29980625rem;top:24.5107421875rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1qqexhAHicNba74cReOHJp2LCm0Ipbl { width:3.99953125rem;height:1.29980625rem;top:28.8740234375rem;left:7.998046875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJ7eHZ03eglMq8ibyRextXZrTHnKGJBb { width:12.9999375rem;height:0.1875rem;top:31.3427734375rem;left:3.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arS8QdThQ8dkOK6qyKqP26OucL6v2u5s { width:7.25136625rem;height:2.5011975rem;top:32.625rem;left:6.3720703125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BHZ8roqiRW6hBOR7yIG4cZo53cdC39 { display:block; }
 }@media only screen and (max-width: 763px) { #JUEAuTvfZGV3DPuzGKHmZPO5nCXCRUhI { width:13.2499375rem;height:1.2744125rem;top:26.6240234375rem;left:3.3720703125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2qtZE1ZN7OKxbu0UfJTrvCNMVRECDsl { width:16.999rem;height:2.923825rem;top:55.9375rem;left:1.4990234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObfw6tf9zlZDSveQ7ILr67uIuJMJ8em { width:19.999rem;height:1.29980625rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8e8QagbH4ac81c2BB0mpVhqueeGqb9 { width:13.18725rem;height:1.2744125rem;top:62rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQwpbLmBWkAPuqM41xGEiMSFUbooxO0 { width:6.9999375rem;height:1.29980625rem;top:64.0625rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrteFlxFwzzTxLzpxW1fpxcyg7yn0WlN { width:12.9375rem;height:0.1875rem;top:66.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboZnZ0ZFdLqgnPwMN7fHLBkTHCoP3oh { width:9rem;height:2.625rem;top:67.75rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2yUtHzc4G85nWCfQyUnw1RuwtA3R6m { display:block; }
 }@media only screen and (max-width: 763px) { #SOa66apMbe5MxNhAlGML33VaJrD6w2KH { width:16rem;height:19.875rem;top:37.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIWr4nsPTygTFa08aTImrOPV32qqvJTU { width:5.625rem;height:5.625rem;top:40.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLhWUyJ00mmzwK8pWBINmNZDTSG9Hg3k { width:3.9375rem;height:1.29980625rem;top:41.75rem;left:15.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDEJQfCqB9vUHTeyt1bsdkofGyWTtPwk { width:3.9375rem;height:0.8125rem;top:43rem;left:15.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 { display:block; }#cw3TmJfSqAhpfRXQFp90eDmNXk04TwF3 > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCvbg4ieI7S82R9cQ3Mu8ZUz55LyxvJx { width:18.75rem;height:18.75rem;top:0.68723678588869rem;left:0.62383401393891rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryFdWNBNeBiSftPgqpWsLcoIusAx2Tz { width:12.5rem;height:2.92448125rem;top:22.060834884644rem;left:3.7488338947296rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1p9L5nw4qD8AIAwlf70y1PxqU9H5oNV { width:12.5rem;height:1.29980625rem;top:25.623046875rem;left:3.748046875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQ8yPO0zkb1S6HNR9qrgu4sAXfdD3ezI { width:3.99953125rem;height:1.29980625rem;top:29.749351501465rem;left:7.998046875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uxb2k1O4J8k62sHz3AbGVmaGbqvFkA23 { width:13rem;height:0.1875rem;top:31.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCTDMAV7ABercgOaAuVwPH8UCGQcpBl { width:7.375rem;height:2.6875rem;top:33.0625rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcL2kMtA76btykrh8gHhhkXKRtA1ZZgg { display:block; }
 }@media only screen and (max-width: 763px) { #aMOTpXVA3PHreBGRXTgAb36TyXFTRWwo { width:13.2499375rem;height:1.2744125rem;top:27.685546875rem;left:3.3720703125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnhMTMemEn7JFzUWZrSRNzPKchOINtWR { display:block; }#mnhMTMemEn7JFzUWZrSRNzPKchOINtWR > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2hbPI8PbxmEptbgzILAqic5FFZvsr4X { width:20rem;height:2.3997375rem;top:3.6875rem;left:0rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k .accordion-heading-text { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#bZK9EaTEZ2t9s6iEE0fWe6Trde25806k { display:flex;height:auto;width:17.5rem;top:9.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #m3sZfEeCm9LIIGOumsN0FkkVtu93EkME {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #mEM344rG4AhHpKQGLeh2LhLG450UkxMC {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #M6B3gC9ENpvQ2eRofKeVqPwF9ExDfprN {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vDOWKJmRokutmrlsnA9BtMruJ8THCLZ2 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VVMkkWshpvOIGwVIaHG5CrzTQPtREeRm {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #oiTAtzlOAMZ245hSmvEweZUkGsQNCq2q {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #gIRsgZKHsPolzTidrJ4r9X0Jw07ou15B {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #O6kIbIWDTwlcCa8c6OZblil2wFpianxv {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #yXmcTaWisJHNxygXBHSIWA8GCk5w2G0f {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #QVlUM2Okf7qcfckRBclRAfEdFpexynXL {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #iB33JriqHisdpZBbqRQPNgwymlc4NxWt {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #d3otCLfFERI8TeHeO31DGa8hrPseh3mm {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #ZzwR0LtJQSyllvyxigd8xhoeJoVWygbx {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #TMftXN2LrmrhniFn5PnTHQkPpmsQSfKV {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #tgQXLe98DxLELt8xsFlyUp43eeESd7R5 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #rfO7IAS9ZRpr0gO5pkoTgXr99QmL0tkg {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #GUH60zzTndgCMoMCBSQXn3ZFnb0KCuh3 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #hPFqwlHI0RHAQ9TixaMh8IgH4GFtcO6y {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #KcAVWGQgVpzeeycZFD7KF2yZipznoOaP {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #VPuN4VyRK04gBAXCTnQnlSVtIQ5AEyS2 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #J5UIPU2IiWBcs3ToRAu28R3cU5qFIlD8 {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #i7l2DupFfHmv1tBxAp9arXrQbPk6MyiR {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #wr68ty9VtMDLVeDtVCNxaMq4scFut19I {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #vASUN57suSXoqwBPU1qDBiOOE1RNymBI {  }
 }@media only screen and (max-width: 763px) { #bZK9EaTEZ2t9s6iEE0fWe6Trde25806k #SoCA90KEAQ1wP0Dawe1BDoKSeDSmEFCS {  }
 }@media only screen and (max-width: 763px) { #zhBEC8OxJNFT08EUMXG6bmP99SPlAvPN { width:19.6875rem;height:58.4375rem;top:8.9498701095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD7BXeQSZSqRxcWBNU10Pc7CkEMdJTxd { width:1.25rem;height:1.25rem;top:8.324999809265rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg { display:block; }#FZ1WDnHZyfknFRBPZHUPuUUsvKseXcIg > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUGBXMdzOLH9JO894QQZg0dQZyNiGNGO { width:19.999875rem;height:5.73730625rem;top:10.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiQdwT3bnerbSfcXQDvkbGpLnLq3qBN { width:19.999875rem;height:0.9746125rem;top:18.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSZFZu4AvSi2pZ1Us1SJ7rHUqaD2OG8a { width:12.1875rem;height:3.25rem;top:4.896484375rem;left:3.90625rem;display:block; }
 }