@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@font-face {
  font-family: "Alga";
  src: url("../assets/fonts/Alga-Regular.otf");
  src: url("../assets/fonts/Alga-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Alga-Regular.woff") format("woff"), url("../assets/fonts/Alga-Regular.ttf") format("truetype"), url("../assets/fonts/Alga-Regular.svg#Alga-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../assets/fonts/Alga-Bold.otf");
  src: url("../assets/fonts/Alga-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Alga-Bold.woff") format("woff"), url("../assets/fonts/Alga-Bold.ttf") format("truetype"), url("../assets/fonts/Alga-Bold.svg#Alga-Bold") format("svg");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../assets/fonts/Alga-Semibold.otf");
  src: url("../assets/fonts/Alga-Semibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Alga-Semibold.woff") format("woff"), url("../assets/fonts/Alga-Semibold.ttf") format("truetype"), url("../assets/fonts/Alga-Semibold.svg#Alga-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------------*/
/*           BODY                                                     */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*           BODY                                                     */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*           COLORS                                                   */
/*--------------------------------------------------------------------*/
html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

*,
div {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Alga", sans-serif;
  font-weight: 400;
  color: #464646;
}

.container {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.container .row {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.container .row > * {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.container-n {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
.container-n__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container-n__bx {
    flex-flow: column;
  }
}

a {
  display: inline-block;
}

a,
button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a,
button {
  text-decoration: none;
}

p {
  margin-bottom: 1.6rem;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

ul,
ol {
  display: block;
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.btn-bordered {
  background-color: transparent;
  color: #37877F;
  font-weight: 700;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 1.2rem 2.4rem;
  border-radius: 4px;
  text-decoration: none;
  border: 0.3rem solid #37877F;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
  margin: 0 auto;
}
.btn-bordered--white {
  color: #fff;
  border-color: #fff;
}

p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  font-weight: 600;
}

.mdl-title-with-content,
.mdl-wysiwyg {
  padding: 8rem 0;
}
.mdl-title-with-content h1,
.mdl-wysiwyg h1 {
  font-size: 2.8rem;
  line-height: 130%;
  color: #003926;
  margin-bottom: 2.8rem;
}
.mdl-title-with-content h2,
.mdl-wysiwyg h2 {
  font-size: 2.4rem;
  line-height: 130%;
  color: #003926;
  margin-bottom: 2.4rem;
}
.mdl-title-with-content h3,
.mdl-wysiwyg h3 {
  font-size: 2rem;
  line-height: 130%;
  color: #003926;
  margin-bottom: 2rem;
}
.mdl-title-with-content h4,
.mdl-title-with-content h5,
.mdl-title-with-content h6,
.mdl-wysiwyg h4,
.mdl-wysiwyg h5,
.mdl-wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 130%;
  color: #003926;
  margin-bottom: 1.8rem;
}
.mdl-title-with-content blockquote,
.mdl-wysiwyg blockquote {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  color: #FF8E00;
  margin-bottom: 2.4rem;
  padding: 3rem;
}
.mdl-title-with-content a,
.mdl-wysiwyg a {
  color: #FF8E00;
}

.mdl-error {
  padding: 22.3rem 0;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
}
.mdl-error .container {
  max-width: 64.5rem;
}
.mdl-error .container__bx {
  justify-content: center;
}
.mdl-error span {
  display: block;
  font-family: "Flama Trial", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #FF7700;
  margin-bottom: 0.8rem;
}
.mdl-error h1 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 130%;
  text-align: center;
  color: #FBB600;
  margin-bottom: 2.4rem;
}
.mdl-error p {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.mdl-error a {
  color: #003926;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0%;
  text-decoration-thickness: 0%;
}

.btn-buy {
  z-index: 99;
  background-image: url("../assets/imgs/ico-buy.png");
  background-size: 30px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 175px;
  height: 53px;
  padding: 15px 15px 15px 60px;
  background-position: center left 18px;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
}

/*------------------------------------------------------
      professional popup
--------------------------------------------------------*/
#professional_popup {
  padding: 0 !important;
  color: white;
  border-radius: 30px;
}

.professional-popup .popup__content {
  padding: 60px 90px;
  display: flex;
  flex-flow: column;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.professional-popup .popup__content p {
  margin-bottom: 36px;
}

.professional-popup .popup__content p.big {
  font-size: 40px;
}

.btn-rounded {
  max-width: 300px;
  height: 70px;
  border-radius: 51px;
  background: transparent;
  border: 1px solid #fff;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 20px;
}

.btn-rounded.btn-rounded--on {
  background: white;
  color: #20486D;
}

.professional-popup button.fancybox-button.fancybox-close-small {
  display: none !important;
}

@media (max-width: 767.98px) {
  .professional-popup .popup__content {
    padding: 40px 30px;
    font-size: 20px;
  }
  .professional-popup .popup__content p.big {
    font-size: 30px;
  }
  .btn-rounded {
    margin: 10px 0;
  }
}
.tag {
  padding: 0.8rem;
  background-color: #429B93;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.4rem;
}
@media (max-width: 767.98px) {
  .tag {
    font-size: 1rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.tag.blue-scars, .tag.scars {
  background-color: #20476C;
}
.tag.oil {
  background-color: #A52655;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  margin-top: 4rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #464646;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3d9b93;
}

.swiper-guides {
  width: 100%;
}

.mdl-swiper-btns img {
  max-width: 4rem;
}

.mdl-swiper-btns {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.mdl-swiper-btns svg {
  display: none;
}

.mdl-slider {
  height: 60rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .mdl-slider {
    height: 65.7rem;
  }
}
.mdl-slider .swiper {
  height: 65.7rem;
}
.mdl-slider .container-s {
  height: calc(100% - 8.6rem);
}
.mdl-slider .container-n__bx {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .mdl-slider .container-n__bx {
    align-items: flex-start;
  }
}
.mdl-slider__video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mdl-slider__video--d {
  display: block;
}
@media (max-width: 767.98px) {
  .mdl-slider__video--d {
    display: none;
  }
}
.mdl-slider__video--m {
  display: none;
}
@media (max-width: 767.98px) {
  .mdl-slider__video--m {
    display: block;
  }
}
.mdl-slider__item {
  height: calc(100% - 8.6rem);
}
.mdl-slider__content {
  max-width: 38.1rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 767.98px) {
  .mdl-slider__content {
    padding: 10rem 0 4rem;
    width: 100%;
    max-width: 100%;
  }
}
.mdl-slider__content .btn {
  margin-left: 2.4rem;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #429B93;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 1.4rem 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .mdl-slider__content .btn {
    max-width: 28rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.mdl-slider__content .btn--blue {
  background-color: #20476C;
}
.mdl-slider__content .btn--oil {
  background-color: #A52655;
}
.mdl-slider__image {
  margin-bottom: 0.8rem;
  max-width: 38.1rem;
}
@media (max-width: 767.98px) {
  .mdl-slider__image {
    max-width: 24rem;
  }
}
.mdl-slider__text {
  max-width: 37rem;
  padding-left: 2.4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 767.98px) {
  .mdl-slider__text {
    margin-bottom: 3.2rem;
  }
}
.mdl-slider .swiper-pagination--slider {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  z-index: 999;
  margin-top: -3rem;
  padding: 0 2rem;
  gap: 0.4rem;
}
@media (max-width: 767.98px) {
  .mdl-slider .swiper-pagination--slider {
    position: relative;
    margin-top: 4rem;
    justify-content: center;
  }
}
.mdl-slider .swiper-pagination--slider .swiper-pagination-bullet {
  background-color: #464646;
  margin: 0 !important;
}
.mdl-slider .swiper-pagination--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D9D5CE;
}

.mdl-slider-bottom {
  height: 8.6rem;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 140%;
  letter-spacing: 5%;
  color: #464646;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mdl-slider-bottom {
    height: 14rem;
    padding-top: 2rem;
  }
}
.mdl-slider-bottom .container-n__bx {
  align-items: center;
  position: relative;
}
.mdl-slider-bottom__text {
  max-width: 52.2rem;
}
.mdl-slider-bottom__text--oil {
  max-width: 104rem;
}
.mdl-slider-bottom__image {
  max-width: 40.8rem;
  position: absolute;
  max-width: 40rem;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .mdl-slider-bottom__image {
    max-width: 24rem;
    bottom: 7.5rem;
  }
}
.mdl-slider-bottom__image--scars {
  max-width: 25.7rem;
}
@media (max-width: 767.98px) {
  .mdl-slider-bottom__image--scars {
    max-width: 15rem;
    bottom: 5rem;
  }
}
.mdl-slider-bottom__image--oil {
  max-width: 29.3rem;
  margin-right: -6rem;
}
@media (max-width: 1399.98px) {
  .mdl-slider-bottom__image--oil {
    bottom: calc(100% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .mdl-slider-bottom__image--oil {
    max-width: 18rem;
    margin-right: -3rem;
  }
}

.header {
  height: 6rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.header .container-n__bx {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .header .container-n__bx {
    flex-flow: row;
  }
}
.header .logo {
  position: relative;
}
.header .logo img {
  max-width: 19.1rem;
}
.header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lang-selector {
  position: relative;
}
.lang-selector__current {
  background: #429B93;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 0.8rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 110%;
  letter-spacing: 3%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .lang-selector__current {
    padding: 0.8rem;
  }
}
.lang-selector__current img {
  max-width: 2rem;
}
.lang-selector__toggle {
  background-color: #fff;
  flex-flow: column;
  position: absolute;
  width: 100%;
  display: none;
}
.lang-selector__toggle.js-active {
  display: flex;
}
.lang-selector__toggle a {
  border-bottom: 1px solid #464646;
  color: #464646;
  padding: 0.8rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 110%;
  letter-spacing: 3%;
  text-align: center;
  vertical-align: middle;
}
.lang-selector__toggle a:hover {
  background-color: #37877F;
  color: #fff;
}

nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  nav {
    display: none;
  }
}
nav ul {
  list-style: none;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 0;
  margin: 0;
}
nav ul li a {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  color: #464646;
  text-decoration: none;
  position: relative;
}
nav ul li a.current:after, nav ul li a.is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: #429B93;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 100%;
}
nav ul li a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: #429B93;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 1199.98px) {
  nav.js-active {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 100%;
    left: 0;
    padding: 2rem;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
    align-items: flex-start;
    display: flex;
    max-height: calc(100dvh - 6rem);
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  nav.js-active ul {
    flex-flow: column;
    gap: 2rem;
  }
}

@media (max-width: 1199.98px) {
  .item-menu {
    pointer-events: none;
  }
}

.submenu {
  position: fixed;
  z-index: 999;
  top: 6rem;
  width: 100%;
  background-color: white;
  border-top: 1px solid #464646;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 4rem 0;
  display: none;
}
.submenu .container-n__bx {
  display: flex;
}
.submenu p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  margin-bottom: 0.8rem;
}
.submenu p a {
  font-weight: 700;
}
.submenu a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #464646;
}
.submenu__links {
  display: grid;
  gap: 0.8rem;
}
.submenu__cl--lf {
  width: 40%;
}
.submenu__cl--lf .submenu__links {
  grid-template-columns: repeat(2, 1fr);
}
.submenu__cl--lf .submenu__links a:hover {
  color: #20476C;
}
.submenu__cl--cn {
  width: 42%;
  padding-left: 2.4rem;
  border-left: 1px solid #D9D5CE;
}
.submenu__cl--cn .submenu__links {
  grid-template-columns: repeat(2, 1fr);
}
.submenu__cl--cn .submenu__links a:hover {
  color: #0B4C45;
}
.submenu__cl--rg {
  width: 18%;
  padding-left: 2.4rem;
  border-left: 1px solid #D9D5CE;
}
.submenu__cl--rg p a:hover {
  color: #701A3A;
}
.submenu__cl--rg .submenu__links {
  grid-template-columns: repeat(1, 1fr);
}
.submenu__cl--rg .submenu__links a:hover {
  color: #701A3A;
}

.submenu-mob {
  display: none;
  margin-top: 2rem;
  margin-left: 2rem;
}
@media (max-width: 1199.98px) {
  .submenu-mob {
    display: grid;
  }
}
.submenu-mob p {
  margin: 0;
  margin-bottom: 0.8rem;
}
.submenu-mob ul {
  display: grid;
  gap: 0.8rem !important;
}
.submenu-mob ul li a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #464646;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .submenu-mob ul li a {
    max-width: 28rem;
  }
}

.m-toggle {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0;
  border: 0.1rem solid #429B93;
  display: none;
  background: transparent;
}
@media (max-width: 1199.98px) {
  .m-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.m-toggle {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.m-toggle span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 1.3rem;
  background: #1C1B1F;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  left: 1rem;
}

.m-toggle span:nth-child(1) {
  top: 1.3rem;
}

.m-toggle span:nth-child(2) {
  top: 1.7rem;
}

.m-toggle span:nth-child(3) {
  top: 2.1rem;
  max-width: 1rem;
}

.m-toggle span:nth-child(4) {
  top: 2.1rem;
  max-width: 1rem;
}

.m-toggle.js-active span:nth-child(1) {
  top: 2rem;
  width: 0%;
  left: 50%;
}

.m-toggle.js-active span:nth-child(2) {
  transform: rotate(45deg);
}

.m-toggle.js-active span:nth-child(3) {
  transform: rotate(-45deg);
  max-width: 100%;
  top: 1.7rem;
}

.m-toggle.js-active span:nth-child(4) {
  top: 2rem;
  width: 0%;
  left: 50%;
  max-width: 100%;
}

.footer {
  padding: 4rem 0;
  color: #464646;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  background-color: #fff;
}
.footer a {
  color: #464646;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.6rem;
  display: flex;
  flex-flow: column;
}
.footer ul li {
  margin: 0;
  padding: 0;
}
.footer .container-n__bx {
  gap: 2rem;
  justify-content: center;
}
.footer .logo {
  position: relative;
}
.footer .logo img {
  max-width: 21.8rem;
}
.footer .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__cl {
  width: calc(25% - 1.4rem);
}
@media (max-width: 767.98px) {
  .footer__cl {
    width: 100%;
  }
}
.footer__cl--cn {
  width: calc(50% - 1.4rem);
}
@media (max-width: 767.98px) {
  .footer__cl--cn {
    width: 100%;
  }
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media (max-width: 575.98px) {
  .footer-menu {
    grid-template-columns: 1fr;
  }
}
.footer-menu__cl--cm ul {
  gap: 0.8rem;
}

.newsletter-box h2 {
  margin-bottom: 0.8rem;
}
.newsletter-box p {
  margin-bottom: 1.6rem;
}
.newsletter-box .form__field {
  position: relative;
}
.newsletter-box .form__input {
  background-color: #fff;
  padding: 1.8rem 14rem 1.7rem 2rem;
  color: #464646;
}
.newsletter-box .form__input::-moz-placeholder {
  color: #A9A39A;
}
.newsletter-box .form__input::placeholder {
  color: #A9A39A;
}
.newsletter-box .form__submit {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-copy {
  background: #D9D5CE;
  padding: 1rem 0;
}
.footer-copy .container-n__bx {
  align-items: center;
  justify-content: space-between;
}
.footer-copy .logo {
  margin-right: 12.7rem;
}
@media (max-width: 1199.98px) {
  .footer-copy .logo {
    margin-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .footer-copy .logo {
    margin: 0 auto;
  }
}
.footer-copy .logo img {
  max-width: 10.5rem;
  width: 10.5rem;
}
.footer-copy__links {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer-copy__links {
    flex-flow: column;
    margin-bottom: 2.4rem;
  }
}
.footer-copy__links ul {
  display: flex;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer-copy__links ul {
    gap: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .footer-copy__links ul {
    flex-flow: column;
  }
}
.footer-copy__links ul li {
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: #464646;
  margin: 0;
  padding: 0;
}
.footer-copy__links ul li a {
  color: #464646;
  text-decoration: none;
}
.footer-copy__links ul li a:hover {
  opacity: 0.8;
}

.rrss {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: #464646;
  display: flex;
  align-items: center;
}
.rrss p {
  margin: 0;
  margin-right: 1.6rem;
  white-space: nowrap;
}
.rrss ul {
  list-style: none;
  display: flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
.rrss ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.rrss ul li a img {
  max-width: 2.4rem;
}

.mdl-header {
  padding: 10.7rem 0 5.6rem;
  height: 26.4rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .mdl-header {
    padding: 8rem 0 4rem;
    height: 22rem;
  }
}
.mdl-header h1 {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
@media (max-width: 767.98px) {
  .mdl-header h1 {
    font-size: 2.8rem;
  }
}
.mdl-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mdl-new-intro {
  min-height: 24rem;
  padding: 4rem 0;
  background-color: #E7E7E6;
}
@media (max-width: 767.98px) {
  .mdl-new-intro {
    min-height: auto;
  }
}
.mdl-new-intro .container-n__bx {
  flex-flow: column;
}
.mdl-new-intro h2 {
  color: #429B93;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 2.4rem;
}
.mdl-new-intro p {
  color: #464646;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  /* letter-spacing: 2%; */
}
.mdl-new-intro--contact p {
  max-width: 34rem;
}
.mdl-new-intro--faqs p {
  max-width: 67.5rem;
}
.mdl-new-intro--map p {
  max-width: 65rem;
}

.mdl-guides {
  padding: 4rem 0 5.6rem;
  background-color: #6E6962;
}
@media (max-width: 767.98px) {
  .mdl-guides {
    padding: 4rem 0;
  }
}
.mdl-guides h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-guides h2 {
    font-size: 2.6rem;
  }
}
.mdl-guides h2 {
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 2.4rem;
}
.mdl-guides .container-n {
  max-width: 62rem;
}
.mdl-guides .container-n__bx {
  flex-flow: column;
}
.mdl-guides p {
  max-width: 45.6rem;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  color: #EFFAF8;
  margin-bottom: 4rem;
}
.mdl-guides .btn {
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 1.6rem 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #429B93;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: 0 1.6rem 1.6rem 0 rgba(0, 0, 0, 0.1215686275);
}

.mdl-form {
  padding: 10.4rem 0;
  background-color: #F3F1ED;
}
@media (max-width: 767.98px) {
  .mdl-form {
    padding: 4rem 0;
  }
}
.mdl-form__bx {
  max-width: 92.8rem;
  margin: 0 auto;
  width: 100%;
}

.form {
  width: 100%;
}
.form .js-feedback {
  margin-bottom: 2.4rem;
}
.form .js-feedback:empty {
  display: none;
}
.form .alert {
  border-left: 0.4rem solid #429B93;
  background: #FCFCFA;
  color: #464646;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
  padding: 1.6rem 2rem;
}
.form .alert-success {
  border-color: #429B93;
}
.form .alert-warning,
.form .alert-danger {
  border-color: #B45F4D;
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767.98px) {
  .form__grid {
    grid-template-columns: 1fr;
  }
}
.form__field {
  position: relative;
}
.form__label {
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  font-family: "Alga", sans-serif;
}
.form__input {
  background: #FCFCFA;
  border: 0;
  border-bottom: 1px solid #464646;
  padding: 2.8rem 2rem 0.8rem;
  font-family: "Alga", sans-serif;
  color: #A9A39A;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  width: 100%;
}
.form__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.form__footer p {
  font-size: 1.1rem;
  line-height: 140%;
  letter-spacing: 5%;
  color: #464646;
  margin-bottom: 1.6rem;
}
.form__submit {
  box-shadow: 0 1.6rem 1.6rem 0 rgba(0, 0, 0, 0.1215686275);
  background: #429B93;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 1.6rem 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0;
  font-family: "Alga", sans-serif;
}
.form__terms-text {
  color: #464646;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 140%;
  letter-spacing: 5%;
}
.form__terms-text a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #464646;
}
@media (max-width: 767.98px) {
  .form__footer {
    flex-flow: column;
    gap: 2rem;
  }
}

.mdl-home-intro {
  padding: 9.6rem 0;
  text-align: center;
  background-color: #fff;
}
.mdl-home-intro .container-n {
  max-width: 1160px;
}
.mdl-home-intro .container-n__bx {
  display: grid;
  gap: 1rem;
}
.mdl-home-intro span {
  font-weight: 600;
}
.mdl-home-intro p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.mdl-home-intro h2 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}

.mdl-home-ranges {
  background-color: #FAF9F7;
  padding-top: 7rem;
}
.mdl-home-ranges h2 {
  margin-bottom: 3.2rem;
  color: #464646;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-home-ranges h2 {
    font-size: 2.6rem;
  }
}
.mdl-home-ranges h2 {
  letter-spacing: 0%;
}
.mdl-home-ranges__bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .mdl-home-ranges__bx {
    grid-template-columns: 1fr;
  }
}
.mdl-home-ranges__bx--mod {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .mdl-home-ranges__bx--mod {
    grid-template-columns: 1fr;
  }
}
.mdl-home-ranges__it {
  height: 55.6rem;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.mdl-home-ranges__it img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 9;
}
.mdl-home-ranges__it h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 2.4rem;
}
.mdl-home-ranges__it .btn {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 1.2rem 2.4rem;
  border-radius: 4px;
  text-decoration: none;
  border: 0.3rem solid #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
  margin: 0 auto;
}
.mdl-home-ranges__it .btn:hover {
  border-color: #429B93;
  color: #429B93;
}
.mdl-home-ranges__it-cnt {
  display: flex;
  position: relative;
  z-index: 99;
  flex-flow: column;
}

.mdl-faqs {
  padding: 7.8rem 0 8rem;
  background-color: #6E6962;
}
@media (max-width: 767.98px) {
  .mdl-faqs {
    padding: 4rem 0;
  }
}
.mdl-faqs .container-n {
  max-width: 96.5rem;
}
.mdl-faqs .container-n__bx {
  display: grid;
  gap: 5rem;
}
@media (max-width: 767.98px) {
  .mdl-faqs .container-n__bx {
    gap: 4rem;
  }
}
.mdl-faqs__tit {
  display: flex;
  gap: 1.6rem;
  flex-flow: column;
}
.mdl-faqs__tit h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-faqs__tit h2 {
    font-size: 2.6rem;
  }
}
.mdl-faqs__tit h2 {
  letter-spacing: 0%;
  text-align: center;
  color: #F3F1ED;
  margin: 0;
}
.mdl-faqs__tit p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  color: #D9D5CE;
}
.mdl-faqs__item {
  border-top-width: 0.1rem;
  border-style: solid;
  border-color: #FAF9F7;
  padding: 2.4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .mdl-faqs__item {
    padding: 1.2rem 0;
    min-height: 5rem;
  }
}
.mdl-faqs__item:last-child {
  border-bottom-width: 0.1rem;
}
.mdl-faqs__q {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #F1F5F9;
  padding: 0 2.4rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .mdl-faqs__q {
    padding: 0;
    font-size: 1.5rem;
  }
}
.mdl-faqs__q h3 {
  padding-left: 12.8rem;
  padding-top: 0.7rem;
}
@media (max-width: 767.98px) {
  .mdl-faqs__q h3 {
    padding-right: 4rem;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.mdl-faqs__q::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url("../imgs/new/icon-plus.png");
  display: block;
  right: 2.4rem;
  background-size: 4rem;
  position: absolute;
  top: 2.4rem;
}
@media (width <= 767.98px) {
  .mdl-faqs__q::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    right: 0;
    top: 1.6rem;
  }
}
.mdl-faqs__q.js-show::after {
  background-image: url("../imgs/new/icon-minus.png");
}
.mdl-faqs__a {
  padding-top: 1.5rem;
  padding-left: 15.2rem;
  padding-bottom: 2.4rem;
  padding-right: 6.4rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #D9D5CE;
  display: none;
}
@media (width <= 767.98px) {
  .mdl-faqs__a {
    padding: 0;
    padding-top: 2rem;
  }
}
.mdl-faqs__meta {
  text-align: right;
}
.mdl-faqs .tag {
  position: absolute;
  top: 2.7rem;
  left: 2.4rem;
}
@media (max-width: 767.98px) {
  .mdl-faqs .tag {
    position: relative;
    top: auto;
    left: 0;
  }
}
.mdl-faqs--page {
  background-color: #F3F1ED;
}
.mdl-faqs--page .mdl-faqs__item {
  border-color: #464646;
}
.mdl-faqs--page .mdl-faqs__item h3 {
  color: #464646;
}
.mdl-faqs--page .mdl-faqs__a {
  color: #464646;
}
.mdl-faqs--page .mdl-faqs__btn .btn-bordered--white {
  color: #37877F;
  border-color: #37877F;
}
.mdl-faqs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mdl-home-maps {
  display: flex;
}
@media (max-width: 768px) {
  .mdl-home-maps {
    flex-flow: column;
  }
}
.mdl-home-maps__img, .mdl-home-maps__bx {
  height: 50rem;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .mdl-home-maps__img, .mdl-home-maps__bx {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .mdl-home-maps__img, .mdl-home-maps__bx {
    height: 30rem;
    width: 100%;
  }
}
.mdl-home-maps__img--rg {
  width: 50%;
}
@media (max-width: 767.98px) {
  .mdl-home-maps__img--rg {
    width: 100%;
  }
}
.mdl-home-maps__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mdl-home-maps__bx {
  padding: 2.4rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #FAF9F7;
}
@media (max-width: 767.98px) {
  .mdl-home-maps__bx {
    height: auto;
  }
}
.mdl-home-maps__cn {
  max-width: 31.2rem;
}
@media (max-width: 767.98px) {
  .mdl-home-maps__cn {
    max-width: 100%;
  }
}
.mdl-home-maps .form__field {
  position: relative;
}
.mdl-home-maps .form__input {
  padding: 2.3rem 8rem 2.3rem 2rem;
  background-color: #FAF9F7;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #464646;
}
.mdl-home-maps .form__submit {
  width: 6.7rem;
  height: 6.7rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mdl-home-maps .form__submit img {
  max-width: 3.2rem;
  margin: 0 auto;
}
.mdl-home-maps h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-home-maps h2 {
    font-size: 2.6rem;
  }
}
.mdl-home-maps h2 {
  color: #0F1A24;
  margin-bottom: 1.6rem;
}
.mdl-home-maps p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #0F1A24;
  margin-bottom: 4rem;
  letter-spacing: 2%;
}

.mdl-home-videos {
  padding: 13.4rem 0 14.4rem;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .mdl-home-videos {
    padding: 10rem 0;
  }
}
@media (max-width: 767.98px) {
  .mdl-home-videos {
    padding: 4rem 0;
  }
}
.mdl-home-videos h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-home-videos h2 {
    font-size: 2.6rem;
  }
}
.mdl-home-videos h2 {
  text-align: center;
  margin-bottom: 1.4rem;
}
.mdl-home-videos p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  max-width: 57.2rem;
  margin: 0 auto;
  margin-bottom: 4.6rem;
}
.mdl-home-videos__item {
  display: flex;
  flex-flow: column;
  width: 33.5rem;
}
.mdl-home-videos__item img {
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
  margin-bottom: 2.4rem;
}
.mdl-home-videos__item h3 {
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #464646;
  text-align: left;
}
.mdl-home-videos__item p {
  padding: 0 0.8rem;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #464646;
  text-align: left;
  margin: 0;
}
.mdl-home-videos__btn {
  background-image: url("../imgs/new/icon-play.png");
  background-size: 10.4rem;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: calc(100% - 2.4rem);
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .mdl-home-videos__btn {
    background-size: 8rem;
  }
}
.mdl-home-videos__item-img {
  position: relative;
}

.mdl-home-guides {
  background: #F3F1ED;
  padding: 8rem 0;
  margin-left: calc((100% - 1400px) / 2);
  position: relative;
}
@media (max-width: 1440px) {
  .mdl-home-guides {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .mdl-home-guides {
    padding: 4rem 0;
  }
}
.mdl-home-guides::after {
  content: "";
  background-color: #F3F1ED;
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
@media (max-width: 1440px) {
  .mdl-home-guides::after {
    display: none;
  }
}
.mdl-home-guides .container-n {
  max-width: 100%;
}
.mdl-home-guides h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-home-guides h2 {
    font-size: 2.6rem;
  }
}
.mdl-home-guides h2 {
  margin-bottom: 2.4rem;
  max-width: 31.6rem;
}
@media (max-width: 767.98px) {
  .mdl-home-guides h2 {
    max-width: 100%;
  }
}
.mdl-home-guides p {
  max-width: 35.4rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .mdl-home-guides p {
    max-width: 100%;
  }
}
.mdl-home-guides .container-n__bx {
  display: flex;
  flex-flow: row;
  gap: 4rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .mdl-home-guides .container-n__bx {
    flex-flow: column;
  }
}
.mdl-home-guides__cl--lf {
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (max-width: 1440px) {
  .mdl-home-guides__cl--lf {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.mdl-home-guides__cl--rg {
  overflow: hidden;
  width: 75%;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .mdl-home-guides__cl--rg {
    width: 100%;
  }
}
.mdl-home-guides__cl--rg .swiper-wrapper {
  padding-inline-start: 2rem;
}
.mdl-home-guides .btn {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  padding: 1.6rem 3.2rem;
  background-color: #429B93;
  color: #fff;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
}

.mdl-home-guides-item {
  display: flex;
  flex-flow: column;
  width: 33.5rem !important;
}
@media (max-width: 575.98px) {
  .mdl-home-guides-item {
    width: 100% !important;
  }
}
.mdl-home-guides-item__cn {
  padding: 1.6rem;
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
}
.mdl-home-guides-item__cn h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #464646;
}
.mdl-home-guides-item__cn p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  color: #464646;
  margin-bottom: 1.6rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 8rem;
  display: -webkit-box;
  max-width: 100%;
}

.btn-link {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: left;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #429B93;
}

.mdl-home-blog {
  background-color: #6E6962;
  padding: 5.4rem 0 7.2rem;
}
.mdl-home-blog .container-n__bx {
  flex-flow: column;
}
.mdl-home-blog__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 767.98px) {
  .mdl-home-blog__intro {
    flex-flow: column;
    align-items: flex-start;
  }
}
.mdl-home-blog__intro h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-home-blog__intro h2 {
    font-size: 2.6rem;
  }
}
.mdl-home-blog__intro h2 {
  color: #F3F1ED;
  margin-bottom: 1.6rem;
}
.mdl-home-blog__intro p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #D9D5CE;
}
.mdl-home-blog__intro .btn {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1.6rem 3.2rem;
  background-color: #429B93;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1215686275);
}
.mdl-home-blog__bx {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  gap: 8.8rem;
}
@media (max-width: 991.98px) {
  .mdl-home-blog__bx {
    flex-flow: column;
    gap: 4rem;
  }
}
.mdl-home-blog__cl {
  width: 50%;
}
@media (max-width: 991.98px) {
  .mdl-home-blog__cl {
    width: 100%;
  }
}
.mdl-home-blog__cl--lf img {
  margin-bottom: 2.4rem;
}
.mdl-home-blog__cl--lf .mdl-home-blog-item__cn {
  padding: 0 1.6rem;
}
@media (max-width: 767.98px) {
  .mdl-home-blog__cl--lf .mdl-home-blog-item__cn {
    padding: 0;
  }
}
.mdl-home-blog__cl--lf .mdl-home-blog-item__cn .tag {
  margin-bottom: 0.8rem;
}
.mdl-home-blog__cl h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #F3F1ED;
  margin-bottom: 3.2rem;
}
.mdl-home-blog__item {
  padding: 2.2rem 0;
  border-top-width: 0.1rem;
  border-style: solid;
  border-color: #FAF9F7;
  display: flex;
  flex-flow: row;
  gap: 2.4rem;
}
@media (max-width: 767.98px) {
  .mdl-home-blog__item {
    flex-flow: column;
  }
}
.mdl-home-blog__item img {
  width: 18rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .mdl-home-blog__item img {
    width: 100%;
    height: auto;
  }
}
.mdl-home-blog__item:last-child {
  border-bottom-width: 0.1rem;
}
.mdl-home-blog__item .tag {
  margin-bottom: 0.8rem;
}

.date {
  font-weight: 500;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: #D9D5CE;
}

.mdl-filters {
  padding: 4.6rem 0 5.6rem;
}
.mdl-filters h2 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #464646;
  margin-bottom: 2.4rem;
}
.mdl-filters h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0%;
  color: #464646;
  margin-bottom: 2.4rem;
}
.mdl-filters--faqs .mdl-sel-ranges {
  margin: 0;
}

.mdl-sel-ranges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
  .mdl-sel-ranges {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mdl-sel-ranges__item {
  padding: 0;
  margin: 0;
}
.mdl-sel-ranges__item a,
.mdl-sel-ranges__item button {
  border-style: solid;
  border-width: 0.1rem;
  background-color: #fff;
  border-color: #464646;
  color: #464646;
  width: 100%;
  padding: 1.4rem;
  display: block;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.mdl-sel-ranges__item--active a,
.mdl-sel-ranges__item--active button {
  background-color: #464646;
  color: #fff;
}
.mdl-sel-ranges__item--active a.blue-scars,
.mdl-sel-ranges__item--active button.blue-scars {
  background-color: #20476C;
  border-color: #20476C;
}
.mdl-sel-ranges__item--active a.blue,
.mdl-sel-ranges__item--active button.blue {
  background-color: #429B93;
  border-color: #429B93;
}
.mdl-sel-ranges__item--active a.oil,
.mdl-sel-ranges__item--active button.oil {
  background-color: #A52655;
  border-color: #A52655;
}
.mdl-sel-ranges__item--active.blue-scars a, .mdl-sel-ranges__item--active.blue-scars button {
  background-color: #20476C;
  border-color: #20476C;
  color: #fff;
}
.mdl-sel-ranges__item--active.blue a, .mdl-sel-ranges__item--active.blue button {
  background-color: #429B93;
  border-color: #429B93;
  color: #fff;
}
.mdl-sel-ranges__item--active.oil a, .mdl-sel-ranges__item--active.oil button {
  background-color: #A52655;
  border-color: #A52655;
  color: #fff;
}

.mdl-blog-categories {
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
@media (max-width: 1199.98px) {
  .mdl-blog-categories {
    flex-flow: row wrap;
    gap: 1rem;
  }
}
.mdl-blog-categories__item {
  padding: 0;
  margin: 0;
}
.mdl-blog-categories__item a {
  border-style: solid;
  border-bottom-width: 0.1rem;
  background-color: #fff;
  border-color: #464646;
  color: #464646;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1.6rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdl-blog-categories__item--active a {
  background-color: #6E6962;
  color: #fff;
}
.mdl-blog-categories__item--active a span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdl-blog-categories__item--active a span:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/new/icon-check.png);
  display: inline-flex;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 2rem;
}

.mdl-blog-results {
  border-top-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-style: solid;
  border-color: #464646;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .mdl-blog-results .container-n__bx {
    padding: 0;
  }
}
.mdl-blog-results__bx {
  padding: 1.4rem 3.2rem;
  border-color: #464646;
  border-right-width: 0.1rem;
  border-style: solid;
}
@media (max-width: 767.98px) {
  .mdl-blog-results__bx {
    border-right-width: 0;
    border-bottom-width: 0.1rem;
  }
}
.mdl-blog-results__btn {
  border: 0;
  background-color: transparent;
  padding: 1.4rem 3.2rem;
  color: #464646;
  font-family: "Alga", sans-serif;
  border-left: 0.1rem solid #464646;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .mdl-blog-results__btn {
    border-left-width: 0;
  }
}
.mdl-blog-results .container-n__bx {
  justify-content: space-between;
}

.mdl-blog-list {
  padding: 3.2rem 0 0;
  background-color: #F3F1ED;
}
.mdl-blog-list__item {
  padding: 2.4rem;
  display: flex;
  gap: 2.4rem;
  border-bottom: 1px solid #464646;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mdl-blog-list__item {
    flex-flow: column;
    padding: 2.4rem 0;
  }
}
.mdl-blog-list__item .date {
  color: #8C867E;
}
.mdl-blog-list__img {
  width: 40%;
}
@media (max-width: 767.98px) {
  .mdl-blog-list__img {
    width: 100%;
  }
}
.mdl-blog-list__img img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.mdl-blog-list__bx {
  display: flex;
  gap: 3.2rem;
  width: 60%;
  justify-content: space-between;
  flex-flow: column;
}
@media (max-width: 767.98px) {
  .mdl-blog-list__bx {
    width: 100%;
  }
}
.mdl-blog-list__cn {
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
}
.mdl-blog-list__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 120%;
  color: #464646;
}
.mdl-blog-list__description {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #464646;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 6.5rem;
  display: -webkit-box;
  max-width: 100%;
}
.mdl-blog-list__btn {
  margin-top: 3.2rem;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mdl-map {
  background-color: #F3F1ED;
  padding: 6.4rem 0 8.8rem;
}
@media (max-width: 767.98px) {
  .mdl-map {
    padding: 4rem 0;
  }
}
.mdl-map .container-n__bx {
  gap: 4rem;
  display: flex;
  flex-flow: row;
}
@media (max-width: 767.98px) {
  .mdl-map .container-n__bx {
    flex-flow: column;
  }
}
.mdl-map__cl--lf {
  width: 35%;
}
@media (max-width: 767.98px) {
  .mdl-map__cl--lf {
    width: 100%;
  }
}
.mdl-map__cl--rg {
  width: 65%;
}
@media (max-width: 767.98px) {
  .mdl-map__cl--rg {
    width: 100%;
  }
}
.mdl-map .form__input {
  background-color: #F3F1ED;
  padding: 2.3rem 2rem;
  color: #212121;
}
.mdl-map .form__input::-moz-placeholder {
  color: #212121;
}
.mdl-map .form__input::placeholder {
  color: #212121;
}
.mdl-map .form__submit {
  width: 6.7rem;
  height: 6.7rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mdl-map .form__submit img {
  max-width: 3.2rem;
  margin: 0 auto;
}
.mdl-map__form {
  margin-bottom: 1.6rem;
}
.mdl-map__results {
  max-height: 48.3rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.mdl-map .googlemap #map {
  width: 100% !important;
  border: 0.1rem solid #464646;
}

.map-results__item {
  border-top: 0.1rem solid #464646;
  padding: 2.4rem;
  display: flex;
  gap: 0.8rem;
  color: #464646;
  flex-flow: column;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
}
.map-results__item:last-child {
  border-bottom: 0.1rem solid #464646;
}
.map-results p {
  margin: 0;
}
.map-results__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0%;
}

.btn-geo {
  font-family: "Alga", sans-serif;
  background-color: #FAF9F7;
  padding: 1.6rem 2rem;
  gap: 1rem;
  border: 0;
  border-bottom: 0.1rem solid #464646;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 2%;
  color: #464646;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0;
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .btn-geo {
    margin-bottom: 4rem;
  }
}
.btn-geo img {
  max-width: 2.4rem;
}

/*products list page*/
.header-products {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 42%;
}

.header-products__box {
  height: 100%;
  padding: 50px 20px 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
  position: absolute;
  width: 100%;
}

.header-products__arrow {
  background-image: url("../assets/imgs/products/icon-arrow-down-grey.svg");
  background-size: 86px;
  width: 86px;
  height: 38px;
}

.header-products__box img {
  max-width: 432px;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .header-products__box {
    padding-bottom: 50px;
  }
  .header-products__box img {
    max-width: 300px;
  }
  .header-products__arrow {
    width: 80px;
    height: 36px;
    background-size: 80px;
  }
}
@media (max-width: 767px) {
  .header-products {
    height: 400px;
  }
}
/********************
INTRO PRODUCTS 
********************/
.intro-products {
  background-color: #fff;
  padding: 50px 0;
}

.intro-products__box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.intro-products__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #464646;
  margin-bottom: 26px;
  margin-top: 0;
}

.intro-products__text {
  max-width: 825px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #464646;
}

/*********************************
product-list
**********************************/
.products-list {
  background-color: #fff;
  padding-bottom: 80px;
}

.products-list__box {
  padding-bottom: 70px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.products-list__box img {
  width: 100%;
  max-width: 250px;
}

.products-list__box.products-list__box--blue-scars img {
  max-width: 350px;
  margin-bottom: 30px;
}

.products-list__content {
  max-width: 260px;
  width: 100%;
}

.products-list__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  color: #464646;
  margin-bottom: 16px;
  min-height: 70px;
  max-width: 200px;
  margin-top: 0;
  margin-top: 0;
}

.products-list__box.products-list__box--blue-scars .products-list__title {
  max-width: 100%;
}

.products-list__box.products-list__box--blue-scars .products-list__content {
  max-width: 265px;
}

.products-list__title a {
  color: #464646;
  text-decoration: none;
}

.products-list__title a:hover {
  opacity: 0.6;
}

.products-list__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  color: #464646;
  height: 130px;
  margin-bottom: 0px;
}

.products-list__text p {
  margin-bottom: 10px;
}

.products-list__text.products-list__text--blue-scars {
  height: 70px;
  margin-bottom: 30px;
}

.products-list__content .products-carousel-item__bt {
  max-width: 200px;
}

/*single product page*/
.single-product-header {
  padding: 150px 0 50px;
  background-color: #fff;
}

.single-product-header__box img {
  width: 100%;
}

.single-product-header__content {
  padding-top: 80px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.single-product-header__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #464646;
  margin-bottom: 10px;
  margin-top: 0px;
  max-width: 438px;
}

.single-product-header__subtitle {
  font-weight: 500;
  font-size: 38px;
  line-height: 38px;
  text-align: left;
  color: #464646;
  margin: 0;
  margin-bottom: 10px;
}

.single-product-header__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #464646;
}

.single-product-header__text p {
  margin-bottom: 26px;
}

.single-product-header__bt {
  font-size: 16px;
  background-color: #20486D;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
  max-width: 300px;
}

.single-product-header__bt--blue {
  background-color: #419b92;
}

.single-product-benefits {
  background-color: #fff;
  padding-bottom: 80px;
}

.single-product-benefits__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  color: #464646;
  margin-bottom: 50px !important;
}

.single-product-benefits__col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.single-product-benefits__col img {
  width: 100%;
  max-width: 150px;
}

@media (max-width: 992px) {
  .single-product-benefits .row {
    justify-content: center;
  }
  .single-product-benefits .col-md-2 {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-product-benefits .col-md-2 {
    flex: 0 0 33.333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 500px) {
  .single-product-benefits .col-md-2 {
    flex: 0 0 50%;
    max-width: 503%;
  }
}
.single-product-buttons {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 80px;
}

.single-product-description {
  padding: 0px;
  padding-top: 80px;
  background-color: #fff;
}

.single-product-description__box {
  display: flex;
  flex-flow: row;
  padding-bottom: 50px;
}

.single-product-description__col--left {
  padding-right: 46px;
}

.single-product-description__col img {
  max-width: 178px;
  height: auto;
  width: 100%;
}

.single-product-description__title {
  margin-top: 28px;
  font-weight: 700;
  font-size: 40px;
  line-height: 28px;
  text-align: left;
  color: #464646;
  margin-bottom: 16px;
}

.single-product-description__description {
  max-width: 310px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #464646;
}

.single-product-description__description p {
  margin-bottom: 20px;
}

.single-product-videos {
  padding: 50px 0 50px;
  background-color: #D9D5CE;
}

.single-product-related {
  padding: 50px 0 50px;
  background-color: #fff;
}

.single-product-related__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #464646;
  margin-bottom: 50px !important;
}

/*-----------------single product update ---------------------------*/
.mdl-video {
  background-color: #D9D5CE;
  padding: 83px 20px;
}

.mdl-video__img {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

.mdl-video__img img {
  width: 100%;
}

.mdl-video__img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../imgs/icon-play-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .mdl-video__img a {
    background-size: 50px;
  }
}
/*-----------------------------------------------*/
.prod-icons {
  margin-top: 30px;
  margin-bottom: 40px;
}

.prod-icons__list {
  display: flex;
  flex-flow: wrap;
}

.prod-icons__it {
  padding-right: 21px;
  margin-bottom: 20px;
  width: 25%;
  display: flex;
  flex-flow: column;
}

.prod-icons img {
  width: 100%;
  max-width: 89px;
  margin: 0 auto;
  margin-bottom: 4px;
}

.prod-icons .tit {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #464646;
  margin-bottom: 15px;
}

.prod-icons .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #464646;
}

.circle.new::after {
  z-index: 2;
  position: relative;
}

.circle.new::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(#e8d7ab 0%, #c59c6c 100%);
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -10px;
}

.circle__content {
  z-index: 9;
  position: relative;
}

.single-product-header__box img.icon-new {
  width: auto;
  z-index: 99;
  position: absolute;
  left: 0;
}

/*--------------------------------------------------------------------*/
/*           VARIABLES                                                */
/*--------------------------------------------------------------------

$blue: #20486D;
$bluegreen: #3D9B93;
$white: #fff;
$grey: #464646;

/*--------------------------------------------------------------------*/
/*           FONTS                                                    */
/*--------------------------------------------------------------------


@font-face {
  font-family: 'Alga';
  src: url('../fonts/Alga-Regular.otf');
  src: url('../fonts/Alga-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Alga-Regular.woff') format('woff'),
      url('../fonts/Alga-Regular.ttf') format('truetype'),
      url('../fonts/Alga-Regular.svg#Alga-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: 'Alga';
src: url('../fonts/Alga-Bold.otf');
src: url('../fonts/Alga-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Alga-Bold.woff') format('woff'),
    url('../fonts/Alga-Bold.ttf') format('truetype'),
    url('../fonts/Alga-Bold.svg#Alga-Bold') format('svg');
font-weight: 700;
font-style: bold;
font-display: swap;
}

@font-face {
font-family: 'Alga';
src: url('../fonts/Alga-Semibold.otf');
src: url('../fonts/Alga-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Alga-Semibold.woff') format('woff'),
    url('../fonts/Alga-Semibold.ttf') format('truetype'),
    url('../fonts/Alga-Semibold.svg#Alga-Semibold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Alga';
  src: url('../fonts/Alga-Extralight.otf');
  src: url('../fonts/Alga-Extralight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Alga-Extralight.woff') format('woff'),
      url('../fonts/Alga-Extralight.ttf') format('truetype'),
      url('../fonts/Alga-Extralight.svg#Alga-Extralight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
font-family: 'Akzidenz';
src: url('../fonts/Akzidenz-Grotesk-BQ-Light-Extended_2826.otf');
src: url('../fonts/Akzidenz-Grotesk-BQ-Light-Extended_2826.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akzidenz-Grotesk-BQ-Light-Extended_2826.woff') format('woff'),
    url('../fonts/Akzidenz-Grotesk-BQ-Light-Extended_2826.ttf') format('truetype'),
    url('../fonts/Akzidenz-Grotesk-BQ-Light-Extended_2826.svg#Akzidenz-Grotesk-BQ-Light-Extended_2826') format('svg');
font-weight: 700;
font-style: bold;
font-display: swap;
}
*/
/*--------------------------------------------------------------------*/
/*           BODY                                                     */
/*--------------------------------------------------------------------*/
body {
  font-family: "Alga", sans-serif;
  font-size: 18px;
  margin: 0;
  background-color: #D9D5CE;
  color: #464646;
  /* -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; */
}

p {
  margin: 0;
}

button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  display: block;
  transition: all 300ms linear;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button:hover {
  opacity: 0.6;
}

button img {
  display: block;
  max-width: 62px;
  width: 100%;
}

sup {
  line-height: 12px;
  font-size: 14px;
}

/*--------------------------------------------------------------------*/
/*           HEADER MENU                                              */
/*--------------------------------------------------------------------*/
.menu-toggle {
  margin-left: 25px;
  z-index: 11;
  width: 30px;
  height: 20px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 55px;
  right: 20px;
}

.menu-toggle.dark span {
  background: #464646;
}

.menu-toggle.dark.active span {
  background: #fff;
}

.menu-hamb .hero-nav__item.active a:after {
  background-color: #fff;
  left: 0px;
  bottom: 0px;
  width: 32px;
  height: 2px;
}

@media (min-width: 993px) {
  /* .menu-toggle{
    display: none;
  } */
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
}

.menu-toggle span:nth-child(3) {
  top: 10px;
}

.menu-toggle span:nth-child(4) {
  top: 20px;
}

.menu-toggle.active span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}

.menu-toggle.active span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-toggle.active span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

/*--------------------------------------------------------------------*/
/*           menu-toggle MENU                                         */
/*--------------------------------------------------------------------*/
.menu-box.container {
  position: relative;
}

.menu-box.active {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 999;
}

.menu-hamb {
  position: absolute;
  height: 100vh;
  max-height: 100vh;
  background: #3D9B93;
  right: 0;
  top: 0;
  z-index: 3;
  display: none;
  filter: drop-shadow(-10px 3px 10px rgba(0, 0, 0, 0.16));
  padding: 100px 50px 10px 50px;
}

.menu-hamb.menu-hamb--blue-scars {
  background-color: #20486c;
}

.menu-hamb.menu-hamb--blue {
  background-color: #3D9B93;
}

.menu-hamb.active {
  display: block;
}

body.js-menu {
  overflow: hidden;
}

.menu-hamb::before {
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000px;
  display: block;
  width: 1000px;
  background: #61BADF;
}

/*--------------------------------------------------------------------*/
/*           HERO                                                     */
/*--------------------------------------------------------------------*/
.hero {
  /*position: relative;
  height: 958px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 56.25%;*/
  width: 100%;
  /*background: #F9D237;*/
  position: relative;
  z-index: 9;
}

.hero::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.hero .container {
  z-index: 9;
  display: flex;
  align-items: center;
}

.bg-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.hero-description {
  position: absolute;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero__video {
  width: 100%;
  /*height: 100vh;
  padding-bottom: 56.25%;*/
}

.hero__video video {
  width: 100%;
}

.hero-logo {
  color: #173F61;
  position: relative;
}

.hero-logo img {
  display: block;
}

.hero-logo__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-logo:before {
  content: "";
  position: absolute;
  right: 166px;
  width: 1000px;
  background-color: #20486c;
  height: 56px;
}

.hero-logo--blue:before,
.hero-logo--oil:before {
  background-color: #419b92;
}

.hero-logo__text {
  font-family: "Akzidenz", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
}

.hero-logo__text a {
  text-decoration: none;
  color: inherit;
}

.hero-logo__text--blue {
  color: #419b92;
}

.hero-logo__text--oil {
  color: #fff;
  background-color: #706F6F;
  padding-bottom: 8px;
  position: relative;
  max-width: 167px;
}

.hero-logo__text--oil::before {
  content: "";
  position: absolute;
  right: 166px;
  width: 1000px;
  background-color: #706F6F;
  top: 0;
  height: 100%;
}

.hero-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 18px;
}

.hero-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.hero-nav__item {
  padding: 7px 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.hero-nav__item a {
  font-size: 16px;
}

.hero-nav__item--bt {
  margin: 10px 0;
}

.hero-nav__item--current a:after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #20486D;
  position: absolute;
  left: 15px;
  bottom: -10px;
  border-radius: 15px;
}

.hero-nav__item--blue a:after {
  background-color: #3D9B93;
}

.menu-hamb.menu-hamb--oil {
  background: linear-gradient(#e8d7ab 0, #c59c6c 100%);
}

.hero-nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}

.hero-nav__item--bt a {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px;
  background-color: #20486D;
  display: flex;
  color: #ffffff;
}

.hero-nav__item.hero-nav__item--bt.hero-nav__item--blue a {
  background-color: #3D9B93;
}

.hero-nav__item.hero-nav__item--bt.hero-nav__item--oil a {
  background: linear-gradient(#e8d7ab 0, #c59c6c 100%);
}

.hero-nav__item--bt a:after {
  display: none;
}

.hero-nav__item--bt.hero-nav__item--blue a {
  background-color: #20486D;
}

.hero-nav__item a:hover:after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #20486D;
  position: absolute;
  left: 4px;
  bottom: -10px;
  border-radius: 15px;
}

.hero-nav__item.active a:after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #20486D;
  position: absolute;
  left: 4px;
  bottom: -10px;
  border-radius: 15px;
}

.hero-nav__item--blue a:hover:after {
  background-color: #3D9B93;
}

.hero-nav__item--blue.active a:after {
  background-color: #3D9B93;
}

.trofolastin-product {
  width: 419px;
  height: 419px;
  background-color: #20486D;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  right: 0px;
}

.trofolastin-product--blue {
  background-color: #3D9B93;
}

.trofolastin-product__img {
  margin-bottom: 200px;
}

.trofolastin {
  z-index: 9;
  display: block;
  position: relative;
}

.hero-product {
  align-self: center;
  margin-top: 50px;
  /*padding-left: 45px;*/
}

.hero-product__img {
  max-width: 435px;
  display: flex;
  align-items: center;
}

.hero-product__img img {
  width: 100%;
}

.hero-product__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
  max-width: 435px;
  margin-left: 55px;
  margin-top: -15px;
  color: #fff;
}

.hero-product__title small {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  font-style: italic;
}

.hero-product__bt {
  background-color: #20486D;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 55px;
  margin-top: 0px;
  transition: all 300ms linear;
  width: 298px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
}

.hero-product__bt:hover {
  opacity: 0.6;
}

.hero-product__bt--blue {
  background-color: #3D9B93;
}

@media (max-width: 1099px) {
  .hero-nav__item a {
    font-size: 14px;
    line-height: 16px;
  }
  .hero-product {
    margin-top: 0px;
  }
  .hero-product__img {
    max-width: 350px;
  }
  .hero-product__title {
    font-size: 22px;
    line-height: 26px;
  }
  .trofolastin-product {
    width: 300px;
    height: 300px;
    /*bottom: 150px;*/
  }
  .trofolastin-product__img {
    margin-bottom: 100px;
    display: flex;
    max-width: 253px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .trofolastin-product__img img {
    max-width: 253px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .hero-nav {
    display: none;
  }
  .hero-product {
    margin-top: 50px;
    max-width: 310px;
  }
  .hero-product__img {
    max-width: 200px;
  }
  .hero-product__title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .hero-product__bt {
    padding: 15px 10px;
    width: auto;
    font-size: 16px;
    line-height: 19px;
    margin-left: 20px;
  }
  .trofolastin-product {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-position: center;
    background-size: cover;
  }
  .hero:before {
    display: none;
  }
  .hero-description {
    padding: 100px 0 200px;
    position: relative;
  }
  .hero-description .container .row {
    width: 100%;
    margin: 0 auto;
  }
  .hero--blue-scars {
    background-image: url("../assets/imgs/bg-mob-cicatrices.jpg");
  }
  .hero--blue {
    background-image: url("../assets/imgs/bg-mob-antiestrias.jpg");
  }
  .hero-product {
    margin-top: 0px;
    position: relative;
    margin: 0 auto;
  }
  .hero-logo::before,
  .hero-logo__text--oil::before {
    display: none;
  }
  .hero__video {
    display: none;
  }
  .hero-product__bt {
    margin-top: 250px;
    margin-bottom: 25px;
  }
  .hero-product__img {
    margin: 0 auto;
  }
  .trofolastin-product {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    margin-top: -100px;
  }
  .menu-toggle {
    top: 20px;
  }
}
/*--------------------------------------------------------------------*/
/*           DESCRIPTION                                              */
/*--------------------------------------------------------------------*/
.description {
  padding-top: 64px;
  padding-bottom: 80px;
}

.description__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 53px;
  max-width: 600px;
  margin-top: 0;
}

.description__text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 60px;
  max-width: 640px;
}

.description-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 70px;
}

.description-item__number {
  width: 200px;
  height: 200px;
  background-color: #5786B1;
  border-radius: 100%;
  font-size: 170px;
  line-height: 170px;
  font-weight: 700;
}

.description-item__number--blue {
  background-color: #3D9B93;
}

.description-item__number span {
  margin-top: 50px;
  display: block;
  margin-left: 15px;
  position: relative;
}

.description-item__number sup {
  line-height: 100px;
  position: absolute;
  top: 0px;
  font-size: 140px;
}

.description-item__img {
  margin-left: 15px;
  max-height: 107px;
}

.description-item__img img {
  max-height: 107px;
}

.description-item__text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

.description-item__text a {
  color: #464646;
}

.description-item__link {
  color: #20486D;
  text-decoration: underline;
  font-style: italic;
  padding-right: 25px;
  background-image: url("../assets/imgs/link-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 11px;
  transition: all 300ms linear;
}

.description-item__link:hover {
  opacity: 0.6;
}

.description-item__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 14px;
  z-index: 9;
  margin-top: 0;
}

.description-item__row.description-item__row--one {
  display: flex;
}

.description-item__row.description-item__row--two {
  display: flex;
  flex-flow: column;
  padding-left: 135px;
  margin-top: -50px;
  align-items: flex-start;
}

.description-carousel.off {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1099px) {
  .description {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .description__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .description__text {
    font-size: 16px;
    line-height: 20px;
  }
  .description-item {
    margin-bottom: 50px;
  }
  .description-item__number {
    width: 150px;
    height: 150px;
    font-size: 120px;
    line-height: 120px;
  }
  .description-item__number sup {
    line-height: 60px;
    font-size: 100px;
  }
  .description-item__row.description-item__row--two {
    padding-left: 100px;
    margin-top: -25px;
  }
  .description-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .description-item__link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .description-navigation {
    display: none;
  }
}
@media (max-width: 991px) {
  .owl-carousel.description-carousel {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
  .description-item {
    max-width: 100%;
  }
  .description-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    align-items: center;
    top: 0;
  }
  .description-navigation button {
    display: flex;
    align-items: center;
    max-width: 50px;
  }
}
@media (max-width: 650px) {
  .description-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .description-item__row.description-item__row--one {
    /*flex-flow: column;*/
    justify-content: flex-start;
    align-items: flex-start;
  }
  .description-item__img {
    margin-left: 0px;
    margin-top: 0px;
  }
  .description-item__img {
    max-height: 80px;
  }
  .description-item__title {
    font-size: 22px;
    padding-left: 100px;
  }
  .owl-carousel.description-carousel {
    width: calc(100% - 100px);
  }
  .description-navigation button {
    max-width: 30px;
  }
  .description-navigation button img {
    max-width: 30px;
  }
  .description-item__row.description-item__row--two {
    padding-left: 0px;
    /*margin-top: 25px;*/
  }
}
/*--------------------------------------------------------------------*/
/*           BANNER                                                   */
/*--------------------------------------------------------------------*/
.banner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #173F61;
  color: #fff;
}

.banner--blue {
  background-color: #3D9B93;
}

.banner__title {
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 43px;
  max-width: 700px;
}

.banner__subtitle {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  max-width: 700px;
  margin: 0 auto 43px;
}

.banner__supindex {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  margin-top: 50px;
}

.banner__bt {
  font-size: 14px;
  color: #20486D;
  background-color: #fff;
  padding: 20px;
  transition: all 300ms linear;
  border: 2px solid #fff;
}

.banner__bt--in {
  color: #fff;
  background-color: #20486D;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.banner__bt--blue {
  background-color: #3D9B93;
  color: #ffffff;
}

.banner__bt--blue:hover {
  background-color: transparent;
  color: #3D9B93;
  border: 1px solid #3D9B93;
}

.banner__bt--in.banner__bt--blue:hover {
  background-color: transparent;
  color: #3D9B93;
  border: 1px solid #3D9B93;
}

.banner__bt:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.banner__bt--in:hover {
  background-color: transparent;
  color: #20486D;
  border: 1px solid #20486D;
}

.banner__buttons {
  display: flex;
  flex-flow: row;
}

.banner__buttons .banner__bt {
  margin: 0 10px;
}

@media (max-width: 1099px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner__title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .banner__buttons {
    flex-flow: column;
  }
  .banner__buttons .banner__bt {
    margin: 10px 0;
  }
}
/*--------------------------------------------------------------------*/
/*           PRODUCTS                                                 */
/*--------------------------------------------------------------------*/
.products {
  background-color: #ffffff;
  padding: 87px 0;
}

.products--grey {
  background-color: #ffffff;
}

.products-carousel {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.products-carousel-item {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.products-carousel-item__col {
  flex: 0 0 40%;
  max-width: 40%;
}

.products-carousel-item__col--right {
  padding: 20px;
  flex: 0 0 60%;
  max-width: 60%;
}

.products-carousel-item__cn {
  /* color: #20486D; */
  font-size: 14px;
  line-height: 16px;
  /* text-align: right; */
  text-align: left;
  /* padding-right: 35px; */
  margin-bottom: 15px;
}

.products-carousel-item__icon {
  display: flex;
  align-items: flex-start;
  max-width: 100px;
  margin-bottom: 15px;
}

.products-carousel-item__title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}

.products-carousel-item__title a {
  color: #464646;
  text-decoration: none;
}

.products-carousel-item__title a:hover {
  opacity: 0.6;
}

.products-carousel-item__text {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
}

.products-carousel-item__text p {
  margin-bottom: 10px;
}

.products-carousel-item__bt {
  font-size: 16px;
  background-color: #20486D;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
}

.products-carousel-item__bt--blue {
  background-color: #3D9B93;
}

.products-carousel-item__cn--blue {
  color: #3D9B93;
}

.products-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  align-items: center;
  top: 0;
}

.products-navigation button {
  display: flex;
  align-items: center;
  max-width: 62px;
  height: 42px;
  background-image: url("../assets/imgs/products-arrow-left.svg");
  width: 100%;
  background-size: 62px;
  background-repeat: no-repeat;
  background-position: center;
}

button.products-navigation__next {
  background-image: url("../assets/imgs/products-arrow-right.svg");
}

.products-navigation.products-navigation--blue button {
  background-image: url("../assets/imgs/arrow-blue-left.svg");
}

.products-navigation--blue button.products-navigation__next {
  background-image: url("../assets/imgs/blue-arrow.svg");
}

#customNavigation {
  display: flex;
}

#customNavigation button {
  display: flex;
  align-items: center;
  max-width: 62px;
  height: 42px;
  background-image: url("../assets/imgs/products-arrow-left.svg");
  width: 100%;
  background-size: 62px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px;
}

#prevButton {
  background-image: url("../assets/imgs/arrow-blue-left.svg");
}

#nextButton {
  background-image: url("../assets/imgs/arrow-blue-left.svg");
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .products {
    padding: 50px 0;
  }
  .products-navigation button {
    max-width: 50px;
    background-size: 50px;
  }
  .products-carousel-item__title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 650px) {
  .owl-carousel.products-carousel {
    max-width: calc(100% - 70px);
  }
  .owl-carousel.ig-carousel {
    max-width: calc(100% - 70px);
  }
  .products-navigation button {
    max-width: 30px;
    background-size: 30px;
  }
}
@media (max-width: 600px) {
  .products-carousel-item {
    flex-flow: column;
  }
  .products-carousel-item__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------------*/
/*           VIDEOS                                                   */
/*--------------------------------------------------------------------*/
.videos {
  padding-top: 80px;
}

.videos__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 50px !important;
}

.videos-container {
  padding: 0px;
  overflow: hidden;
}

.videos-carousel .owl-stage {
  right: -150px;
}

/*

.videos-carousel.owl-carousel .owl-item img{
width: auto;
}

.videos-carousel .owl-stage .videos-carousel__img img{
max-height: 400px;
}

.videos-carousel .owl-stage .active .videos-carousel__img img{
max-height: 100%;
}

*/
.videos-carousel .owl-item .videos-carousel__box {
  transform: scale(0.8);
  margin-top: -45px;
}

.videos-carousel .owl-item.active .videos-carousel__box {
  transform: scale(1);
  margin-top: 0px;
}

.videos-carousel__item {
  position: relative;
  padding: 0px;
}

.owl-item.active .videos-carousel__item {
  padding: 0 20px 50px;
}

.videos-carousel__box {
  position: relative;
}

.videos-carousel__img {
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.videos-carousel__shadow {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
}

.videos-carousel__title {
  font-size: 31px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 30%;
  left: 10%;
  max-width: 400px;
}

.video-carousel__bt {
  background-color: white;
  padding: 40px 10px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 250px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #464646;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  transition: all 300ms linear;
  font-family: "Alga", sans-serif;
}

.video-carousel__bt span {
  padding-right: 40px;
  background-image: url("../assets/imgs/link-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
}

.video-carousel__bt--blue span {
  background-image: url("../assets/imgs/link-icon-blue.svg");
}

.video-carousel__bt:hover {
  opacity: 0.6;
}

.videos-carousel__btn {
  font-family: "Alga";
  font-size: 14px;
  line-height: 18px;
}

#customDots {
  min-height: 150px;
}

#customDots.owl-dots .owl-dot {
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #464646;
  position: relative;
}

#customDots.owl-dots .owl-dot i {
  display: none;
}

#customDots.owl-dots .owl-dot.active i {
  display: block;
}

#customDots.owl-dots .owl-dot button {
  color: #464646;
  font-family: "Alga", sans-serif;
}

#customDots.owl-dots .owl-dot.active button {
  font-size: 24px;
  position: relative;
}

#customDots.owl-dots .owl-dot.active i {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  margin-right: 60px;
  position: absolute;
  max-width: 140px;
}

@media (max-width: 750px) {
  #customDots.owl-dots .owl-dot.active i {
    max-width: 100%;
  }
  #customDots {
    padding-bottom: 40px;
  }
}
#customDots.owl-dots .owl-dot.active button:after {
  content: "";
  left: 30px;
  position: absolute;
  background-color: #3D9B93;
  height: 2px;
  width: 1000px;
  top: 7px;
}

#customDots.owl-dots.owl-dots--blue-scars .owl-dot.active button:after {
  background-color: #20486D;
}

@media (max-width: 1199px) {
  .videos-carousel__title {
    font-size: 22px;
    line-height: 28px;
  }
  .video-carousel__bt {
    padding: 20px 10px;
    width: 175px;
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  .videos {
    padding-top: 75px;
  }
  .videos__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .videos {
    padding-top: 50px;
  }
  .videos-carousel .owl-stage {
    right: -75px;
  }
  #customDots.owl-dots .owl-dot {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .videos__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 600px) {
  .videos-carousel__title {
    font-size: 18px;
    line-height: 22px;
    display: none;
  }
  .videos-carousel .owl-stage {
    right: -30px;
  }
  .video-carousel__bt {
    padding: 10px;
  }
}
/*--------------------------------------------------------------------*/
/*           MAPS SEARCH                                              */
/*--------------------------------------------------------------------*/
.maps-search {
  margin-bottom: -200px;
  padding-top: 100px;
}

.maps-search--white {
  background-color: #ffffff;
  padding-top: 0px;
}

.maps-search__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  z-index: 10;
  position: relative;
}

.maps-search__box {
  width: 350px;
  height: 350px;
  background-color: #5786b1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
}

.maps-search__box--blue {
  background-color: #3D9B93;
}

.maps-search__item {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  max-width: 250px;
  position: relative;
  padding-bottom: 10px;
}

.maps-search__item:after {
  height: 3px;
  width: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0px;
  border-radius: 6px;
}

.maps-search__item label {
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.maps-search__item input {
  background-color: transparent;
  border: 0px;
  font-size: 54px;
  line-height: 62px;
  color: #396893;
  flex: 0 0 60%;
  max-width: 60%;
  font-family: "Alga", serif;
  width: 60%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.maps-search__item input::-moz-placeholder {
  font-size: 54px;
  line-height: 62px;
  font-weight: 400;
  color: #396893;
  opacity: 1;
}

.maps-search__item input::placeholder {
  font-size: 54px;
  line-height: 62px;
  font-weight: 400;
  color: #396893;
  opacity: 1;
}

.maps-search__box--blue .maps-search__item input {
  color: #49C1B7;
}

.maps-search__box--blue .maps-search__item input::-moz-placeholder {
  color: #49C1B7;
}

.maps-search__box--blue .maps-search__item input::placeholder {
  color: #49C1B7;
}

.maps-search__item button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #fff;
  flex: 0 0 40%;
  max-width: 40%;
  font-family: "Alga", serif;
  padding-right: 40px;
  background-image: url("../assets/imgs/pharma-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 300ms linear;
  width: 40%;
  font-size: 14px;
  line-height: 16px;
}

.maps-search__item button:hover {
  opacity: 0.6;
}

@media (max-width: 1099px) {
  .maps-search {
    margin-bottom: -115px;
    padding-top: 50px;
  }
  .maps-search__box {
    width: 250px;
    height: 250px;
  }
  .maps-search__item {
    max-width: 200px;
  }
  .maps-search__title {
    font-size: 30px;
    line-height: 36px;
  }
  .maps-search__item input {
    font-size: 34px;
    line-height: 40px;
  }
  .maps-search__item input::-moz-placeholder {
    font-size: 34px;
    line-height: 52px;
  }
  .maps-search__item input::placeholder {
    font-size: 34px;
    line-height: 52px;
  }
}
@media (max-width: 650px) {
  .owl-carousel.results-carousel {
    max-width: calc(100% - 70px);
  }
  .owl-carousel.ig-carousel {
    max-width: calc(100% - 70px);
  }
  .results-navigation button {
    max-width: 30px;
  }
  .maps-search__item button {
    background-size: 10px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .maps-search__box {
    margin: -50px auto 50px;
  }
}
/*--------------------------------------------------------------------*/
/*           MAPS                                                     */
/*--------------------------------------------------------------------*/
#map-filters {
  z-index: 9;
  position: relative;
}

#map {
  border: 0px;
}

.googlemap #map {
  width: 100% !important;
}

/*--------------------------------------------------------------------*/
/*           RESULTS                                                  */
/*--------------------------------------------------------------------*/
.results {
  padding-top: 80px;
  padding-bottom: 80px;
}

.results__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 93px;
}

.results-carousel__item {
  font-size: 18px;
  line-height: 21px;
  padding-right: 20px;
}

.results-carousel__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.results-carousel__adress {
  text-transform: uppercase;
}

.results-carousel__city {
  text-transform: uppercase;
}

.results-carousel__telephone {
  margin-bottom: 23px;
  text-transform: uppercase;
}

.results-carousel__bt {
  color: #20486D;
  text-decoration: underline;
  font-weight: 700;
  transition: all 300ms linear;
  margin-top: 20px;
  display: flex;
  font-family: "Alga", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.results-carousel__bt:hover {
  opacity: 0.6;
}

.results--blue .results-carousel__bt {
  color: #3D9B93;
}

.results-carousel {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.results-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  align-items: center;
  top: 0;
}

.results-navigation button {
  display: flex;
  align-items: center;
  max-width: 62px;
  height: 42px;
  background-image: url("../assets/imgs/results-arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 62px;
  width: 100%;
}

.results--blue .results-navigation button {
  background-image: url("../assets/imgs/blue-arrow.svg");
}

.results-navigation button.results-navigation__prev {
  background-image: url("../assets/imgs/results-arrow-left.svg");
}

.results--blue .results-navigation button.results-navigation__prev {
  background-image: url("../assets/imgs/arrow-blue-left.svg");
}

.results-navigation button img {
  opacity: 0;
}

@media (max-width: 1099px) {
  .results {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .results__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .results-navigation button {
    max-width: 50px;
    background-size: 50px;
  }
}
@media (max-width: 767px) {
  .results {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 650px) {
  .results-carousel {
    max-width: calc(100% - 70px);
  }
  .results-navigation button {
    max-width: 30px;
    background-size: 30px;
  }
  .results-navigation button img {
    max-width: 30px;
  }
}
/*--------------------------------------------------------------------*/
/*           TESTIMONIALS                                             */
/*--------------------------------------------------------------------*/
.testimonials {
  color: #464646;
  /*background: linear-gradient(0deg, #20486D 30%, #D9D5CE 30%);*/
  background: linear-gradient(180deg, #20486D 15%, #D9D5CE 15%, #D9D5CE 70%, #20486D 70%, #20486D 100%);
}

.testimonials--blue {
  /*background: linear-gradient(0deg, #3D9B93 30%, #D9D5CE 30%);*/
  background: linear-gradient(180deg, #3D9B93 15%, #D9D5CE 15%, #D9D5CE 70%, #3D9B93 70%, #3D9B93 100%);
}

.testimonials .container {
  background-color: #fff;
  padding: 100px 40px 120px;
}

.testimonials__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 66px;
}

.testimonials-item {
  max-width: 288px;
}

.testimonials-item__img {
  margin-bottom: 53px;
  max-width: 160px;
  display: flex;
  align-items: flex-start;
}

.testimonials-item__img img {
  width: 100%;
}

.testimonials-item__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.testimonials-item__text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

.testimonials-item__bt {
  text-decoration: underline;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #20486D;
  transition: all 300ms linear;
}

.testimonials-item__bt--blue {
  color: #3D9B93;
}

.testimonials-item__bt:hover {
  opacity: 0.6;
}

.testimonials-item iframe {
  min-width: auto !important;
}

@media (max-width: 1199px) {
  .testimonials .container {
    background-color: #fff;
    padding: 50px 20px 0px;
  }
  .testimonials-item {
    margin-bottom: 50px;
  }
  .testimonials-item__img {
    margin-bottom: 20px;
  }
  .testimonials__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .testimonials-item__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .testimonials-item__bt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .testimonials-item {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------------*/
/*           FAQS                                                     */
/*--------------------------------------------------------------------*/
.faqs {
  background-color: #20486D;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faqs--blue {
  background-color: #3D9B93;
}

.faqs__title {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 92px;
  font-weight: 700;
}

.faqs .col-md-12 {
  position: relative;
}

.faqs-carousel {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.faqs-carousel .owl-item {
  width: 100%;
}

.faqs-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.faqs-carousel .owl-stage .owl-item {
  align-items: stretch;
  display: flex;
}

.faqs-carousel__title {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: right;
  padding-left: 60px;
}

.faqs-carousel__text {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 15px;
}

.faqs-carousel__box {
  display: flex;
  flex-flow: row;
  width: 100%;
}

.faqs-carousel__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.faqs-carousel__col p {
  color: #fff;
}

.faqs-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  align-items: center;
  top: 0;
}

.faqs-navigation button {
  display: flex;
  align-items: center;
  max-width: 62px;
}

.faqs-form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.faqs-form__input {
  background-color: transparent;
  border: 0px;
  color: #43729D;
  font-weight: 700;
  font-family: "Alga";
  font-size: 24px;
  line-height: 46px;
}

.faqs-form__input::-moz-placeholder {
  color: #43729D;
  font-weight: 700;
  font-family: "Alga";
  font-size: 24px;
  line-height: 46px;
  opacity: 1;
}

.faqs-form__input::placeholder {
  color: #43729D;
  font-weight: 700;
  font-family: "Alga";
  font-size: 24px;
  line-height: 46px;
  opacity: 1;
}

.faqs-form__input--blue {
  color: #2C766F;
}

.faqs-form__input--blue::-moz-placeholder {
  color: #2C766F;
}

.faqs-form__input--blue::placeholder {
  color: #2C766F;
}

input:focus {
  outline: none;
}

.faqs-form__item {
  display: flex;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

.faqs-form__btn {
  font-family: "Alga", serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding-right: 40px;
  background-image: url("../assets/imgs/faqs-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 300ms linear;
  width: 120px;
}

.faqs-form__btn:hover {
  opacity: 0.6;
}

@media (max-width: 1099px) {
  .faqs {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .faqs__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .faqs-navigation button {
    max-width: 50px;
  }
  .faqs-carousel__box {
    flex-flow: column;
  }
  .faqs-carousel__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .faqs-carousel__title {
    text-align: left;
    padding-left: 0px;
  }
  .faqs-carousel .owl-stage .owl-item {
    display: block;
  }
}
@media (max-width: 767px) {
  .faqs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faqs__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .faqs-form {
    justify-content: flex-start;
  }
  .faqs-form__item {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
  }
  .faqs-form__input {
    width: auto;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .faqs-form__btn {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .faqs-carousel__col p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  .owl-carousel.faqs-carousel {
    max-width: calc(100% - 70px);
  }
  .faqs-navigation button {
    max-width: 30px;
  }
  .faqs-navigation button img {
    max-width: 30px;
  }
}
/*--------------------------------------------------------------------*/
/*           FEATURED PRODUCT                                         */
/*--------------------------------------------------------------------*/
.featured-product {
  min-height: 915px;
  background-image: url("../assets/imgs/featured-products-antiestrias.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  overflow: hidden;
  position: relative;
}

.featured-product--scars {
  background-image: url("../assets/imgs/bg-featured-cicatrices.jpg");
}

.featured-product .container {
  display: flex;
  position: relative;
  z-index: 10;
}

.featured-product .container .row {
  width: 100%;
  margin: 0;
}

.featured-product .container .row .col-md-6 {
  display: flex;
}

.featured-product__img {
  position: absolute;
  bottom: -5px;
  right: 0px;
}

.featured-product-box__img img {
  width: 100%;
}

.featured-product-box {
  align-self: center;
  margin-top: 50px;
  padding-left: 45px;
}

.featured-product-box__img {
  max-width: 426px;
  display: flex;
  align-items: center;
}

.featured-product-box__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 56px;
  max-width: 400px;
  margin-left: 44px;
  margin-top: -15px;
  color: #fff;
}

.featured-product-box__bt {
  background-color: #314D84;
  color: #fff;
  text-decoration: none;
  padding: 18px 18px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 47px;
  margin-top: 15px;
  transition: all 300ms linear;
  width: 280px;
  display: flex;
  justify-content: center;
}

.featured-product-box__bt:hover {
  opacity: 0.6;
}

.featured-product-box__bt--blue {
  background-color: #3D9B93;
}

@media (max-width: 1099px) {
  .featured-product {
    min-height: 600px;
  }
  .featured-product-box__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .featured-product__img {
    display: flex;
    align-items: center;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .featured-product--scars {
    background-image: url("../assets/imgs/bg-mob-cicatrices.jpg");
  }
  .featured-product--anti-stretch {
    background-image: url("../assets/imgs/bg-mob-antiestrias.jpg");
  }
  .featured-product-box {
    padding-left: 0px;
    max-width: 300px;
  }
  .featured-product__img {
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    position: relative;
  }
  .featured-product-box__img {
    justify-content: center;
  }
  .featured-product__img {
    max-width: 200px;
  }
  .featured-product__img img {
    max-width: 200px;
  }
  .featured-product-box__img img {
    max-width: 200px;
  }
  .featured-product-box__title {
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
  }
  .featured-product-box__bt {
    padding: 15px 10px;
    width: auto;
    font-size: 16px;
    line-height: 19px;
    margin-left: 20px;
    margin: 0 auto;
    margin-top: 250px;
    margin-bottom: 25px;
  }
  .featured-product .container .row .col-md-6 {
    justify-content: center;
  }
}
/* @media(max-width:600px){
.featured-product-box__bt{
  width: 100%;
  max-width: 280px;
  margin: 0;
  margin-bottom: 30px;
}
} */
/*--------------------------------------------------------------------*/
/*           FOOTER                                                   */
/*--------------------------------------------------------------------

.footer{
background-color: #fff;
padding: 30px 0;
font-weight: 700;
}

.footer img{
width: 100%;
max-width: 56px;
}

.footer .hero-ig img{
max-width: 31.5px;
}

.footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.footer ul li{
padding: 0 10px;
}

.footer ul a{
text-decoration: none;
color: #464646;
transition: all 300ms linear;
}

.footer ul a:hover{
opacity: 0.6;
}

.footer .col-md-9{
display: flex;
justify-content: center;
align-items: center;
}

.footer .col-md-11{
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 50px;
flex-wrap: wrap;
}


.footer__address {
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: left;
color: #464646;
}

@media(max-width:1099px){
.footer ul{
  font-size: 14px;
  flex-wrap: wrap;
}

.footer ul li {
  padding: 10px 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
}

@media(max-width: 992.98px){
.footer .col-md-9,
.footer .col-md-11{
  flex: 0 0 70%;
  width: 70%;
  flex-flow: column;
}
.footer .col-md-2{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
  display: none;
}



.hero-ig--footer-mob{
  display: flex;
}

}

@media(max-width:767px){

.footer .col-md-1{
  flex: 0 0 30%;
  width: 30%;
}


.footer .col-md-11{
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.footer ul{

}

.footer ul li {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  padding: 10px 0;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  text-align: left;
}

.hero-ig--footer-mob{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  right: auto;
  left: 0;
  margin-left: 0px;
  margin-right: auto;
  top: auto;
  padding-top: 10px;
  border-top: 1px solid #707070;
  width: 100%;
}
}

*/
/*--------------------------------------------------------------------*/
/*           LEGAL TEXTS                                              */
/*--------------------------------------------------------------------*/
.legal-texts {
  padding: 100px 0px;
}

.legal-texts__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.legal-texts__subtitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.legal-texts__subtitle--two {
  font-size: 20px;
}

.legal-texts__paragraph {
  margin-bottom: 15px;
}

.legal-texts__paragraph a {
  color: #464646;
  text-decoration: none;
}

.legal-texts__paragraph a:hover {
  opacity: 0.5;
}

.legal-texts__list a {
  color: #464646;
  text-decoration: none;
}

.legal-texts__list a:hover {
  opacity: 0.5;
}

.legal-texts__paragraph--last {
  margin-bottom: 30px;
}

.legal-texts__list {
  list-style: none;
  padding: 0px;
}

.legal-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

/* Zebra striping */
.legal-table tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.5);
}

.legal-table tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.3);
}

.legal-table th {
  background: #464646;
  color: white;
  font-weight: bold;
}

.legal-table td, .legal-table th {
  padding: 10px;
  border: 0;
  text-align: left;
  font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .legal-table table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  .legal-table table, .legal-table thead, .legal-table tbody, .legal-table th, .legal-table td, .legal-table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .legal-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .legal-table td {
    /* Behave  like a "row" */
    border: none;
    /*border-bottom: 1px solid #eee; */
    position: relative;
    padding-left: 50%;
  }
  .legal-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    color: #464646;
    font-weight: bold;
  }
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  text-decoration: none;
  color: #464646 !important;
  border: none !important;
  width: auto;
  padding: 0 !important;
  font-size: inherit !important;
  font-family: "Alga", sans-serif;
  font-weight: 700;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
  color: #464646 !important;
  background-color: transparent !important;
}

/*BLOG*/
.container.container--small {
  max-width: 1150px;
}

.hero-blog {
  height: 766px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 240px;
}

.hero-blog__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
}

.hero-blog__subtitle {
  font-weight: bold;
  font-size: 84px;
  line-height: 84px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.hero-blog__text {
  max-width: 537px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 90px;
}

.hero-blog__text:after {
  content: "";
  max-width: 412px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  border: 0;
  bottom: 0px;
  left: 0px;
}

.hero-blog__cat-title {
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
}

.hero-blog__cat-list {
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0px;
}

.hero-blog__cat-list.hero-blog__cat-list--blue-scars .hero-blog__cat-item.hero-blog__cat-item--active:after {
  background-color: #20486c;
}

.hero-blog__cat-list li:before {
  content: "|";
  padding: 0 4px;
}

.hero-blog__cat-list li:nth-child(1):before {
  display: none;
}

.hero-blog__cat-item {
  position: relative;
  margin-bottom: 15px;
}

.hero-blog__cat-item a {
  color: #fff;
  text-decoration: none;
}

.hero-blog__cat-item a:hover {
  opacity: 0.5;
}

.hero-blog__cat-item:nth-child(1).hero-blog__cat-item--active:after {
  left: 0px;
}

.hero-blog__cat-item.hero-blog__cat-item--active:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  background-color: #3D9B93;
  border: 0px;
  border-radius: 15px;
  bottom: -10px;
  left: 10px;
}

.blog-list {
  padding-bottom: 75px;
  margin-top: -40px;
}

.blog-col {
  margin-bottom: 20px;
  background: linear-gradient(rgba(247, 247, 247, 0) 0%, #f7f7f7 62.56%, #f7f7f7 100%);
}

.blog-col__img {
  width: 100%;
  padding-bottom: 98%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-col__content {
  padding: 28px 78px 50px;
}

.blog-col__category {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #3d9b93;
  margin-bottom: 9px;
}

.blog-col__category--blue-scars {
  color: #20486D;
}

.blog-col__title {
  margin-top: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  line-height: 21px;
  text-align: left;
  color: #000;
  margin-bottom: 14px;
  min-height: 84px;
}

.blog-col__title--home {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 83px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-col__description {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 91px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-readmore {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #262626;
  display: flex;
  justify-content: center;
}

.btn-readmore:hover {
  opacity: 0.5;
}

.pagination {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #3d9b93;
}

.pagination a {
  text-decoration: none;
}

.pagination span {
  padding: 0 2px;
}

.pagination span.current-page {
  border-bottom: 2px solid;
}

.pagination a span {
  color: #3d9b93;
  text-decoration: none;
}

.pagination--blue-scars a span {
  color: #20486D;
  text-decoration: none;
}

.pagination span a {
  color: #3d9b93;
  text-decoration: none;
}

.pagination--blue-scars span a {
  color: #20486D;
  text-decoration: none;
}

.pagination-bt {
  margin-right: 38px;
  background-image: url("../assets/imgs/blog-prev.svg");
  background-size: 35px 25px;
  width: 35px;
  height: 25px;
  background-repeat: no-repeat;
}

.pagination-bt--next {
  margin-left: 38px;
  margin-right: 0px;
  background-image: url("../assets/imgs/blog-next.svg");
}

.pagination--blue-scars {
  color: #20486D;
}

.pagination--blue-scars .pagination-bt {
  background-image: url("../assets/imgs/blog-scars-prev.svg");
}

.pagination--blue-scars .pagination-bt.pagination-bt--next {
  background-image: url("../assets/imgs/blog-scars-next.svg");
}

@media (max-width: 992px) {
  .pagination {
    margin-top: 50px;
  }
}
/*SINGLE BLOG*/
.hero-single-blog {
  height: 766px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container--blog {
  max-width: 1520px;
}

.blog-post {
  padding-top: 160px;
  padding-bottom: 100px;
}

.blog-sidebar {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 66px;
  position: relative;
}

.blog-sidebar:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0px;
  width: 1px;
  background-color: #707070;
}

.blog-sidebar__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  text-align: left;
  color: #141414;
  margin-bottom: 62px;
  max-width: 460px;
  width: 100%;
}

.blog-sidebar-post {
  margin-bottom: 20px;
  max-width: 460px;
  width: 100%;
}

.blog-sidebar-post__img {
  width: 100%;
  padding-bottom: 98%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 28px;
}

.blog-sidebar-post__cat {
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #3d9b93;
  margin-bottom: 9px;
}

.blog-sidebar-post__cat--blue-scars {
  color: #20486D;
}

.blog-sidebar-post__title {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  line-height: 21px;
  text-align: left;
  color: #000;
  margin-bottom: 13px;
  max-width: 307px;
}

.blog-sidebar-post__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 37px;
}

.btn-readmore {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #262626;
  display: flex;
  justify-content: center;
}

.btn-readmore--sidebar {
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.btn-readmore:hover {
  opacity: 0.5;
}

.blog-content {
  background-color: #429B93;
  padding: 40px 90px 92px 40px;
  max-width: 780px;
  margin-top: -482px;
  margin-bottom: 42px;
}

.blog-content--blue-scars {
  background-color: #20486D;
}

.blog-content-info {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}

.blog-content-info__cat {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
}

.blog-content-info__date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.blog-content__title {
  font-weight: bold;
  font-size: 54px;
  letter-spacing: -0.02em;
  line-height: 54px;
  text-align: left;
  color: #fff;
  max-width: 620px;
  margin-bottom: 40px;
  margin-top: 0px;
  min-height: 225px;
}

.blog-content-add__time {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background-image: url(imgs/time.svg);
  padding-left: 55px;
  background-repeat: no-repeat;
  height: 35px;
  background-size: 35px;
  display: flex;
  align-items: center;
}

.share {
  max-width: 238px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.share__title {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-bottom: 14px;
  margin-bottom: 25px;
}

.share__box {
  display: flex;
  justify-content: space-between;
}

.share__social {
  width: 35px;
  height: 35px;
  background-size: 35px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-content-add {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.share__social--tw {
  background-image: url("../assets/imgs/share-twitter.svg");
}

.share__social--tw:hover {
  background-image: url("../assets/imgs/share-blue-twitter.svg");
}

.share__social--ln {
  background-image: url("../assets/imgs/share-linkedin.svg");
}

.share__social--ln:hover {
  background-image: url("../assets/imgs/share-blue-linkedin.svg");
}

.share__social--fb {
  background-image: url("../assets/imgs/share-facebook.svg");
}

.share__social--fb:hover {
  background-image: url("../assets/imgs/share-blue-facebook.svg");
}

.share__social--tg {
  background-image: url("../assets/imgs/share-telegram.svg");
}

.share__social--tg:hover {
  background-image: url("../assets/imgs/share-blue-telegram.svg");
}

.share__social--wp {
  background-image: url("../assets/imgs/share-whatsapp.svg");
}

.share__social--wp:hover {
  background-image: url("../assets/imgs/share-blue-whatsapp.svg");
}

.blog-box {
  max-width: 780px;
}

.blog-box p {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: left;
  color: #383838;
  padding: 0 24px;
}

.blog-box a {
  color: #383838;
}

.blog-box li::marker {
  font-size: 14px;
}

.blog-box ul {
  margin: 0 24px 20px;
  display: grid;
  gap: 10px;
}
.blog-box ul li p {
  margin-bottom: 0px;
}

.blog-box h1,
.blog-box h2,
.blog-box h3,
.blog-box h4,
.blog-box h5,
.blog-box h6 {
  padding: 0 24px;
  margin-bottom: 20px;
}

p.blog-text__intro {
  font-weight: 700;
}

.blog-box img {
  margin-bottom: 56px;
  width: 100% !important;
  height: auto !important;
}

blockquote {
  background-image: url("../assets/imgs/blockquote.svg");
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #191818;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
  justify-content: center;
  padding: 70px 24px 40px;
}

.blog-home {
  padding: 80px 0 80px;
  background-color: #3D9B93;
}

.blog-home--blue-scars {
  background-color: #20486D;
}

.blog-home__subtitle {
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  line-height: 54px;
  text-align: left;
  color: #fff;
}

.blog-home__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-home__description {
  max-width: 812px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-bottom: 60px;
}

.blog-carousel {
  max-width: calc(100% - 200px);
  margin: 0 auto;
  margin-bottom: 42px;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  align-items: center;
  top: 0;
}

@media (max-width: 1380px) {
  .blog-sidebar {
    margin-left: 0px;
    padding-left: 22px;
  }
}
@media (max-width: 1099px) {
  .blog-home {
    padding: 50px 0;
  }
  .blog-home__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-home__subtitle {
    font-size: 18px;
  }
  .blog-home__description {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-col__content {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .blog-navigation button {
    max-width: 50px;
  }
  .blog-navigation button img {
    max-width: 50px;
  }
  .blog-content {
    padding: 40px;
  }
  .blog-sidebar__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .btn-readmore {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-blog__subtitle {
    font-size: 44px;
    line-height: 54px;
  }
  .hero-blog__cat-title {
    font-size: 34px;
    line-height: 44px;
  }
  .hero-blog {
    padding-top: 100px;
  }
  .hero-blog__text {
    margin-bottom: 30px;
  }
  .hero-blog {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding: 0px;
  }
  .blog-sidebar:before {
    display: none;
  }
  .blog-content {
    margin-top: -250px;
  }
  .blog-content-info {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .blog-content-info__date {
    margin-bottom: 15px;
  }
  .blog-content__title {
    font-size: 42px;
    line-height: 42px;
    min-height: auto;
  }
  .hero-single-blog {
    height: 450px;
  }
  .blog-sidebar-post {
    margin-bottom: 50px;
  }
  .blog-sidebar .file {
    display: none;
  }
}
@media (max-width: 650px) {
  .blog-navigation button {
    max-width: 30px;
  }
  .blog-navigation button img {
    max-width: 30px;
  }
  .blog-carousel {
    max-width: calc(100% - 70px);
  }
}
#welcome_popup {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}

#welcome_popup img {
  width: 100%;
}

.popup-welcome__box {
  padding: 0px;
  background-color: transparent;
  max-height: 100%;
  margin: 0 auto;
}

.popup__content {
  background-color: #20486D;
  display: flex;
  flex-flow: row;
}

.popup__cl.popup__cl--lf {
  width: 56%;
  background-image: url("../assets/imgs/img-popup-desk.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}

.popup__cl.popup__cl--rg {
  width: 44%;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 60px;
}

.popup__tit {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  color: #d9d5ce;
  margin-bottom: 60px;
}

.antiestrias .popup__tit {
  font-size: 50px;
  line-height: 60px;
}

.popup__txt {
  color: #fff;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 35px;
}

img.popup__piel {
  float: none;
  max-width: 400px;
  margin-bottom: 20px;
}

.popup__bx .link,
.popup__bx .link a {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  color: #fff;
}

.popup__bx .link a {
  padding-right: 30px;
  background-image: url("../assets/imgs/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px;
}

.popup__bx .link a:focus-within {
  outline: none;
}

img.popup__stada {
  max-width: 90px;
  margin-left: 20px;
}

.popup__info {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.antiestrias .popup__info {
  justify-content: flex-end;
}

#welcome_popup button.fancybox-button.fancybox-close-small {
  color: white !important;
}

@media (max-width: 1198.98px) {
  .popup__cl.popup__cl--rg {
    padding: 30px;
  }
  .popup__tit {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .popup__content {
    flex-flow: column-reverse;
  }
  .popup__cl.popup__cl--lf,
  .popup__cl.popup__cl--rg {
    width: 100%;
  }
  .popup__cl.popup__cl--lf {
    padding-bottom: 73%;
    background-position: center;
  }
}
@media (max-width: 550px) {
  .popup__cl.popup__cl--lf {
    padding-bottom: 96%;
    background-image: url("../assets/imgs/img-pop-mob.jpg");
    background-position: center;
  }
}
.single-product-ig {
  padding: 100px 0px;
}

.single-product-ig--blue-scars {
  background-color: #20486D;
}

.single-product-ig--blue {
  background-color: #3D9B93;
}

.ig-carousel {
  max-width: calc(100% - 200px);
  margin: 0 auto;
  /* margin-bottom: 42px; */
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .single-product-related__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .single-product-related {
    padding: 80px 0;
  }
  .single-product-ig {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .single-product-related__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .single-product-related {
    padding: 50px 0;
  }
  .single-product-ig {
    padding: 50px 0;
  }
}
/*new faqs page*/
.faqs-page {
  padding: 130px 0 85px;
}

.circle__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-bottom: 34px;
  margin-top: 0px;
}

.circle {
  max-width: 465px;
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle--faqs {
  margin-left: 100px;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #20486c;
  content: "";
}

.circle--blue:after {
  background-color: #3D9B93;
}

.circle--blue .faqs-form__input::-moz-placeholder {
  color: #464646;
}

.circle--blue .faqs-form__input,
.circle--blue .faqs-form__input::placeholder {
  color: #464646;
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  padding: 60px;
}

.faqs-list {
  padding-left: 100px;
}

.faqs-form--page {
  margin-bottom: 0px;
  justify-content: flex-start;
}

.faqs-form--page .faqs-form__item {
  width: 100%;
  flex-flow: row;
}

.faqs-form--page .faqs-form__input {
  width: 100%;
}

.faqs__item {
  border-bottom: 3px solid #fff;
  padding: 45px 50px 45px 15px;
  margin-bottom: 40px;
}

.faqs__question {
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  text-align: left;
  color: #464646;
  background-image: url("../assets/imgs/faqs/icon-arrow-down-scars.svg");
  background-repeat: no-repeat;
  background-position: right top 5px;
  cursor: pointer;
  padding-right: 75px;
}

.faqs__question h3 {
  margin: 0;
}

.faqs__question--active {
  background-image: url("../assets/imgs/faqs/icon-arrow-up-scars.svg");
}

.faqs__question--blue {
  background-image: url("../assets/imgs/faqs/icon-arrow-down-stretch.svg");
}

.faqs__question--active.faqs__question--blue {
  background-image: url("../assets/imgs/faqs/icon-arrow-up-stretch.svg");
}

.faqs__answer {
  max-width: 860px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #464646;
  padding-top: 60px;
}

.faqs__answer p {
  margin-bottom: 20px;
}

.circle--products .circle__content {
  padding: 0 100px;
}

.circle.circle--products.circle--blue {
  margin-top: 100px;
}

.circle.circle--products.circle--blue .circle__content {
  padding: 0 75px;
}

.circle.circle--products.circle--blue .circle__content img {
  margin-top: -75px;
}

.prod-dob .circle.circle--products.circle--blue .circle__content {
  padding: 0;
  padding-top: 100px;
}

.maps-search--in {
  padding-top: 135px;
  margin-bottom: -100px;
}

.circle--map {
  margin-left: 150px;
  max-width: 588px;
}

.circle--map .circle__content {
  padding: 90px;
}

.circle--map .maps-search__item input::-moz-placeholder {
  font-size: 40px;
  line-height: 40px;
}

.circle--map .maps-search__item input,
.circle--map .maps-search__item input::placeholder {
  font-size: 40px;
  line-height: 40px;
}

.circle--map .maps-search__box {
  padding-bottom: 50px;
}

.circle--blue.circle--map .maps-search__box--in .maps-search__item label,
.circle--blue.circle--map .maps-search__box--in .maps-search__item button {
  color: #464646;
}

.circle--blue.circle--map .maps-search__box--in .maps-search__item:after {
  background-color: #464646;
}

.circle--blue.circle--map .maps-search__item input::-moz-placeholder {
  color: #ffffff;
}

.circle--blue.circle--map .maps-search__item input,
.circle--blue.circle--map .maps-search__item input::placeholder {
  color: #ffffff;
}

.maps-search__box--in {
  width: auto;
  height: auto;
  background-color: transparent;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 0px;
}

.maps-search__box--in .maps-search__item label {
  text-align: left;
}

@media (max-width: 992px) {
  .circle--faqs {
    padding-left: 0px;
  }
  .faqs-list {
    padding-left: 0px;
  }
  .circle {
    margin-left: 0px;
  }
  .circle__content {
    padding: 50px;
  }
  .circle--products .circle__content {
    padding: 50px;
  }
  .circle__title {
    font-size: 28px;
    line-height: 28px;
  }
  .faqs-form__input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .faqs-form__input,
  .faqs-form__input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .faqs__item {
    padding: 30px 0px 30px 0px;
    margin-bottom: 20px;
  }
  .faqs__question {
    font-size: 22px;
    line-height: 24px;
    padding-right: 50px;
    background-size: 30px;
  }
  .faqs__answer {
    padding-top: 30px;
    font-size: 16px;
    line-height: 18px;
  }
  .single-product-header__content {
    padding-top: 0px;
  }
  .single-product-buttons {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .single-product-header__content {
    padding-top: 30px;
  }
  .single-product-header {
    padding-top: 100px;
  }
}
@media (max-width: 650px) {
  .single-product-description__box {
    flex-flow: column;
  }
  .single-product-description__title,
  .single-product-header__title {
    font-size: 28px;
    line-height: 36px;
  }
  .single-product-description__description,
  .single-product-header__text {
    font-size: 16px;
    line-height: 20px;
  }
  .single-product-buttons {
    padding: 50px 0;
  }
}
#onetrust-pc-sdk .ot-pc-logo {
  visibility: hidden !important;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none !important;
}

.page-error {
  padding: 250px 0 170px;
}

.error__box {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.error__box .btn {
  max-width: 398px;
  width: 100%;
  height: 79px;
  background: #3D9B93;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
  font-family: Alga;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.error__box h1 {
  font-family: Alga;
  font-weight: bold;
  font-size: 294px;
  line-height: 294px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

.error__box h2 {
  font-family: Alga;
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
  text-align: left;
  color: #464646;
  margin-bottom: 50px;
  margin-top: -20px;
  text-align: center;
}

.btn.btn--blue-scars {
  background-color: #20486D;
}

@media (max-width: 992px) {
  .page-error {
    padding-top: 200px;
  }
  .error__box h1 {
    font-size: 200px;
    line-height: 200px;
  }
  .error__box h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 40px;
    margin-top: -10px;
  }
  .btn {
    max-width: 350px;
    height: 69px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .error__box h1 {
    font-size: 150px;
    line-height: 150px;
  }
  .error__box h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .btn {
    max-width: 300px;
    height: 59px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .page-error {
    padding: 200px 0;
  }
  .error__box h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error__box h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .btn {
    max-width: 250px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }
}
.btn-buy {
  z-index: 99;
  background-image: url("../assets/imgs/ico-buy.png");
  background-size: 30px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 175px;
  height: 53px;
  padding: 15px 15px 15px 60px;
  background-position: center left 18px;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
}

.foot-txt-sm {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: right;
  width: 100%;
}

@media (max-width: 767.98px) {
  .foot-txt-sm {
    text-align: left;
  }
}
.popup__content.antiestrias {
  background-color: #3D9B93;
}

.popup__content.antiestrias .popup__cl.popup__cl--lf {
  padding-bottom: 0;
  background-color: white;
  background-image: none;
  display: flex;
  align-items: center;
}

.popup__content.antiestrias .popup__cl.popup__cl--lf img {
  display: block;
}

.popup__content.antiestrias .popup__tit {
  color: #fff;
  margin-bottom: 5px;
}

.popup__content.antiestrias .popup__bx .link a {
  background-image: none;
}

.popup__content.antiestrias .popup__bx {
  width: 100%;
}

@media (max-width: 992.98px) {
  .prod-icons__it {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .popup__content.antiestrias .popup__cl.popup__cl--lf {
    padding-bottom: 0;
  }
}
/*download*/
.file {
  color: #fff;
  margin-bottom: 18px;
  /* padding: 20px 30px 30px; */
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 460px;
}

.file--content {
  display: none;
}

.file__bx {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 20px 30px 30px;
}

.file__bx--blue,
.file__bx--oil {
  background-color: #429B93;
}

.file__bx--blue-scars {
  background-color: #20486D;
}

.file__bx p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.file__bx .btn {
  font-size: 18px;
  line-height: 24px;
  color: #20486D;
  background-color: #fff;
  width: 100%;
  max-width: 236px;
  height: 42px;
  font-family: "Alga", sans-serif;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC40OCIgaGVpZ2h0PSIxOS4wNTUiIHZpZXdCb3g9IjAgMCAxMC40OCAxOS4wNTUiPg0KICA8ZyBpZD0iaWNvbl9kb3dubG9hZCIgZGF0YS1uYW1lPSJpY29uIGRvd25sb2FkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0My44NDggLTE0NS45NDUpIj4NCiAgICA8ZyBpZD0iR3J1cG9fNzc1NyIgZGF0YS1uYW1lPSJHcnVwbyA3NzU3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MjU0LjEyNSAtNTE5LjA3OCkgcm90YXRlKDkwKSI+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzkiIGRhdGEtbmFtZT0iTMOtbmVhIDkiIHgxPSIxMy41OTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2NS41MjMgMzcwNS4wMzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyMDQ4NmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzEwIiBkYXRhLW5hbWU9IkzDrW5lYSAxMCIgeDE9IjMuNjMiIHkxPSI0LjUzNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjc1LjQ4NCAzNzAwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyMDQ4NmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzExIiBkYXRhLW5hbWU9IkzDrW5lYSAxMSIgeDE9IjMuNjMiIHkyPSI0LjUzNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjc1LjQ4NCAzNzA1LjAzNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIwNDg2ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkzDrW5lYV8xMTAiIGRhdGEtbmFtZT0iTMOtbmVhIDExMCIgeDI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTQ0LjA4OCAxNjQuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFmNDY2YSIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding: 0 60px;
  text-align: right;
  box-shadow: none;
}

.file__bx .btn:hover {
  opacity: 1;
}

.file__bx .btn.disabled {
  opacity: 0.38;
}

.file.file--blue .file__bx .btn {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC40OCIgaGVpZ2h0PSIxOS4wNTUiIHZpZXdCb3g9IjAgMCAxMC40OCAxOS4wNTUiPg0KICA8ZyBpZD0iaWNvbi1kb3dubG9hZF9ibHVlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0My44NDggLTE0NS45NDUpIj4NCiAgICA8ZyBpZD0iR3J1cG9fNzc1NyIgZGF0YS1uYW1lPSJHcnVwbyA3NzU3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MjU0LjEyNSAtNTE5LjA3OCkgcm90YXRlKDkwKSI+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzkiIGRhdGEtbmFtZT0iTMOtbmVhIDkiIHgxPSIxMy41OTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2NS41MjMgMzcwNS4wMzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzZDliOTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzEwIiBkYXRhLW5hbWU9IkzDrW5lYSAxMCIgeDE9IjMuNjMiIHkxPSI0LjUzNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjc1LjQ4NCAzNzAwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzZDliOTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzExIiBkYXRhLW5hbWU9IkzDrW5lYSAxMSIgeDE9IjMuNjMiIHkyPSI0LjUzNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjc1LjQ4NCAzNzA1LjAzNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkOWI5MyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkzDrW5lYV8xMTAiIGRhdGEtbmFtZT0iTMOtbmVhIDExMCIgeDI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTQ0LjA4OCAxNjQuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkOWI5MyIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
}

.file.file--blue .btn,
.file.file--oil .btn {
  color: #429B93;
}

.file__dwn {
  position: absolute;
  top: 100%;
  background-color: rgb(255, 255, 255);
  width: 100%;
  left: 0;
  padding: 30px;
  display: none;
  animation-duration: 4s;
  top: 0;
}

.file__dwn.js-show {
  display: block;
  top: 100%;
}

.file__dwn form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.file__dwn form input[type=text]::-moz-placeholder, .file__dwn form input[type=email]::-moz-placeholder {
  width: 100%;
  max-width: 236px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Alga", sans-serif;
  padding: 6px 14px;
  color: #20486D;
  margin-bottom: 20px;
  font-weight: 700;
  border: 0;
}

.file__dwn form input[type=text],
.file__dwn form input[type=email],
.file__dwn form input[type=text]::placeholder,
.file__dwn form input[type=email]::placeholder {
  width: 100%;
  max-width: 236px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Alga", sans-serif;
  padding: 6px 14px;
  color: #20486D;
  margin-bottom: 20px;
  font-weight: 700;
  border: 0;
}

.file__dwn form input[type=text],
.file__dwn form input[type=email] {
  border: 1px solid #ddd;
}

.file__dwn form input[type=text]::-moz-placeholder, .file__dwn form input[type=email]::-moz-placeholder {
  padding: 0;
}

.file__dwn form input[type=text]::placeholder,
.file__dwn form input[type=email]::placeholder {
  padding: 0;
}

.file__dwn form input[type=submit] {
  font-family: "Alga", sans-serif;
  width: 100%;
  max-width: 236px;
  height: 42px;
  background: #20486d;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.16));
  border: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC40OCIgaGVpZ2h0PSIxOC4wNTUiIHZpZXdCb3g9IjAgMCAxMC40OCAxOC4wNTUiPg0KICA8ZyBpZD0iaWNvbl9kb3dubG9hZF93aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NDMuODQ4IC0zNzAuOTUxKSI+DQogICAgPGcgaWQ9IkdydXBvXzc3NTgiIGRhdGEtbmFtZT0iR3J1cG8gNzc1OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI1NC4xMjUgLTI5NC4wNzIpIHJvdGF0ZSg5MCkiPg0KICAgICAgPGxpbmUgaWQ9IkzDrW5lYV85IiBkYXRhLW5hbWU9IkzDrW5lYSA5IiB4MT0iMTMuNTkxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NjUuNTIzIDM3MDUuMDM3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPGxpbmUgaWQ9IkzDrW5lYV8xMCIgZGF0YS1uYW1lPSJMw61uZWEgMTAiIHgxPSIzLjYzIiB5MT0iNC41MzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY3NS40ODQgMzcwMC41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPGxpbmUgaWQ9IkzDrW5lYV8xMSIgZGF0YS1uYW1lPSJMw61uZWEgMTEiIHgxPSIzLjYzIiB5Mj0iNC41MzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY3NS40ODQgMzcwNS4wMzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPC9nPg0KICAgIDxsaW5lIGlkPSJMw61uZWFfMTExIiBkYXRhLW5hbWU9IkzDrW5lYSAxMTEiIHgyPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU0NC4wODggMzg4LjUwNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 0 60px;
  text-align: center;
}

.file.file--blue .file__dwn form input[type=submit],
.file.file--oil .file__dwn form input[type=submit] {
  background-color: #429B93;
}

.file.file--blue .file__dwn form input[type=submit].disabled {
  opacity: 0.38;
  pointer-events: none;
}

.file.file--blue .file__dwn form input[type=text]::-moz-placeholder, .file.file--blue .file__dwn form input[type=email]::-moz-placeholder, .file.file--oil .file__dwn form input[type=text]::-moz-placeholder, .file.file--oil .file__dwn form input[type=email]::-moz-placeholder {
  color: #429B93;
}

.file.file--blue .file__dwn form input[type=text],
.file.file--blue .file__dwn form input[type=email],
.file.file--blue .file__dwn form input[type=text]::placeholder,
.file.file--blue .file__dwn form input[type=email]::placeholder,
.file.file--oil .file__dwn form input[type=text],
.file.file--oil .file__dwn form input[type=email],
.file.file--oil .file__dwn form input[type=text]::placeholder,
.file.file--oil .file__dwn form input[type=email]::placeholder {
  color: #429B93;
}

.file [type=radio] + label a,
.file [type=checkbox] + label a {
  color: #20486D;
}

.file [type=radio]:checked,
.file [type=radio]:not(:checked),
.file [type=checkbox]:checked,
.file [type=checkbox]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
}

.file [type=radio]:checked + label,
.file [type=radio]:not(:checked) + label,
.file [type=checkbox]:checked + label,
.file [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-family: "Alga", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #20486D;
  margin-right: 0;
  margin-bottom: 20px;
}

.file [type=radio]:checked + label:before,
.file [type=radio]:not(:checked) + label:before,
.file [type=checkbox]:checked + label:before,
.file [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
}

.file [type=radio]:checked + label:after,
.file [type=radio]:not(:checked) + label:after,
.file [type=checkbox]:checked + label:after,
.file [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #20486D;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.file [type=radio]:not(:checked) + label:after,
.file [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.file [type=radio]:checked + label:after,
.file [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.file.file--blue [type=radio]:checked + label,
.file.file--blue [type=radio]:not(:checked) + label,
.file.file--blue [type=checkbox]:checked + label,
.file.file--blue [type=checkbox]:not(:checked) + label,
.file.file--blue [type=radio]:checked + label a,
.file.file--blue [type=radio]:not(:checked) + label a,
.file.file--blue [type=checkbox]:checked + label a,
.file.file--blue [type=checkbox]:not(:checked) + label a .file.file--oil [type=radio]:checked + label,
.file.file--oil [type=radio]:not(:checked) + label,
.file.file--oil [type=checkbox]:checked + label,
.file.file--oil [type=checkbox]:not(:checked) + label,
.file.file--oil [type=radio]:checked + label a,
.file.file--oil [type=radio]:not(:checked) + label a,
.file.file--oil [type=checkbox]:checked + label a,
.file.file--oil [type=checkbox]:not(:checked) + label a {
  color: #429B93;
}

.file.file--blue [type=radio]:checked + label:after,
.file.file--blue [type=radio]:not(:checked) + label:after,
.file.file--blue [type=checkbox]:checked + label:after,
.file.file--blue [type=checkbox]:not(:checked) + label:after,
.file.file--oil [type=radio]:checked + label:after,
.file.file--oil [type=radio]:not(:checked) + label:after,
.file.file--oil [type=checkbox]:checked + label:after,
.file.file--oil [type=checkbox]:not(:checked) + label:after {
  background-color: #429B93;
}

.form-legal {
  color: #20486d;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-legal a {
  color: #20486d;
  text-decoration: none;
}

.file.file--blue .form-legal a,
.file.file--blue .form-legal,
.file.file--oil .form-legal a,
.file.file--oil .form-legal {
  color: #429B93;
}

/*popup*/
.fb-dwnld-popup {
  /* max-width: 500px!important; */
  padding: 0 !important;
}

.fb-dwnld-popup .popup__content {
  padding: 24px 65px 55px 60px;
  display: flex;
  flex-flow: column;
  max-width: 500px !important;
}

.fb-dwnld-popup.fb-dwnld-popup--blue .popup__content,
.fb-dwnld-popup.fb-dwnld-popup--oil .popup__content {
  background-color: #2C766F;
}

.fb-dwnld-popup .popup__content h3 {
  font-size: 57px;
  line-height: 57px;
  text-align: left;
  color: #d9d5ce;
  margin-bottom: 20px;
  margin-top: 10px;
}

.fb-dwnld-popup .popup__content p {
  font-size: 26px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.fb-dwnld-popup .popup__content a {
  width: 260px;
  height: 50px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  color: #20486d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.fb-dwnld-popup.fb-dwnld-popup--blue .popup__content a .fb-dwnld-popup.fb-dwnld-popup--oil .popup__content a {
  color: #2C766F;
}

.fb-dwnld-popup button {
  padding: 0 !important;
  right: 10px !important;
  top: 10px !important;
}

.fb-dwnld-popup button svg {
  color: #fff;
}

.fb-dwnld-popup button svg path {
  fill: #fff !important;
}

@media (max-width: 767.98px) {
  .file__dwn.js-show {
    position: relative;
  }
  .file--content {
    display: block;
    max-width: 100%;
  }
}
.chat-intro {
  padding: 277px 0 100px;
  background-color: #fff;
}

.chat-intro img {
  width: 100%;
  max-width: 570px;
  height: auto;
}

.chat-intro h1 {
  margin-bottom: 49px;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
}

.chat-intro p {
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 28px;
  max-width: 676px;
}

.chat-intro button.btn {
  width: 398px;
  height: 79px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.chat-intro button.btn--scars {
  background: #20486d;
}

.products.products--chat h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
  text-align: left;
  margin-bottom: 56px;
}

@media (max-width: 992.98px) {
  .chat-intro {
    padding: 150px 0 60px;
  }
  .chat-intro h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .chat-intro p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  .products.products--chat h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
/*professional popup*/
#professional_popup {
  padding: 0 !important;
  color: white;
  border-radius: 30px;
}

.professional-popup .popup__content {
  padding: 60px 90px;
  display: flex;
  flex-flow: column;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.professional-popup .popup__content p {
  margin-bottom: 36px;
}

.professional-popup .popup__content p.big {
  font-size: 40px;
}

.btn-rounded {
  max-width: 300px;
  height: 70px;
  border-radius: 51px;
  background: transparent;
  border: 1px solid #fff;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 20px;
}

.btn-rounded.btn-rounded--on {
  background: white;
  color: #20486D;
}

.professional-popup button.fancybox-button.fancybox-close-small {
  display: none !important;
}

@media (max-width: 767.98px) {
  .professional-popup .popup__content {
    padding: 40px 30px;
    font-size: 20px;
  }
  .professional-popup .popup__content p.big {
    font-size: 30px;
  }
  .btn-rounded {
    margin: 10px 0;
  }
}
.hero {
  background-color: #fff;
}

.hero.hero--oil .bg-video--des {
  display: block;
}

.hero.hero--oil .bg-video--mob {
  display: none;
}

@media (max-width: 767px) {
  .hero.hero--oil .hero__video {
    display: block;
  }
  .hero.hero--oil .bg-video--des {
    display: none;
  }
  .hero.hero--oil .bg-video--mob {
    display: block;
  }
  .hero.hero--oil::before {
    display: block;
    padding-top: 82.25%;
  }
}
.mdl-intro {
  background-color: #fff;
  padding-bottom: 96px;
}

/* .mdl-intro .container{
	max-width: 1550px;
} */
.mdl-intro .single-product-header__box {
  padding-left: 20px;
  position: relative;
}

.mdl-intro .circle.circle--products.circle--blue {
  margin: 0;
}

.mdl-intro .circle.circle--products.circle--blue .circle__content {
  padding: 0px 24px 0 60px;
}

.mdl-intro .circle.circle--products.circle--blue .circle__content img {
  margin-top: 0;
}

.mdl-intro h2, .mdl-intro p {
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #464646;
  margin: 0;
  margin-bottom: 30px;
}

.mdl-intro h2 {
  font-weight: 700;
  padding-top: 30px;
}

.mdl-intro__icons {
  display: flex;
  margin-left: -20px;
}

.mdl-intro__icons img {
  width: 100%;
  max-width: 150px;
}

.mdl-info {
  display: block;
  padding-top: 68px;
  padding: 68px 20px 80px;
  line-height: 120%;
}
.mdl-info .container {
  max-width: 120rem;
}

.mdl-info img {
  width: 100%;
}

/* .mdl-info .container{
	max-width: 1760px
} */
.mdl-info__it {
  border-top: 1px solid #707070;
}

.mdl-info__it:last-child {
  border-bottom: 1px solid #707070;
}

.mdl-info__q {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-align: left;
  color: #464646;
  width: 100%;
  display: flex;
  padding: 25px 60px 25px 0;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.mdl-info__q::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../../imgs/oil/close.png");
  background-size: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mdl-info__q.js-show::after {
  background-image: url("../../imgs/oil/open.png");
}

.mdl-info__q span {
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #464646;
  width: 80px;
  margin-right: 26px;
}

.mdl-info__a {
  border-top: 1px solid #707070;
  display: flex;
  justify-content: center;
  width: 100%;
  display: none;
  line-height: 120%;
}

.mdl-info__a.js-show {
  display: flex;
}

.mdl-info__bx {
  max-width: 1000px;
  padding: 50px 0;
  display: flex;
  width: 100%;
}

.mdl-info__bx--0 {
  font-size: 28px;
  line-height: 120%;
  text-align: left;
  color: #707070;
}

.mdl-info__bx--0 .mdl-info__cl--rg {
  width: 44%;
}

.mdl-info__bx--0 .mdl-info__cl--lf {
  width: 56%;
  padding-right: 80px;
}

.mdl-info__bx--0 .mdl-info__cl--lf .icon {
  margin-bottom: 50px;
}

.mdl-info__bx--1 {
  font-size: 28px;
  line-height: 120%;
  color: #707070;
  flex-flow: row wrap;
}

.mdl-info__bx--1 .icon {
  margin-bottom: 72px;
}

.mdl-info__bx--1 p {
  max-width: 550px;
  margin-bottom: 100px;
}

.mdl-info__bx--1 .mdl-info__cl {
  width: 50%;
}

.mdl-info__bx--1 .mdl-info__cl.mdl-info__cl--rg {
  padding-left: 80px;
}

.mdl-info__bx--1 .mdl-info__cl.mdl-info__cl--full {
  width: 100%;
}

.mdl-intro .hero-product__bt {
  margin-left: 0;
  margin-top: 55px;
}

.hero-product__bt.hero-product__bt--oil {
  background-color: #05988D;
}

.mdl-info__feat {
  font-size: 36px;
  line-height: 36px;
  display: flex;
  flex-flow: column;
  border-left: 1px solid #000;
  padding: 15px 15px 15px 40px;
  margin-bottom: 60px;
  font-weight: 600;
}

.mdl-info__feat span {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.mdl-info__bx--2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  font-size: 28px;
  line-height: 120%;
  text-align: left;
  color: #707070;
}

.mdl-info__bx--2 img.icon {
  margin-bottom: 72px;
}

.mdl-info__bx--2 p {
  max-width: 370px;
}

.mdl-info__bx--3 .mdl-info__cl--lf {
  width: 41%;
  font-size: 28px;
  line-height: 120%;
  color: #707070;
}

.mdl-info__bx--3 .mdl-info__cl--lf img.icon {
  margin-bottom: 80px;
}

.mdl-info__bx--3 .mdl-info__cl--lf p {
  margin-bottom: 80px;
  max-width: 428px;
}

.mdl-info__bx--3 .mdl-info__cl--rg {
  width: 59%;
  padding-top: 80px;
  padding-left: 80px;
}

.mdl-info__bx--3 .mdl-info__cl--rg .mdl-info__it {
  margin-bottom: 50px;
  border: 0;
  display: flex;
  align-items: flex-start;
}

.mdl-info__bx--3 .mdl-info__cl--rg .mdl-info__it img {
  max-width: 80px;
  margin-right: 20px;
}

.mdl-info__bx--3 .mdl-info__cl--rg .mdl-info__it p {
  font-size: 18px;
  line-height: 22px;
}

.mdl-info__bx--3 .mdl-info__cl--rg .mdl-info__it p strong {
  font-size: 28px;
  line-height: 34px;
}

.mdl-info__bx--3 .mdl-info__cl--rg .sm {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #707070;
  opacity: 0.4;
}

.mdl-info__a.mdl-info__a--3.js-show {
  border-bottom: 0;
}

.icon {
  max-width: 160px;
}

.mdl-video--oil img {
  display: block;
}

.mdl-video--oil a {
  background-image: none;
  z-index: 9;
}

.mdl-video--oil span {
  width: 100%;
  max-width: 250px;
  height: 100px;
  background: white;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #05988d;
}

.mdl-video--oil span img {
  max-width: 14px;
  margin-left: 26px;
}

.mdl-biblio {
  padding: 81px 0 100px;
  background-color: #05988D;
  color: #fff;
}

.mdl-biblio .container {
  max-width: 872px;
}

.popup__content.oil {
  flex-flow: row wrap;
  background-color: white;
}

.popup__content.oil .popup__cl.popup__cl--lf {
  background-image: none;
  background-color: white;
  width: 50%;
  padding-bottom: 0;
  padding: 0 50px;
}

.popup__content.oil .popup__cl.popup__cl--lf .single-product-header__box {
  position: relative;
}

.popup__content.oil .popup__cl.popup__cl--lf .circle.circle--products.circle--blue .circle__content {
  padding: 0px 24px 0 60px;
}

.popup__content.oil .popup__cl.popup__cl--lf .circle.circle--products.circle--blue .circle__content img {
  margin-top: 0;
}

.popup__content.oil .popup__cl.popup__cl--lf img.icon-new {
  width: auto !important;
}

.popup__content.oil .popup__cl.popup__cl--rg {
  background-color: white;
  width: 50%;
  flex-flow: column;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  color: #464646;
  padding: 100px 100px 0 0;
}

.popup__content.oil .popup__cl.popup__cl--rg p {
  margin-bottom: 20px;
}

.popup__content.oil .popup__cl.popup__cl--rg .mdl-intro__icons {
  margin-left: 0px;
}

.welcome-popup--oil {
  border-radius: 50px;
  max-width: 1210px !important;
}

.popup__content.oil .popup__cl.popup__cl--full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.popup__content.oil .popup__cl.popup__cl--full .btn {
  max-width: 220px;
}

#welcome_popup.welcome-popup--oil button.fancybox-button.fancybox-close-small {
  color: #000 !important;
  top: 20px;
  right: 20px;
}

@media (max-width: 992.98px) {
  .mdl-intro h2, .mdl-intro p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .mdl-intro {
    padding-top: 50px;
  }
  .mdl-info__bx,
  .mdl-info__bx--1 {
    flex-flow: column;
  }
  .mdl-info__bx--0 .mdl-info__cl--lf,
  .mdl-info__bx--0 .mdl-info__cl--rg,
  .mdl-info__bx--1 .mdl-info__cl,
  .mdl-info__bx--1 .mdl-info__cl.mdl-info__cl--rg,
  .mdl-info__bx--3 .mdl-info__cl--lf,
  .mdl-info__bx--3 .mdl-info__cl--rg {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .mdl-info__bx--2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .mdl-biblio {
    padding: 50px 0;
  }
  .mdl-video {
    padding: 50px 20px;
  }
  .mdl-info__q span {
    width: auto;
  }
  .mdl-info__bx--1 p,
  .mdl-info__bx--0 .mdl-info__cl--lf,
  .mdl-info__bx--2 img.icon,
  .mdl-info__bx--1 .icon,
  .mdl-info__bx--3 .mdl-info__cl--lf p,
  .mdl-info__bx--3 .mdl-info__cl--lf img.icon {
    margin-bottom: 50px;
  }
  .mdl-info__bx--3 .mdl-info__cl--lf,
  .mdl-info__bx--3 .mdl-info__cl--rg .mdl-info__it p strong,
  .mdl-info__bx--2,
  .mdl-info__bx--1,
  .mdl-info__feat,
  .mdl-info__bx--0 {
    font-size: 22px;
    line-height: 30px;
  }
  .mdl-video--oil span {
    max-width: 150px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
  }
  .mdl-video--oil span img {
    margin-left: 18px;
  }
  .popup__content.oil {
    flex-flow: column;
  }
  .popup__content.oil .popup__cl.popup__cl--lf,
  .popup__content.oil .popup__cl.popup__cl--rg {
    width: 100%;
  }
  .popup__content.oil .circle.circle--products.circle--blue {
    margin-top: 50px;
  }
  .popup__content.oil .popup__cl.popup__cl--rg {
    padding: 30px;
    font-size: 24px;
    line-height: 24px;
  }
  .popup__content.oil img.icon-new {
    max-width: 100px;
  }
  .popup__content.oil .mdl-intro__icons img {
    max-width: 100px;
  }
}
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

/*# sourceMappingURL=app.css.map*/