/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

.module.module--form .field .select-wrap::after {
  font-family: "remixicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1250px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1250px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1250px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}

html {
  font-size: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
html:not(.hasHover) :not(.touch-transition):active,
html:not(.hasHover) :not(.touch-transition):active :not(.touch-transition) {
  transition: none !important;
}

body {
  position: relative;
  min-height: 100vh;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.dev {
  padding: 100px 0;
  background-color: #929292;
}

.main {
  padding-top: 200px;
  padding-bottom: 400px;
}
.main li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Light.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-LightItalic.woff2);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-RegularItalic.woff2);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-MediumItalic.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Semibold.woff2);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-SemiboldItalic.woff2);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-BoldItalic.woff2);
  font-weight: 700;
  font-style: italic;
}
.text-editor h1 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .text-editor h1 {
    font-size: 36px;
    line-height: 110%;
  }
}
.text-editor h2 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .text-editor h2 {
    font-size: 30px;
    line-height: 110%;
  }
}
.text-editor h3 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .text-editor h3 {
    font-size: 26px;
    line-height: 120%;
  }
}
.text-editor h4 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .text-editor h4 {
    font-size: 22px;
    line-height: 120%;
  }
}
.text-editor h5 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .text-editor h5 {
    font-size: 18px;
    line-height: 140%;
  }
}
.text-editor h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .text-editor h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.text-editor p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .text-editor p {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 767px) {
  .text-editor p {
    margin-bottom: 32px;
  }
}
.text-editor ol,
.text-editor ul {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 8px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .text-editor ol,
.text-editor ul {
    font-size: 14px;
    line-height: 180%;
  }
}
.text-editor ol li,
.text-editor ul li {
  margin-bottom: 8px;
}
.text-editor ol ::marker,
.text-editor ul ::marker {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 767px) {
  .text-editor ol ::marker,
.text-editor ul ::marker {
    font-size: 14px;
    line-height: 200%;
  }
}
.text-editor ul {
  list-style: disc;
}
.text-editor ol {
  list-style: decimal;
}
.text-editor strong, .text-editor b {
  font-weight: 500;
}
.text-editor a {
  color: #929292;
  text-decoration: none;
  background: linear-gradient(to right, #929292, #929292), linear-gradient(to right, #929292, #929292);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}

:root {
  --col-width: 78px;
  --wide-margin: 108px;
  --half-gutter: 12px;
  --gutter-width: calc(2 * var(--half-gutter));
  --side-margin: var(--half-gutter);
  --container-max-width: calc(1200px + 2 * var(--side-margin));
  --content-width: calc(12 * var(--col-width) + 22 * var(--half-gutter));
}
@media (max-width: 1249px) {
  :root {
    --grid-diff: var(--side-margin) !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  :root {
    --side-margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --col-width: 40px;
    --half-gutter: 8px;
    --side-margin: 56px;
  }
}
@media (max-width: 767px) {
  :root {
    --col-width: 66px;
    --half-gutter: 8px;
    --side-margin: 24px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-max-width) !important;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}
.container.container--wide {
  max-width: 1600px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.container .row {
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
}
.container .col,
.container [class^=col-],
.container [class*=" col-"] {
  padding-left: var(--half-gutter);
  padding-right: var(--half-gutter);
}
.container .col img,
.container [class^=col-] img,
.container [class*=" col-"] img {
  max-width: 100%;
  height: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme span.change-settings-button:hover {
  color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: 0 !important;
}

header#header {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 1249px) {
  header#header > .container {
    padding-right: 0;
  }
}
html.is-scroll header#header {
  position: fixed;
  transform: translateY(-200px);
}
html.is-scrolling-up header#header {
  position: fixed;
  background: #ffffff;
  transition: all 0.4s;
  transform: translateY(0);
}
html.is-scrolling-up header#header .current > a span:after {
  background-color: #000000 !important;
}
@media (max-width: 991px) {
  html.dark-menu header#header {
    background: #ffffff;
  }
}
html.dark-menu header#header .menu-wrap .current > a span:after {
  background-color: #000000 !important;
}
header#header.darkstart {
  background: #000000;
}
header#header .menu-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0;
}
@media (max-width: 1249px) {
  header#header .menu-wrap {
    padding: 0;
  }
}
header#header .menu-wrap .logo {
  z-index: 99;
  line-height: 0;
}
header#header .menu-wrap .logo img {
  width: 122px;
}
html.is-scrolling-up header#header .menu-wrap .logo img {
  filter: invert(100%);
}
html.dark-menu header#header .menu-wrap .logo img {
  filter: invert(100%);
}
@media (max-width: 767px) {
  header#header .menu-wrap .logo img {
    width: 80px;
  }
}
header#header .menu-wrap nav {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header#header .menu-wrap nav .main-menu {
  display: flex;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu {
    width: 512px;
    height: 140vh;
    padding-top: 144px;
    padding-left: 64px;
    background-color: #000000;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -768px;
    overflow: hidden auto;
    transition: all 0.8s;
  }
  header#header .menu-wrap nav .main-menu.expanded {
    transform: translateX(-768px);
    transition: all 0.8s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .menu-wrap nav .main-menu {
    width: 415px;
  }
}
@media (max-width: 767px) {
  header#header .menu-wrap nav .main-menu {
    width: 100%;
    padding-left: 24px;
  }
}
header#header .menu-wrap nav .main-menu li {
  margin-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li {
    margin: 0;
  }
}
header#header .menu-wrap nav .main-menu li.current > a {
  color: #ffffff;
}
header#header .menu-wrap nav .main-menu li.current > a span:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  bottom: -4px;
  left: 50%;
  margin-left: -32px;
  z-index: 9999;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li.current > a span:after {
    content: none;
  }
}
header#header .menu-wrap nav .main-menu li.current > a span:last-child::after {
  margin-left: -16px;
}
header#header .menu-wrap nav .main-menu li:not(.expanded) .megamenu {
  pointer-events: none !important;
}
header#header .menu-wrap nav .main-menu li.expanded > a i {
  transform: rotate(180deg);
  display: inline-block;
  transition: all 0.3s;
  color: #ffffff;
}
header#header .menu-wrap nav .main-menu li.expanded > a span {
  color: #ffffff;
}
header#header .menu-wrap nav .main-menu li.expanded > a i {
  color: #ffffff;
}
header#header .menu-wrap nav .main-menu li.expanded .megamenu {
  visibility: visible;
  opacity: 1;
}
header#header .menu-wrap nav .main-menu li.expanded .megamenu > .container {
  opacity: 1;
  transition: 0.8s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li.expanded .megamenu {
    display: block;
    max-height: 200rem;
    padding: 40px 0;
  }
  header#header .menu-wrap nav .main-menu li.expanded .megamenu .container {
    display: flex;
    flex-direction: column-reverse;
  }
  header#header .menu-wrap nav .main-menu li.expanded .megamenu .container .megamenu-footer {
    order: 1;
  }
  header#header .menu-wrap nav .main-menu li.expanded .megamenu .container .megamenu-footer a {
    padding-bottom: 2em;
  }
}
header#header .menu-wrap nav .main-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
header#header .menu-wrap nav .main-menu li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  transition: all 0.1s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li a {
    margin-bottom: 24px;
  }
}
html.is-scrolling-up header#header .menu-wrap nav .main-menu li a {
  color: #000000;
}
html.is-scrolling-up header#header .menu-wrap nav .main-menu li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
html.dark-menu header#header .menu-wrap nav .main-menu li a {
  color: #000000;
}
header#header .menu-wrap nav .main-menu li a i {
  font-size: 20px;
  margin-left: 8px;
  transition: transform 0.3s;
}
header#header .menu-wrap nav .main-menu li a.text-button {
  color: #ffffff !important;
}
header#header .menu-wrap nav .main-menu li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
header#header .menu-wrap nav .main-menu li .megamenu {
  visibility: hidden;
  opacity: 0;
  padding-top: 77px;
  padding-bottom: 71px;
  background-color: #000000;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #ffffff;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu {
    max-height: 0;
    background-color: #1B1B1B;
    padding: 0;
    margin-left: -64px;
    width: 810px;
    position: initial;
    transition: all 0.5s;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container {
  opacity: 0;
  transition: 0.8s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container {
    padding: 0;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block {
  margin-bottom: 71px;
  max-width: 196px;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block {
    margin-bottom: 40px;
    max-width: none;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block a:hover i {
  transform: translateX(4px);
  transition: 0.3s;
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header {
  margin-bottom: 40px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header > span {
    padding-left: 88px;
    color: #929292;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header a {
    padding-left: 88px;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header a i {
  font-size: 20px;
  transition: 0.3s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-header a i {
    display: none;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body {
  color: #929292;
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li {
  margin-bottom: 24px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li {
    margin-bottom: 0;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li a {
  color: #ffffff;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li a {
    padding-left: 108px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li i {
  font-size: 19px;
  transition: 0.3s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body ul li i {
    display: none;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-body .category-block .category-body .introtext {
    display: none;
  }
}
header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-footer .text-button {
  justify-content: flex-end;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-footer .text-button {
    justify-content: initial;
    padding-left: 88px;
  }
}
@media (min-width: 1250px) {
  header#header .menu-wrap nav .main-menu li .megamenu .container .megamenu-footer .text-button {
    display: none !important;
  }
}
header#header .menu-wrap nav .lang-menu {
  display: flex;
  margin-left: 64px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
header#header .menu-wrap nav .lang-menu:hover .ri-arrow-down-s-line {
  color: #ffffff;
}
@media (max-width: 1249px) {
  html.is-scrolling-up header#header .menu-wrap nav .lang-menu:hover .ri-arrow-down-s-line {
    color: #000000;
  }
}
header#header .menu-wrap nav .lang-menu > li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1249px) {
  header#header .menu-wrap nav .lang-menu > li {
    margin-right: 23px;
    margin-left: 0px;
  }
}
header#header .menu-wrap nav .lang-menu > li span,
header#header .menu-wrap nav .lang-menu > li i {
  color: #ffffff;
  transition: all 0.3s;
}
header#header .menu-wrap nav .lang-menu > li span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 9px;
}
html.is-scrolling-up header#header .menu-wrap nav .lang-menu > li span {
  color: #000000;
}
html.dark-menu header#header .menu-wrap nav .lang-menu > li span {
  color: #000000;
}
html.is-scrolling-up header#header .menu-wrap nav .lang-menu > li i:not(.ri-arrow-down-s-line) {
  color: #000000;
}
html.dark-menu header#header .menu-wrap nav .lang-menu > li i {
  color: #000000;
}
header#header .menu-wrap nav .lang-menu > li i.ri-translate-2, header#header .menu-wrap nav .lang-menu > li i.ri-arrow-down-s-line {
  font-size: 20px;
}
header#header .menu-wrap nav .lang-menu > li i.ri-translate-2 {
  margin-right: 9px;
}
header#header .menu-wrap nav .lang-menu > li i.ri-arrow-down-s-line {
  color: #929292;
}
header#header .menu-wrap nav .lang-menu > li.expanded .lang-layer {
  opacity: 1;
  pointer-events: initial;
}
header#header .menu-wrap nav .lang-menu > li.expanded .ri-arrow-down-s-line {
  transform: rotate(180deg);
  display: inline-block;
  transition: all 0.3s;
  color: #ffffff;
}
header#header .menu-wrap nav .lang-menu .lang-layer {
  width: 110px;
  position: absolute;
  top: 16px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  padding-top: 16px;
  text-align: right;
  padding-right: 12px;
}
header#header .menu-wrap nav .lang-menu .lang-layer li {
  background-color: #000000;
}
header#header .menu-wrap nav .lang-menu .lang-layer li a {
  display: block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
  padding: 8px 16px;
  transition: all 0.3s;
}
header#header .menu-wrap nav .lang-menu .lang-layer li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
header#header .menu-wrap .menu-toggle {
  display: none;
  min-width: 148px;
  text-align: center;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 39px 0;
  z-index: 99999999;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1249px) {
  header#header .menu-wrap .menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  header#header .menu-wrap .menu-toggle {
    min-width: 90px;
    padding: 26px 0;
  }
}
header#header .menu-wrap .menu-toggle.menu-toggle--expanded {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.4s;
}
@media (max-width: 1249px) {
  header#header .menu-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
  }
  header#header .menu-bg-layer.visible {
    opacity: 0.6;
    transition: all 0.4s;
    pointer-events: initial;
  }
}
header#header.header--dark {
  background-color: #000000 !important;
  transition: all 0.2s;
}
@media (max-width: 1249px) {
  header#header.header--dark {
    background-color: transparent !important;
  }
}
header#header.header--dark .logo img {
  filter: none !important;
}
header#header.header--dark .main-menu > li > a {
  color: #929292 !important;
}
header#header.header--dark .main-menu > li.current > a, header#header.header--dark .main-menu > li > a:hover,
header#header html.dark-menu .header--dark .main-menu > li > a:hover, header#header.header--dark .lang-menu span, header#header.header--dark .lang-menu .ri-translate-2 {
  color: #ffffff !important;
}
header#header.header--dark .main-menu > li > a span:after {
  background-color: #ffffff !important;
  transition: all 0.3s;
}
html.dark-menu header#header.header--dark .main-menu > li > a span:after {
  background-color: #ffffff !important;
}
header#header.header--dark .lang-menu .ri-arrow-down-s-line {
  color: #929292 !important;
}
header#header html.dark-menu .header--dark .logo img {
  filter: invert(100%) !important;
}

footer#footer {
  margin-top: 206px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer {
    margin-top: 128px;
  }
}
@media (max-width: 767px) {
  footer#footer {
    margin-top: 104px;
  }
}
footer#footer .container {
  z-index: 9;
}
footer#footer .social-share {
  margin-bottom: 0;
}
footer#footer .bg-footer {
  background-color: #000000;
  position: relative;
}
footer#footer .bg-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
footer#footer .bg-footer img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer#footer .bg-footer .footer {
  padding-top: 109px;
  padding-bottom: 161px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .bg-footer .footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  footer#footer .bg-footer .footer {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
footer#footer .bg-footer .footer .claim-wrap {
  max-width: 425px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .bg-footer .footer .claim-wrap {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  footer#footer .bg-footer .footer .claim-wrap {
    margin-bottom: 50px;
  }
}
footer#footer .bg-footer .footer .claim-wrap span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  color: #ffffff;
  display: block;
}
@media (max-width: 991px) {
  footer#footer .bg-footer .footer .claim-wrap span {
    font-size: 30px;
    line-height: 110%;
  }
}
@media (max-width: 991px) {
  footer#footer .bg-footer .footer .claim-wrap span {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 110%;
    max-width: 200px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  footer#footer .bg-footer .footer .claim-wrap span {
    font-size: 36px;
    line-height: 110%;
  }
}
footer#footer .bg-footer .footer .legal-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .bg-footer .footer .legal-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer#footer .bg-footer .footer .legal-wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
footer#footer .bg-footer .footer .legal-wrap span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer#footer .bg-footer .footer .legal-wrap span {
    margin-top: 24px;
  }
}
footer#footer .bg-footer .footer .legal-wrap ul.legal-menu {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  footer#footer .bg-footer .footer .legal-wrap ul.legal-menu {
    flex-direction: column;
  }
}
footer#footer .bg-footer .footer .legal-wrap ul.legal-menu li:first-child a {
  padding-left: 0;
}
footer#footer .bg-footer .footer .legal-wrap ul.legal-menu li:last-child a {
  padding-right: 0;
}
footer#footer .bg-footer .footer .legal-wrap ul.legal-menu li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 13px;
}
footer#footer .bg-footer .footer .legal-wrap ul.legal-menu li a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  footer#footer .bg-footer .footer .legal-wrap ul.legal-menu li a {
    padding-left: 0;
    margin-bottom: 16px;
  }
}

.btn {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn i {
  display: inline-flex;
  position: relative;
  color: #000000;
  margin-left: 64px;
}
html.hasHover .btn:hover i, .btn:active i {
  color: #000000;
}
.btn.btn--primary {
  outline: solid 1px #000000;
  padding: 18.5px 79px 18.5px 40px;
  background-color: transparent;
  color: #000000;
  transition: all 0.35s;
}
.btn.btn--primary::before {
  content: "";
  position: absolute;
  background: #000000;
  transition: all 0.35s;
  top: 0;
  left: 0;
  width: 200%;
  height: 101%;
  transform-origin: left bottom;
  transform: skew(-34deg) translateX(calc(50% - 60px));
}
.btn.btn--primary span {
  position: relative;
}
html.hasHover .btn.btn--primary:hover, .btn.btn--primary:active {
  color: #fff;
}
html.hasHover .btn.btn--primary:hover:before, .btn.btn--primary:active:before {
  transform: skew(-34deg) translateX(calc(-50% - 60px));
}
.btn.btn--primary.btn--icon {
  padding: 16.5px 16px 16.5px 40px;
}
.btn.btn--primary.btn--icon i {
  font-size: 22px;
  color: #000000;
  transition: all 0.2s;
}
.btn.btn--primary.btn--icon:before {
  right: -364px;
  top: -93px;
}
.btn.btn--primary.btn--icon:hover {
  background-color: #000000;
}
.btn.btn--primary.btn--icon:hover span,
.btn.btn--primary.btn--icon:hover i {
  color: #ffffff;
  transition: all 0.2s;
}
.btn.btn--primary.btn--light {
  outline-color: #ffffff;
  color: #ffffff;
}
.btn.btn--primary.btn--light i {
  color: #000000;
}
.btn.btn--primary.btn--light:before {
  background: #ffffff;
}
html.hasHover .btn.btn--primary.btn--light:hover, .btn.btn--primary.btn--light:active {
  color: #000000;
}
html.hasHover .btn.btn--primary.btn--light:hover:before, .btn.btn--primary.btn--light:active:before {
  background: #ffffff;
}
html.hasHover .btn.btn--primary.btn--light:hover i, .btn.btn--primary.btn--light:active i {
  color: #ffffff;
}
.btn.btn--secondary {
  border: solid 1px #000000;
  padding: 18.5px 79px 18.5px 40px;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .btn.btn--secondary {
    padding: 15px 56px 15px 24px;
  }
}
.btn.btn--secondary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: -50%;
}
@media (max-width: 767px) {
  .btn.btn--secondary:after {
    right: 26px;
  }
}
html.hasHover .btn.btn--secondary:hover:before, .btn.btn--secondary:active:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 32px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  padding: 3px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  html.hasHover .btn.btn--secondary:hover:before, .btn.btn--secondary:active:before {
    top: 20px;
    right: 26px;
  }
}
.btn.btn--secondary.btn--light {
  border-color: #ffffff;
  background-color: white;
  color: #000000;
}
.btn.btn--secondary.btn--light:after {
  background-color: #000000;
}
html.hasHover .btn.btn--secondary.btn--light:hover:before, .btn.btn--secondary.btn--light:active:before {
  border: solid #000000;
  border-width: 0 1px 1px 0;
}

div.category {
  margin-top: 140px;
  margin-bottom: 64px;
  overflow-x: auto;
}
@media (min-width: 992px) and (max-width: 1249px) {
  div.category {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  div.category {
    margin-top: 48px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  div.category::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  div.category {
    margin-bottom: 48px;
  }
}
div.category .col-12 {
  display: flex;
}
@media (max-width: 767px) {
  div.category .col-12 {
    justify-content: flex-start;
  }
}
div.category ul {
  display: flex;
}
div.category ul li {
  margin-right: 40px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-size: 12px;
}
@media (max-width: 767px) {
  div.category ul li {
    margin-left: 0;
    margin-right: 40px;
  }
}
div.category ul li a {
  color: #929292;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}
html.hasHover div.category ul li a:hover, div.category ul li a.active {
  color: #000000;
}

.text-button {
  display: inline-block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  color: #000000;
  margin-right: 4px;
  position: relative;
  padding-right: 28px;
  transition: all 0.4s;
  cursor: pointer;
}
.text-button:hover:before {
  width: 25px;
  transform: translateX(15px);
}
.text-button:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -3px;
  height: 9px;
  width: 20px;
  background-color: #000000;
  transition: all 0.4s;
  z-index: 99;
}
.text-button:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 20px;
  height: 9px;
  background-color: #000000;
  transform: skew(-30deg);
  transition: transform 0.4s;
}
.text-button.text-button--light {
  color: #ffffff;
}
.text-button.text-button--light:before {
  background-color: #ffffff;
}
.text-button.text-button--light:after {
  background-color: #ffffff;
}
.text-button.text-button--grow-left {
  transition: all 0.4s;
}
.text-button.text-button--grow-left:hover {
  padding-right: 43px;
  transition: all 0.4s;
}
.text-button.text-button--grow-left:before {
  transition: all 0.2s;
}
.text-button.text-button--grow-left:hover:before {
  width: 35px;
  transform: translateX(0);
  transition: all 0.5s;
}
.text-button.text-button--grow-left:hover:after {
  width: 25px;
  transform: translateX(-9px) skew(-30deg);
  transition: transform 0.5s;
}

.icon-link {
  color: #000000;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.icon-link:hover i {
  margin-left: 18px;
  transition: all 0.43;
}
.icon-link span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.icon-link i {
  margin-left: 13px;
  font-size: 15px;
  transition: all 0.3s;
}
.icon-link.icon-link--light span, .icon-link.icon-link--light i {
  color: #ffffff;
}
.icon-link.icon-link--reverse span {
  order: 2;
}
.icon-link.icon-link--reverse i {
  order: 1;
  margin-left: 0px;
  margin-right: 13px;
}

.pagination .pagination-wrap {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.pagination .pagination-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination .pagination-wrap ul li {
  margin-right: 40px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .pagination .pagination-wrap ul li:first-child {
    margin-right: 40px;
  }
  .pagination .pagination-wrap ul li:last-child {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .pagination .pagination-wrap ul li {
    margin-right: 0;
  }
}
.pagination .pagination-wrap ul li .page-numbers {
  color: #929292;
}
.pagination .pagination-wrap ul li .page-numbers:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .pagination .pagination-wrap ul li .page-numbers {
    display: none;
  }
}
.pagination .pagination-wrap ul li .page-numbers.prev, .pagination .pagination-wrap ul li .page-numbers.next {
  display: flex;
  align-items: center;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
.pagination .pagination-wrap ul li .page-numbers.prev i, .pagination .pagination-wrap ul li .page-numbers.next i {
  font-size: 27px;
  margin-right: 23.5px;
}
.pagination .pagination-wrap ul li .page-numbers.next i {
  margin-right: 0px;
  margin-left: 23.5px;
}
.pagination .pagination-wrap ul li .page-numbers.current {
  color: #000000;
  display: block;
}
.pagination.pagination--reverse {
  background-color: #000000;
}
.pagination.pagination--reverse ul li .current {
  color: #ffffff;
}
.pagination.pagination--reverse ul li .page-numbers:hover, .pagination.pagination--reverse ul li .page-numbers.prev, .pagination.pagination--reverse ul li .page-numbers.next {
  color: #ffffff;
}

.title-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .title-section-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.title-section-wrap .title-text-wrap {
  max-width: 588px;
}
.title-section-wrap .title-text-wrap .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .title-section-wrap .title-text-wrap .title {
    font-size: 26px;
    line-height: 120%;
  }
}
.title-section-wrap .title-text-wrap .text-editor p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  margin-top: 16px;
  margin-bottom: 0;
  color: #929292;
}
@media (max-width: 991px) {
  .title-section-wrap .title-text-wrap .text-editor p {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 991px) {
  .title-section-wrap .text-button {
    margin-top: 32px;
  }
}

.title-list-modules {
  background-color: #EBEBEB;
  margin-top: 60px;
  margin-bottom: 30px;
}
.title-list-modules .title-wrap {
  display: flex;
  align-items: center;
}
.title-list-modules .title-wrap h1 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  background-color: #EBEBEB;
  padding: 10px;
}
@media (max-width: 767px) {
  .title-list-modules .title-wrap h1 {
    font-size: 18px;
    line-height: 140%;
  }
}
.title-list-modules .title-wrap i {
  font-size: 20px;
}

.stars-wrap {
  display: flex;
}
.stars-wrap li {
  margin-right: 16px;
}
.stars-wrap li i {
  color: #ffffff;
}

.tabs {
  overflow-x: auto;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
}
.tabs .col-12 {
  display: flex;
  justify-content: flex-start;
}
.tabs ul {
  display: flex;
}
.tabs ul li {
  margin-right: 40px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-size: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .tabs ul li {
    margin-right: 32px;
  }
}
.tabs ul li:last-child {
  margin-right: 0;
}
.tabs ul li a {
  color: #929292;
  text-transform: uppercase;
  white-space: nowrap;
}
.tabs ul li a:hover, .tabs ul li a.active {
  color: #000000;
}
.tabs ul li a:hover:before, .tabs ul li a.active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #000000;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-layer {
  width: 720px;
  position: relative;
  background-color: #000000;
  padding: 96px 56px 96px 96px;
  z-index: 9997;
  cursor: initial;
  transform: translateX(3000px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-layer {
    padding: 84px 24px 64px 56px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .gallery-layer {
    padding: 84px 16px 64px 32px;
    width: 100%;
  }
}
.gallery-layer .close-layer {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 26px 19px;
  cursor: pointer;
}
.gallery-layer h4.heading-layer {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .gallery-layer h4.heading-layer {
    font-size: 22px;
    line-height: 120%;
  }
}
.gallery-layer .intro-layer {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #929292;
  margin-bottom: 32px;
}
.gallery-layer .img-layer .img-wrap {
  width: 100%;
  padding-bottom: 75.5% !important;
  margin-bottom: 32px;
}
.gallery-layer .text-editor {
  margin-bottom: 64px;
  color: #929292;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 991px) {
  .gallery-layer .text-editor {
    font-size: 14px;
    line-height: 180%;
  }
}
.gallery-layer .text-editor p {
  margin-bottom: 24px;
}
.gallery-layer .text-editor p:last-child {
  margin-bottom: 0;
}
.gallery-layer .text-editor blockquote {
  font-family: "Euclid Circular A";
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 30.4px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 32px;
}

.two-column-layer {
  margin-bottom: 64px;
}
.two-column-layer h5 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .two-column-layer h5 {
    font-size: 18px;
    line-height: 140%;
  }
}
.two-column-layer a.technology .img-wrap {
  background: #fff;
  padding: 20px;
  filter: invert(1);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.two-column-layer a.technology img {
  object-fit: contain;
}
.two-column-layer .row-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -64px;
}
@media (max-width: 767px) {
  .two-column-layer .row-wrap {
    flex-direction: column;
  }
}
.two-column-layer .row-wrap .column-wrap {
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .two-column-layer .row-wrap .column-wrap {
    width: 100%;
    margin-bottom: 56px;
  }
}
.two-column-layer .row-wrap .column-wrap .img-wrap {
  width: 100%;
  padding-bottom: 75.5% !important;
  margin-bottom: 32px;
}
.two-column-layer .row-wrap .column-wrap .text-wrap {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .two-column-layer .row-wrap .column-wrap .text-wrap {
    padding: 0;
  }
}
.two-column-layer .row-wrap .column-wrap .text-wrap h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .two-column-layer .row-wrap .column-wrap .text-wrap h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.two-column-layer .row-wrap .column-wrap .text-wrap p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #929292;
}
.two-column-layer .row-wrap .column-wrap .text-wrap .text-button {
  margin-top: 32px;
}
.two-column-layer .row-wrap .column-wrap.product .img-wrap {
  background: #fff;
}
.two-column-layer .row-wrap .column-wrap.product .img-wrap img {
  object-fit: contain;
}

.pattern-layer h5 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pattern-layer h5 {
    font-size: 18px;
    line-height: 140%;
  }
}
.pattern-layer .pattern-wrap {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.pattern-layer .pattern-wrap .pattern-wrap:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.pattern-layer .pattern-wrap a {
  display: block;
  width: 50%;
}
.pattern-layer .pattern-wrap a .pattern-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pattern-layer .pattern-wrap a .pattern-item {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .pattern-layer .pattern-wrap a .pattern-item {
    padding: 16px;
  }
}
.pattern-layer .pattern-wrap a .pattern-item:not(.light-pattern) h6 {
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.25);
}
.pattern-layer .pattern-wrap a .pattern-item.light-pattern h6 {
  color: #000000;
}
.pattern-layer .pattern-wrap a .pattern-item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pattern-layer .pattern-wrap a .pattern-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pattern-layer .pattern-wrap a .pattern-item h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  z-index: 99;
}
@media (max-width: 767px) {
  .pattern-layer .pattern-wrap a .pattern-item h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.pattern-layer .pattern-wrap a .pattern-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.2;
  z-index: 99;
}

.social-share {
  position: relative;
  background: linear-gradient(89.37deg, #9B3D95 0%, #AD377D 15.23%, #D9304D 42.1%, #F12C35 79.57%, #FB8F4C 100%);
}
.social-share:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000000;
  transition: all 0.4s;
}
.social-share.facebook::before, .social-share.instagram::before, .social-share.twitter::before, .social-share.pinterest::before, .social-share.linkedin::before, .social-share.mail::before {
  transition: all 0.4s;
}
.social-share.facebook::before {
  background-color: #4267B2;
}
.social-share.instagram::before {
  background-color: transparent;
}
.social-share.twitter::before {
  background-color: #1DA1F2;
}
.social-share.pinterest::before {
  background-color: #E60023;
}
.social-share.linkedin::before {
  background-color: #2867B2;
}
.social-share.mail::before {
  background-color: #D30A6A;
}
.social-share .social-wrap {
  display: flex;
  align-items: center;
  padding-top: 69px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .social-share .social-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.social-share .social-wrap span {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .social-share .social-wrap span {
    margin-bottom: 22px;
  }
}
.social-share .social-wrap ul {
  display: flex;
}
@media (max-width: 767px) {
  .social-share .social-wrap ul {
    flex-direction: column;
  }
}
.social-share .social-wrap ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .social-share .social-wrap ul li {
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.social-share .social-wrap ul li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-share .social-wrap ul li a {
    padding: 10px 17px;
  }
}
@media (max-width: 767px) {
  .social-share .social-wrap ul li a {
    padding: 0;
  }
}
.social-share .social-wrap ul li a:hover {
  color: #ffffff;
}
.social-share .social-wrap span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.item-ribbon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 98;
  padding: 10px 15px 10px 34px;
  background-color: #000000;
  --diagonal-top: 100%;
  --diagonal-bottom: 0;
}
.item-ribbon span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.maps {
  margin-bottom: 201px;
  position: relative;
}
@media (max-width: 767px) {
  .maps {
    display: none;
    margin-bottom: 0;
  }
}
.maps .map-container {
  height: 450px;
  margin-left: 167px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .maps .map-container {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .maps .map-container {
    height: 274px;
  }
}
.maps .map-container.loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  .maps.map--text-contact {
    display: block;
  }
}
.maps.map--text-contact .map-container {
  margin-left: 0px;
}
.maps .data {
  position: absolute;
  top: 333px;
  background-color: #000000;
  width: 384px;
  padding: 40px;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .maps .data {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .maps .data {
    display: none;
  }
}
.maps .data .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .maps .data .title {
    font-size: 14px;
    line-height: 200%;
  }
}
.maps .data .name {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .maps .data .name {
    font-size: 16px;
    line-height: 140%;
  }
}
.maps .data .desc {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #C0C0C0;
  margin-top: 8px;
}
.maps .data .phone, .maps .data .mail {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #C0C0C0;
  margin-top: 8px;
  display: block;
  transition: color 0.3s;
}
.maps .data .phone:hover, .maps .data .mail:hover {
  color: #ffffff;
}
.maps .data a.btn {
  margin-top: 32px;
}

.slider-pagination {
  display: flex;
  align-items: center;
  height: 40px;
  z-index: 99;
}
.slider-pagination ul {
  display: flex;
  align-items: center;
}
.slider-pagination ul .slider-pagination-bullet {
  position: relative;
  width: 3px;
  height: 3px;
  margin-left: 40px;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.slider-pagination ul .slider-pagination-bullet:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.slider-pagination ul .slider-pagination-bullet:first-child {
  margin-left: 14px;
}
.slider-pagination ul .slider-pagination-bullet.slider-pagination-bullet-active {
  background-color: #000000;
}
.slider-pagination svg {
  position: absolute;
  z-index: 9;
  transition: transform 0.3s;
  transform: rotate(-93deg);
}
.slider-pagination svg .circle {
  opacity: 0.5;
  stroke: #000000;
  fill: transparent;
}
.slider-pagination svg .circle-grow {
  fill: transparent;
  stroke: #000000;
  stroke-dasharray: 227;
  stroke-dashoffset: 0;
}
.slider-pagination svg .circle-grow.animate {
  animation: rotate 12s linear reverse;
}
@keyframes rotate {
  to {
    stroke-dashoffset: 227;
  }
}
.slider-pagination.light .slider-pagination-bullet {
  background-color: #ffffff;
}
.slider-pagination.light .slider-pagination-bullet.slider-pagination-bullet-active {
  background-color: #ffffff;
}
.slider-pagination.light .circle,
.slider-pagination.light .circle-grow {
  stroke: #ffffff;
}

.scroll-wrapper {
  display: flex;
  justify-content: center;
  transition: opacity 0.5s;
}
.scroll-wrapper.invisible {
  opacity: 0;
  pointer-events: 0;
  transition: opacity 0.5s;
}
.scroll-wrapper .scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .scroll-wrapper .scroll-wrap {
    display: none;
  }
}
.scroll-wrapper .scroll-wrap span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  transform: rotate(-90deg);
  display: inline-block;
  margin-bottom: 20px;
}
.scroll-wrapper .scroll-wrap svg {
  width: 2px;
  height: 80px;
}
.scroll-wrapper .scroll-wrap svg .line {
  opacity: 0.5;
  stroke: #000000;
  fill: transparent;
}
.scroll-wrapper .scroll-wrap svg .line-grow {
  fill: transparent;
  stroke: #000000;
  stroke-width: 1px;
  opacity: 1;
  stroke-dasharray: 80;
  stroke-dashoffset: 150;
  animation-iteration-count: infinite;
  animation-name: grow-line;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-direction: normal;
}
@keyframes grow-line {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.scroll-wrapper .scroll-wrap.light span {
  color: #ffffff;
}
.scroll-wrapper .scroll-wrap.light .line,
.scroll-wrapper .scroll-wrap.light .line-grow {
  stroke: #ffffff;
}

.play-btn-wrap {
  display: flex;
  align-items: center;
  z-index: 999;
}
.play-btn-wrap.focus .play-icon {
  transform: scale(1.4);
  transform-origin: center;
}
.play-btn-wrap.focus .circle-grow {
  fill: transparent;
  stroke: #ffffff;
  stroke-dasharray: 323;
  opacity: 1;
  stroke-dashoffset: 0;
  animation: grow 0.8s ease-out reverse;
}
@keyframes grow {
  to {
    stroke-dashoffset: 323;
  }
}
.play-btn-wrap.not-focus .circle-grow {
  stroke-dasharray: 323;
  stroke-dashoffset: 323;
  animation: reduce 0.8s ease-out reverse;
  opacity: 1;
}
@keyframes reduce {
  to {
    stroke-dashoffset: 0;
  }
}
.play-btn-wrap .circle-grow,
.play-btn-wrap .play-icon {
  transition: all 0.3s;
}
.play-btn-wrap .play-icon {
  transform-origin: center;
}
.play-btn-wrap .play-txt {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 32px;
}
@media (max-width: 991px) {
  .play-btn-wrap .play-txt {
    margin-left: 24px;
  }
}

.bg-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
.bg-line svg {
  position: absolute;
}
.bg-line svg .line {
  stroke-width: 0.3px;
  stroke: #EBEBEB;
}
.bg-line svg .line-grow {
  fill: transparent;
  stroke: #C0C0C0;
  stroke-width: 0.3px;
  stroke-dasharray: 400;
  stroke-dashoffset: 2000;
  animation-direction: normal;
  animation: grow-line 90s linear infinite;
}
@keyframes grow-line {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.bg-line svg:nth-child(1) {
  top: 400vh;
}
.bg-line svg:nth-child(2) {
  top: 800vh;
}
.bg-line svg:nth-child(3) {
  top: 1200vh;
}
.bg-line svg:nth-child(4) {
  top: 1600vh;
}
.bg-line svg:nth-child(5) {
  top: 2000vh;
}
.bg-line svg:nth-child(6) {
  top: 2400vh;
}
.bg-line svg:nth-child(7) {
  top: 2800vh;
}
.bg-line svg:nth-child(8) {
  top: 3200vh;
}
.bg-line svg:nth-child(9) {
  top: 3600vh;
}

.history-slide {
  position: relative;
  color: #ffffff;
}
.history-slide.slide--image, .history-slide.slide--video {
  display: flex;
}
@media (max-width: 991px) {
  .history-slide.slide--image, .history-slide.slide--video {
    height: initial;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
  }
}
.history-slide.slide--image .text-wrap, .history-slide.slide--video .text-wrap {
  max-width: 384px;
  margin-right: 115px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .history-slide.slide--image .text-wrap, .history-slide.slide--video .text-wrap {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--image .text-wrap, .history-slide.slide--video .text-wrap {
    margin-top: 40px;
    max-width: 483px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--image .text-wrap, .history-slide.slide--video .text-wrap {
    margin-top: 25px;
    max-width: initial;
    margin-right: 0;
  }
}
.history-slide.slide--image .text-wrap .pretitle, .history-slide.slide--video .text-wrap .pretitle {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .history-slide.slide--image .text-wrap .pretitle, .history-slide.slide--video .text-wrap .pretitle {
    font-size: 16px;
    line-height: 140%;
  }
}
.history-slide.slide--image .text-wrap .title, .history-slide.slide--video .text-wrap .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .history-slide.slide--image .text-wrap .title, .history-slide.slide--video .text-wrap .title {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--image .text-wrap .title, .history-slide.slide--video .text-wrap .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .history-slide.slide--image .text-wrap .title, .history-slide.slide--video .text-wrap .title {
    font-size: 30px;
    line-height: 110%;
  }
}
.history-slide.slide--image .text-wrap .introtext, .history-slide.slide--video .text-wrap .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  max-width: 510px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .history-slide.slide--image .text-wrap .introtext, .history-slide.slide--video .text-wrap .introtext {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 991px) {
  .history-slide.slide--image .text-wrap .introtext, .history-slide.slide--video .text-wrap .introtext {
    margin-bottom: 16px;
  }
}
.history-slide.slide--image .image-wrap, .history-slide.slide--video .image-wrap {
  width: 700px;
  height: 300px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--image .image-wrap, .history-slide.slide--video .image-wrap {
    margin-top: 68px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--image .image-wrap, .history-slide.slide--video .image-wrap {
    margin-top: 24px;
    height: 127px;
    width: 100%;
  }
}
.history-slide.slide--image .image-wrap .img-wrap, .history-slide.slide--video .image-wrap .img-wrap {
  --diagonal-top: 100%;
  --diagonal-bottom: 0;
  margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  height: 100%;
}
@media (max-width: 767px) {
  .history-slide.slide--image .image-wrap .img-wrap, .history-slide.slide--video .image-wrap .img-wrap {
    --diagonal-top: 128px;
    --diagonal-bottom: 0;
  }
}
.history-slide.slide--video .play-btn-wrap {
  position: absolute;
  left: 221px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
@media (max-width: 767px) {
  .history-slide.slide--video .play-btn-wrap {
    left: 100px;
    transform: translateY(-50%) scale(0.8);
  }
}
.history-slide.slide--video .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 1270px;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4196078431);
  --diagonal-top: 0;
  --diagonal-bottom: 1400px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .history-slide.slide--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 490px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .history-slide.slide--decade {
    display: flex;
    flex-direction: column-reverse;
  }
}
.history-slide.slide--decade .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 288px;
  line-height: 100%;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--decade .title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--decade .title {
    font-size: 25vw;
  }
}
.history-slide.slide--decade .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 991px) {
  .history-slide.slide--decade .introtext {
    font-size: 14px;
    line-height: 180%;
  }
}
.history-slide.slide--decade .image-wrap {
  height: 370px;
  width: 545px;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .history-slide.slide--decade .image-wrap {
    position: relative;
    height: 426px;
    width: 485px;
    top: 116px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--decade .image-wrap {
    height: 262px;
    width: 62vw;
    top: 30px;
  }
}
.history-slide.slide--decade .image-wrap .img-wrap.img--front {
  position: absolute;
  right: 0;
  top: 0;
  height: 280px;
  width: 275px;
  --diagonal-top: 0;
  --diagonal-bottom: 100px;
}
@media (max-width: 991px) {
  .history-slide.slide--decade .image-wrap .img-wrap.img--front {
    position: absolute;
    right: 0;
    z-index: 999;
    bottom: 0;
    top: initial;
    height: 252px;
    width: 263px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--decade .image-wrap .img-wrap.img--front {
    height: 140px;
    width: 39vw;
    right: -31px;
  }
}
.history-slide.slide--decade .image-wrap .img-wrap.img--back {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 274px;
  width: 364px;
  --diagonal-top: 140px;
  --diagonal-bottom: 0;
}
@media (max-width: 991px) {
  .history-slide.slide--decade .image-wrap .img-wrap.img--back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 364px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--decade .image-wrap .img-wrap.img--back {
    height: 154px;
    width: 62vw;
    --diagonal-top: 80px;
    --diagonal-bottom: 0;
  }
}
.history-slide.slide--hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
}
.history-slide.slide--hero .hero-header {
  height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .history-slide.slide--hero .hero-header {
    height: 480px;
  }
}
.history-slide.slide--hero .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .history-slide.slide--hero .title {
    font-size: 36px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--hero .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .history-slide.slide--hero .title {
    font-size: 30px;
    line-height: 110%;
  }
}
.history-slide.slide--hero .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  max-width: 510px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .history-slide.slide--hero .introtext {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 991px) {
  .history-slide.slide--hero .introtext {
    margin-bottom: 16px;
  }
}
.history-slide.slide--hero .breadcrumbs {
  display: flex;
}
.history-slide.slide--hero .breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 32px;
}
.history-slide.slide--hero .breadcrumbs li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C0C0C0;
  cursor: pointer;
}
.history-slide.slide--hero .breadcrumbs li a:hover {
  color: #ffffff;
}
.history-slide.slide--hero .breadcrumbs li:last-child a {
  color: #000000;
  cursor: initial;
}
.history-slide.slide--hero .breadcrumbs li:not(:first-child):after {
  content: "/";
  position: absolute;
  transform: rotate(11deg);
  top: 2px;
  left: -20px;
  width: 20px;
  height: 100%;
  color: #000000;
}
.history-slide.slide--hero .breadcrumbs li:only-child a {
  color: #929292;
}
.history-slide.slide--hero .breadcrumbs li a {
  color: #C0C0C0;
  cursor: pointer;
}
.history-slide.slide--hero .breadcrumbs li a:hover {
  color: #ffffff;
}
.history-slide.slide--hero .breadcrumbs li:last-child a {
  color: #ffffff;
  cursor: initial;
}
.history-slide.slide--hero .breadcrumbs li:not(:first-child):after {
  color: #ffffff;
}
.history-slide.slide--hero .breadcrumbs li:not(:first-child):after a {
  color: #ffffff;
}
.history-slide.slide--hero .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.history-slide.slide--hero .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  --diagonal-top: 0;
  --diagonal-bottom: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--hero .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 340px;
  }
}
@media (max-width: 767px) {
  .history-slide.slide--hero .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 150px;
  }
}
.history-slide.slide--hero .hero-text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-slide.slide--hero .hero-text-wrap {
    justify-content: flex-end;
    padding-bottom: 133px;
  }
}
.history-slide.slide--hero .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.history-slide.slide--hero .row {
  height: 100%;
}
.history-slide.slide--hero .hero-footer {
  display: flex;
  justify-content: center;
}
.history-slide.slide--hero .hero-footer .scroll-wrap {
  position: relative;
  right: 16px;
}

.module.module--hero {
  position: relative;
}
.module.module--hero .breadcrumbs {
  display: flex;
}
.module.module--hero .breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 32px;
}
.module.module--hero .breadcrumbs li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
  transition: color 0.25s ease;
}
.module.module--hero .breadcrumbs li a:hover {
  color: #000000;
}
.module.module--hero .breadcrumbs li:not(:first-child):after {
  content: "/";
  position: absolute;
  transform: rotate(11deg);
  top: -3px;
  left: -20px;
  width: 20px;
  height: 100%;
  color: #000000;
}
.module.module--hero .breadcrumbs li:only-child a {
  color: #929292;
}
.module.module--hero .breadcrumbs:not(.news) li:last-child a {
  color: #000000;
  cursor: initial;
}
.module.module--hero .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .module.module--hero .title {
    font-size: 36px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .module.module--hero .title {
    font-size: 30px;
    line-height: 110%;
  }
}
.module.module--hero .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  max-width: 510px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .module.module--hero .introtext {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 991px) {
  .module.module--hero .introtext {
    margin-bottom: 16px;
  }
}
.module.module--hero .date {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 48px;
}
.module.module--hero.hero--home {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--hero.hero--home {
    height: 640px;
  }
}
.module.module--hero.hero--home .slider {
  position: relative;
}
.module.module--hero.hero--home .slider .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.module.module--hero.hero--home .slider .slide.active {
  opacity: 1;
  pointer-events: auto;
}
.module.module--hero.hero--home .slider .slide.active .img-wrap img {
  transform: scale(1.1);
  transition: transform 6s;
}
.module.module--hero.hero--home .slider .slide .img-wrap {
  position: absolute;
  height: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .slider .slide .img-wrap {
    height: 640px;
  }
}
.module.module--hero.hero--home .slider .slide .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.4196078431);
  --diagonal-top: 0;
  --diagonal-bottom: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--home .slider .slide .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 500px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .slider .slide .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 250px;
    height: 640px;
  }
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap {
  height: 100%;
  margin-top: 240px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--home .slider .slide .hero-text-wrap {
    margin-top: 277px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .slider .slide .hero-text-wrap {
    margin-top: 149px;
  }
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap .pretitle,
.module.module--hero.hero--home .slider .slide .hero-text-wrap .title {
  color: #ffffff;
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap .title h1, .module.module--hero.hero--home .slider .slide .hero-text-wrap .title h2, .module.module--hero.hero--home .slider .slide .hero-text-wrap .title h3, .module.module--hero.hero--home .slider .slide .hero-text-wrap .title h4, .module.module--hero.hero--home .slider .slide .hero-text-wrap .title h5, .module.module--hero.hero--home .slider .slide .hero-text-wrap .title h5 {
  color: #ffffff;
  display: inline;
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap .introtext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap .date {
  color: rgba(255, 255, 255, 0.8);
}
.module.module--hero.hero--home .slider .slide .hero-text-wrap a.video-lightbox-image-full {
  z-index: 99;
  max-width: 360px;
}
.module.module--hero.hero--home .slider-pagination {
  position: absolute;
  bottom: 64px;
}
.module.module--hero.hero--front .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.module.module--hero.hero--front.hero--front-h {
  height: 800px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-h {
    padding-top: 156px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-h {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-h {
    height: initial;
  }
}
.module.module--hero.hero--front.hero--front-h .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.module.module--hero.hero--front.hero--front-h .hero-text .hero-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-h .hero-text .hero-text-wrap {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-h .hero-text .hero-text-wrap {
    margin-top: 24px;
  }
}
.module.module--hero.hero--front.hero--front-h .img-wrap {
  --diagonal-top: 100%;
  --diagonal-bottom: 0;
  height: 300px;
  margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-h .img-wrap {
    --diagonal-top: 0;
    --diagonal-bottom: 250px;
    margin-left: calc(-1 * var(--wide-margin) - var(--half-gutter));
  }
}
.module.module--hero.hero--front.hero--front-h .hero-text-footer {
  position: absolute;
  bottom: 0;
}
.module.module--hero.hero--front.hero--front-h .hero-text-footer .scroll-wrap {
  position: relative;
  right: 16px;
}
.module.module--hero.hero--front.hero--front-v {
  height: 800px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-v {
    height: initial;
  }
}
.module.module--hero.hero--front.hero--front-v .container {
  justify-content: flex-end;
}
.module.module--hero.hero--front.hero--front-v .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-v .hero-text {
    justify-content: flex-end;
  }
}
.module.module--hero.hero--front.hero--front-v .hero-text .hero-text-wrap {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-v .hero-text .hero-text-wrap {
    margin-top: 0;
    padding-bottom: 40px;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-v .hero-text .hero-text-wrap {
    margin-top: 24px;
  }
}
.module.module--hero.hero--front.hero--front-v .hero-text .hero-text-footer {
  display: flex;
}
.module.module--hero.hero--front.hero--front-v .hero-text .hero-text-footer .scroll-wrap {
  position: relative;
  right: 16px;
}
.module.module--hero.hero--front.hero--front-v .img-wrap {
  --diagonal-top: 0;
  --diagonal-bottom: 129px;
  height: 687px;
}
@media (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-v .img-wrap {
    --diagonal-top: 0;
    --diagonal-bottom: 280px;
    margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-v .img-wrap {
    height: 300px;
    --diagonal-top: 0;
    --diagonal-bottom: 250px;
    margin-left: calc(-1 * var(--wide-margin) - var(--half-gutter));
  }
}
.module.module--hero.hero--front.hero--front-compact.hero--not-bg {
  min-height: 450px;
  height: auto;
}
.module.module--hero.hero--front.hero--front-compact:not(.hero--not-bg) {
  height: 600px;
}
@media (min-width: 992px) {
  .module.module--hero.hero--front.hero--front-compact:not(.hero--not-bg) > .container {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-compact {
    height: initial;
  }
}
.module.module--hero.hero--front.hero--front-compact .img-wrap {
  --diagonal-top: 100%;
  --diagonal-bottom: 0;
  height: 300px;
  margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-compact .img-wrap {
    --diagonal-top: 0;
    --diagonal-bottom: 280px;
    margin-left: calc(-1 * var(--wide-margin) - var(--half-gutter));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-compact .hero-text-wrap {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-compact .hero-text-wrap {
    margin-top: 24px;
  }
}
.module.module--hero.hero--front.hero--front-compact.hero--error-404 .title {
  font-size: 144px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--front.hero--front-compact.hero--error-404 .title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--front.hero--front-compact.hero--error-404 .title {
    font-size: 90px;
  }
}
.module.module--hero.hero--detail {
  min-height: 800px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail {
    min-height: 648px;
  }
}
.module.module--hero.hero--detail .container {
  min-height: 800px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--detail .container {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .container {
    min-height: 648px;
  }
}
.module.module--hero.hero--detail .row {
  height: 100%;
}
.module.module--hero.hero--detail .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.module.module--hero.hero--detail .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  --diagonal-top: 0;
  --diagonal-bottom: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--detail .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 340px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 250px;
  }
}
.module.module--hero.hero--detail .hero-text-wrap {
  height: 100%;
  padding-top: 186px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--detail .hero-text-wrap {
    justify-content: flex-end;
  }
}
.module.module--hero.hero--detail .hero-text-wrap .pretitle,
.module.module--hero.hero--detail .hero-text-wrap .title {
  color: #ffffff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--detail .hero-text-wrap .pretitle,
.module.module--hero.hero--detail .hero-text-wrap .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 110%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .module.module--hero.hero--detail .hero-text-wrap .pretitle,
.module.module--hero.hero--detail .hero-text-wrap .title {
    font-size: 36px;
    line-height: 110%;
  }
}
.module.module--hero.hero--detail .hero-text-wrap .introtext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .hero-text-wrap .introtext {
    margin-bottom: 16px;
  }
}
.module.module--hero.hero--detail .hero-text-wrap .date {
  color: rgba(255, 255, 255, 0.8);
}
.module.module--hero.hero--detail .hero-text-footer {
  display: flex;
}
.module.module--hero.hero--detail .hero-text-footer .scroll-wrap {
  position: relative;
  right: 16px;
}
.module.module--hero.hero--detail .breadcrumbs {
  display: flex;
}
.module.module--hero.hero--detail .breadcrumbs li a {
  color: #C0C0C0;
  cursor: pointer;
}
.module.module--hero.hero--detail .breadcrumbs li a:hover {
  color: #ffffff;
}
.module.module--hero.hero--detail .breadcrumbs li:not(:first-child):after {
  color: #ffffff;
}
.module.module--hero.hero--detail .breadcrumbs li:not(:first-child):after a {
  color: #ffffff;
}
.module.module--hero.hero--detail .breadcrumbs:not(.news) li:last-child a {
  color: #ffffff;
  cursor: initial;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg {
  min-height: 450px;
  height: auto;
}
.module.module--hero.hero--detail.hero--detail-compact:not(.hero--not-bg) {
  min-height: 600px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--detail-compact:not(.hero--not-bg) {
    min-height: 470px;
  }
}
.module.module--hero.hero--detail.hero--detail-compact .container {
  min-height: 600px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--detail-compact .container {
    min-height: 470px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--detail-compact .hero-text-wrap {
    padding-top: 112px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--detail-compact .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 150px;
  }
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg {
  background-color: #000000;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .title {
  color: #ffffff;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .introtext {
  color: #929292;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .date {
  color: #929292;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .breadcrumbs li a {
  color: #C0C0C0;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .breadcrumbs li a:hover {
  color: #ffffff;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .breadcrumbs li:not(:first-child):after {
  color: #ffffff;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .breadcrumbs li:only-child a {
  color: #C0C0C0;
}
.module.module--hero.hero--detail.hero--detail-compact.hero--not-bg .breadcrumbs:not(.news) li:last-child a {
  color: #ffffff;
}
.module.module--hero.hero--detail.hero--feature-news .date {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .module.module--hero.hero--not-bg {
    min-height: 360px !important;
  }
}
.module.module--hero.hero--news {
  padding-top: 168px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--news {
    padding-top: 120px;
  }
}
.module.module--hero.hero--news .img-wrap {
  padding-bottom: 55%;
}
.module.module--hero.hero--news .introtext {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .module.module--hero.hero--news .introtext {
    margin-bottom: 16px;
  }
}
.module.module--hero.hero--news .pretitle {
  margin-bottom: 24px;
}
.module.module--hero.hero--news .title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .module.module--hero.hero--news .title {
    margin-bottom: 16px;
  }
}
.module.module--hero.hero--news .date {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
  display: inline-block;
  margin-bottom: 40px;
}
.module.module--hero.hero--legal {
  padding-top: 168px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--legal {
    padding-top: 120px;
  }
}
.module.module--hero.hero--legal .title {
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  .module.module--hero.hero--legal .title {
    margin-bottom: 16px;
  }
}
.module.module--hero.hero--legal .introtext {
  margin-bottom: 0;
}

.module.module--left-right {
  position: relative;
}
.module.module--left-right .heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--left-right .heading {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .module.module--left-right .heading {
    margin-top: 32px;
  }
}
.module.module--left-right .text-editor h2, .module.module--left-right .text-editor h3, .module.module--left-right .text-editor h4, .module.module--left-right .text-editor h5, .module.module--left-right .text-editor h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--left-right .text-editor h2, .module.module--left-right .text-editor h3, .module.module--left-right .text-editor h4, .module.module--left-right .text-editor h5, .module.module--left-right .text-editor h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--left-right .text-editor p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .module.module--left-right .text-editor p {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right .text-editor p {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right .text-editor p {
    margin-bottom: 24px;
  }
}
.module.module--left-right .text-editor p:last-child {
  margin-bottom: 0px;
}
.module.module--left-right .text-button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .module.module--left-right .text-button {
    margin-top: 24px;
  }
}
.module.module--left-right .btn--primary {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .module.module--left-right .btn--primary {
    margin-top: 24px;
  }
}
.module.module--left-right .info-card {
  width: 282px;
  background-color: #000000;
  padding: 40px;
}
.module.module--left-right .info-card .category-card {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .module.module--left-right .info-card .category-card {
    margin-bottom: 16px;
  }
}
.module.module--left-right .info-card .category-card:last-child {
  margin-bottom: 0;
}
.module.module--left-right .info-card .category-card .title-card {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  color: #929292;
  margin-bottom: 8px;
}
.module.module--left-right .info-card .category-card .description-card {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  transition: 0.3;
}
.module.module--left-right .img-box {
  position: relative;
}
.module.module--left-right .img-box .bg-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2705882353);
  --diagonal-top: 152%;
  --diagonal-bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.module.module--left-right .img-box .img-wrap {
  height: 100%;
  width: 100%;
}
.module.module--left-right.left-right--projects-slider .heading {
  margin-top: 0;
}
.module.module--left-right.left-right--projects-slider .active {
  display: block;
}
.module.module--left-right.left-right--projects-slider .col-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module.module--left-right.left-right--projects-slider .col-text .slider-part-text {
  position: relative;
  height: 409px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-text .slider-part-text {
    margin-bottom: 32px;
    margin-top: 162px;
    display: initial;
    height: 219px;
  }
}
.module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  max-width: 486px;
  pointer-events: none;
  transition: all 0.3s;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text {
    max-width: 393px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text {
    top: initial;
    transform: none;
  }
}
.module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text.active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text .title {
  align-self: flex-start;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text .title {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-text .slider-part-text .slide-part-text .title {
    margin-bottom: 16px;
  }
}
.module.module--left-right.left-right--projects-slider .col-text .control-wrap {
  position: initial;
}
.module.module--left-right.left-right--projects-slider .col-img {
  position: relative;
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-img {
  height: 681px;
  position: relative;
  margin-right: calc(-1 * var(--grid-diff));
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-img {
    height: 540px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-img {
    height: 346px;
    margin-left: calc(-1 * var(--grid-diff));
  }
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-img .slide-part-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-img .slide-part-img.active {
  opacity: 1;
  transition: 0.5s;
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-img .slide-part-img .img-wrap {
  width: 100%;
  height: 100%;
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-card {
  position: absolute;
  left: -40px;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-card {
    left: initial;
  }
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-card .slide-part-card {
  opacity: 0;
  position: absolute;
  bottom: -64px;
  left: var(--half-gutter);
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-card .slide-part-card {
    bottom: -48px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-card .slide-part-card {
    bottom: -118px;
  }
}
.module.module--left-right.left-right--projects-slider .col-img .slider-part-card .slide-part-card.active {
  opacity: 1;
}
@media (max-width: 991px) {
  .module.module--left-right.left-right--projects-slider .col-img .slider-part-card .slide-part-card .info-card {
    width: 191px;
    padding: 32px;
  }
}
.module.module--left-right.left-right--text-logo .heading, .module.module--left-right.left-right--text-pattern .heading {
  margin-bottom: 32px;
}
.module.module--left-right.left-right--text-logo .img-wrap {
  width: 300px;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-logo .img-wrap {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-logo .img-wrap {
    width: 150px;
    height: 150px;
  }
}
.module.module--left-right.left-right--text-logo .img-wrap img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-logo .heading {
    margin-top: 0;
  }
}
.module.module--left-right.left-right--text-pattern .pattern-wrap {
  position: relative;
  top: -170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap {
    position: relative;
    right: initial;
    top: -112px;
    display: inline-block;
  }
}
.module.module--left-right.left-right--text-pattern .pattern-wrap:hover img {
  transform: scale(1.05);
  transition: all 0.8s;
}
.module.module--left-right.left-right--text-pattern .pattern-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module.module--left-right.left-right--text-pattern .pattern-wrap .img-wrap {
  padding-bottom: 93%;
  --diagonal-top: 0;
  --diagonal-bottom: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap .img-wrap {
    --diagonal-top: 0;
    --diagonal-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap .img-wrap {
    width: 260px;
    height: 260px;
    margin-left: auto;
    padding-bottom: 0;
    --diagonal-top: 0;
    --diagonal-bottom: 80px;
  }
}
.module.module--left-right.left-right--text-pattern .pattern-wrap .pattern-zoom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  pointer-events: none;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: initial;
  color: #000000;
  z-index: 99;
  background-color: white;
  padding: 12px 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap .pattern-zoom {
    font-size: 9px;
    bottom: 11px;
    left: 11px;
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap .item-ribbon {
    padding: 4px 8px 4px 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-pattern .pattern-wrap .item-ribbon span {
    font-size: 9px;
  }
}
.module.module--left-right.left-right--text-pattern .pattern-wrap.light-pattern {
  filter: drop-shadow(0px 25px 100px rgba(0, 0, 0, 0.08));
}
.module.module--left-right.left-right--with-card .heading {
  margin-bottom: 32px;
}
.module.module--left-right.left-right--with-card .img-box {
  height: 576px;
  width: 100%;
  margin-bottom: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--with-card .img-box {
    height: 440px;
    margin-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--with-card .img-box {
    height: 342px;
    margin-bottom: 88px;
  }
}
.module.module--left-right.left-right--with-card .info-card {
  position: absolute;
  top: 427px;
  right: -12px;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--with-card .info-card {
    top: 280px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--with-card .info-card {
    top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-card .info-card {
    width: 100%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-card .info-card {
    padding: 40px;
  }
}
.module.module--left-right.left-right--two-images-slider .col-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .col-text {
    min-height: 489px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .col-text {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-pagination {
    margin: 0 0 24px;
  }
}
.module.module--left-right.left-right--two-images-slider .slider-part-text {
  min-height: 500px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-text {
    min-height: 489px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-text {
    min-height: 276px;
  }
}
.module.module--left-right.left-right--two-images-slider .slide-part-text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 64px;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text:only-child {
    margin-top: 0;
  }
}
.module.module--left-right.left-right--two-images-slider .slide-part-text.active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.module.module--left-right.left-right--two-images-slider .slide-part-text .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text .title {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text .title {
    margin-bottom: 16px;
  }
}
.module.module--left-right.left-right--two-images-slider .slide-part-text .subtitle {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text .subtitle {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slide-part-text .subtitle {
    margin-bottom: 16px;
  }
}
.module.module--left-right.left-right--two-images-slider .slide-part-text:only-child {
  position: initial;
}
.module.module--left-right.left-right--two-images-slider .slider-part-img {
  position: relative;
  min-height: 539px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img {
    min-height: 489px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img {
    min-height: 321px;
  }
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1 {
    top: 64px;
    margin-left: 145px;
  }
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1.active {
  opacity: 1;
  transition: opacity 0.5s;
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1 .img-wrap {
  width: 329px;
  height: 423px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1 .img-wrap {
    width: 250px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img1 .img-wrap {
    width: 175px;
    height: 225px;
  }
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
  transition: opacity 1s;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2 {
    left: 0;
    right: initial;
  }
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2.active {
  opacity: 1;
  transition: opacity 0.5s;
}
.module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2 .img-wrap {
  width: 386px;
  height: 376px;
  --diagonal-top: 0;
  --diagonal-bottom: 150px;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2 .img-wrap {
    width: 254px;
    height: 254px;
    --diagonal-top: 0;
    --diagonal-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider .slider-part-img .slide-part-img2 .img-wrap {
    width: 205px;
    height: 205px;
    --diagonal-top: 80px;
    --diagonal-bottom: 0;
  }
}
.module.module--left-right.left-right--two-images-slider.left-right--align-text-right .slide-part-img1 {
  left: initial;
  right: 0;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--two-images-slider.left-right--align-text-right .slide-part-img1 {
    right: initial;
  }
}
.module.module--left-right.left-right--two-images-slider.left-right--align-text-right .slide-part-img2 {
  left: 0;
}
.module.module--left-right.left-right--two-images-slider.one-slide .slider-part-text {
  min-height: initial;
}
.module.module--left-right.left-right--text .heading {
  margin-top: 0;
}
.module.module--left-right.left-right--text .link-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text .link-wrap {
    justify-content: flex-start;
  }
}
.module.module--left-right.left-right--text.left-right--text-compact .heading {
  margin-bottom: 8px;
}
.module.module--left-right.left-right--text-image {
  padding: 52px 0;
}
@media (max-width: 991px) {
  .module.module--left-right.left-right--text-image {
    padding: 0;
  }
}
.module.module--left-right.left-right--text-image.left-right--text-bleed {
  padding: 0;
}
.module.module--left-right.left-right--text-image.left-right--text-bleed .img-box {
  height: 680px;
  width: auto;
  margin-right: -200px;
}
@media (max-width: 1249px) {
  .module.module--left-right.left-right--text-image.left-right--text-bleed .img-box {
    margin-right: calc(-1 * var(--grid-diff));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-image.left-right--text-bleed .img-box {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-image.left-right--text-bleed .img-box {
    height: 392px;
    margin-left: calc(-1 * var(--grid-diff));
  }
}
.module.module--left-right.left-right--text-image.left-right--text-bleed.left-right--align-text-right .img-box {
  margin-left: -200px;
  margin-right: 0;
}
@media (max-width: 1249px) {
  .module.module--left-right.left-right--text-image.left-right--text-bleed.left-right--align-text-right .img-box {
    margin-left: calc(-1 * var(--grid-diff));
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-image.left-right--text-bleed.left-right--align-text-right .img-box {
    margin-right: calc(-1 * var(--grid-diff));
  }
}
.module.module--left-right.left-right--text-image.left-right--text-image-shape {
  padding: 32px 0;
}
@media (max-width: 991px) {
  .module.module--left-right.left-right--text-image.left-right--text-image-shape {
    padding: 0;
  }
}
.module.module--left-right.left-right--text-image.left-right--text-image-shape .img-wrap {
  width: 100%;
  padding-bottom: 94%;
  --diagonal-top: 195px;
  --diagonal-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-image.left-right--text-image-shape .img-wrap {
    --diagonal-top: 120px;
    --diagonal-bottom: 0;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-image.left-right--text-image-shape .img-wrap {
    --diagonal-top: 130px;
    --diagonal-bottom: 0;
  }
}
.module.module--left-right.left-right--text-image.left-right--text-image-shape .col-text .heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-image.left-right--text-image-shape .col-text .heading {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--left-right.left-right--text-image .col-text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.module.module--left-right.left-right--text-image .img-box {
  height: 576px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--left-right.left-right--text-image .img-box {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .module.module--left-right.left-right--text-image .img-box {
    height: 392px;
  }
}

.module.module--distributor.distributor--compact .distributor-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap {
    flex-direction: column;
  }
}
.module.module--distributor.distributor--compact .distributor-wrap .distributor-item {
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}
.module.module--distributor.distributor--compact .distributor-wrap .distributor-item .item-title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .item-title {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .item-title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .item-title {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .item-title {
    padding: 24px;
  }
}
.module.module--distributor.distributor--compact .distributor-wrap .distributor-item .img-wrap {
  height: 464px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .img-wrap {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item .img-wrap {
    height: 230px;
  }
}
.module.module--distributor.distributor--compact .distributor-wrap .distributor-item .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.8s;
}
.module.module--distributor.distributor--compact .distributor-wrap .distributor-item:nth-last-child(4) .item-title, .module.module--distributor.distributor--compact .distributor-wrap .distributor-item:nth-last-child(4) ~ div .item-title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--compact .distributor-wrap .distributor-item:nth-last-child(4) .item-title, .module.module--distributor.distributor--compact .distributor-wrap .distributor-item:nth-last-child(4) ~ div .item-title {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--distributor.distributor--full {
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full {
    margin-bottom: 0;
  }
}
.module.module--distributor.distributor--full .row {
  margin-bottom: 215px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--distributor.distributor--full .row {
    margin-bottom: 187px;
  }
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .row {
    margin-bottom: 0;
  }
}
.module.module--distributor.distributor--full .distributor-text-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.module.module--distributor.distributor--full .distributor-text-item .item-title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-text-item .item-title {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--distributor.distributor--full .distributor-text-item p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
}
@media (max-width: 991px) {
  .module.module--distributor.distributor--full .distributor-text-item p {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--distributor.distributor--full .distributor-text-item .text-button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-text-item .text-button {
    margin-top: 24px;
  }
}
.module.module--distributor.distributor--full .img-wrap {
  height: 280px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .img-wrap {
    margin-bottom: 32px;
  }
}
.module.module--distributor.distributor--full .distributor-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--distributor.distributor--full .distributor-wrap .distributor-item {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-wrap .distributor-item:last-child {
    margin-bottom: 0 !important;
  }
}
.module.module--distributor.distributor--full .distributor-wrap .distributor-item .distributor-text-item {
  padding: 0 24px;
  display: block;
  height: initial;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-wrap .distributor-item .distributor-text-item {
    padding: 0;
  }
}
.module.module--distributor.distributor--full .distributor-wrap .distributor-item .img-wrap {
  margin-bottom: 32px;
}
.module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(n+2), .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(n+2) ~ div {
  width: 50%;
  max-width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(n+2), .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(n+2) ~ div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(3), .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(3) ~ div {
  width: 33.3%;
}
@media (max-width: 767px) {
  .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(3), .module.module--distributor.distributor--full .distributor-wrap .distributor-item:nth-last-child(3) ~ div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.module.module--distributor a:hover img {
  transform: scale(1.05);
  transition: all 0.8s;
}

.module.module--distributor-v .distributor-item {
  margin-bottom: 108px;
}
@media (max-width: 767px) {
  .module.module--distributor-v .distributor-item {
    margin-bottom: 56px;
  }
}
.module.module--distributor-v .distributor-item:last-child {
  margin-bottom: 0;
}
.module.module--distributor-v .distributor-item .img-wrap {
  height: 340px;
}
.module.module--distributor-v .distributor-item .item-text-wrap {
  padding-top: 32px;
}
.module.module--distributor-v .distributor-item .item-text-wrap .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .module.module--distributor-v .distributor-item .item-text-wrap .title {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--distributor-v .distributor-item .item-text-wrap .text {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 16px;
  color: #929292;
}
.module.module--distributor-v .distributor-item.first--item {
  margin-top: 146px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--distributor-v .distributor-item.first--item {
    margin-top: 240px;
  }
}
@media (max-width: 767px) {
  .module.module--distributor-v .distributor-item.first--item {
    margin-top: 0;
    margin-bottom: 64px;
  }
}
.module.module--distributor-v .distributor-item.first--item .img-wrap {
  height: 606px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--distributor-v .distributor-item.first--item .img-wrap {
    height: 460px;
  }
}
@media (max-width: 767px) {
  .module.module--distributor-v .distributor-item.first--item .img-wrap {
    height: 340px;
  }
}
.module.module--distributor-v .distributor-item a:hover img {
  transform: scale(1.05);
  transition: all 0.8s;
}

.module.module--form h1 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .module.module--form h1 {
    font-size: 36px;
    line-height: 110%;
  }
}
.module.module--form p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
}
@media (max-width: 991px) {
  .module.module--form p {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--form ul {
  padding: 48px 0;
}
.module.module--form ul li a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.module.module--form ul li:last-child {
  margin-right: 0px;
}
.module.module--form .form-wrap {
  display: none;
  opacity: 0;
}
.module.module--form .form-wrap.active {
  display: block;
  opacity: 1;
  animation: fade 1s;
}
@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.module.module--form .form {
  transition: opacity 0.5s ease;
}
.module.module--form .form.form--busy {
  opacity: 0.35;
  pointer-events: none;
}
.module.module--form .legal {
  font-size: 10px;
  margin-bottom: -20px;
}
.module.module--form .legalbox {
  font-size: 14px;
}
.module.module--form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--half-gutter));
}
.module.module--form .form-row.row--error {
  display: none;
}
.module.module--form .form-row.row--error.expanded {
  display: block;
  margin-top: 24px;
}
.module.module--form .form-row.row--general-error {
  display: none;
}
.module.module--form .form-row.row--general-error.expanded {
  display: block;
}
.module.module--form .form-row.row--submit {
  margin-top: 48px;
}
.module.module--form .field {
  position: relative;
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.module.module--form .field.field--half {
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .module.module--form .field.field--half {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.module.module--form .field.field--quarter {
  flex-basis: 25%;
  max-width: 25%;
}
.module.module--form .field.active label {
  transform: translate3d(0, 8px, 0);
  font-size: 10px;
  transition: all 0.15s;
  opacity: 1 !important;
}
.module.module--form .field.active label .optional {
  opacity: 0;
}
.module.module--form .field.active input[type=text],
.module.module--form .field.active input[type=email],
.module.module--form .field.active input[type=tel],
.module.module--form .field.active input[type=number],
.module.module--form .field.active textarea {
  border: 1px solid #000000;
  resize: none;
}
.module.module--form .field label {
  position: absolute;
  z-index: 1;
  margin-left: 24px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  transform: translate3d(0, 16px, 0);
  transition: all 0.15s;
}
.module.module--form .field label .optional {
  transition: opacity 0.25s ease;
}
.module.module--form .field label:not(.checkbox) {
  opacity: 0.5;
}
.module.module--form .field label:not(.checkbox) {
  pointer-events: none;
}
.module.module--form .field input[type=text],
.module.module--form .field input[type=email],
.module.module--form .field input[type=tel],
.module.module--form .field input[type=number],
.module.module--form .field textarea {
  border: 1px solid #C0C0C0;
  transition: all 0.25s ease, padding 0s;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  width: 100%;
  padding: 22px 24px 6px;
  border-radius: 0;
  line-height: 24px;
}
@media (max-width: 991px) {
  .module.module--form .field input[type=text],
.module.module--form .field input[type=email],
.module.module--form .field input[type=tel],
.module.module--form .field input[type=number],
.module.module--form .field textarea {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--form .field .checkbox {
  position: relative;
  display: flex !important;
}
.module.module--form .field .checkbox.cb-wrap {
  margin-left: 0px;
}
.module.module--form .field .checkbox input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.module.module--form .field .checkbox input:checked + .placeholder::after {
  opacity: 1;
}
.module.module--form .field .checkbox .placeholder {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #C0C0C0;
  transition: border-color 0.25s ease;
  margin-right: 2rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.module.module--form .field .checkbox .placeholder::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  color: #000000;
  transition: opacity 0.1s ease;
  opacity: 0;
  background: #000000;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
}
.module.module--form .field .checkbox .text {
  transition: color 0.25s ease;
  color: #929292;
}
.module.module--form .field .checkbox .text a {
  color: #000000;
}
html.hasHover .module.module--form .field .checkbox .text a:hover,
.module.module--form .field .checkbox .text a:active {
  text-decoration: underline;
}
.module.module--form .field .select-wrap {
  position: relative;
}
.module.module--form .field .select-wrap::after {
  content: "\ea4e";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -9px 2rem 0 0;
  font-size: 20px;
  color: #000000;
}
.module.module--form .field .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.module.module--form .field .select-wrap .placeholder {
  display: block;
  background: #fff;
  border: 1px solid #000000;
  transition: all 0.25s ease;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  font-size: 16px;
  color: #000000;
  width: 100%;
  padding: 14px 40px 14px 24px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
  line-height: 24px;
}
@media (max-width: 991px) {
  .module.module--form .field .select-wrap .placeholder {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--form .field .select-wrap.select-wrap--phone {
  position: absolute;
  top: 1px;
  left: var(--half-gutter);
  height: 100%;
  transition: opacity 0.25s ease;
}
html.hasHover .module.module--form .field .select-wrap.select-wrap--phone:hover {
  opacity: 0.6;
}
.module.module--form .field .select-wrap.select-wrap--phone select {
  background: transparent;
  cursor: pointer;
}
.module.module--form .field .select-wrap.select-wrap--phone .placeholder {
  border: none;
  background: transparent;
}
.module.module--form .field .select-wrap.select-wrap--phone::after {
  display: none;
}
.module.module--form .field .select-wrap.select-wrap--phone + input {
  padding-left: 67px;
}
.module.module--form .field:not(.active) .select-wrap--phone {
  opacity: 0;
  pointer-events: none;
}
.module.module--form .field.empty label {
  opacity: 0 !important;
}
.module.module--form .field.empty .placeholder {
  color: rgba(0, 0, 0, 0.5);
  border-color: #C0C0C0;
  font-size: 14px;
}
.module.module--form .field:not(.empty) .select-wrap .placeholder {
  padding: 22px 24px 6px;
}
.module.module--form .field.has-error label {
  color: #FF7D7D;
}
.module.module--form .field.has-error input[type=text],
.module.module--form .field.has-error input[type=email],
.module.module--form .field.has-error input[type=number],
.module.module--form .field.has-error input[type=tel],
.module.module--form .field.has-error textarea {
  border-color: #FF7D7D;
  color: #FF7D7D;
}
.module.module--form .field.has-error .cb-wrap p, .module.module--form .field.has-error .cb-wrap span.text, .module.module--form .field.has-error .cb-wrap a {
  color: #FF7D7D;
}
.module.module--form .field.has-error .cb-wrap a {
  text-decoration: underline;
}
.module.module--form .field.has-error .cb-wrap .placeholder {
  border-color: #FF7D7D;
}
.module.module--form .field.has-error .select-wrap .placeholder {
  border-color: #FF7D7D;
  color: #FF7D7D;
}
.module.module--form .field.has-error .select-wrap::after {
  color: #FF7D7D;
}
.module.module--form .field.has-error .file-wrap {
  color: #FF7D7D;
}
.module.module--form .field .error-message {
  font-size: 14px;
  max-width: 588px;
}
.module.module--form .field .error {
  color: #FF7D7D;
}
.module.module--form .form-success {
  margin-bottom: 24px;
  height: 400px;
}
.module.module--form .form-success .heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .module.module--form .form-success .heading {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--form .form-success:not(.visible) {
  display: none;
}

.module.module--cta {
  position: relative;
  overflow: hidden;
}
.module.module--cta .cta-wrap {
  position: relative;
  background-color: #000000;
  padding: 80px 100px;
  width: 100%;
  margin-bottom: 176px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--cta .cta-wrap {
    padding: 50px 56px;
  }
}
@media (max-width: 767px) {
  .module.module--cta .cta-wrap {
    padding: 32px 32px 80px 32px;
  }
}
.module.module--cta .cta-wrap.cta--blue {
  background-color: #008C95;
}
.module.module--cta .cta-wrap .cta-text {
  max-width: 370px;
}
.module.module--cta .cta-wrap .cta-text .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .module.module--cta .cta-wrap .cta-text .title {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--cta .cta-wrap .cta-text .text {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #C0C0C0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .module.module--cta .cta-wrap .cta-text .text {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--cta .cta-wrap .cta-img {
  position: absolute;
  bottom: -176px;
  right: -198px;
  z-index: 99;
}
@media (max-width: 767px) {
  .module.module--cta .cta-wrap .cta-img {
    right: -35px;
    bottom: -155px;
  }
}
.module.module--cta .cta-wrap .cta-img .img-wrap {
  --diagonal-top: 0;
  --diagonal-bottom: 178px;
  width: 485px;
  height: 400px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--cta .cta-wrap .cta-img .img-wrap {
    width: 434px;
    height: 349px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--cta .cta-wrap .cta-img .img-wrap {
    width: 269px;
    height: 269px;
  }
}
@media (max-width: 767px) {
  .module.module--cta .cta-wrap .cta-img .img-wrap {
    width: 254px;
    height: 210px;
    --diagonal-top: 0;
    --diagonal-bottom: 100px;
  }
}
.module.module--cta.cta--reverse .cta-text {
  margin-left: auto;
}
@media (max-width: 767px) {
  .module.module--cta.cta--reverse .cta-text {
    margin-left: unset;
  }
}
.module.module--cta.cta--reverse .cta-img {
  left: -184px;
  right: unset;
}
@media (max-width: 767px) {
  .module.module--cta.cta--reverse .cta-img {
    left: unset;
    right: -35px;
  }
}
.module.module--cta.cta--reverse .cta-img .img-wrap {
  --diagonal-top: 178px;
  --diagonal-bottom: 0;
}
@media (max-width: 767px) {
  .module.module--cta.cta--reverse .cta-img .img-wrap {
    --diagonal-top: 0;
    --diagonal-bottom: 100px;
  }
}
.module.module--cta.cta--reverse svg {
  right: 57%;
}
.module.module--cta.cta--alvic-center .cta-wrap {
  background-color: #008C95;
}
.module.module--cta.cta--alvic-center .cta-wrap .text {
  color: rgba(255, 255, 255, 0.8);
}
.module.module--cta svg {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 23%;
}
@media (max-width: 767px) {
  .module.module--cta svg {
    display: none;
  }
}
.module.module--cta svg .line {
  stroke-width: 1.3px;
  stroke: #EBEBEB;
}
.module.module--cta svg .line-grow {
  fill: transparent;
  stroke: #C0C0C0;
  stroke-width: 1.3px;
  stroke-dasharray: 1200;
  stroke-dashoffset: 2000;
  animation-direction: normal;
  animation: grow-line 30s linear infinite;
}
@keyframes grow-line {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

.module.module--quote .container--wide {
  background-color: #000000;
}
.module.module--quote .text-editor p {
  font-family: "Euclid Circular A";
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .module.module--quote .text-editor p {
    font-size: 24px;
    line-height: 130%;
  }
}
.module.module--quote .text-editor p b {
  font-weight: 500;
}
.module.module--quote.quote--image .img-wrap {
  height: 100%;
  width: 580px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--quote.quote--image .img-wrap {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .module.module--quote.quote--image .img-wrap {
    min-height: 360px;
    width: 100vw;
    position: relative;
  }
}
.module.module--quote.quote--image .img-wrap img {
  filter: grayscale(100%);
}
.module.module--quote.quote--image .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 97.92%);
}
@media (max-width: 767px) {
  .module.module--quote.quote--image .img-wrap::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 97.92%);
  }
}
.module.module--quote .quote-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .module.module--quote .quote-wrap {
    justify-content: flex-start;
  }
}
.module.module--quote .quote-wrap.quote-wrap--center {
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .module.module--quote .quote-wrap.quote-wrap--center {
    text-align: left;
  }
}
.module.module--quote .quote-wrap.quote-wrap--center blockquote {
  max-width: 583px;
}
.module.module--quote .quote-wrap.quote-wrap--center svg {
  right: 59%;
}
.module.module--quote .quote-wrap blockquote {
  max-width: 483px;
  width: 100%;
  padding: 98px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--quote .quote-wrap blockquote {
    max-width: 320px;
    padding: 82px 0;
  }
}
@media (max-width: 767px) {
  .module.module--quote .quote-wrap blockquote {
    padding: 40px 0;
  }
}
.module.module--quote .quote-wrap blockquote .name,
.module.module--quote .quote-wrap blockquote .position {
  margin-left: 8px;
  display: block;
}
.module.module--quote .quote-wrap blockquote .name {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
.module.module--quote .quote-wrap blockquote .position {
  font-family: "Euclid Circular A";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #C0C0C0;
}
.module.module--quote .quote-wrap svg {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 39%;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--quote .quote-wrap svg {
    right: -20%;
  }
}
@media (max-width: 767px) {
  .module.module--quote .quote-wrap svg {
    display: none;
  }
}
.module.module--quote .quote-wrap svg .line {
  stroke-width: 1.3px;
  stroke: #EBEBEB;
}
.module.module--quote .quote-wrap svg .line-grow {
  fill: transparent;
  stroke: #C0C0C0;
  stroke-width: 1.3px;
  stroke-dasharray: 1200;
  stroke-dashoffset: 2000;
  animation-direction: normal;
  animation: grow-line 30s linear infinite;
}
@keyframes grow-line {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

.module.module--icon-list .container .title-section-wrap {
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .module.module--icon-list .container .title-section-wrap {
    margin-bottom: 64px;
  }
}
.module.module--icon-list .container .list-wrap {
  column-count: 2;
  column-gap: 18.4%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--icon-list .container .list-wrap {
    column-gap: 10.4%;
  }
}
@media (max-width: 767px) {
  .module.module--icon-list .container .list-wrap {
    column-count: initial;
    column-gap: initial;
  }
}
.module.module--icon-list .container .list-wrap .item-icon {
  display: flex;
  margin-bottom: 46px;
  page-break-inside: avoid;
}
@media (max-width: 1249px) {
  .module.module--icon-list .container .list-wrap .item-icon {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .module.module--icon-list .container .list-wrap .item-icon {
    flex-direction: row;
  }
  .module.module--icon-list .container .list-wrap .item-icon .img-wrap {
    margin-right: calc(2 * var(--half-gutter));
  }
}
.module.module--icon-list .container .list-wrap .item-icon .img-wrap {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
@media (max-width: 1249px) {
  .module.module--icon-list .container .list-wrap .item-icon .img-wrap {
    margin-bottom: 12px;
  }
}
.module.module--icon-list .container .list-wrap .item-icon .img-wrap img {
  background-size: contain;
}
.module.module--icon-list .container .list-wrap .item-icon .item-text {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1249px) {
  .module.module--icon-list .container .list-wrap .item-icon .item-text {
    margin-left: 0;
  }
}
.module.module--icon-list .container .list-wrap .item-icon .item-text .item-title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--icon-list .container .list-wrap .item-icon .item-text .item-title {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--icon-list .container .list-wrap .item-icon .item-text p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
}
@media (max-width: 991px) {
  .module.module--icon-list .container .list-wrap .item-icon .item-text p {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--icon-list .container .footer-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--icon-list .container .footer-btn-wrap {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .module.module--icon-list .container .footer-btn-wrap {
    margin-top: 24px;
  }
}
.module.module--icon-list.icon-list--logo {
  margin-bottom: -22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--icon-list.icon-list--logo {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .module.module--icon-list.icon-list--logo {
    margin-bottom: 0;
  }
}
.module.module--icon-list.icon-list--logo .list-wrap .item-icon {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .module.module--icon-list.icon-list--logo .list-wrap .item-icon {
    margin-bottom: 56px;
    flex-direction: column;
  }
}
.module.module--icon-list.icon-list--logo .list-wrap .item-icon .item-text .item-title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .module.module--icon-list.icon-list--logo .list-wrap .item-icon .item-text .item-title {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--icon-list.icon-list--logo .list-wrap .item-icon .img-wrap {
  width: 180px;
  height: 100px;
}
@media (max-width: 991px) {
  .module.module--icon-list.icon-list--logo .list-wrap .item-icon .img-wrap {
    margin-bottom: 16px;
  }
}
.module.module--icon-list.icon-list--logo .list-wrap .item-icon .img-wrap img {
  object-fit: contain;
}
@media (max-width: 1249px) {
  .module.module--icon-list.icon-list--logo .list-wrap .item-icon .img-wrap img {
    object-position: left;
  }
}

.module.module--numbers .title-section-wrap {
  margin-bottom: 40px;
}
.module.module--numbers .panel-numbers-wrap {
  background-color: #000000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 0;
}
.module.module--numbers .panel-numbers-wrap .panel-number-item {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item {
    width: 100%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item {
  width: 200px;
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item {
    text-align: center;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item .title-item {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item .title-item {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item .text-item {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
}
@media (max-width: 991px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item .panel-content-item .text-item {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+2), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+2) ~ div {
  width: 50%;
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+2), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+2) ~ div {
    width: 100%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3) ~ div {
  width: 33.3%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3) ~ div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+3) ~ div {
    width: 100%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+4), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+4) ~ div {
  width: 50%;
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+4), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+4) ~ div {
    width: 100%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5) ~ div {
  width: 33.3%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5) ~ div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+5) ~ div {
    width: 100%;
  }
}
.module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6) ~ div {
  width: 33.3%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6) ~ div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6), .module.module--numbers .panel-numbers-wrap .panel-number-item:nth-last-child(n+6) ~ div {
    width: 100%;
  }
}

.module.module--project-list {
  margin-bottom: -24px;
}
.module.module--project-list .project-card {
  margin-bottom: 24px;
}
.module.module--project-list .project-card .img-wrap {
  width: 100%;
  padding-bottom: 73%;
}
.module.module--project-list .project-card .project-card-text {
  padding: 40px 32px;
  background-color: #000000;
}
.module.module--project-list .project-card .project-card-text .pretitle {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
  margin-bottom: 13px;
  display: inline-block;
}
.module.module--project-list .project-card .project-card-text .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .module.module--project-list .project-card .project-card-text .title {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--project-list .project-card .project-card-text .text {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #C0C0C0;
}
.module.module--project-list a:hover img {
  transform: scale(1.05);
  transition: all 0.8s;
}

.module.module--product-list .title-section-wrap {
  margin-bottom: 52px;
}
.module.module--product-list .product-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--product-list .product-list-wrap .product-card {
  position: relative;
  padding: 40px;
  border: solid 1px #EBEBEB;
  width: 33.3%;
  margin-top: -1px;
  margin-left: -1px;
}
@media (max-width: 991px) {
  .module.module--product-list .product-list-wrap .product-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--product-list .product-list-wrap .product-card {
    width: 100%;
  }
}
.module.module--product-list .product-list-wrap .product-card .img-wrap {
  max-width: 320px;
  padding-bottom: 100%;
  margin: 0 auto 24px;
}
.module.module--product-list .product-list-wrap .product-card .img-wrap img {
  object-fit: contain;
}
.module.module--product-list .product-list-wrap .product-card .product-card-text .title {
  color: #000000;
  margin-bottom: 8px;
}
.module.module--product-list .product-list-wrap .product-card .text {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #929292;
}
.module.module--product-list:not(.product-list--four-cols) .product-card-text .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .module.module--product-list:not(.product-list--four-cols) .product-card-text .title {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--product-list.product-list--four-cols .product-card {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.module.module--product-list.product-list--four-cols .product-card .title:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .module.module--product-list.product-list--four-cols .product-card .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .module.module--product-list.product-list--four-cols .product-card .title {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--product-list.product-list--four-cols .product-card .title {
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--product-list.product-list--four-cols .product-card .title {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--product-list.product-list--four-cols .product-card {
    width: 100%;
  }
}
.module.module--product-list.product-list--four-cols .img-wrap {
  width: 100%;
  padding-bottom: 100% !important;
}
.module.module--talent-list {
  margin-bottom: -24px;
}
.module.module--talent-list .title-section-wrap {
  margin-bottom: 52px;
}
.module.module--talent-list .talent-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 461px;
  background-color: #000000;
  padding: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .module.module--talent-list .talent-card {
    min-height: initial;
  }
}
.module.module--talent-list .talent-card .talent-card-header {
  margin-bottom: 32px;
}
.module.module--talent-list .talent-card .talent-card-header .title-job {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--talent-list .talent-card .talent-card-header .title-job {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--talent-list .talent-card .talent-card-header .extra-info-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 237px;
  margin-bottom: 32px;
}
.module.module--talent-list .talent-card .talent-card-header .extra-info-wrap .info-box .title-extra {
  display: block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
  margin-bottom: 8px;
}
.module.module--talent-list .talent-card .talent-card-header .extra-info-wrap .info-box .info-extra {
  display: block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .module.module--talent-list .talent-card .talent-card-header .extra-info-wrap .info-box .info-extra {
    font-size: 14px;
    line-height: 200%;
  }
}
.module.module--talent-list .talent-card .talent-card-header .description {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #ffffff;
}

.module.module--review-list {
  margin-bottom: -24px;
}
.module.module--review-list .title-text-wrap {
  max-width: 486px;
}
.module.module--review-list .review-card {
  background-color: #000000;
  padding: 40px;
  margin-bottom: 24px;
}
.module.module--review-list .review-card h6,
.module.module--review-list .review-card p {
  color: #ffffff;
}
.module.module--review-list .review-card h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .module.module--review-list .review-card h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--review-list .review-card p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .module.module--maps {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .module.module--maps.maps--text-contact .maps {
    margin-top: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .map--text-contact {
    margin-left: calc(-1 * var(--grid-diff));
    margin-right: calc(-1 * var(--grid-diff));
  }
}
.module.module--maps.maps--text-contact .zoom-control {
  display: none !important;
}
.module.module--maps.maps--text-contact .heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .heading {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--maps.maps--text-contact .info-wrap {
  margin-bottom: 48px;
}
.module.module--maps.maps--text-contact .info-wrap h6 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .info-wrap h6 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--maps.maps--text-contact .info-wrap address,
.module.module--maps.maps--text-contact .info-wrap span,
.module.module--maps.maps--text-contact .info-wrap .tel,
.module.module--maps.maps--text-contact .info-wrap .mail {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  display: block;
}
@media (max-width: 991px) {
  .module.module--maps.maps--text-contact .info-wrap address,
.module.module--maps.maps--text-contact .info-wrap span,
.module.module--maps.maps--text-contact .info-wrap .tel,
.module.module--maps.maps--text-contact .info-wrap .mail {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--maps.maps--text-contact .info-wrap .visit-wrap {
    align-items: baseline;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .info-wrap .visit-wrap {
    flex-direction: column;
  }
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap .location-wrap {
  max-width: 175px;
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap .location-wrap .text-button {
  margin-top: 16px;
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap {
  max-width: 180px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap {
    margin-left: 126px;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap {
    margin-top: 16px;
  }
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap span {
  display: inline-block;
}
.module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap span.txt-bold {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .module.module--maps.maps--text-contact .info-wrap .visit-wrap .schedule-wrap span.txt-bold {
    font-size: 14px;
    line-height: 200%;
  }
}
.module.module--maps.maps--text-contact .data, .module.module--maps.maps--card-right .data {
  right: 0;
}
.module.module--maps.maps--card-right .maps {
  display: block;
}
.module.module--maps.maps--card-right .maps .map-container {
  margin-left: 0;
  margin-right: 306px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--maps.maps--card-right .maps .map-container {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--card-right .maps .map-container {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .module.module--maps.maps--card-right .maps .data {
    display: block;
    position: initial;
    width: 100%;
  }
}

.module.module--news .date {
  position: relative;
  padding-left: 28px;
}
.module.module--news .date:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #C0C0C0;
}
.module.module--news.news--featured .news-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--news.news--featured .news-wrap .news-item {
  height: 415px;
  padding-top: 60px;
  position: relative;
  width: 100%;
  z-index: 999;
  padding-left: var(--grid-diff);
  overflow: hidden;
}
@media (max-width: 767px) {
  .module.module--news.news--featured .news-wrap .news-item {
    height: 216px;
  }
}
.module.module--news.news--featured .news-wrap .news-item .news-text {
  max-width: 588px;
}
.module.module--news.news--featured .news-wrap .news-item .news-text .category {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffffff;
  display: inline-block;
}
.module.module--news.news--featured .news-wrap .news-item .news-text .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .module.module--news.news--featured .news-wrap .news-item .news-text .title {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--news.news--featured .news-wrap .news-item .news-text .date {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.module.module--news.news--featured .news-wrap .news-item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.001);
}
.module.module--news.news--featured .news-wrap .news-item .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) -0.5%, rgba(0, 0, 0, 0.65) 100%);
}
@media (max-width: 991px) {
  .module.module--news.news--featured .news-wrap .news-item .img-wrap:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.module.module--news.news--featured .news-wrap .news-item a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module.module--news.news--featured .news-wrap .news-item:nth-last-child(2n+2), .module.module--news.news--featured .news-wrap .news-item:nth-last-child(2n+2) ~ div {
  width: 50%;
}
@media (max-width: 767px) {
  .module.module--news.news--featured .news-wrap .news-item:nth-last-child(2n+2), .module.module--news.news--featured .news-wrap .news-item:nth-last-child(2n+2) ~ div {
    width: 100%;
  }
}
.module.module--news.news--featured:last-child {
  margin-bottom: -206px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--news.news--featured:last-child {
    margin-bottom: -128px;
  }
}
@media (max-width: 767px) {
  .module.module--news.news--featured:last-child {
    margin-bottom: -104px;
  }
}
.module.module--news.news--regular {
  margin-bottom: -120px;
}
@media (max-width: 991px) {
  .module.module--news.news--regular {
    margin-bottom: -56px;
  }
}
.module.module--news.news--regular .row .col-lg-3:nth-child(odd) .img-wrap {
  padding-bottom: 133%;
}
@media (max-width: 991px) {
  .module.module--news.news--regular .row .col-lg-3:nth-child(odd) .img-wrap {
    padding-bottom: 100%;
  }
}
.module.module--news.news--regular .news-item {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .module.module--news.news--regular .news-item {
    margin-bottom: 56px;
  }
}
.module.module--news.news--regular .news-item .category {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #929292;
  display: inline-block;
}
.module.module--news.news--regular .news-item .category:hover {
  color: #000000;
}
.module.module--news.news--regular .news-item .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
  color: #000000;
}
@media (max-width: 767px) {
  .module.module--news.news--regular .news-item .title {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--news.news--regular .news-item .title {
    max-width: 310px;
  }
}
.module.module--news.news--regular .news-item .intro {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #929292;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--news.news--regular .news-item .intro {
    max-width: 310px;
  }
}
.module.module--news.news--regular .news-item .date {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929292;
}
.module.module--news.news--regular .news-item .img-wrap {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--news.news--regular .news-item .img-wrap {
    padding-bottom: 85.1% !important;
  }
}
@media (max-width: 767px) {
  .module.module--news.news--regular .news-item .img-wrap {
    padding-bottom: 65.1% !important;
    margin-bottom: 32px;
  }
}
.module.module--news.news--related .col-lg-3 .img-wrap {
  padding-bottom: 100% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--news.news--related .col-lg-3 .img-wrap {
    padding-bottom: 85.1% !important;
  }
}
@media (max-width: 767px) {
  .module.module--news.news--related .col-lg-3 .img-wrap {
    padding-bottom: 65.1% !important;
  }
}
.module.module--news a:hover img {
  transform: scale(1.05);
  transition: all 0.8s;
}

.page-template-page-news .pagination, .archive.category .pagination {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .page-template-page-news .pagination, .archive.category .pagination {
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .page-template-page-news .pagination, .archive.category .pagination {
    margin-top: 72px;
  }
}

.module.module--pattern-list .title-section-wrap {
  margin-bottom: 52px;
}
.module.module--pattern-list .title-section-wrap .introtext {
  max-width: 588px;
}
.module.module--pattern-list .pattern-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--pattern-list .pattern-list-wrap a {
  display: block;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--pattern-list .pattern-list-wrap a {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .module.module--pattern-list .pattern-list-wrap a {
    width: 50%;
  }
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px 40px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .module.module--pattern-list .pattern-list-wrap a .pattern-card {
    padding: 24px;
  }
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.004) 18.3%, hsla(0deg, 0%, 0%, 0.015) 33.3%, hsla(0deg, 0%, 0%, 0.034) 45.5%, hsla(0deg, 0%, 0%, 0.061) 55.2%, hsla(0deg, 0%, 0%, 0.097) 62.8%, hsla(0deg, 0%, 0%, 0.142) 68.6%, hsla(0deg, 0%, 0%, 0.196) 73%, hsla(0deg, 0%, 0%, 0.259) 76.3%, hsla(0deg, 0%, 0%, 0.333) 78.9%, hsla(0deg, 0%, 0%, 0.416) 81.2%, hsla(0deg, 0%, 0%, 0.511) 83.5%, hsla(0deg, 0%, 0%, 0.616) 86.1%, hsla(0deg, 0%, 0%, 0.732) 89.5%, hsla(0deg, 0%, 0%, 0.86) 94%, hsl(0deg, 0%, 0%) 100%);
  opacity: 0.3;
  transition: all 0.5s;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card.not-focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  transition: all 0.5s;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card .img-wrap {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card .img-wrap img {
  z-index: -1;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card h2 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  z-index: 98;
  transition: all 0.4;
}
@media (max-width: 767px) {
  .module.module--pattern-list .pattern-list-wrap a .pattern-card h2 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card:not(.light-pattern) h2 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card.light-pattern h2 {
  color: #000000;
}
.module.module--pattern-list .pattern-list-wrap a .pattern-card.not-focus h2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4;
}
.module.module--pattern-list .pattern-list-wrap a:hover .pattern-card img {
  transform: scale(1.05);
  transition: all 0.8s;
}
.module.module--pattern-list.pattern-list--slider {
  margin-bottom: -14px;
}
.module.module--pattern-list.pattern-list--slider .introtext {
  max-width: 385px;
}
.module.module--pattern-list.pattern-list--slider .swiper-container-patterns {
  overflow: hidden;
}
.module.module--pattern-list.pattern-list--slider .pattern-list-wrap {
  flex-wrap: initial;
}
.module.module--pattern-list.pattern-list--slider .control-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls {
  display: flex;
}
@media (min-width: 768px) {
  .module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls.control-hidden {
    display: none;
  }
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-prev,
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-next {
  position: initial;
  top: initial;
  width: initial;
  margin-left: 24px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C0C0C0;
}
@media (max-width: 767px) {
  .module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-prev,
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-next {
    margin-right: 24px;
    margin-left: 0;
  }
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-prev:after,
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-next:after {
  content: none;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-prev:hover span,
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-controls .swiper-button-next:hover span {
  color: #000000;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns {
  position: initial;
}
@media (max-width: 767px) {
  .module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns {
    display: none;
  }
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  margin-left: 40px;
  opacity: 1;
  position: relative;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns .swiper-pagination-bullet:first-child {
  margin-left: 14px;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.module.module--pattern-list.pattern-list--slider .control-wrap .swiper-pagination-patterns .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active:after {
  border: 1px #929292 solid;
}

.module.module--collection-list .title-section-wrap {
  margin-bottom: 52px;
}
.module.module--collection-list .title-section-wrap .introtext {
  max-width: 385px;
}
.module.module--collection-list .collection-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--collection-list .collection-list-wrap a {
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  .module.module--collection-list .collection-list-wrap a {
    width: 100%;
  }
}
.module.module--collection-list .collection-list-wrap a .collection-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 360px;
  padding: 40px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .module.module--collection-list .collection-list-wrap a .collection-card {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .module.module--collection-list .collection-list-wrap a .collection-card {
    height: 242px;
    padding: 24px;
  }
}
.module.module--collection-list .collection-list-wrap a .collection-card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.module.module--collection-list .collection-list-wrap a .collection-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.2;
  transition: all 0.5s;
}
.module.module--collection-list .collection-list-wrap a .collection-card.not-focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  transition: all 0.5s;
}
.module.module--collection-list .collection-list-wrap a .collection-card .img-wrap {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
.module.module--collection-list .collection-list-wrap a .collection-card .img-wrap img {
  z-index: -1;
}
.module.module--collection-list .collection-list-wrap a .collection-card h3 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  z-index: 99;
}
@media (max-width: 767px) {
  .module.module--collection-list .collection-list-wrap a .collection-card h3 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--collection-list .collection-list-wrap a .collection-card.not-focus h6 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4;
}
.module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 0;
}
@media (max-width: 767px) {
  .module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap {
    left: 24px;
    top: 36px;
  }
}
.module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
.module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap ul li {
  display: flex;
  margin-bottom: 10px;
}
.module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap ul li span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
}
.module.module--collection-list .collection-list-wrap a .collection-card .types-collection-wap .number-items-collection {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.module.module--collection-list .collection-list-wrap a .collection-card.not-focus .types-collection-wap {
  z-index: -1;
}
.module.module--collection-list .collection-list-wrap a:hover .collection-card img {
  transform: scale(1.05);
  transition: all 0.8s;
}
.module.module--collection-list.collection-list--slider {
  margin-bottom: -14px;
}
.module.module--collection-list.collection-list--slider .swiper-container-collections {
  overflow: hidden;
}
.module.module--collection-list.collection-list--slider .collection-list-wrap {
  flex-wrap: initial;
}
.module.module--collection-list.collection-list--slider .control-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls {
  display: flex;
}
@media (min-width: 768px) {
  .module.module--collection-list.collection-list--slider .control-wrap .swiper-controls.control-hidden {
    display: none;
  }
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-prev,
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-next {
  position: initial;
  top: initial;
  width: initial;
  margin-left: 24px;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C0C0C0;
}
@media (max-width: 767px) {
  .module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-prev,
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-next {
    margin-left: 0;
    margin-right: 24px;
  }
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-prev:after,
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-next:after {
  content: none;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-prev:hover span,
.module.module--collection-list.collection-list--slider .control-wrap .swiper-controls .swiper-button-next:hover span {
  color: #000000;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections {
  position: initial;
}
@media (max-width: 767px) {
  .module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections {
    display: none;
  }
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  margin-left: 40px;
  opacity: 1;
  position: relative;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections .swiper-pagination-bullet:first-child {
  margin-left: 14px;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.module.module--collection-list.collection-list--slider .control-wrap .swiper-pagination-collections .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active:after {
  border: 1px #929292 solid;
}

.module.module--pattern-filter .container--wide {
  overflow: none;
}
.module.module--pattern-filter .pattern-filter-wrap {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-btn,
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-number-result {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 70px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-btn,
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-number-result {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-btn,
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-number-result {
    width: 50%;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-btn {
  background-color: #000000;
  cursor: pointer;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-btn span {
  color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-number-result {
  background-color: #EBEBEB;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel {
  width: 720px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 99999;
  transition: all 0.5s;
  transform: translateX(-1500px);
  height: 100vh;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel {
    width: 100%;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel.expanded {
  transform: translateX(0);
  transition: all 0.5s;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel.expanded ~ .pattern-filter-overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header {
  background-color: #000000;
  color: #ffffff;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  padding-right: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header {
    padding-right: 16px;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header.active {
  background-color: #1B1B1B;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-close {
  background-color: #ffffff;
  padding: 26.5px 27.5px;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-close {
    padding: 23.5px 15.5px;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters.hidden {
  visibility: hidden;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters .clean-text {
  color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters .separator {
  display: inline-block;
  margin: 0 5px;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters .number-filters,
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters .filter-text,
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-header .btn-clean-filters .separator {
  color: #929292;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list {
  margin: 96px 96px 150px 96px;
  overflow-y: auto;
  height: calc(100vh - 252px);
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list {
    margin: 64px 40px;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list::-webkit-scrollbar {
  width: 1px;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list::-webkit-scrollbar-track {
  background: #141414;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #C4C4C4;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list .typology-title {
  display: block;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list .typology-title {
    margin-top: 48px;
  }
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list .typology-title:first-child {
  margin-top: 0;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul {
  padding-left: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #929292;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li:hover {
  color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li .color-dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 24px;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li.selected {
  color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-panel-list ul li.selected::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -26px;
  background-color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-btn-results {
  position: absolute;
  bottom: 0;
  background-color: #1B1B1B;
  padding: 26.5px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-btn-results.hidden {
  visibility: hidden;
}
.module.module--pattern-filter .pattern-filter-wrap .pattern-filter-panel .pattern-btn-results span {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.module.module--pattern-filter .pattern-filter-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6196078431);
  transition: all 0.5s;
}
.module.module--pattern-filter .pattern-wrap {
  display: flex;
  flex-wrap: wrap;
}
.module.module--pattern-filter .pattern-wrap a {
  display: block;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--pattern-filter .pattern-wrap a {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-wrap a {
    width: 50%;
  }
}
.module.module--pattern-filter .pattern-wrap a .pattern-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px 40px;
}
@media (max-width: 991px) {
  .module.module--pattern-filter .pattern-wrap a .pattern-card {
    padding: 24px;
  }
}
.module.module--pattern-filter .pattern-wrap a .pattern-card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.004) 18.3%, hsla(0deg, 0%, 0%, 0.015) 33.3%, hsla(0deg, 0%, 0%, 0.034) 45.5%, hsla(0deg, 0%, 0%, 0.061) 55.2%, hsla(0deg, 0%, 0%, 0.097) 62.8%, hsla(0deg, 0%, 0%, 0.142) 68.6%, hsla(0deg, 0%, 0%, 0.196) 73%, hsla(0deg, 0%, 0%, 0.259) 76.3%, hsla(0deg, 0%, 0%, 0.333) 78.9%, hsla(0deg, 0%, 0%, 0.416) 81.2%, hsla(0deg, 0%, 0%, 0.511) 83.5%, hsla(0deg, 0%, 0%, 0.616) 86.1%, hsla(0deg, 0%, 0%, 0.732) 89.5%, hsla(0deg, 0%, 0%, 0.86) 94%, hsl(0deg, 0%, 0%) 100%);
  opacity: 0.3;
  transition: all 0.5s;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card.not-focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  transition: all 0.5s;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card .img-wrap {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card .img-wrap img {
  z-index: -1;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card h2 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  z-index: 98;
  transition: all 0.4;
}
@media (max-width: 767px) {
  .module.module--pattern-filter .pattern-wrap a .pattern-card h2 {
    font-size: 16px;
    line-height: 140%;
  }
}
.module.module--pattern-filter .pattern-wrap a .pattern-card:not(.light-pattern) h2 {
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.25);
}
.module.module--pattern-filter .pattern-wrap a .pattern-card.light-pattern h2 {
  color: #000000;
}
.module.module--pattern-filter .pattern-wrap a .pattern-card.not-focus h2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4;
}
.module.module--pattern-filter .pattern-wrap a:hover .pattern-card img {
  transform: scale(1.05);
  transition: all 0.8s;
}

.module.module--image-full {
  position: relative;
}
.module.module--image-full .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.module.module--image-full.image-full--empty .container {
  max-height: 900px;
  height: 900px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--empty .container {
    height: 574px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--empty .container {
    height: 372px;
  }
}
.module.module--image-full:not(.image-full--empty) .container {
  height: 100%;
  min-height: 580px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full:not(.image-full--empty) .container {
    min-height: 370px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full:not(.image-full--empty) .container {
    min-height: 240px;
  }
}
.module.module--image-full .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.module.module--image-full.image-full--empty .bg-layer {
  display: none;
}
.module.module--image-full .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module.module--image-full.image-full--text .bg-layer {
  --diagonal-top: 0;
  --diagonal-bottom: 1120px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--image-full.image-full--text .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--text .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 400px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--text .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 100px;
  }
}
.module.module--image-full.image-full--text .text-wrap {
  max-width: 486px;
  z-index: 99;
  padding: 76px 0;
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--text .text-wrap {
    padding: 54px 0;
  }
}
.module.module--image-full.image-full--text .text-wrap .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--text .text-wrap .title {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--image-full.image-full--text .text-wrap .introtext {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .module.module--image-full.image-full--text .text-wrap .introtext {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--empty {
    height: 574px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--empty {
    height: 372px;
  }
}
.module.module--image-full.image-full--video .bg-layer {
  width: 100%;
  --diagonal-top: 0;
  --diagonal-bottom: 1420px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--image-full.image-full--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 1080px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 650px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--video .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 150px;
  }
}
.module.module--image-full.image-full--video a.video-lightbox-image-full {
  z-index: 99;
  max-width: 360px;
}
.module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: solid 1px #929292;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-icon-wrap {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-icon-wrap i.ri-play-fill {
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-icon-wrap i.ri-play-fill {
    font-size: 13px;
  }
}
.module.module--image-full.image-full--video a.video-lightbox-image-full .play-btn-wrap .play-txt {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 32px;
}
.module.module--image-full.image-full--empty .bg-layer {
  width: 100%;
  --diagonal-top: 0;
  --diagonal-bottom: 1850px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--image-full.image-full--empty .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 1400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--image-full.image-full--empty .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 990px;
  }
}
@media (max-width: 767px) {
  .module.module--image-full.image-full--empty .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 590px;
  }
}

.module--quote + .module--gallery:not(.module--with-header) {
  margin-top: 0 !important;
}

.module.module--gallery .title-image {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  margin-left: var(--grid-diff);
  margin-bottom: 40px;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .title-image {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--gallery .title-image {
    margin-bottom: 16px;
  }
}
.module.module--gallery .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.module.module--gallery .gallery-wrap a.gallery-lightbox {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .module.module--gallery .gallery-wrap a.gallery-lightbox {
    width: 100%;
  }
}
.module.module--gallery .gallery-wrap a.gallery-lightbox:hover img {
  transform: scale(1.05);
}
.module.module--gallery .gallery-wrap a.gallery-lightbox:hover > .gallery-item-ribbon {
  opacity: 1;
  transition: all 0.3s;
}
.module.module--gallery .gallery-wrap a.gallery-lightbox .gallery-item-ribbon {
  opacity: 0;
  transition: all 0.3s;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 24px 16px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .gallery-wrap a.gallery-lightbox .gallery-item-ribbon {
    padding: 16px 16px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .module.module--gallery .gallery-wrap a.gallery-lightbox .gallery-item-ribbon {
    padding: 13px 16px;
    font-size: 8px;
  }
}
.module.module--gallery .gallery-wrap a.gallery-lightbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0.7;
  z-index: 99;
}
.module.module--gallery .gallery-wrap a.gallery-lightbox .img-wrap {
  padding-bottom: 68.5%;
}
@media (max-width: 767px) {
  .module.module--gallery .gallery-wrap a.gallery-lightbox .img-wrap {
    padding-bottom: 0;
    height: 160px;
  }
}
.module.module--gallery .gallery-wrap a.gallery-lightbox:first-child:nth-last-child(odd) {
  width: 100%;
}
.module.module--gallery .gallery-wrap a.gallery-lightbox:first-child:nth-last-child(odd) .img-wrap {
  padding-bottom: 34.5%;
}
@media (max-width: 767px) {
  .module.module--gallery .gallery-wrap a.gallery-lightbox:first-child:nth-last-child(odd) .img-wrap {
    padding: 0;
    height: 160px;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer {
  width: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .module.module--gallery.gallery--layer .gallery-item-layer {
    width: 100%;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer:hover > .img-wrap img {
  transform: scale(1.05);
}
.module.module--gallery.gallery--layer .gallery-item-layer:hover > .gallery-item-ribbon {
  opacity: 1;
  transition: all 0.3s;
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-item-ribbon {
  opacity: 0;
  transition: all 0.3s;
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 24px 16px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery.gallery--layer .gallery-item-layer .gallery-item-ribbon {
    padding: 16px 16px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .module.module--gallery.gallery--layer .gallery-item-layer .gallery-item-ribbon {
    padding: 13px 16px;
    font-size: 8px;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 1;
  z-index: 99;
}
.module.module--gallery.gallery--layer .gallery-item-layer .img-wrap {
  padding-bottom: 75.5%;
}
@media (max-width: 767px) {
  .module.module--gallery.gallery--layer .gallery-item-layer .img-wrap {
    padding-bottom: 0;
    height: 160px;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer:first-child:nth-last-child(even) {
  width: 100%;
}
.module.module--gallery.gallery--layer .gallery-item-layer:first-child:nth-last-child(even) .img-wrap {
  padding-bottom: 34.5%;
}
@media (max-width: 767px) {
  .module.module--gallery.gallery--layer .gallery-item-layer:first-child:nth-last-child(even) .img-wrap {
    padding: 0;
    height: 160px;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 99999;
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer .gallery-layer-content {
  padding-right: 40px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer .gallery-layer-content {
    padding-right: 24px;
  }
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer .gallery-layer-content::-webkit-scrollbar {
  width: 1px;
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer .gallery-layer-content::-webkit-scrollbar-track {
  background: #141414;
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer .gallery-layer-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #C4C4C4;
}
.module.module--gallery.gallery--layer .gallery-item-layer .gallery-layer:hover:after {
  content: none !important;
}
.module.module--gallery.gallery--layer .gallery-item-layer.expanded .gallery-layer {
  transform: translateX(0);
  transition: all 0.5s;
}
.module.module--gallery.gallery--layer .gallery-item-layer.expanded ~ .gallery-overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.module.module--gallery.gallery--layer .gallery-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6196078431);
  transition: all 0.5s;
}

.module.module--wysiwyg h1 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .module.module--wysiwyg h1 {
    font-size: 36px;
    line-height: 110%;
  }
}
.module.module--wysiwyg h2 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .module.module--wysiwyg h2 {
    font-size: 30px;
    line-height: 110%;
  }
}
.module.module--wysiwyg h3 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .module.module--wysiwyg h3 {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--wysiwyg h4 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .module.module--wysiwyg h4 {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .module.module--wysiwyg h1,
.module.module--wysiwyg h2,
.module.module--wysiwyg h3,
.module.module--wysiwyg h4 {
    margin-bottom: 32px;
  }
}
.module.module--wysiwyg img {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--wysiwyg img {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .module.module--wysiwyg img {
    margin-bottom: 40px;
  }
}
.module.module--wysiwyg p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .module.module--wysiwyg p {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 767px) {
  .module.module--wysiwyg p {
    margin-bottom: 32px;
  }
}
.module.module--wysiwyg ol,
.module.module--wysiwyg ul {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #929292;
  margin-bottom: 46px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .module.module--wysiwyg ol,
.module.module--wysiwyg ul {
    font-size: 14px;
    line-height: 180%;
  }
}
@media (max-width: 767px) {
  .module.module--wysiwyg ol,
.module.module--wysiwyg ul {
    margin-bottom: 32px;
  }
}
.module.module--wysiwyg ol li,
.module.module--wysiwyg ul li {
  margin-bottom: 16px;
}
.module.module--wysiwyg ol ::marker,
.module.module--wysiwyg ul ::marker {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 767px) {
  .module.module--wysiwyg ol ::marker,
.module.module--wysiwyg ul ::marker {
    font-size: 14px;
    line-height: 200%;
  }
}
.module.module--wysiwyg ul {
  list-style: disc;
}
.module.module--wysiwyg ol {
  list-style: decimal;
}
.module.module--wysiwyg .intro::first-letter {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  float: left;
  padding: 1rem 1rem 0rem 1rem;
  color: #000000;
  margin-right: 1rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .module.module--wysiwyg .intro::first-letter {
    font-size: 36px;
    line-height: 110%;
  }
}
.module.module--wysiwyg blockquote {
  font-family: "Euclid Circular A";
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: -0.01em;
  font-size: 19px;
  font-weight: 400;
  color: #363636;
  position: relative;
  padding-top: 46px;
  margin-bottom: 80px;
}
.module.module--wysiwyg blockquote::before {
  content: "";
  background: url("/source/assets/img/quote.svg");
  position: absolute;
  top: 12px;
  left: -71px;
  width: 117px;
  height: 89px;
  z-index: 200;
}
.module.module--wysiwyg .author {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: block;
  margin-bottom: 8px;
}
.module.module--wysiwyg .jobtitle {
  font-family: "Euclid Circular A";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #9CA1A5;
  display: block;
}
.module.module--wysiwyg .table-responsive {
  margin-bottom: 30px;
}
@media (max-width: 1249px) {
  .module.module--wysiwyg .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
}
.module.module--wysiwyg .table-responsive table td {
  color: #929292;
  font-family: "Euclid Circular A";
  padding: 10px;
}
@media (max-width: 1249px) {
  .module.module--wysiwyg .table-responsive table td {
    white-space: nowrap;
  }
}

.hero--news + .module--wysiwyg {
  margin-top: 100px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero--news + .module--wysiwyg {
    margin-top: 72px !important;
  }
}
@media (max-width: 767px) {
  .hero--news + .module--wysiwyg {
    margin-top: 48px !important;
  }
}

.module.module--worldwide-presence {
  margin-bottom: -32px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence {
    margin-bottom: -24px;
  }
}
.module.module--worldwide-presence .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module.module--worldwide-presence .heading-wrap .heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .heading-wrap .heading {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .heading-wrap .heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .heading-wrap .tabs {
    display: none;
  }
}
.module.module--worldwide-presence .heading-wrap .tabs li {
  margin-right: 0;
}
.module.module--worldwide-presence .heading-wrap .tabs li a {
  display: none;
  color: #000000;
}
.module.module--worldwide-presence .heading-wrap .tabs li a:not(.active) {
  display: block;
}
.module.module--worldwide-presence .ubication-tab {
  display: none;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab {
    display: block;
  }
}
.module.module--worldwide-presence .ubication-tab.active {
  display: block;
}
.module.module--worldwide-presence .ubication-tab .maps {
  margin-bottom: 300px;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap {
  position: relative;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.2s;
  opacity: 0;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list h6.heading {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #929292;
  margin-bottom: 32px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list h6.heading {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list h6.heading {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap {
    margin-bottom: -48px;
  }
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item {
  max-width: 209px;
  margin-bottom: 48px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item {
    max-width: initial;
  }
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .city {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .city {
    font-size: 18px;
    line-height: 140%;
  }
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .address,
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .tel,
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .tel a {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #929292;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .tel {
  display: block;
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .text-button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .headquarters-wrap .headquarters-item .text-button {
    margin-top: 24px;
  }
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .distributor-wrap .distributor-item {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .distributor-wrap .distributor-item {
    margin-bottom: 24px;
  }
}
.module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .distributor-wrap .distributor-item .country {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .module.module--worldwide-presence .ubication-tab .contact-wrap .contact-list .distributor-wrap .distributor-item .country {
    font-size: 16px;
    line-height: 140%;
  }
}

.module.module--carousel {
  position: relative;
}
.module.module--carousel .container--wide {
  height: 100%;
}
.module.module--carousel .title-section-wrap {
  margin-bottom: 46px;
}
.module.module--carousel .title-section-wrap .introtext {
  margin-bottom: 0;
}
.module.module--carousel .swiper-container-carousel {
  height: 600px;
}
@media (max-width: 767px) {
  .module.module--carousel .swiper-container-carousel {
    height: 524px;
  }
}
.module.module--carousel .swiper-container-carousel .swiper-slide .img-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.module.module--carousel .swiper-container-carousel .swiper-slide .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  --diagonal-top: 0;
  --diagonal-bottom: 1400px;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 490px;
  }
}
@media (max-width: 767px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .bg-layer {
    --diagonal-top: 0;
    --diagonal-bottom: 160px;
  }
}
.module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap {
  margin-top: 88px;
}
.module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h1, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h2, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h3, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h4, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h5, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h5 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
  display: inline;
}
@media (max-width: 767px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h1, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h2, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h3, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h4, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h5, .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .title h5 {
    font-size: 26px;
    line-height: 120%;
  }
}
.module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .text-editor p {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #EBEBEB;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .module.module--carousel .swiper-container-carousel .swiper-slide .hero-text-wrap .text-editor p {
    font-size: 14px;
    line-height: 180%;
  }
}
.module.module--carousel .control-wrap {
  position: absolute;
  bottom: 56px;
  z-index: 999;
}
@media (max-width: 767px) {
  .module.module--carousel .control-wrap {
    bottom: 48px;
  }
}
.module.module--carousel .control-wrap .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  margin-left: 40px;
  opacity: 1;
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  color: transparent;
}
.module.module--carousel .control-wrap .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.module.module--carousel .control-wrap .swiper-pagination-bullet:first-child {
  margin-left: 14px;
}
.module.module--carousel .control-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.module.module--carousel .control-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active:after {
  border: 1px #929292 solid;
}

.module--collection-list ~ .module--share,
.module--gallery + .module--share {
  margin-top: 0 !important;
}

.module.module--logos .row {
  align-items: center;
}
.module.module--logos .row .logo-item {
  margin-bottom: 16px;
  margin-right: 16px;
}
.module.module--logos .row .logo-item img {
  width: 100%;
}
.module.module--logos .row .logo-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

a.technology-link {
  transition: opacity 0.25s ease;
  display: block;
  padding: 0 20px;
}

html.hasHover a.technology-link:hover {
  transform: none !important;
  opacity: 0.6;
}

a.technology-link img {
  transform: none !important;
}

.module.module--history {
  position: relative;
  background-color: #000000;
}
@media (max-width: 991px) {
  .module.module--history .scroll-wrap {
    display: flex;
    right: 0 !important;
  }
}
.module.module--history .control-container {
  position: fixed;
  bottom: 0;
}
.module.module--history #year-menu {
  position: fixed;
  top: 50%;
  left: calc(50% - 612px);
  transform: translate(50%, -50%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s;
}
@media (max-width: 1249px) {
  .module.module--history #year-menu {
    left: var(--side-margin);
    transform: translatex(0);
  }
}
@media (max-width: 767px) {
  .module.module--history #year-menu {
    left: var(--side-margin);
  }
}
.module.module--history #year-menu.visible {
  opacity: 1;
  pointer-events: initial;
  transition: 0.7s;
}
.module.module--history #year-menu li {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}
.module.module--history #year-menu li a {
  color: #ffffff;
  opacity: 0.5;
}
.module.module--history #year-menu li.active, .module.module--history #year-menu li:hover {
  font-weight: 600;
}
.module.module--history #year-menu li.active a, .module.module--history #year-menu li:hover a {
  opacity: 1;
}
.module.module--history #fullpage-history {
  z-index: 9;
}
.module.module--history #fullpage-history .section.active .fp-slidesNav {
  opacity: 1;
  transition: opacity 1.2s;
}
.module.module--history #fullpage-history .fp-slidesNav {
  left: calc(50% - 612px) !important;
  bottom: 69px;
  right: initial;
  margin: initial;
  opacity: 0;
  transition: opacity 1.2s;
}
@media (max-width: 1249px) {
  .module.module--history #fullpage-history .fp-slidesNav {
    left: var(--side-margin) !important;
    transform: translatex(0);
  }
}
@media (max-width: 767px) {
  .module.module--history #fullpage-history .fp-slidesNav {
    display: none;
  }
}
.module.module--history #fullpage-history .fp-slidesNav li {
  margin: 0;
  margin-right: 14px;
  width: 31px;
  height: 31px;
}
.module.module--history #fullpage-history .fp-slidesNav li .fp-sr-only {
  display: none;
}
.module.module--history #fullpage-history .fp-slidesNav li span {
  margin: 0;
  height: 3px;
  width: 3px;
  background-color: #ffffff;
}
.module.module--history #fullpage-history .fp-slidesNav li span:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: -14px;
  left: -14px;
  border-radius: 50%;
}
.module.module--history #fullpage-history .fp-slidesNav li:hover a .fp-sr-only {
  display: none;
}
.module.module--history #fullpage-history .fp-slidesNav li:hover a span {
  margin: 0;
  width: 3px;
  height: 3px;
}
.module.module--history #fullpage-history .fp-slidesNav li:hover a span.active {
  margin: 0;
}
.module.module--history #fullpage-history .fp-slidesNav li a.active span:not(.fp-sr-only) {
  width: 3px;
  height: 3px;
  margin: 0;
}
.module.module--history #fullpage-history .fp-slidesNav li a.active span:not(.fp-sr-only):after {
  border: 1px solid grey;
}
.module.module--history #fullpage-history .slide {
  opacity: 0;
  transition: opacity 0.4s;
}
.module.module--history #fullpage-history .slide.active {
  opacity: 1;
  transition: opacity 0.4s;
}

.module + .module {
  margin-top: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module + .module {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .module + .module {
    margin-top: 88px;
  }
}

.darkstart header#header {
  background: #000000;
}

.flex-spacer {
  flex-grow: 1;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

.no-wrap {
  white-space: nowrap;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: all 0.8s;
}

.title-manual-wrap {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 50px;
}
.title-manual-wrap h1 {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
}
@media (max-width: 991px) {
  .title-manual-wrap h1 {
    font-size: 30px;
    line-height: 110%;
  }
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

*.fade:not(.aos-init),
*.fade-up:not(.aos-init),
*.fade-down:not(.aos-init) {
  opacity: 0;
}

[data-aos=custom-fade-up] {
  opacity: 0;
  transform: translatey(20px);
  transition-property: transform, opacity;
}
[data-aos=custom-fade-up].aos-animate {
  opacity: 1;
  transform: translatey(0);
}

[data-aos=custom-fade-down] {
  opacity: 0;
  transform: translatey(-10px);
  transition-property: transform, opacity;
}
[data-aos=custom-fade-down].aos-animate {
  opacity: 1;
  transform: translatey(0);
}

[data-aos=custom-fade] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos=custom-fade].aos-animate {
  opacity: 1;
}

html:not(.htmlReady) *[data-diagonal-clip] {
  opacity: 0;
}

html.htmlReady *[data-diagonal-clip] {
  opacity: 1;
  transition: opacity 0.3s;
}

#dev-grid {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none !important;
  background: repeating-linear-gradient(to bottom, rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05) 8px, transparent 8px, transparent 16px);
}
@media (min-width: 1680px) {
  #dev-grid .container--wide {
    outline: 1px solid rgba(255, 0, 0, 0.1);
  }
}
#dev-grid .container,
#dev-grid .row,
#dev-grid [class*=col],
#dev-grid .inner {
  height: 100%;
}
#dev-grid .inner {
  background: rgba(255, 0, 0, 0.05);
}
@media (min-width: 768px) {
  #dev-grid .c4 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #dev-grid .c12 {
    display: none !important;
  }
}
