@import "https://unpkg.com/flickity@2/dist/flickity.min.css";
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row--flipped {
  flex-direction: row-reverse;
}
.row--space-between {
  justify-content: space-between;
}
.row--align-center {
  align-items: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-fluid {
  display: flex;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row--gutters-lg {
  margin-right: -30px;
  margin-left: -30px;
}
.row--gutters-lg > .col,
.row--gutters-lg > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
}
.col--static {
  position: static;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.text--center {
  text-align: center;
}
@font-face {
  font-family: "Roboto";
  src: url("/app/assets/Roboto-Light.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/app/assets/Roboto-Regular.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/app/assets/Roboto-Medium.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/app/assets/Roboto-Bold.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
html {
  overflow: hidden;
  overflow-y: visible;
}
html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A100D;
  min-height: 100vh;
  background-color: #FBFBFB;
}
.border {
  width: 100%;
  border-bottom: 1px solid rgba(44, 56, 71, 0.1);
}
.container {
  margin: 0 auto;
  padding: 72px 148px;
  max-width: 1440px;
}
@media (max-width: 991.98px) {
  .container {
    padding: 80px 16px;
  }
}
.container--padding-left {
  padding: 72px 0 72px 148px;
  max-width: 1440px;
}
@media (max-width: 991.98px) {
  .container--padding-left {
    padding: 80px 0 80px 16px;
  }
}
.container--padding-right {
  padding: 72px 148px 72px 0;
  max-width: 1440px;
}
@media (max-width: 991.98px) {
  .container--padding-right {
    padding: 80px 16px 80px 0;
  }
}
.container--full {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.container--awkward {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 268px;
}
@media (max-width: 991.98px) {
  .container--awkward {
    padding: 0 30px;
  }
}
.container--medium {
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container--medium {
    max-width: 100%;
    padding: 0 24px;
  }
}
.container--small {
  max-width: 885px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container--small {
    padding: 0 30px;
  }
}
.container--has-margin {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .container--has-margin {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .text-center-md-down {
    text-align: center;
  }
}
.bg--white {
  background: #fff;
}
.bg--grey {
  background: #8A2A2B;
}
.bg--pale-blue {
  background: rgba(135, 220, 220, 0.1);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.spacer {
  width: 100%;
  height: 10px;
}
.flex {
  display: flex;
  flex-wrap: nowrap;
}
.flex--wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex--justify-space-around {
  justify-content: space-around;
}
.flex--justify-between {
  justify-content: space-between;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-start {
  justify-content: flex-start;
}
.flex--justify-end {
  justify-content: flex-end;
}
.flex--align-center {
  align-items: center;
}
.flex--align-start {
  align-items: flex-start;
}
.flex--align-end {
  align-items: flex-end;
}
.flex--row {
  flex-direction: row;
}
.flex--row-reverse {
  flex-direction: row-reverse;
}
.flex--column {
  flex-direction: column;
}
.form__error {
  color: #eb4d4b;
}
.modal-layer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -200px;
  left: -200px;
  overflow: hidden;
}
@media (max-width: 1439.98px) {
  .modal-layer {
    top: 0px;
    left: 0px;
  }
}
.page {
  flex: 1;
}
.page--error {
  display: flex;
  align-items: center;
  justify-content: center;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: currentColor;
  border: none;
  background: none;
}
*:hover,
*::before:hover,
*::after:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
  opacity: 1;
}
a:hover, a:focus {
  color: currentColor;
  opacity: 1;
}
img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
img.inline {
  width: unset;
}
@media (max-width: 479.98px) {
  .hidden--sm-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden--md-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden--md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden--lg-up {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden--xl-up {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden--xxl-up {
    display: none !important;
  }
}
.hidden-element {
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .embeditem.mceNonEditable {
    display: flex;
  }
}
.rte {
  max-width: 808px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .rte p iframe {
    max-width: fit-content;
  }
}
.rte--full {
  margin: 0 auto;
  padding: 0 148px;
  max-width: 1440px;
}
@media (max-width: 991.98px) {
  .rte {
    padding: 0 16px;
  }
}
.rte h1 {
  font-size: 64px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .rte h1 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.rte .h2--light {
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .rte .h2--light {
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }
}
.rte h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .rte h2 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.rte .h3--light {
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .rte .h3--light {
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
.rte h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .rte h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.rte h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .rte h4 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.rte h5 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .rte h5 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.rte h6 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.rte p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.rte p.p--body-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.rte p.p--navigation {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.rte p.p--button {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.rte p.p--body-small {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.rte a {
  text-decoration: underline;
  color: #F09600;
  font-weight: 300;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.rte a.link.link--primary {
  text-decoration: none;
  color: #0A100D;
  font-weight: 400;
}
.rte a.link.link--primary:hover, .rte a.link.link--primary:focus {
  color: #fff;
}
.rte p + p {
  margin-bottom: 20px;
}
.rte p,
.rte a + h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 20px 0 20px 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 + li {
  margin-bottom: 20px;
}
.rte ul,
.rte ol {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.rte ul li {
  margin-left: 30px;
}
.rte ol {
  list-style: decimal;
}
.rte ul {
  list-style: disc;
}
.rte ol li {
  margin-left: 30px;
}
.heading-container {
  width: 100%;
}
.heading--h1 {
  font-size: 64px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h1 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h2 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h3-bold {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h3-bold {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h4 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h5 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h5 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.heading--h6 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .heading--h6 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.heading--md {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.heading--btn {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.heading--light {
  font-weight: 300;
}
.heading--regular {
  font-weight: 400;
}
.heading--semi-regular {
  font-weight: 500;
}
.heading--medium {
  font-weight: 600;
}
.heading--underlined {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px solid #DE3C20;
  margin-bottom: 56px;
}
@media (max-width: 1439.98px) {
  .heading--underlined {
    font-size: 14px;
  }
}
.media-with-text {
  padding: 72px 0;
}
.media-with-text--left-align {
  padding-right: 148px;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .media-with-text--left-align {
    padding-left: 0;
    padding-right: 16px;
  }
  .media-with-text--left-align .media-with-text__text {
    padding-left: 16px;
  }
}
.media-with-text--right-align {
  gap: 120px;
  padding-left: 148px;
  flex-direction: row-reverse;
}
@media (max-width: 1439.98px) {
  .media-with-text--right-align {
    gap: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  .media-with-text--right-align {
    padding-left: 16px;
    flex-direction: column;
  }
  .media-with-text--right-align .media-with-text__text {
    padding-right: 16px;
  }
}
@media (max-width: 991.98px) {
  .media-with-text {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
}
.media-with-text__title {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.media-with-text__content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.media-with-text__image {
  aspect-ratio: 5/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  max-height: 500px;
}
@media (max-width: 991.98px) {
  .media-with-text__image {
    min-height: 324px;
  }
}
.media-with-text__image-wrapper {
  flex: 1;
}
.media-with-text__image--border-radius-right {
  border-radius: 0px 12px 12px 0px;
}
.media-with-text__image--border-radius-left {
  border-radius: 12px 0px 0px 12px;
}
.media-with-text__text {
  flex: 1;
}
.media-with-text__link {
  margin-top: 32px;
}
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  text-align: center;
  min-width: fit-content;
  overflow: hidden;
  gap: 8px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479.98px) {
  .link {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
.link__name {
  color: #0A100D;
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link__name-slide {
  position: absolute;
  left: 20px;
  top: 14px;
  top: 35px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link .zmdi {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--primary {
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #F09600;
  min-height: 48px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary:hover, .link--primary:focus {
  background-color: #0A100D;
}
.link--primary:hover .zmdi, .link--primary:focus .zmdi {
  color: #8A2A2B;
}
.link--primary:hover .link__name, .link--primary:focus .link__name {
  transform: translateY(-30px);
  opacity: 0;
}
.link--primary:hover .link__name-slide, .link--primary:focus .link__name-slide {
  top: 14px;
  opacity: 1;
}
.link--primary .zmdi {
  color: #0A100D;
  font-size: 20px;
  transform: translateY(3px);
}
.link--primary-dark {
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #0A100D;
  min-width: max-content;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-dark .link__name {
  color: #FBFBFB;
}
.link--primary-dark:hover, .link--primary-dark:focus {
  background-color: #F09600;
}
.link--primary-dark:hover .zmdi, .link--primary-dark:focus .zmdi {
  color: #0A100D;
}
.link--primary-dark:hover .link__name, .link--primary-dark:focus .link__name {
  transform: translateY(-30px);
  opacity: 0;
}
.link--primary-dark:hover .link__name-slide, .link--primary-dark:focus .link__name-slide {
  color: #0A100D;
  top: 14px;
  opacity: 1;
}
.link--primary-dark .zmdi {
  color: #FBFBFB;
  font-size: 20px;
  transform: translateY(3px);
}
.link--primary-white-black {
  background-color: #FBFBFB;
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-white-black:hover, .link--primary-white-black:focus {
  background-color: #0A100D;
}
.link--primary-white-black:hover .zmdi, .link--primary-white-black:focus .zmdi {
  color: #8A2A2B;
}
.link--primary-white-black:hover .link__name, .link--primary-white-black:focus .link__name {
  transform: translateY(-30px);
  opacity: 0;
}
.link--primary-white-black:hover .link__name-slide, .link--primary-white-black:focus .link__name-slide {
  top: 14px;
  opacity: 1;
}
.link--primary-white-black .zmdi {
  color: #DE3C20;
  font-size: 24px;
  line-height: 14px;
  position: relative;
  transform: translate(2px, 4px);
}
.link--primary-white {
  background-color: #FBFBFB;
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-white:hover, .link--primary-white:focus {
  background-color: #F09600;
}
.link--primary-white:hover i, .link--primary-white:focus i {
  color: #0A100D;
}
.link--primary-white-black:hover, .link--primary-white-black:focus {
  background-color: #0A100D;
}
.link--primary-white-black:hover .zmdi, .link--primary-white-black:focus .zmdi {
  color: #8A2A2B;
}
.link--primary-white-black:hover .link__name, .link--primary-white-black:focus .link__name {
  transform: translateY(-30px);
  opacity: 0;
}
.link--primary-white-black:hover .link__name-slide, .link--primary-white-black:focus .link__name-slide {
  top: 14px;
  opacity: 1;
}
.link--primary-white .zmdi {
  color: #DE3C20;
  font-size: 24px;
  line-height: 14px;
  position: relative;
  transform: translate(2px, 4px);
}
.link--primary-transparent {
  background-color: transparent;
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  border: 1px solid #0A100D;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-transparent:hover, .link--primary-transparent:focus {
  background-color: #0A100D;
  border-color: #0A100D;
}
.link--primary-transparent:hover .link__name, .link--primary-transparent:focus .link__name {
  color: #0A100D;
  color: #fff;
}
.link--primary-transparent:hover .zmdi, .link--primary-transparent:focus .zmdi {
  color: #8A2A2B;
}
.link--primary-transparent .zmdi {
  color: #0A100D;
  font-size: 20px;
  transform: translateY(2px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--primary-round {
  display: inline-block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  padding: 12px;
  color: #DE3C20;
  border: 1px solid #F5C9A9;
  border-radius: 50%;
  background-color: #FBFBFB;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-round:hover, .link--primary-round:focus {
  background-color: #F09600;
  color: #0A100D;
}
.link--primary-round .zmdi {
  font-size: 20px;
  transform: translateY(2px);
}
.link--primary-static {
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #F09600;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--primary-static:hover, .link--primary-static:focus {
  background-color: #0A100D;
}
.link--primary-static:hover .zmdi, .link--primary-static:focus .zmdi {
  color: #0A100D;
}
.link--primary-static:hover .link__name, .link--primary-static:focus .link__name {
  color: #FBFBFB;
}
.link--primary-static .zmdi {
  color: #0A100D;
  font-size: 20px;
  transform: translateY(3px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--text {
  position: relative;
  color: #0A100D;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--text .zmdi {
  color: #DE3C20;
  font-size: 22px;
  transform: translateY(3px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--text .link__name-slide {
  display: none;
}
.link--text:hover .link__name, .link--text:focus .link__name {
  color: #8A2A2B;
}
.link--text-large {
  position: relative;
  color: #0A100D;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.link--text-large::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #F09600;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--text-large:hover .link__name {
  -webkit-text-stroke: 1px currentColor;
  text-stroke: 1px currentColor;
}
.link--text-large:hover .zmdi {
  margin-left: 20px;
}
.link--text-large:hover::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .link--text-large:hover::before {
    display: none;
  }
}
.link--text-large .zmdi {
  margin-left: 12px;
  font-size: 22px;
  transform: translateY(3px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link__icon-right {
  height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.link__icon-right--long-arrow-right {
  position: relative;
}
.link__icon-right--long-arrow-right:after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  position: absolute;
  top: -3px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link__icon-right--long-arrow-right-white {
  position: relative;
}
.link__icon-right--long-arrow-right-white:after {
  content: url("/app/assets/long-arrow-right-white-icon.svg");
  position: absolute;
  top: -3px;
  left: 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link__icon-right--long-arrow-right-red {
  position: relative;
}
.link__icon-right--long-arrow-right-red:after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  position: absolute;
  top: -3px;
  left: 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link__icon-right--chevron-down-red {
  position: relative;
}
.link__icon-right--chevron-down-red:after {
  content: url("/app/assets/chevron-down-red.svg");
  position: absolute;
  top: -3px;
  left: 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.link--long-arrow-right-black {
  position: relative;
  padding-left: 45px;
}
.link--long-arrow-right-black:after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--long-arrow-right-black .link__name {
  transform: translateY(2px);
}
.link--long-arrow-right-red {
  position: relative;
  padding-left: 45px;
}
.link--long-arrow-right-red:after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--long-arrow-right-red .link__name {
  transform: translateY(2px);
}
.link--phone-icon {
  position: relative;
  padding-left: 45px;
}
.link--phone-icon:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGTSURBVHgB5VW/S8NAFD6sQyu2uVya9tJouZYUugjBUhAFzebgksE/oEP/gCAd3HR008W5cfLPaEe3uOkiV5zcAm5FNN4TI4fUX2m62A8yvMtx3/e+994dQv8WgcMwmgUOm5Q1y5hbuhJl8fIRmhILcgCqB4/jwf345WJfy9XUTKaTBskHmF7w25T4cQzZGJrCUyHhQn2jhCO+wZi8HpO4q1oHJYBskShqhGpXo5G84eT2YbSI0PXd0zOaGgYphJf2iiOvtSq4v1lRA55GV7UN4lulwnEcn9umXRakPK2W7VlFR/gdyjMA6lsU91Fa2DG1gZwFqE+V5L1rwl6TOj+RdOtF76Chd9Bf0bWKnkEU7jHKJpGAhXtVEqxRPEw8J0zDZ1sVEsj1iEnWqRrFAznVMLYM7AOJnAnAZbotxzGJqF2yTHI4LxRm2Xf7gGTSTfAr7FaJB7aAwpsvDqiLfyAEJUUWYwZFhUPcKjl1TfxmE9QIpv1zUyQGtO8SzvsNXQnhzYBv21SHfBYPFPjNZ/XyzQ9eAatzftcMkInHAAAAAElFTkSuQmCC");
  position: absolute;
  top: 11px;
  left: 13px;
}
.link--phone-icon .link__name {
  transform: translateY(2px);
}
.link--download-icon-black {
  position: relative;
  padding-left: 45px;
}
.link--download-icon-black:after {
  content: url("/app/assets/download-icon-black.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--download-icon-black .link__name {
  transform: translateY(2px);
}
.link--download-icon {
  position: relative;
  padding-left: 45px;
}
.link--download-icon:after {
  content: url("/app/assets/download-icon.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--download-icon .link__name {
  transform: translateY(2px);
}
.link--email-icon {
  position: relative;
  padding-left: 45px;
}
.link--email-icon:after {
  content: url("/app/assets/email-icon.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--email-icon .link__name {
  transform: translateY(2px);
}
.link--pin-icon-black {
  position: relative;
  padding-left: 45px;
}
.link--pin-icon-black:after {
  content: url("/app/assets/pin-icon-black.svg");
  position: absolute;
  top: 10px;
  left: 14px;
  height: 24px;
}
.link--pin-icon-black .link__name {
  transform: translateY(2px);
}
.quick-links {
  padding-top: 72px;
  padding-bottom: 72px;
}
.quick-links__title {
  margin-bottom: 56px;
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .quick-links__title {
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.quick-links__item {
  overflow-y: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__items {
  overflow-y: auto;
  gap: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__link {
  padding: 16px 85px 16px 32px;
  border: 1px solid #F5C9A9;
  border-radius: 40px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.quick-links__link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 48px;
  width: 64px;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__link--hover {
  border-color: #0A100D;
}
.quick-links__link--hover::after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  background-color: #F09600;
  right: 40px;
}
@media (max-width: 767.98px) {
  .quick-links__link {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.quick-links__accordion {
  border: 1px solid #F5C9A9;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__accordion.quick-links__accordion--hover {
  border-color: #0A100D;
}
.quick-links__accordion--open {
  border-radius: 24px;
  border-color: #0A100D !important;
}
.quick-links__accordion--open .quick-links__accordion-title::after {
  filter: brightness(0) invert(0);
  transform: translateY(-50%) rotate(-180deg);
}
.quick-links__accordion-title {
  position: relative;
  width: 100%;
  padding: 16px 68px 16px 32px;
  color: #0A100D;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.quick-links__accordion-title::after {
  content: "";
  background-image: url("/app/assets/chevron-down-maroon.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__accordion-inner {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0 32px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.quick-links__accordion-inner--open {
  padding: 0 32px 16px;
  grid-template-rows: 1fr;
}
.quick-links__accordion-list {
  overflow: hidden;
  gap: 16px;
}
.quick-links__accordion-list-item {
  width: fit-content;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.quick-links__accordion-list-item.rte {
  max-width: none;
  padding: 0;
  margin: 0;
}
.quick-links__accordion-list-item.rte > * {
  margin: 0;
}
.quick-links__accordion-list-item.rte > *:first-child {
  margin-bottom: 0;
}
.quick-links__accordion-list-item.rte > *:not(:last-child) {
  margin-bottom: 16px;
}
.btn {
  position: relative;
  cursor: pointer;
  gap: 8px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn::after {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn__label {
  min-width: fit-content;
}
.btn--primary {
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #DE3C20;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn--primary .btn--long-arrow-right {
  right: 0;
  left: auto;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: #F09600;
}
.btn--secondary {
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #F09600;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn--secondary.btn--long-arrow-right-black {
  min-width: max-content;
  padding: 12px 52px 12px 20px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.btn--secondary.btn--long-arrow-right-black::after {
  left: auto;
  right: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn--secondary.btn--long-arrow-right-black:hover::after, .btn--secondary.btn--long-arrow-right-black:focus::after {
  filter: invert(29%) sepia(60%) saturate(1987%) hue-rotate(344deg) brightness(97%) contrast(101%);
}
.btn--secondary.btn--long-arrow-down-black {
  min-width: max-content;
  padding: 12px 52px 12px 20px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.btn--secondary.btn--long-arrow-down-black::after {
  left: auto;
  right: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn--secondary.btn--long-arrow-down-black:hover::after, .btn--secondary.btn--long-arrow-down-black:focus::after {
  filter: invert(29%) sepia(60%) saturate(1987%) hue-rotate(344deg) brightness(97%) contrast(101%);
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
  background-color: #0A100D;
}
.btn--outline {
  width: 48px;
  height: 48px;
  padding: 12px;
  color: #8A2A2B;
  border-radius: 40px;
  border: #F5C9A9 1px solid;
  background-color: #FBFBFB;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn--outline.btn--hover {
  background-color: #F09600;
}
.btn--outline-long {
  display: flex;
  padding: 12px 20px;
  color: #8A2A2B;
  border-radius: 24px;
  border: #F5C9A9 1px solid;
  background-color: #FBFBFB;
  min-width: max-content;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.btn--outline-long:hover {
  background-color: #F09600;
}
.btn--outline-long .btn__label {
  color: #0A100D;
  min-width: max-content;
}
.btn--light {
  color: #fff;
  width: fit-content;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.btn--light .btn__icon {
  height: 24px;
  width: 24px;
}
.btn--dark {
  color: #0A100D;
  width: fit-content;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.btn--dark .btn__icon {
  height: 24px;
  width: 24px;
}
.btn--long-arrow-right:after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn--long-arrow-right-black:after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn--long-arrow-down-black:after {
  content: url("/app/assets/long-arrow-down-black.svg");
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn--long-arrow-left:after {
  content: url("/app/assets/long-arrow-left-icon.svg");
  position: absolute;
  top: 12px;
  left: 12px;
}
.btn--download:after {
  content: url("/app/assets/download-icon.svg");
  position: absolute;
  top: 11px;
  left: 11px;
}
.btn--upload:after {
  content: url("/app/assets/upload-icon.svg");
  position: absolute;
  top: 11px;
  left: 11px;
}
.btn--share-red:after {
  content: url("/app/assets/share-icon-red.svg");
  position: absolute;
  top: 11px;
  left: 11px;
}
.btn--copy:after {
  content: url("/app/assets/copy-icon.svg");
  position: absolute;
  top: 11px;
  left: 11px;
}
.btn--plus:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgB7ZU7CoBADEQnYuOnyI28kkfwCF7JG20jlpEggo3C4G61eZAikGEITAgQ5KTTYfZiNC0zLBAFSYPChEEFBvJsPONfUTTIdIlse5+xdKR9vfviG1D0Oi5ejCZSFAb/of6BHxGC3Jy/KA+YPYO/eAAAAABJRU5ErkJggg==");
  position: absolute;
  top: 11px;
  left: 11px;
}
@media (max-width: 991.98px) {
  .service-list {
    flex-direction: column;
    align-items: start;
  }
}
.service-list__title {
  width: 100%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.service-list__text {
  max-width: 330px;
  margin-right: 72px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .service-list__text {
    margin-right: 0px;
  }
}
.service-list__link {
  position: relative;
  text-align: left;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .service-list__link {
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }
}
.service-list__link:hover::before, .service-list__link:focus::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
}
.service-list__link .zmdi {
  margin-left: 12px;
  font-size: 22px;
  transform: translateY(-2px);
}
.media-text-grid__cards {
  column-gap: 20px;
  row-gap: 56px;
}
@media (max-width: 767.98px) {
  .media-text-grid__cards {
    flex-direction: column;
    align-items: center;
  }
}
.media-text-grid__card {
  flex: 0 0 calc(50% - 56px);
  max-width: 562px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .media-text-grid__card {
    flex: 100%;
  }
  .media-text-grid__card:last-child {
    margin-bottom: 26px;
  }
}
.media-text-grid__card-container {
  padding: 0 30px;
}
.media-text-grid__card-image-container {
  max-width: 562px;
  aspect-ratio: 1.9/1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px 8px 0px 0px;
}
.media-text-grid__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.media-text-grid__card-title {
  margin-bottom: 8px;
}
.footer {
  background-color: #fff6f0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .footer {
    background-color: #FBFBFB;
  }
}
.footer__top-container {
  padding: 112px 40px 64px;
  border-top: 1px #c8c8c8 solid;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FBFBFB;
}
.footer__top-container--black {
  background-color: #0A100D;
  background-image: url("/app/assets/unilabs-background-pattern-dark.svg");
}
.footer__top-container--black .footer-cta-type1__title {
  color: #fff6f0;
}
.footer__top-container--black .footer-cta-type1__link:hover, .footer__top-container--black .footer-cta-type1__link:focus {
  background-color: #fff;
  color: #0A100D;
}
.footer__top-container--black .footer-cta-type1__link:hover .link__name-slide, .footer__top-container--black .footer-cta-type1__link:focus .link__name-slide {
  color: #0A100D;
}
.footer__top-container--yellow {
  background-color: #F09600;
  background-image: url("/app/assets/unilabs-background-pattern-yellow.svg");
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type1__title {
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type1__content {
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type1__content .link--primary {
  background-color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type1__content .link--primary .zmdi::after {
  filter: invert(1);
}
.footer__top-container--yellow .footer-cta-type1__content .link--primary:hover, .footer__top-container--yellow .footer-cta-type1__content .link--primary:focus {
  background-color: #FBFBFB;
}
.footer__top-container--yellow .footer-cta-type1__content .link--primary:hover .link__name-slide, .footer__top-container--yellow .footer-cta-type1__content .link--primary:hover .zmdi, .footer__top-container--yellow .footer-cta-type1__content .link--primary:focus .link__name-slide, .footer__top-container--yellow .footer-cta-type1__content .link--primary:focus .zmdi {
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type1__content .link--primary:hover .zmdi::after, .footer__top-container--yellow .footer-cta-type1__content .link--primary:focus .zmdi::after {
  filter: invert(0);
}
.footer__top-container--yellow .footer-cta-type1__content .link__name, .footer__top-container--yellow .footer-cta-type1__content .zmdi {
  color: #FBFBFB;
}
.footer__top-container--yellow .footer-cta-type2__container {
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type2__container .link__name {
  color: #0A100D;
}
.footer__top-container--yellow .footer-cta-type2__container .link:before {
  background-color: #0A100D;
}
.footer__top-container--yellow .link:hover .zmdi::after, .footer__top-container--yellow .link:focus .zmdi::after {
  filter: invert(1);
}
.footer__top-container--white {
  background-color: #FBFBFB;
  color: #0A100D;
  background-image: url("/app/assets/unilabs-background-pattern-white.svg");
}
.footer__top-container--white .footer-cta-type1__content {
  color: #0A100D;
}
.footer__top-container--white .footer-cta-type2__container {
  color: #0A100D;
}
.footer__top-container--white .footer-cta-type2__container .link__name {
  color: #0A100D;
}
.footer__top-container--white .footer-cta-type2__title, .footer__top-container--white .footer-cta-type2__text, .footer__top-container--white .link__name {
  color: #0A100D;
}
@media (max-width: 991.98px) {
  .footer__top-container {
    padding: 64px 16px 48px;
  }
}
@media (max-width: 479.98px) {
  .footer__top-container {
    background-image: none;
  }
}
.footer__bottom-container {
  border-top: 1px #c8c8c8 solid;
  padding: 64px 143px 40px 31px;
  gap: 24px;
  position: relative;
}
@media (max-width: 1099.98px) {
  .footer__bottom-container {
    padding: 64px 143px 64px 16px;
  }
}
@media (max-width: 991.98px) {
  .footer__bottom-container {
    padding: 64px 16px 64px 16px;
  }
}
@media (max-width: 767.98px) {
  .footer__bottom-container {
    padding: 32px 16px 24px;
  }
}
.footer__bottom-container .select-dropdown {
  width: 100%;
  padding: 12px 40px 12px 20px;
  border: 1px solid #F5C9A9;
  color: #0A100D;
  background-color: #FBFBFB;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  overflow-x: visible;
  width: 225px;
}
.footer__bottom-container .select-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 2px);
  border: 1px solid #DE3C20;
  border-bottom: none;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  z-index: -1;
  background-color: #FBFBFB;
  transform: translateX(-1px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.footer__bottom-container .select-dropdown--open {
  border-bottom: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  z-index: 999;
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.footer__bottom-container .select-dropdown--open::after {
  height: 80px;
  opacity: 1;
}
.footer__bottom-container .select-dropdown--open .select-dropdown__chevron-icon {
  animation: fadeIn 0.5s ease-in-out forwards;
  transform: rotate(180deg) translateY(50%);
}
.footer__bottom-container .select-dropdown__chevron-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  transition: none;
  animation: fadeOut 0.3s ease-in-out forwards;
  height: 24px;
  width: 24px;
  color: #DE3C20;
  font-size: 22px;
}
.footer__bottom-container .select-dropdown__chevron-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer__bottom-container .select-dropdown__arrow-icon::after {
  height: 20px;
  width: 20px;
  left: 24px;
}
.footer__bottom-container .select-dropdown__modal {
  color: #0A100D;
  width: 100%;
  transform: translateY(30px);
  border-radius: 12px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .footer__bottom-container .select-dropdown__modal {
    max-height: 145px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__bottom-container .select-dropdown__modal {
    max-height: 145px;
  }
}
.footer__bottom-container .select-dropdown__modal-overlay {
  width: calc(100% + 2px);
  transform: translateX(1px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .footer__bottom-container .select-dropdown__modal-overlay {
    top: 59px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__bottom-container .select-dropdown__modal-overlay {
    top: 59px;
  }
}
.footer__links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .footer__links-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer__links-container {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 379.98px) {
  .footer__links-container {
    column-gap: 0px;
  }
}
.footer__links {
  width: fit-content;
  color: #0A100D;
  border-right: #E5CECE 1px solid;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .footer__links:first-child {
    grid-column: span 2;
    border-right: none;
    border-bottom: 1px solid #E5CECE;
  }
  .footer__links:first-child:first-child {
    padding-bottom: 24px;
    width: 100%;
  }
  .footer__links:nth-child(2) {
    width: calc(100% + 12px);
  }
  .footer__links:nth-child(3) {
    width: 100%;
  }
  .footer__links:nth-child(3) .footer__link {
    border-right: none;
  }
}
@media (max-width: 379.98px) {
  .footer__links:nth-child(2) .footer__link {
    border-right: 80px solid transparent;
  }
}
.footer__links--middle {
  min-width: 150px;
  padding-right: 0;
}
.footer__links:last-of-type {
  border-right: none;
}
.footer__links:first-of-type {
  padding-left: 0;
}
.footer__links-title {
  color: #505050;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
@media (max-width: 767.98px) {
  .footer__links-title {
    padding-bottom: 20px;
  }
}
.footer__link {
  height: 24px;
  min-width: 250px;
  display: flex;
  margin-bottom: 16px;
  width: fit-content;
  padding-right: 100px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 767.98px) {
  .footer__link {
    padding-bottom: 12px;
    padding-right: 0;
    min-width: 0;
  }
}
@media (max-width: 479.98px) {
  .footer__link {
    min-width: 170px;
  }
}
.footer__link:hover, .footer__link:focus {
  color: #8A2A2B;
}
.footer__link--middle {
  padding: 0;
  min-width: 175px;
}
.footer__link-icon {
  position: relative;
}
.footer__link-icon:after {
  content: url("/app/assets/long-arrow-right-icon-maroon.svg");
  position: absolute;
  top: -2px;
  left: 10px;
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__link--no-title {
  height: 19px;
}
.footer__link--no-title:after {
  content: "";
}
.footer__link--no-title:last-child {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer__other-links {
    align-items: center;
  }
}
.footer__other-links .footer__link {
  color: #8A2A2B;
}
@media (max-width: 767.98px) {
  .footer__other-links .footer__link {
    padding-left: 30px;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
.footer__right {
  gap: 107px;
  margin-right: 107px;
}
@media (max-width: 767.98px) {
  .footer__right {
    order: 1;
  }
}
.footer__logo {
  width: 109px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    display: none;
  }
}
@media (min-width: 1100px) {
  .footer__logo-container {
    position: absolute;
    right: 33px;
    top: 64px;
  }
}
@media (max-width: 1099.98px) {
  .footer__logo-container {
    position: absolute;
    right: 33px;
  }
}
.footer__socials {
  padding-inline: 32px;
  margin-bottom: 64px;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .footer__socials {
    margin: 0 16px 40px;
    border-top: 1px solid #E5CECE;
    padding-top: 24px;
  }
}
.footer__socials-inner {
  gap: 24px;
  margin-right: auto;
}
.footer__social {
  display: flex;
  align-items: end;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer__social:hover, .footer__social:focus {
  opacity: 0.7;
}
.footer__icon {
  width: 24px;
  height: 24px;
}
.footer__mobile-logo-container {
  display: none;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .footer__mobile-logo-container {
    display: block;
  }
}
.footer__switch-title {
  color: #505050;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.footer-cta-type1__container {
  text-align: center;
  color: #FBFBFB;
  gap: 64px;
}
.footer-cta-type1__container-row .footer-cta-type1__content {
  text-align: left;
}
@media (max-width: 991.98px) {
  .footer-cta-type1__container-row {
    flex-direction: column-reverse;
  }
}
.footer-cta-type1__content {
  gap: 24px;
  max-width: 685px;
}
@media (max-width: 991.98px) {
  .footer-cta-type1__content {
    align-items: flex-start;
    text-align: start;
  }
}
.footer-cta-type1__title {
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-cta-type1__title {
    font-size: 32px;
  }
}
.footer-cta-type1__text {
  margin: 0;
  max-width: 330px;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer-cta-type1__text p, .footer-cta-type1__text h1, .footer-cta-type1__text h2, .footer-cta-type1__text h3, .footer-cta-type1__text h4, .footer-cta-type1__text h5, .footer-cta-type1__text h6, .footer-cta-type1__text ol, .footer-cta-type1__text ul, .footer-cta-type1__text li, .footer-cta-type1__text a {
  margin: 0;
}
.footer-cta-type1__text p + p {
  margin: 0;
}
.footer-cta-type1__card {
  height: 100%;
  min-width: 377px;
  max-width: 377px;
  border-radius: 12px;
  padding: 16px 24px;
  gap: 20px;
  background-color: #505050;
}
@media (max-width: 479.98px) {
  .footer-cta-type1__card {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
.footer-cta-type1__card-image {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer-cta-type1__card-image-container {
  border-radius: 8px;
  overflow: hidden;
  height: 120px;
  width: 96px;
  min-width: 96px;
}
.footer-cta-type1__card-content {
  gap: 8px;
  text-align: start;
}
.footer-cta-type1__card-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.footer-cta-type1__card-subtitle {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer-cta-type2__container {
  color: #FBFBFB;
  gap: 137px;
}
@media (max-width: 767.98px) {
  .footer-cta-type2__container {
    flex-direction: column;
    align-items: start;
    padding: 0;
    gap: 32px;
  }
}
.footer-cta-type2__right {
  width: 100%;
  max-width: 546px;
  gap: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .footer-cta-type2__right {
    max-width: 500px;
  }
}
.footer-cta-type2__right .link {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.footer-cta-type2__right .link--text-large:hover .zmdi {
  margin-left: 12px;
}
.footer-cta-type2__right .link--text-large .zmdi {
  margin-left: 0;
}
.footer-cta-type2__right .link__name {
  word-wrap: break-word;
  width: max-content;
  max-width: 546px;
  overflow-wrap: break-word;
}
.footer-cta-type2__right .link__name-slide {
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .footer-cta-type2__right .link__name {
    max-width: 400px;
  }
}
@media (max-width: 479.98px) {
  .footer-cta-type2__right .link__name {
    max-width: 270px;
  }
}
@media (max-width: 359.98px) {
  .footer-cta-type2__right .link__name {
    max-width: 220px;
  }
}
.footer-cta-type2__left {
  gap: 32px;
}
@media (max-width: 991.98px) {
  .footer-cta-type2__left {
    gap: 24px;
  }
}
.footer-cta-type2__title {
  width: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.footer-cta-type2__text {
  max-width: 330px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer-cta-type2__link {
  color: #FBFBFB;
  text-align: left;
  overflow: visible;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.footer-cta-type2__link .link__name {
  color: #FBFBFB;
}
.footer-cta-type2__link .zmdi {
  color: #8A2A2B;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .footer-cta-type2__link {
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }
  .footer-cta-type2__link .zmdi {
    color: #8A2A2B;
    font-size: 22px;
  }
}
.content-card-grid {
  background-color: #fff6f0;
}
.content-card-grid__title {
  color: #8A2A2B;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content-card-grid__heading {
  max-width: 703px;
  margin-bottom: 32px;
}
.content-card-grid__content {
  color: #505050;
  max-width: 562px;
  margin: 0;
  padding: 0;
  margin-bottom: 56px;
}
.content-card-grid__content--full-width {
  max-width: 100%;
}
.content-card-grid__cards {
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1099.98px) {
  .content-card-grid__cards {
    justify-content: normal;
  }
}
@media (max-width: 767.98px) {
  .content-card-grid__cards {
    flex-direction: column;
  }
}
.content-card-grid__card {
  border: 1px solid #F5C9A9;
  flex: 1;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1099.98px) {
  .content-card-grid__card {
    flex: 0 0 calc(50% - 10px);
  }
}
.content-card-grid__card-heading {
  color: #8A2A2B;
  margin-bottom: 16px;
}
.content-card-grid__card-content {
  color: #505050;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.carousel-item [data-glide-el=controls] {
  display: flex;
  align-items: center;
}
.carousel-item .glide__arrows {
  display: flex;
  width: 155px;
  margin: auto;
  margin-top: 32px;
  transform: translateX(-8px);
}
.carousel-item .progress {
  color: #0A100D;
  margin: 0 auto;
  line-height: normal !important;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.carousel-item .progress--red {
  color: #fff;
}
.carousel-item .progress--white {
  color: #0A100D;
}
.carousel-item .glide__arrow--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.glide__bullet {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #0A100D;
  cursor: pointer;
}
.glide__bullet--active {
  height: 16px;
  width: 16px;
  background-color: #DE3C20;
  border-color: #DE3C20;
}
.glide__bullets--red .glide__bullet {
  border: 1px solid #FBFBFB;
}
.glide__bullets--red .glide__bullet--active {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  background-color: #FBFBFB;
}
.glide__bullets--light .glide__bullet {
  border: 1px solid #B79B9B;
}
.glide__bullets--light .glide__bullet--active {
  background-color: #DE3C20;
  border-color: #DE3C20;
}
.glide__bullets--blue .glide__bullet {
  border: 1px solid #0A100D;
}
.glide__bullets--blue .glide__bullet--active {
  background-color: #0A100D;
}
.glide__bullets--maroon .glide__bullet {
  border: 1px solid #8A2A2B;
}
.glide__bullets--maroon .glide__bullet--active {
  background-color: #8A2A2B;
  border-color: #8A2A2B;
  background-color: #8A2A2B;
}
.glide__bullets--white .glide__bullet {
  border: 1px solid #fff;
}
.glide__bullets--white .glide__bullet--active {
  background-color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.glide__bullets--black .glide__bullet {
  border: 1px solid #0A100D;
}
.glide__bullets--black .glide__bullet--active {
  background-color: #0A100D;
  border-color: #0A100D;
  background-color: #0A100D;
}
.icon-card {
  height: 100%;
  padding: 32px;
  background-color: #fff6f0;
  border-radius: 12px;
  border: 1px solid #F5C9A9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.icon-card:hover, .icon-card:focus {
  border-color: #DE3C20;
}
.icon-card__inner {
  width: 100%;
}
.icon-card__image {
  width: auto;
  height: 40px;
  margin-bottom: 18px;
}
.icon-card__image + .icon-card__title {
  margin-top: 0;
}
.icon-card__title {
  margin-bottom: 8px;
  margin-top: 58px;
}
.icon-card__text {
  margin-bottom: 8px;
  padding-right: 55px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.icon-card__text-container {
  position: relative;
  width: 100%;
}
.icon-card__button {
  position: absolute;
  right: 0px;
  top: -5px;
}
.icon-card-grid {
  background-color: #FBFBFB;
}
@media (max-width: 991.98px) {
  .icon-card-grid {
    padding: 80px 16px 80px 16px;
  }
}
.icon-card-grid__container--2col {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 560px));
  justify-content: center;
}
@media (max-width: 991.98px) {
  .icon-card-grid__container--2col {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .icon-card-grid__container--2col {
    grid-template-columns: 1fr;
  }
}
.icon-card-grid__container--3col {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 365px));
}
@media (max-width: 1099.98px) {
  .icon-card-grid__container--3col {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .icon-card-grid__container--3col {
    grid-template-columns: 1fr;
  }
}
.icon-card-carousel {
  background-color: #FBFBFB;
}
@media (min-width: 1440px) {
  .icon-card-carousel {
    padding-right: 24px;
  }
}
.icon-card-carousel.container--padding-left {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .icon-card-carousel {
    padding: 80px 0 80px 16px;
  }
}
.icon-card-carousel__header {
  color: #8A2A2B;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.icon-card-carousel__cards {
  gap: 60px;
}
.icon-card-carousel__card {
  height: 100%;
}
.icon-card-carousel__carousel {
  margin: 0;
}
.icon-card-carousel .share {
  margin-right: 120px;
}
.icon-card-carousel .glide__slide {
  height: auto;
}
.icon-card-carousel .glide__slides {
  width: max-content;
  overflow: visible;
}
.quote-card {
  position: relative;
  height: 100%;
  padding: 72px 148px;
}
@media (max-width: 991.98px) {
  .quote-card {
    padding: 80px 16px;
  }
}
.quote-card__sub-title {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .quote-card__sub-title {
    margin-bottom: 24px;
  }
}
.quote-card__title {
  margin-bottom: 64px;
  word-break: break-word;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .quote-card__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.quote-card__bottom {
  max-width: 265px;
  margin-top: auto;
  gap: 4px;
}
@media (max-width: 479.98px) {
  .quote-card__bottom {
    max-width: 190px;
    word-break: break-word;
  }
}
@media (max-width: 379.98px) {
  .quote-card__bottom {
    max-width: 150px;
  }
}
@media (max-width: 359.98px) {
  .quote-card__bottom {
    max-width: 140px;
  }
}
.quote-card__location {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.background-white {
  background-color: #fff;
  color: #0A100D;
}
.background-red {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.background-bittersweet {
  background-color: #F5C9A9;
  color: #0A100D;
}
.background-rose {
  background-color: #FFE3E3;
  color: #0A100D;
}
.background-yellow {
  background-color: #F09600;
  color: #0A100D;
}
.quotes-carousel {
  max-width: 1440px;
  margin: 0 auto;
}
.quotes-carousel__carousel {
  margin: 0;
}
.quotes-carousel .glide__slide {
  height: auto;
}
.quotes-carousel .glide__slides {
  width: max-content;
  overflow: visible;
}
.quotes-carousel .glide__arrows {
  display: flex;
  position: absolute;
  border-radius: 30%;
  right: 148px;
  bottom: 72px;
}
@media (max-width: 991.98px) {
  .quotes-carousel .glide__arrows {
    margin: 0;
    right: 12px;
    bottom: 80px;
  }
}
.quotes-carousel .glide__bullets {
  display: none;
}
.insight-card {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.insight-card__wrapper {
  width: 100%;
  height: 100%;
}
.insight-card__wrapper:hover .insight-card__text-container, .insight-card__wrapper:focus .insight-card__text-container {
  border-color: #DE3C20;
}
.insight-card__image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  min-height: 300px;
}
.insight-card__image-container {
  overflow: hidden;
  width: 100%;
}
.insight-card__text {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.insight-card__text-container {
  background-color: #fff6f0;
  position: relative;
  height: 100%;
  padding: 32px;
  border: 1px solid #F5C9A9;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  gap: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.insight-card__content {
  max-width: 271px;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .insight-card__content {
    max-width: none;
  }
}
.insight-card__button {
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .insight-card__button {
    display: none;
  }
}
.insight-card__tags {
  margin-top: 8px;
  gap: 8px;
}
@media (min-width: 768px) {
  .insight-card__tags {
    display: none;
  }
}
.insight-card__tag {
  text-transform: uppercase;
  color: #505050;
  padding: 8px 12px;
  background-color: #FFE3E3;
  border-radius: 40px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.insights-carousel {
  margin: 0 auto;
  padding: 72px 0 72px 148px;
  background-color: #fbfbfb;
}
@media (max-width: 991.98px) {
  .insights-carousel {
    padding: 80px 0 80px 16px;
  }
}
.insights-carousel__top {
  padding-right: 148px;
}
@media (max-width: 991.98px) {
  .insights-carousel__top {
    padding-right: 16px;
  }
}
.insights-carousel__header {
  margin-bottom: 32px;
  text-transform: uppercase;
}
.insights-carousel__cards {
  gap: 60px;
}
.insights-carousel__card {
  margin-top: 60px;
}
.insights-carousel__carousel {
  margin: 0;
}
.insights-carousel .share {
  margin-right: 120px;
}
.insights-carousel .glide__slide {
  height: auto;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.insights-carousel .glide__slides {
  width: max-content;
  overflow: visible;
}
@media (min-width: 992px) {
  .insights-carousel .glide__slide--active {
    width: 678px !important;
  }
}
.cta-banner {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 425px;
  transition: background-color 0.5s ease-in-out;
  gap: 78px;
}
@media (max-width: 991.98px) {
  .cta-banner {
    flex-direction: column;
    padding: 0 24px;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .cta-banner {
    border-radius: 12px;
  }
}
.cta-banner__wrapper {
  margin: 64px auto;
  padding: 0 16px;
  max-width: 1440px;
}
.cta-banner--flipped {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .cta-banner--flipped {
    flex-direction: column;
  }
}
.cta-banner--flipped .cta-banner__image-container {
  -webkit-mask-image: url("/app/assets/cta-banner-mask.png");
  mask-image: url("/app/assets/cta-banner-mask.png");
}
@media (max-width: 479.98px) {
  .cta-banner--flipped .cta-banner__image-container {
    -webkit-mask-image: url("/app/assets/cta-banner-mask-mobile.png");
    mask-image: url("/app/assets/cta-banner-mask-mobile.png");
  }
}
.cta-banner--flipped .cta-banner__left {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .cta-banner--flipped .cta-banner__left {
    margin-right: 0;
  }
}
.cta-banner--flipped .cta-banner__content {
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 991.98px) {
  .cta-banner--flipped .cta-banner__content {
    padding: 0 0 24px;
  }
}
.cta-banner--red {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.cta-banner--red .cta-banner__link {
  border-color: #FBFBFB;
}
.cta-banner--red .cta-banner__link .link__name, .cta-banner--red .cta-banner__link .zmdi {
  color: #FBFBFB;
}
.cta-banner--red .cta-banner__link:hover, .cta-banner--red .cta-banner__link:focus {
  background-color: #0A100D;
  border-color: #0A100D;
}
.cta-banner--red .cta-banner__link:hover .link__name, .cta-banner--red .cta-banner__link:focus .link__name {
  color: #0A100D;
  color: #fff;
}
.cta-banner--red .cta-banner__link:hover .zmdi, .cta-banner--red .cta-banner__link:focus .zmdi {
  color: #8A2A2B;
}
.cta-banner--yellow {
  background-color: #F09600;
}
.cta-banner--blue {
  background-color: #00adc5;
}
.cta-banner--blue .link:hover .zmdi:after, .cta-banner--blue .link:focus .zmdi:after {
  filter: invert(1);
}
.cta-banner--light {
  background-color: #FFEAC7;
}
.cta-banner__left {
  padding-top: 24px;
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .cta-banner__left {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cta-banner__left {
    width: 100%;
    height: 100%;
  }
}
.cta-banner__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cta-banner__image-container {
  -webkit-mask-image: url("/app/assets/cta-banner-mask-flipped.png");
  mask-image: url("/app/assets/cta-banner-mask-flipped.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  height: 365px;
  width: 433px;
  overflow: hidden;
  -webkit-mask-position-y: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 991.98px) {
  .cta-banner__image-container {
    -webkit-mask-image: url("/app/assets/cta-banner-mask.png");
    mask-image: url("/app/assets/cta-banner-mask.png");
  }
}
@media (max-width: 479.98px) {
  .cta-banner__image-container {
    -webkit-mask-image: url("/app/assets/cta-banner-mask-mobile.png");
    mask-image: url("/app/assets/cta-banner-mask-mobile.png");
    max-height: 310px;
    width: auto;
  }
}
.cta-banner__content {
  padding: 72px 100px 72px 0;
  margin: auto 0;
}
@media (max-width: 991.98px) {
  .cta-banner__content {
    padding: 0 0 24px;
  }
}
.cta-banner__title {
  margin: 24px 0 32px;
}
@media (max-width: 767.98px) {
  .cta-banner__title {
    margin-bottom: 24px;
  }
}
.cta-banner__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.cta-banner__bottom {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .cta-banner__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
.cta-banner__info {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.cta-banner__roles, .cta-banner__roles-text {
  font-weight: 700;
}
.card-carousel {
  margin: 0 auto;
}
.card-carousel__top {
  margin-bottom: 32px;
  padding-right: 148px;
}
@media (max-width: 991.98px) {
  .card-carousel__top {
    padding-right: 16px;
  }
}
.card-carousel__header {
  text-transform: uppercase;
  color: #8A2A2B;
  letter-spacing: 3.2px;
}
.card-carousel__link i {
  color: #8A2A2B;
}
@media (max-width: 767.98px) {
  .card-carousel__link i {
    display: none;
  }
}
.card-carousel__cards {
  position: relative;
  min-height: 446px;
  margin-bottom: 32px;
}
.card-carousel__cards .carousel-cell {
  width: 329px;
  height: auto;
  margin-right: 24px;
}
@media (max-width: 379.98px) {
  .card-carousel__cards .carousel-cell {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .card-carousel__cards .carousel-cell:first-child {
    width: 678px;
  }
}
.card-carousel__buttons {
  text-align: center;
  gap: 15px;
}
.card-carousel__carousel {
  margin: 0;
}
.card-carousel__progress {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.language-dropdown {
  background-color: #FBFBFB;
  color: #0A100D;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  padding: 12px 70px 12px 20px;
  -webkit-appearance: none;
  background-image: url("/app/assets/chevron-down-red.svg");
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 9999;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.corporate-overview {
  background-color: #F09600;
}
@media (max-width: 767.98px) {
  .corporate-overview {
    border-radius: 16px;
  }
}
.corporate-overview__inner {
  padding: 96px 145px;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .corporate-overview__inner {
    padding: 96px 16px;
  }
}
.corporate-overview__heading {
  text-align: center;
  max-width: 904px;
  margin: 0 auto;
}
.corporate-overview__badges {
  gap: 16px;
}
.corporate-overview__badge {
  padding: 12px 32px;
  background-color: #FFEAC7;
  border-radius: 110px;
  gap: 8px;
}
.corporate-overview__badge-title {
  font-size: 32px;
  line-height: 90%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.corporate-overview__badge-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.quarter-card {
  width: 329px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
}
@media (max-width: 479.98px) {
  .quarter-card {
    width: 100%;
  }
}
.quarter-card:hover .quarter-card__content, .quarter-card:focus .quarter-card__content {
  border-color: #DE3C20;
  border-top-color: transparent;
}
.quarter-card:hover .link, .quarter-card:focus .link {
  background-color: #F09600;
}
.quarter-card__no-image {
  border-radius: 12px;
  border: 1px solid #F5C9A9;
}
.quarter-card__no-image:hover, .quarter-card__no-image:focus {
  border-color: #DE3C20;
}
.quarter-card__no-image .quarter-card__content {
  border: none;
}
.quarter-card__image {
  height: 100%;
  width: 100%;
  min-height: inherit;
  object-fit: cover;
  vertical-align: middle;
}
.quarter-card__image-container {
  min-height: 300px;
  max-height: 300px;
}
.quarter-card__content {
  position: relative;
  padding: 32px;
  height: 100%;
  background-color: #fff6f0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #F5C9A9;
  border-top: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.quarter-card__content-left {
  gap: 16px;
  height: 100%;
}
.quarter-card__icon {
  width: 40px;
  height: 40px;
}
.quarter-card__tags {
  gap: 8px;
}
.quarter-card__tag {
  padding: 8px 12px;
  background-color: #FFE3E3;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.quarter-card__link {
  height: 48px;
  width: 48px;
  padding: 0;
}
.quarter-card__link::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quarter-card__link {
  min-height: 48px;
  min-width: 48px;
}
.quarter-card__text {
  font-weight: 400;
  color: #505050;
  margin-top: 16px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.quarter-card__text-container {
  gap: 30px;
}
.content-stripe__inner {
  transform: translateX(1px);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .content-stripe__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.content-stripe__inner--reversed {
  transform: translateX(-1px);
}
.content-stripe__header {
  max-width: 638px;
}
@media (max-width: 991.98px) {
  .content-stripe__header {
    font-size: 32px;
  }
}
.content-stripe__subtitle {
  color: #8A2A2B;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.content-stripe__text {
  max-width: 571px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-stripe__left {
  flex: 1;
}
.content-stripe__right {
  flex: 0.96;
  width: 100%;
  min-height: 100%;
  -webkit-mask-image: url("data:image/png;base64,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");
  mask-image: url("data:image/png;base64,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");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  aspect-ratio: 307/241;
}
@media (max-width: 767.98px) {
  .content-stripe__right {
    -webkit-mask-image: url("/app/assets/content-stripe-mask-mobile.png");
    mask-image: url("/app/assets/content-stripe-mask-mobile.png");
  }
}
.content-stripe__right--flipped {
  -webkit-mask-image: url("data:image/png;base64,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");
  mask-image: url("data:image/png;base64,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");
}
@media (max-width: 767.98px) {
  .content-stripe__right--flipped {
    -webkit-mask-image: url("/app/assets/content-stripe-mask-mobile-flipped.png");
    mask-image: url("/app/assets/content-stripe-mask-mobile-flipped.png");
  }
}
.content-stripe__image {
  object-fit: cover;
}
.content-stripe__link {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .content-stripe.container--padding-left .content-stripe__left {
    padding-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .content-stripe.container--padding-right .content-stripe__left {
    padding-left: 16px;
  }
}
.article-header {
  padding: 80px 0 72px;
  gap: 72px;
}
@media (max-width: 767.98px) {
  .article-header {
    padding: 72px 0;
  }
}
.article-header__top {
  padding-top: 0;
  padding-bottom: 0;
  row-gap: 72px;
  column-gap: 240px;
  width: 100%;
}
.article-header__middle {
  height: 771px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1440px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .article-header__middle {
    height: 390px;
    padding: 0;
  }
}
.article-header__middle-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.article-header__bottom {
  gap: 122px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1099.98px) {
  .article-header__bottom {
    gap: 60px;
  }
}
.article-header__rte {
  color: #505050;
  margin: 0;
  padding: 0;
  max-width: 677px;
}
.article-header__rte *:first-child {
  margin-top: 0;
}
.article-header__rte *:last-child {
  margin-bottom: 0;
}
.article-header__links {
  width: 100%;
  gap: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.article-header__links-container {
  width: 100%;
  gap: 32px;
  min-width: 329px;
}
@media (max-width: 767.98px) {
  .article-header__links-container {
    display: none;
  }
}
.article-header__links-title {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.article-header__link {
  padding: 15px 16px 15px 32px;
  border: 1px solid #F5C9A9;
  border-radius: 40px;
  min-height: 80px;
  gap: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.article-header__link-icon {
  position: relative;
  height: 48px;
  width: 64px;
  min-width: 64px;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.article-header__link-icon::after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: auto;
  top: 52%;
  right: 50%;
  transform: translateY(-42%) translateX(50%);
}
.article-header__link--hover {
  border-color: #0A100D;
}
.article-header__link--hover .article-header__link-icon {
  background-color: #F09600;
}
.article-header__link--hover .article-header__link-icon::after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
}
.article-header__left {
  max-width: 571px;
}
.article-header__right {
  gap: 48px;
}
.article-header__date {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.article-header__date-inner {
  color: #505050;
  font-weight: 700;
}
.article-header__item {
  gap: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.article-header__item-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.article-header__item-subtitle {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.article-header__item-content {
  gap: 8px;
  max-width: 213px;
}
.article-header__item-content--no-image {
  padding-top: 3px;
}
@media (max-width: 767.98px) {
  .article-header__item-content--no-image {
    padding-top: 0;
  }
}
.article-header__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.article-header__image-container {
  width: 96px;
  height: 120px;
  min-width: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.article-header__share.btn--copy {
  min-width: max-content;
  padding: 12px 20px 12px 52px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.article-header__share.btn--copy::after {
  top: 12px;
  right: auto;
  left: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.article-header__share.btn--copy .btn__label {
  color: #0A100D;
}
.article-header__share--no-text.btn--upload {
  padding: 12px;
}
.article-header__share--no-text.btn--upload::after {
  top: 12px;
  left: 13px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.article-header__tags {
  column-gap: 20px;
  row-gap: 8px;
  margin-top: 24px;
}
.article-header__tag {
  position: relative;
  padding: 8px 12px;
  background-color: #FFE3E3;
  border-radius: 40px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.article-header__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #B79B9B;
  border-radius: 50%;
}
.article-header__tag:last-child::after {
  content: none;
}
.article-header__tag--primary {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.service-finder {
  background-color: #fff6f0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-finder__inner {
  gap: 72px;
  overflow-y: hidden;
}
@media (max-width: 767.98px) {
  .service-finder__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.service-finder__left, .service-finder__right {
  width: 100%;
}
.service-finder__left {
  gap: 32px;
  min-width: 329px;
  width: 329px;
}
@media (max-width: 1299.98px) {
  .service-finder__left {
    min-width: auto;
  }
}
@media (max-width: 767.98px) {
  .service-finder__left {
    gap: 24px;
  }
}
@media (max-width: 479.98px) {
  .service-finder__left {
    width: 100%;
  }
}
.service-finder__right {
  gap: 16px;
}
.service-finder__heading {
  color: #8A2A2B;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.service-finder__content {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.service-finder__link {
  position: relative;
  padding-left: 40px;
  transform: translateX(-40px);
  max-width: 450px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1299.98px) {
  .service-finder__link {
    max-width: 400px;
  }
}
.service-finder__link--active::before {
  content: "";
  position: absolute;
  left: 0px !important;
  opacity: 1 !important;
}
.service-finder__link--active .service-finder__link-name {
  font-weight: 500;
}
.service-finder__link-name {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.service-finder__link-name:after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  position: absolute;
  top: 50%;
  right: -40px;
  transform: scale(1.3) translateY(calc(-50% + 5px));
}
@media (max-width: 991.98px) {
  .service-finder__link-name:after {
    transform: scale(1);
    top: 0;
  }
}
.service-finder__link-inner:nth-child(even) {
  background-color: #FBFBFB;
  border: 1px solid #F5C9A9;
}
.service-finder__link-inner:nth-child(even):hover, .service-finder__link-inner:nth-child(even):focus {
  background-color: #F09600;
}
.service-finder__link-inner:nth-child(even):hover .link__name, .service-finder__link-inner:nth-child(even):focus .link__name {
  color: #0A100D;
}
.service-finder__link-inner:hover .zmdi:after, .service-finder__link-inner:focus .zmdi:after {
  filter: invert(1);
}
.service-finder__link::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 10px;
  background-color: #DE3C20;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 991.98px) {
  .service-finder__link::before {
    display: none;
  }
}
.service-finder__link:hover .service-finder__link-name {
  font-weight: 500;
  color: #8A2A2B;
}
.service-finder__link:hover .service-finder__link-icon {
  margin-left: 20px;
}
.service-finder__link:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .service-finder__link:hover::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .service-finder__link {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .service-finder__link .service-finder__link-icon {
    color: #8A2A2B;
    font-size: 22px;
  }
}
.service-finder__item {
  position: relative;
}
.service-finder__item-inner {
  gap: 16px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-finder__item-inner--active {
  height: fit-content;
  opacity: 1;
  margin-top: 16px;
  visibility: visible;
  pointer-events: all;
}
.service-finder__item:hover .service-finder__item-inner {
  height: fit-content;
  opacity: 1;
  margin-top: 16px;
  visibility: visible;
  pointer-events: all;
}
.service-finder__item:hover .service-finder__image {
  opacity: 1;
  visibility: visible;
}
.service-finder__item:hover .service-finder__link {
  font-weight: 500;
}
.service-finder__image {
  position: absolute;
  object-fit: contain;
  max-width: 342px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-finder__image--active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1299.98px) {
  .service-finder__image {
    max-width: 200px;
    max-height: 130px;
  }
}
@media (max-width: 1099.98px) {
  .service-finder__image {
    display: none;
  }
}
.our-story {
  background-color: #FFEAC7;
  background-image: url("/app/assets/our-story-mask.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  overflow: hidden;
}
.our-story__inner {
  padding: 94px 16px 94px 148px;
  gap: 137px;
  overflow: hidden;
  height: 592px;
}
@media (max-width: 1299.98px) {
  .our-story__inner {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .our-story__inner {
    padding: 80px 16px;
  }
}
@media (max-width: 767.98px) {
  .our-story__inner {
    height: 900px;
    gap: 30px;
    flex-direction: column;
  }
}
.our-story__carousel.glide {
  height: 500px;
  height: 432px;
}
@media (max-width: 991.98px) {
  .our-story__carousel.glide {
    height: 100%;
  }
}
@media (max-width: 1099.98px) {
  .our-story {
    background-size: cover;
    max-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .our-story {
    background-image: none;
  }
}
.our-story__cards {
  position: relative;
  width: 446px;
}
@media (max-width: 1299.98px) {
  .our-story__cards {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .our-story__cards {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .our-story__cards {
    width: 100%;
  }
}
.our-story__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.our-story__image-container {
  height: 352px;
  border-radius: 12px;
  overflow: hidden;
  width: 446px;
}
@media (max-width: 1299.98px) {
  .our-story__image-container {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .our-story__image-container {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .our-story__image-container {
    height: 300px;
  }
}
.our-story__content {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  height: 100%;
  max-height: 352px;
  padding-right: 132px;
}
@media (max-width: 767.98px) {
  .our-story__content {
    padding-right: 0px;
  }
}
.our-story__content::-webkit-scrollbar {
  width: 0;
}
.our-story__rte {
  margin: 0;
  padding: 0;
  min-height: 432px;
}
@media (max-width: 767.98px) {
  .our-story__rte {
    min-height: 280px;
  }
}
.our-story__rte > *:first-child {
  margin-top: 0;
}
.our-story__rte img {
  width: auto;
  max-width: 100%;
}
.our-story__buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  gap: 30px;
  z-index: 999;
}
.our-story__button {
  min-width: 48px;
  min-height: 48px;
}
.our-story__button--disabled {
  opacity: 0.4;
  pointer-events: none;
  background-color: #FBFBFB;
}
.our-story__progress {
  min-width: fit-content;
}
.our-story__scroll {
  position: absolute;
  gap: 16px;
  bottom: 48px;
  left: calc(100% + 137px);
  transform: translateY(100%);
  min-width: max-content;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.our-story__scroll--hidden {
  opacity: 0;
}
@media (max-width: 1299.98px) {
  .our-story__scroll {
    left: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  .our-story__scroll {
    left: 0;
    bottom: auto;
    top: calc(100% + 262px);
  }
}
@media (max-width: 479.98px) {
  .our-story__scroll {
    left: 0;
    bottom: auto;
    top: calc(100% + 313px);
  }
}
.our-story__scroll-text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.our-story__scroll-button {
  background-color: #FBFBFB;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 40px;
  border: #f5c9a9 1px solid;
}
.our-story__scroll-button:after {
  content: url("/app/assets/long-arrow-down-red.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job-listing {
  width: 100%;
}
@media (max-width: 767.98px) {
  .job-listing {
    flex-direction: column;
  }
}
.job-listing__right {
  max-height: 692px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 96px;
  padding-left: 48px;
}
@media (max-width: 767.98px) {
  .job-listing__right {
    max-height: none;
    overflow-y: auto;
    padding-left: 16px;
    padding-bottom: 0;
  }
}
.job-listing__right-inner {
  max-width: 720px;
  width: 100%;
  margin-right: 100%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .job-listing__right-inner {
    padding: 72px 16px 16px;
  }
}
.job-listing__left {
  background-color: #fff6f0;
  background-image: url("/app/assets/job-listing-mask.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-right: 48px;
}
@media (max-width: 1299.98px) {
  .job-listing__left {
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .job-listing__left {
    background-image: url("/app/assets/job-listing-mask-mobile.svg");
    background-position: center;
    padding-right: 0;
  }
}
.job-listing__left-inner {
  max-width: 674px;
  margin-left: auto;
  gap: 16px;
  padding-bottom: 96px;
}
@media (max-width: 767.98px) {
  .job-listing__left-inner {
    padding: 72px 16px;
  }
}
.job-listing__left, .job-listing__right {
  flex: 1;
}
.job-listing__tags {
  gap: 20px;
}
.job-listing__tag {
  position: relative;
  padding: 8px 12px;
  border-radius: 40px;
  background-color: #FFE3E3;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.job-listing__tag:first-child {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.job-listing__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #b79b9b;
  border-radius: 50%;
}
.job-listing__tag:last-child::after {
  content: none;
}
.job-listing__title {
  margin-bottom: 8px;
}
.job-listing__buttons {
  margin-top: auto;
  gap: 24px;
}
.job-listing__buttons .link:hover .zmdi:after, .job-listing__buttons .link:focus .zmdi:after {
  filter: invert(1);
}
.job-listing__download-outline-black:hover:after {
  filter: brightness(0);
}
.job-listing-element {
  max-width: 674px;
  padding-bottom: 0;
}
@media (max-width: 1099.98px) {
  .job-listing-element {
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) {
  .job-listing-element {
    padding-right: 16px;
  }
}
@media (max-width: 991.98px) {
  .job-listing-element {
    padding-bottom: 88px;
  }
}
.job-listing-element__title {
  color: #8A2A2B;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .job-listing-element__title {
    font-weight: 600;
  }
}
.job-listing-element__content {
  color: #505050;
  padding: 0;
  margin: auto 0;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .job-listing-element__content {
    margin-bottom: 56px;
  }
}
.job-listing-element__content h1,
.job-listing-element__content h2,
.job-listing-element__content h3,
.job-listing-element__content h4,
.job-listing-element__content h5,
.job-listing-element__content h6,
.job-listing-element__content p,
.job-listing-element__content ul,
.job-listing-element__content ol {
  margin-top: 0;
}
.job-listing-element__links {
  gap: 16px;
}
.job-listing-element__quick-link {
  border-radius: 48px;
  border: 1px solid #F5C9A9;
  padding: 16px 16px 16px 32px;
}
.job-listing-element__quick-link:hover .job-listing-element__quick-link-icon-container, .job-listing-element__quick-link:focus .job-listing-element__quick-link-icon-container {
  background-color: #F09600;
}
.job-listing-element__quick-link:hover .job-listing-element__quick-link-icon, .job-listing-element__quick-link:focus .job-listing-element__quick-link-icon {
  filter: brightness(0) invert(0);
}
.job-listing-element__quick-link-icon-container {
  padding: 12px 20px;
  border: 1px solid #F5C9A9;
  border-radius: 48px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.job-listing-element__quick-link-icon {
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.job-listing-element__bottom {
  gap: 56px;
}
.job-listing-element__jobs {
  gap: 24px;
}
.job-listing-element__jobs-list {
  gap: 24px;
}
.job-listing-element__job {
  padding: 16px 24px;
  border: 1px solid #F5C9A9;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.job-listing-element__job:hover, .job-listing-element__job:focus {
  border-color: #DE3C20;
}
.job-listing-element__job-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.job-listing-element__job-tags {
  margin-bottom: 32px;
  gap: 20px;
}
.job-listing-element__job-tag {
  position: relative;
  padding: 8px 12px;
  border-radius: 40px;
  background-color: #FFE3E3;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.job-listing-element__job-tag:first-child {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.job-listing-element__job-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #b79b9b;
}
.job-listing-element__job-tag:last-child::after {
  content: none;
}
.job-listing-element__link {
  margin-top: 32px;
}
.job-listing-element__link:hover .zmdi:after, .job-listing-element__link:focus .zmdi:after {
  filter: invert(1);
}
.content-finder {
  width: 100%;
}
.content-finder--orange .content-finder__left {
  background-color: #F09600;
  background-image: url("/app/assets/content-finder-mask-new.svg");
}
@media (max-width: 479.98px) {
  .content-finder--orange .content-finder__left {
    background-image: url("/app/assets/content-finder-mobile-new-3.svg");
  }
}
.content-finder--blue .content-finder__left {
  background-color: #00adc5;
  background-image: url("/app/assets/content-finder-mask-new-blue.svg");
}
@media (max-width: 479.98px) {
  .content-finder--blue .content-finder__left {
    background-image: url("/app/assets/content-finder-mobile-new-3-blue.svg");
  }
}
.content-finder--maroon .content-finder__left {
  background-color: #8A2A2B;
  background-image: url("/app/assets/content-finder-mask-new-maroon.svg");
  color: #fff;
}
@media (max-width: 479.98px) {
  .content-finder--maroon .content-finder__left {
    background-image: url("/app/assets/content-finder-mobile-new-3-maroon.svg");
  }
}
.content-finder--maroon .content-finder__left .accordion__title::after {
  background-image: url("/app/assets/chevron-down-light-bittersweet.svg");
}
.content-finder--maroon .accordion__title {
  color: #fff;
}
.content-finder--maroon .content-finder__button {
  color: #fff;
}
@media (max-width: 1299.98px) {
  .content-finder {
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .content-finder {
    flex-direction: column;
  }
}
.content-finder__right {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 96px;
  padding-left: 48px;
  background-color: #fff6f0;
}
@media (max-width: 767.98px) {
  .content-finder__right {
    max-height: none;
    overflow-y: auto;
    padding: 72px 16px 72px;
  }
}
@media (max-width: 479.98px) {
  .content-finder__right {
    padding: 32px 16px;
  }
}
.content-finder__right-inner {
  max-width: 676px;
  width: 100%;
  margin-right: 100%;
  padding: 72px 148px 72px 0;
}
@media (max-width: 767.98px) {
  .content-finder__right-inner {
    padding: 0px;
  }
}
.content-finder__right-title {
  margin-bottom: 24px;
  margin-top: 16px;
}
@media (max-width: 479.98px) {
  .content-finder__right-title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.content-finder__right-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-finder__right-subtitle {
  color: #8A2A2B;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.content-finder__left {
  padding-right: 48px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 145%;
  background-position-x: 85px;
  background-position-y: -235px;
}
@media (max-width: 1099.98px) {
  .content-finder__left {
    background-position-x: 90px;
    background-position-y: -100px;
  }
}
@media (max-width: 991.98px) {
  .content-finder__left {
    background-position-x: 90px;
    background-position-y: 0px;
  }
}
@media (max-width: 767.98px) {
  .content-finder__left {
    padding: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 479.98px) {
  .content-finder__left {
    background-size: 220%;
    background-position-x: -240px;
    background-position-y: 50px;
  }
}
.content-finder__left-inner {
  max-width: 676px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .content-finder__left-inner {
    padding-right: 16px;
  }
}
.content-finder__left-title {
  margin-bottom: 24px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .content-finder__left-title {
    margin-top: 8px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.content-finder__left-text {
  padding: 0;
}
.content-finder__left-text > :first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .content-finder__left-text {
    max-height: 78px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .content-finder__left-text--full {
    max-height: 1000px;
  }
}
.content-finder__left-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.content-finder__left-image {
  height: 258px;
  width: fit-content;
  transform: translateX(-148px);
  margin-top: 31px;
}
@media (max-width: 991.98px) {
  .content-finder__left-image {
    transform: translateX(-16px);
  }
}
@media (max-width: 767.98px) {
  .content-finder__left-image {
    display: none;
  }
}
.content-finder__button {
  gap: 8px;
  margin-top: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .content-finder__button {
    display: none;
  }
}
.content-finder__button-icon {
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.content-finder__button-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
}
.content-finder__button-icon--rotate {
  transform: rotate(180deg);
}
.content-finder__button-icon--black {
  content: url("/app/assets/chevron-down-black-icon.svg");
}
.content-finder__button-icon--white {
  content: url("/app/assets/chevron-down-light-bittersweet.svg");
}
.content-finder__left, .content-finder__right {
  flex: 1;
}
.content-finder__accordion {
  margin-top: 32px;
}
@media (max-width: 479.98px) {
  .content-finder__accordion {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .content-finder__accordion--active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .content-finder .accordion {
    padding-right: 16px;
  }
}
.content-finder__services {
  gap: 24px;
}
.content-finder__service-divider {
  height: 1px;
  width: 100%;
  background-color: #e5cece;
  margin-top: 24px;
}
.content-finder__service-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.content-finder__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff6f0;
  padding-bottom: 96px;
  padding-left: 48px;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .content-finder__inner {
    padding: 72px 16px 72px;
  }
}
@media (max-width: 479.98px) {
  .content-finder__inner {
    padding: 32px 16px;
  }
}
.content-finder__more {
  margin-top: 26.5px;
}
@media (min-width: 480px) {
  .content-finder__more {
    display: none;
  }
}
.content-finder__more--disabled {
  display: none;
}
.content-finder__items {
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}
.content-finder__items-info {
  margin-top: 32px;
  color: #505050;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-finder__items-button {
  margin: auto;
  margin-top: 24px;
}
@media (max-width: 479.98px) {
  .content-finder__items-button {
    margin-right: 100%;
  }
}
.content-finder__item {
  gap: 24px;
}
@media (max-width: 479.98px) {
  .content-finder__item {
    gap: 16px;
  }
}
.content-finder__item-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.content-finder__item-open, .content-finder__item-address {
  position: relative;
  margin-right: 20px;
}
.content-finder__item-open::after, .content-finder__item-address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #b79b9b;
  border-radius: 50%;
}
.content-finder__item-open {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-finder__item-address, .content-finder__item-open-times, .content-finder__item-distance {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-finder__item-divider {
  height: 1px;
  width: 100%;
  background-color: #e5cece;
}
@media (max-width: 479.98px) {
  .content-finder__item-link {
    margin-bottom: 8px;
  }
}
.content-finder__link:hover .content-finder__service-button, .content-finder__link:focus .content-finder__service-button {
  background-color: #F09600;
}
@media (max-width: 479.98px) {
  .content-finder .location {
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .content-finder .location .link {
    width: 100%;
  }
}
.content-finder .location .link__name-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateX(-35px);
}
.content-finder .SecondaryWidget_app__ywouX {
  padding: 0;
  position: relative;
  top: -12px;
}
.accordion {
  overflow-y: auto;
  width: 100%;
  gap: 16px;
}
.accordion__title {
  position: relative;
  width: 100%;
  padding: 16px 62px 16px 32px;
  color: #0A100D;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.accordion__title::after {
  content: "";
  background-image: url("/app/assets/chevron-down-maroon.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.accordion__item {
  border: 1px solid #e5cece;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.accordion__item--open {
  border-radius: 20px;
  border-color: #0A100D;
}
.accordion__item--open .accordion__title::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion__inner {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0 32px 0 32px;
  -webkit-transition: grid-template-rows 0.5s ease 0s;
  -moz-transition: grid-template-rows 0.5s ease 0s;
  -o-transition: grid-template-rows 0.5s ease 0s;
  transition: grid-template-rows 0.5s ease 0s;
}
.accordion__inner--open {
  grid-template-rows: 1fr;
}
.accordion__list {
  overflow: hidden;
  gap: 16px;
}
.accordion__list-item {
  width: fit-content;
  padding-right: 58px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.accordion__list-item.rte {
  padding: 0;
  padding-bottom: 16px;
  margin: 0;
}
.accordion__list-item.rte > *:first-child {
  margin-top: 0;
}
.accordion__list-item.rte > *:last-child {
  margin-bottom: 0;
}
.location {
  gap: 24px;
}
@media (max-width: 767.98px) {
  .location {
    gap: 8px;
  }
}
.location__select {
  width: 100%;
  height: 100%;
  padding: 12px 44px 12px 52px;
  border: 1px solid #F5C9A9;
  border-radius: 24px;
  position: relative;
  -webkit-appearance: none;
  background-image: url("/app/assets/location-icon.svg");
  background-position-x: 24px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.location__select-wrapper {
  background-color: #FBFBFB;
  width: 100%;
  position: relative;
  border-radius: 24px;
}
.location__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url("/app/assets/chevron-down-black-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  z-index: 0;
}
.location__option {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.location__link--disabled {
  pointer-events: none;
}
.location__link:hover .zmdi:after, .location__link:focus .zmdi:after {
  filter: invert(1);
}
@media (max-width: 479.98px) {
  .location__locate {
    display: none;
  }
}
.intro-cards {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
}
.intro-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 425px;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .intro-card {
    min-height: 100%;
    border-radius: 12px;
    flex-direction: column-reverse;
  }
}
.intro-card--flipped .intro-card__image-container {
  transform: rotate(-45deg) translateY(100px) translateX(240px);
}
@media (max-width: 767.98px) {
  .intro-card--flipped .intro-card__image-container {
    left: 50%;
    transform: rotate(-45deg) translateY(-110px) translateX(90px);
  }
}
@media (max-width: 479.98px) {
  .intro-card--flipped .intro-card__image-container {
    transform: rotate(-45deg) translateY(-88px) translateX(100px);
  }
}
@media (max-width: 379.98px) {
  .intro-card--flipped .intro-card__image-container {
    transform: rotate(-45deg) translateY(-58px) translateX(120px);
  }
}
.intro-card--flipped .intro-card__image-container .intro-card__image {
  transform: rotate(45deg);
}
.intro-card--red {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.intro-card--red .intro-card__link {
  border-color: #FBFBFB;
}
.intro-card--red .intro-card__link .link__name,
.intro-card--red .intro-card__link .zmdi {
  color: #FBFBFB;
}
.intro-card--red .intro-card__link .zmdi:after {
  filter: invert(1);
}
.intro-card--red .intro-card__link:hover, .intro-card--red .intro-card__link:focus {
  background-color: #0A100D;
  border-color: #0A100D;
}
.intro-card--red .intro-card__link:hover .link__name, .intro-card--red .intro-card__link:focus .link__name {
  color: #0A100D;
  color: #fff;
}
.intro-card--red .intro-card__link:hover .zmdi, .intro-card--red .intro-card__link:focus .zmdi {
  color: #8A2A2B;
}
.intro-card--yellow {
  background-color: #F09600;
}
.intro-card--yellow .link:hover .zmdi:after, .intro-card--yellow .link:focus .zmdi:after {
  filter: invert(1);
}
.intro-card--blue {
  background-color: #00adc5;
}
.intro-card--blue .link:hover .zmdi:after, .intro-card--blue .link:focus .zmdi:after {
  filter: invert(1);
}
.intro-card--white {
  background-color: #FFEAC7;
}
.intro-card--white .link:hover .zmdi:after, .intro-card--white .link:focus .zmdi:after {
  filter: invert(1);
}
.intro-card__left {
  position: relative;
  flex: 0.5;
  min-height: 397px;
  min-width: 476px;
}
@media (max-width: 767.98px) {
  .intro-card__left {
    flex: 1;
    width: 100%;
    min-height: 260px;
  }
}
.intro-card__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.intro-card__image-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("/app/assets/intro-card-mask.png");
  mask-image: url("/app/assets/intro-card-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  min-width: 476px;
  min-height: 640px;
  max-height: 397px;
  height: 397px;
  width: 476px;
  overflow: hidden;
  -webkit-mask-position-y: bottom;
  transform-origin: bottom center;
  transform: rotate(0deg) translateY(-7.5px) translateX(-70px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767.98px) {
  .intro-card__image-container {
    min-height: 540px;
    left: 50%;
    transform: rotate(-2deg) translateY(-10px) translateX(-50%);
  }
}
@media (max-width: 479.98px) {
  .intro-card__image-container {
    min-height: 540px;
    left: 50%;
    transform: rotate(-2deg) translateY(-10px) translateX(-40%);
  }
}
@media (max-width: 379.98px) {
  .intro-card__image-container {
    left: 0;
    transform: rotate(-3deg) translateY(0px) translateX(50px);
  }
}
.intro-card__content {
  padding: 72px 100px 72px 0;
  margin: auto 0;
  flex: 1;
  width: 100%;
}
@media (max-width: 1099.98px) {
  .intro-card__content {
    padding: 30px 100px 72px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-card__content {
    padding: 40px 24px;
  }
}
.intro-card__content-wrapper {
  height: 100%;
  min-height: inherit;
}
@media (max-width: 767.98px) {
  .intro-card__content-wrapper {
    min-height: auto;
  }
}
.intro-card__content-wrapper-padding .intro-card__content {
  padding-left: 100px;
}
@media (max-width: 767.98px) {
  .intro-card__content-wrapper-padding .intro-card__content {
    padding-left: 24px;
  }
}
.intro-card__title {
  margin: 16px 0 32px;
}
@media (max-width: 767.98px) {
  .intro-card__title {
    margin-bottom: 24px;
  }
}
.intro-card__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.intro-card__bottom {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .intro-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
.intro-card__info {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.intro-card__roles, .intro-card__roles-text {
  font-weight: 700;
}
.intro-card__bullets {
  margin-top: 40px;
  gap: 12px;
}
.intro-card__bullet {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #0A100D;
  cursor: pointer;
  z-index: 1;
}
.intro-card__bullet--active {
  height: 16px;
  width: 16px;
  background-color: #DE3C20;
  border-color: #DE3C20;
}
.intro-card__bullets--red .intro-card__bullet {
  border: 1px solid #FBFBFB;
}
.intro-card__bullets--red .intro-card__bullet--active {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  background-color: #FBFBFB;
}
.intro-card__bullets--light .intro-card__bullet {
  border: 1px solid #B79B9B;
}
.intro-card__bullets--light .intro-card__bullet--active {
  background-color: #DE3C20;
  border-color: #DE3C20;
}
.intro-card__bullets--blue .intro-card__bullet {
  border: 1px solid #0A100D;
}
.intro-card__bullets--blue .intro-card__bullet--active {
  background-color: #0A100D;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.intro-card .loop-text {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.intro-card .loop-text .intro-card__content {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
.intro-card .loop-text .intro-card__content.show {
  opacity: 1;
  height: 100%;
  width: 100%;
  pointer-events: all;
}
.hero-cards {
  width: 100%;
  padding: 24px 16px 32px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-cards {
    padding: 24px 16px 64px;
  }
}
.hero-cards__inner {
  width: 100%;
  height: 100%;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .hero-cards__inner {
    flex-direction: column;
  }
}
.hero-cards__carousel {
  height: 100%;
  position: relative;
}
.hero-cards__cards {
  width: 100%;
  flex: 1;
  overflow: hidden;
  z-index: 2;
}
.hero-cards__cards--full {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-cards__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.hero-cards__right {
  position: relative;
  flex: 0.71;
  border-radius: 16px;
  height: 615px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.hero-cards__right-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.hero-cards__right-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #FBFBFB 0%, rgba(0, 56, 101, 0) 40%);
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #FBFBFB;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 991.98px) {
  .hero-cards__right {
    height: 513px;
    min-height: 513px;
    max-height: 513px;
  }
}
.hero-cards__right--small {
  flex: 0.322;
  flex: none;
  width: fit-content;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .hero-cards__right--small {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
.hero-cards__right .hero-card__icon {
  margin-left: 0;
}
.hero-cards__right-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 24px;
  gap: 8px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-cards__right-image {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.hero-cards__right-image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
.hero-cards__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.hero-cards__video-container {
  display: flex;
}
@media (max-width: 767.98px) {
  .hero-cards__video-container {
    display: none;
  }
}
.hero-cards__video-container.hero-cards__video-container-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .hero-cards__video-container.hero-cards__video-container-mobile {
    display: none;
  }
}
.hero-cards__top {
  gap: 8px;
}
.hero-cards__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 24px;
  gap: 8px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-cards__icon {
  height: 24px;
  width: 24px;
}
.hero-cards__title {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.hero-cards__subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.hero-cards__location {
  max-width: 329.99px;
  min-width: 329.99px;
  height: auto;
  width: 333px;
  width: 100%;
  padding: 32px 24px;
  background-color: #8A2A2B;
  color: #FBFBFB;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .hero-cards__location {
    width: 100%;
    max-width: none;
  }
}
.hero-cards__location-top {
  position: relative;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DE3C20;
}
.hero-cards__location-top-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.hero-cards__location-select {
  cursor: pointer;
  background-color: #8A2A2B;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.hero-cards__location-select option {
  background-color: #fff6f0;
  color: #0A100D;
}
.hero-cards__location-link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #DE3C20;
  text-align: start;
  width: 100%;
}
.hero-cards__location-link .link__name {
  color: #FBFBFB;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .hero-cards__location-link .link__name {
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }
}
.hero-cards__location-link .zmdi {
  color: #FBFBFB;
  transform: translateY(2px);
}
.hero-cards__location-link:hover .link__name,
.hero-cards__location-link:hover .zmdi, .hero-cards__location-link:focus .link__name,
.hero-cards__location-link:focus .zmdi {
  color: #DE3C20;
}
.hero-cards__links {
  max-width: 329px;
  min-width: 329px;
  background-color: #FFE3E3;
  border-radius: 12px;
  margin-top: 40px;
  height: 100%;
  padding: 0;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .hero-cards__links {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}
.hero-cards__links-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 32px 24px 16px;
  border-bottom: 1px solid #e5cece;
  font-size: 16px;
  margin-bottom: -2px;
}
.hero-cards__link:hover .zmdi::after, .hero-cards__link:focus .zmdi::after {
  filter: invert(1);
}
.hero-cards__items {
  height: 100%;
  padding: 0 24px 32px;
  overflow-y: auto;
}
.hero-cards__items::-webkit-scrollbar {
  width: 10px;
  z-index: 0;
}
.hero-cards__items::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
}
.hero-cards__items::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 100px;
}
.hero-cards__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-cards__items-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e5cece;
  text-align: start;
  width: 100%;
  margin-bottom: -2.5px;
}
.hero-cards__items-link .link__name {
  color: #0A100D;
  width: min-content;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.hero-cards__items-link .zmdi {
  color: #DE3C20;
  transform: translateY(2px);
}
.hero-cards__items-link:hover .link__name,
.hero-cards__items-link:hover .zmdi, .hero-cards__items-link:focus .link__name,
.hero-cards__items-link:focus .zmdi {
  color: #DE3C20;
}
.hero-cards__market {
  max-width: 329px;
  min-width: 329px;
  height: 100%;
  width: 100%;
  padding: 32px 24px;
  background-color: #fff6f0;
  color: #0A100D;
  border-radius: 12px;
  outline: 1px solid #F5C9A9;
  gap: 24px;
  overflow: scroll;
  scroll-behavior: smooth;
}
.hero-cards__market::-webkit-scrollbar {
  width: 10px;
  z-index: 0;
}
.hero-cards__market::-webkit-scrollbar-track {
  background: #fff6f0;
  border-radius: 100px;
}
.hero-cards__market::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 100px;
}
.hero-cards__market::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .hero-cards__market {
    width: 100%;
    max-width: none;
    overflow-y: hidden;
  }
}
.hero-cards__market .select-dropdown {
  width: 100%;
  padding: 12px 40px 12px 52px;
  border: 1px solid #F5C9A9;
  color: #0A100D;
  background-color: #FBFBFB;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  overflow-x: visible;
}
.hero-cards__market .select-dropdown__modal {
  height: 0;
}
.hero-cards__market .select-dropdown__modal-overlay--open .select-dropdown {
  border: none;
}
.hero-cards__market .select-dropdown__modal-overlay--open .select-dropdown__modal {
  height: auto;
}
.hero-cards__market .select-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 2px);
  border: 1px solid #DE3C20;
  border-bottom: none;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  z-index: -1;
  background-color: #FBFBFB;
  transform: translateX(-1px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.hero-cards__market .select-dropdown--open {
  border-bottom: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  z-index: 999;
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.hero-cards__market .select-dropdown--open::after {
  height: 80px;
  opacity: 1;
}
.hero-cards__market .select-dropdown--open .select-dropdown__chevron-icon {
  animation: fadeIn 0.5s ease-in-out forwards;
  transform: rotate(180deg) translateY(50%);
}
.hero-cards__market .select-dropdown__chevron-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  transition: none;
  animation: fadeOut 0.3s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-cards__market .select-dropdown__arrow-icon::after {
  height: 20px;
  width: 20px;
  left: 24px;
}
.hero-cards__market .select-dropdown__list {
  transform: translateY(-16px);
}
.hero-cards__market .select-dropdown__modal {
  position: relative;
  color: #0A100D;
  width: 100%;
  transform: translateY(23px);
  border-radius: 12px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  overflow-x: hidden;
}
.hero-cards__market .select-dropdown__modal::before {
  content: "";
  background-color: #FBFBFB;
  width: 200%;
  height: 16px;
  top: 0;
  left: 0;
  position: sticky;
  display: block;
  z-index: 99999999;
  transform: translateX(-20px) translateY(-16px);
}
.hero-cards__market .select-dropdown__modal-overlay {
  width: calc(100% + 2px);
  transform: translateX(1px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.hero-cards__market-top {
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DE3C20;
}
.hero-cards__market-top-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.hero-cards__market-select {
  background-color: #8A2A2B;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.hero-cards__market-select option {
  background-color: #fff6f0;
  color: #0A100D;
}
.hero-cards__market-link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #DE3C20;
  text-align: start;
}
@media (max-width: 991.98px) {
  .hero-cards__market-link {
    width: 100%;
  }
}
.hero-cards__market-link .link__name {
  color: #FBFBFB;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.hero-cards__market-link .zmdi {
  color: #FBFBFB;
  transform: translateY(-6px);
}
.hero-cards__market-link:hover .link__name,
.hero-cards__market-link:hover .zmdi, .hero-cards__market-link:focus .link__name,
.hero-cards__market-link:focus .zmdi {
  color: #0A100D;
}
.hero-cards__market-text {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.hero-cards__market .location {
  flex-direction: column;
  gap: 16px;
}
.hero-cards__market .link {
  min-width: auto;
  min-height: 48px;
  width: 100%;
}
.hero-cards__market .link__name-slide {
  display: none;
}
.hero-cards__market .link__name {
  position: relative;
}
.hero-cards__market .link__name::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-content);
  height: 100%;
  width: 100%;
  color: #0A100D;
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hero-cards__market .link:hover .link__name, .hero-cards__market .link:focus .link__name {
  opacity: 1;
  color: transparent;
}
.hero-cards__market .link:hover .link__name::after, .hero-cards__market .link:focus .link__name::after {
  opacity: 1;
}
.hero-cards .glide__bullets {
  position: absolute;
  gap: 8px;
  left: 24px;
  bottom: 32px;
  z-index: 9999;
}
.hero-cards .glide__bullet {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hero-cards .glide__slides {
  transform: translate3d(0, 0, 0) !important;
  width: 100vw !important;
  height: 615px;
}
@media (max-width: 991.98px) {
  .hero-cards .glide__slides {
    height: 513px;
  }
}
.hero-cards .glide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
  overflow: hidden;
  border-radius: 16px;
}
.hero-cards .glide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #fef7f2 0%, rgba(0, 56, 101, 0) 40%);
  z-index: 1;
}
.hero-cards .glide__slide.glide__slide--active {
  opacity: 1;
  z-index: 1;
}
.hero-card {
  border-radius: 16px;
  overflow: hidden;
  height: 615px;
  border: 1px solid transparent;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.hero-card:hover .hero-card__title, .hero-card:focus .hero-card__title {
  color: #8A2A2B;
}
@media (max-width: 991.98px) {
  .hero-card {
    height: 513px;
  }
}
.hero-card__top {
  gap: 8px;
}
.hero-card__image {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.hero-card__media {
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .hero-card__media {
    display: none;
  }
}
.hero-card__media-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .hero-card__media-mobile {
    display: none;
  }
}
.hero-card__link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .hero-card__link {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.hero-card__link:hover, .hero-card__link:focus {
  color: #8A2A2B;
}
.hero-card__text {
  animation: fadeIn 0.5s ease-in-out;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .hero-card__text {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.hero-card__icon {
  margin-left: 16px;
}
.hero-card__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 24px;
  gap: 8px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-card__icon {
  height: 24px;
  width: 24px;
}
.hero-card__subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.hero-card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-banner .glide__arrows {
  display: none;
}
.hero-banner .glide__slide {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
}
.hero-banner .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}
.hero-banner .glide__slides {
  position: relative;
  transform: translate3d(0, 0, 0) !important;
}
.hero-banner .glide__bullets {
  position: absolute;
  gap: 8px;
  left: 148px;
  bottom: -40px;
  transform: translateY(-88px);
}
@media (max-width: 991.98px) {
  .hero-banner .glide__bullets {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .glide__bullets {
    position: relative;
    transform: translateY(0px);
  }
}
.hero-banner .glide__bullet {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hero-banner-card {
  overflow: hidden;
  height: 100%;
  min-height: 610px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .hero-banner-card {
    min-height: fit-content;
  }
}
.hero-banner-card .link:hover .zmdi:after, .hero-banner-card .link:focus .zmdi:after {
  filter: invert(1);
}
.hero-banner-card--white {
  background-color: #fff6f0;
}
.hero-banner-card--white .hero-banner-card__inner {
  background-image: url("/app/assets/hero-banner-unilabs-mask-white.svg");
}
.hero-banner-card--red {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.hero-banner-card--red .hero-banner-card__subtitle {
  color: #FBFBFB;
}
.hero-banner-card--red .hero-banner-card__inner {
  background-image: url("/app/assets/hero-banner-unilabs-mask-red.svg");
}
.hero-banner-card--blue {
  background-color: #00adc5;
}
.hero-banner-card--blue .hero-banner-card__inner {
  background-image: url("/app/assets/hero-banner-unilabs-mask-blue.svg");
}
.hero-banner-card--yellow {
  background-color: #F09600;
}
.hero-banner-card--yellow .hero-banner-card__inner {
  background-image: url("/app/assets/hero-banner-unilabs-mask-yellow.svg");
}
.hero-banner-card__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 148px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.hero-banner-card__inner--tall {
  background-size: cover;
}
@media (max-width: 1099.98px) {
  .hero-banner-card__inner {
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-card__inner {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-card__inner {
    background-size: cover;
    background-size: 200% 200%;
    background-position-x: -200px;
    background-position-y: -400px;
  }
}
.hero-banner-card__image {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.hero-banner-card__image-container {
  transform: translateX(-230px);
  margin-top: auto;
  margin-right: 148px;
  height: 100%;
  height: 547px;
  min-width: 670px;
  overflow: hidden;
  -webkit-mask-image: url("/app/assets/hero-banner-card-mask.png");
  mask-image: url("/app/assets/hero-banner-card-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-size: contain;
  -webkit-mask-size: contain;
}
@media (max-width: 1299.98px) {
  .hero-banner-card__image-container {
    transform: translateX(-40px);
  }
}
@media (max-width: 991.98px) {
  .hero-banner-card__image-container {
    transform: translateX(60px);
    height: 408px;
    min-height: 408px;
    max-height: 408px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-card__image-container {
    position: relative;
    left: initial;
    height: auto;
    max-height: 292px;
    min-height: 292px;
    min-width: 359px;
    margin: auto auto 0;
  }
}
@media (max-width: 479.98px) {
  .hero-banner-card__image-container {
    transform: translateX(0);
  }
}
.hero-banner-card__content {
  width: 100%;
  min-width: 571px;
  min-width: 678px;
  padding: 50px 0 100px 0;
  z-index: 1;
}
@media (max-width: 1299.98px) {
  .hero-banner-card__content {
    min-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-card__content {
    max-width: none;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-card__content {
    padding: 40px 0 96px;
    padding-bottom: 0;
  }
}
.hero-banner-card__text {
  max-width: 571px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.hero-banner-card__tags {
  gap: 20px;
  margin-bottom: 16px;
}
.hero-banner-card__tag {
  color: #0A100D;
  position: relative;
  padding: 12px 10px 8px;
  border-radius: 40px;
  background-color: #FFE3E3;
  color: #0A100D;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.hero-banner-card__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #B79B9B;
}
.hero-banner-card__tag:last-child::after {
  content: none;
}
.hero-banner-card__tag:first-child {
  background-color: #8A2A2B;
  color: #fff;
}
.hero-banner-card__title {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .hero-banner-card__title {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
}
.hero-banner-card__subtitle {
  color: #8A2A2B;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.hero-banner-card__bottom {
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .hero-banner-card__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
}
.hero-banner-card__bottom-buttons {
  gap: 24px;
}
.hero-banner-card__bullets {
  margin-top: 32px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .hero-banner-card__bullets {
    margin: 0;
  }
}
.hero-badge {
  position: absolute;
  right: 148px;
  top: 80px;
  height: auto;
  width: 333px;
  padding: 32px 24px;
  background-color: #8A2A2B;
  color: #FBFBFB;
  border-radius: 12px;
  max-height: 459px;
  overflow-y: auto;
}
.hero-badge .select-dropdown__backdrop {
  display: none;
}
.hero-badge::-webkit-scrollbar {
  width: 0px;
}
.hero-badge::-webkit-scrollbar-track {
  background: #FFF6F0;
  border-radius: 100px;
}
.hero-badge::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 100px;
}
.hero-badge::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1099.98px) {
  .hero-badge {
    right: 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-badge {
    display: none;
  }
}
.hero-badge__top {
  align-items: baseline;
  position: relative;
  gap: 8px;
}
.hero-badge__top-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.hero-badge__bottom {
  gap: 8px;
  margin-top: 32px;
  height: 100%;
}
.hero-badge__bottom-title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-badge__services {
  gap: 2px;
  line-height: 160%;
  color: #fff6f0;
}
.hero-badge__service {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.hero-badge__service:hover {
  color: #0A100D;
}
.hero-badge__select {
  background-color: #8A2A2B;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.hero-badge__select option {
  background-color: #fff6f0;
  color: #0A100D;
}
.hero-badge__link {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
  border-block: 1px solid #DE3C20;
  width: 100%;
  padding-right: 18px;
  margin-top: 16px;
}
.hero-badge__link .link__name {
  color: #FBFBFB;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.hero-badge__link .link__icon-right {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(calc(-50% + 4px));
}
.hero-badge__link:hover .link__name, .hero-badge__link:focus .link__name {
  color: #0A100D;
}
.header {
  position: relative;
  background-color: #FBFBFB;
  border-bottom: 1px solid #e5cece;
}
.header .select-dropdown__chevron-icon {
  font-size: 20px;
  color: #505050;
  left: 7px;
}
.header__logo {
  margin-right: 32px;
}
.header__top-link {
  text-transform: uppercase;
  margin-right: 32px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.header__top-icon {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 16px;
  cursor: pointer;
}
.header__top-icon--search {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__top-icon--search:after {
  content: url("/app/assets/search-icon-black.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.header__top-icon--search:hover, .header__top-icon--search:focus {
  filter: invert(39%) sepia(60%) saturate(6564%) hue-rotate(351deg) brightness(91%) contrast(91%);
}
.header__top-icon--cart {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__top-icon--cart:after {
  content: url("/app/assets/cart-icon-black.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.header__top-icon--cart:hover, .header__top-icon--cart:focus {
  filter: invert(39%) sepia(60%) saturate(6564%) hue-rotate(351deg) brightness(91%) contrast(91%);
}
.header__top-select {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 30px;
  position: relative;
  -webkit-appearance: none;
  background-color: #FBFBFB;
  background-image: url("/app/assets/global-icon-black.svg");
  background-position-x: 0px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.header__top-select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("/app/assets/chevron-down-black-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  z-index: 1;
  pointer-events: none;
}
.header__wrapper {
  position: sticky;
  top: -48px;
  z-index: 999999999;
}
@media (max-width: 1099.98px) {
  .header__wrapper {
    top: 0px;
  }
}
.header__mobile {
  margin: auto 0;
}
@media (min-width: 1100px) {
  .header__mobile {
    display: none;
  }
}
.header__inner {
  margin: 0 auto;
  padding: 24px 32px;
  max-width: 1440px;
}
@media (max-width: 1099.98px) {
  .header__inner {
    padding: 16px;
  }
}
.header__links {
  gap: 35px;
}
.header__links-bottom {
  gap: 40px;
}
.header__links-container {
  gap: 24px;
}
@media (max-width: 1099.98px) {
  .header__links-container {
    display: none;
  }
}
.header__links-top .select-dropdown__modal {
  border-radius: 16px;
}
@media (min-width: 1100px) {
  .header__links-top .select-dropdown__modal {
    margin-top: 100px;
    margin-right: 90px;
  }
}
.header__link {
  position: relative;
  height: 100%;
}
.header__link::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-160%);
  background-color: #F09600;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__link--current {
  overflow: visible;
}
.header__link--current:after {
  content: "";
  position: absolute;
  top: -14px;
  background-color: #DE3C20;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 1;
}
.header__link--active {
  overflow: visible;
}
.header__link--active .zmdi {
  transform: rotate(180deg) translateY(2px);
}
.header__link--active::after {
  content: "";
  position: absolute;
  top: -14px;
  background-color: #F09600;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 1;
}
.header__dropdown {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr;
  padding: 32px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FBFBFB;
  z-index: -1;
  border: 1px solid #e5cece;
  border-top: none;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 991.98px) {
  .header__dropdown {
    overflow: visible;
  }
}
.header__dropdown--active {
  opacity: 1;
  z-index: 1;
}
.header__dropdown-wrapper {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1;
  position: relative;
  background-color: #FBFBFB;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
  max-width: 1440px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1099.98px) {
  .header__dropdown-wrapper {
    display: none;
  }
}
.header__dropdown-inner {
  overflow: hidden;
}
.header__list-item {
  min-width: max-content;
}
.header__main {
  width: 231px;
  padding-right: 48px;
  box-sizing: content-box;
}
@media (max-width: 1299.98px) {
  .header__main {
    padding-right: 24px;
  }
}
.header__main-text {
  margin-top: 8px;
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.header__main-link {
  margin-top: 26px;
}
.header__middle {
  gap: 48px;
}
@media (max-width: 1299.98px) {
  .header__middle {
    gap: 24px;
  }
}
.header__middle-cards--border {
  padding-left: 48px;
  border-left: 1px solid #e5cece;
}
@media (max-width: 1299.98px) {
  .header__middle-cards--border {
    padding-left: 24px;
  }
}
.header__middle-cards + .header__middle-links-container {
  padding-left: 18px;
}
.header__middle-card {
  padding: 16px;
  gap: 24px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__middle-card:hover, .header__middle-card:focus {
  background-color: #fff6f0;
}
.header__middle-card:hover .btn, .header__middle-card:focus .btn {
  background-color: #F09600;
}
.header__middle-card-image {
  object-fit: cover;
}
.header__middle-card-image-container {
  width: 160px;
  min-width: 160px;
  height: 160px;
  max-height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
.header__middle-card-header:only-child {
  margin-block: auto;
}
.header__middle-card-content {
  max-width: 270px;
}
.header__middle-card-text {
  margin-top: 8px;
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.header__middle-card-text.rte {
  margin: 8px 0 0;
}
.header__middle-card-text.rte p {
  margin: 0;
  width: 270px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.header__middle-card-link {
  margin-top: 16px;
}
.header__middle-card--small .header__middle-card-image-container {
  width: 64px;
  min-width: 64px;
  height: 64px;
  max-height: 64px;
}
.header__middle-links {
  gap: 16px;
}
.header__middle-links--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}
.header__middle-links-container {
  padding-top: 8px;
  padding-left: 66px;
  gap: 24px;
}
@media (max-width: 1299.98px) {
  .header__middle-links-container {
    padding-left: 24px;
  }
}
.header__middle-links-container--border {
  border-left: 1px solid #e5cece;
}
.header__middle-links-title {
  text-transform: uppercase;
  color: #505050;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.header__last {
  padding-left: 80px;
}
@media (max-width: 1299.98px) {
  .header__last {
    padding-left: 24px;
  }
}
.header__last-links {
  gap: 16px;
}
.header__last-links--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}
.header__last-links-container {
  gap: 24px;
}
.header__last-links-container--border {
  padding-top: 8px;
  padding-left: 80px;
  border-left: 1px solid #e5cece;
}
@media (max-width: 1299.98px) {
  .header__last-links-container {
    padding-left: 24px;
  }
}
.header__last-links-title {
  text-transform: uppercase;
  color: #505050;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.header__last-cards--border {
  padding-left: 48px;
  border-left: 1px solid #e5cece;
}
@media (max-width: 1299.98px) {
  .header__last-cards--border {
    padding-left: 24px;
  }
}
.header__last-card {
  padding: 16px;
  gap: 24px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__last-card:hover, .header__last-card:focus {
  background-color: #fff6f0;
}
.header__last-card:hover .btn, .header__last-card:focus .btn {
  background-color: #F09600;
}
.header__last-card-image {
  object-fit: cover;
}
.header__last-card-image-container {
  width: 160px;
  min-width: 160px;
  height: 160px;
  max-height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
.header__last-card-content {
  max-width: 270px;
}
.header__last-card-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.header__last-card-link {
  margin-top: 16px;
}
.header__last-card--small .header__last-card-image-container {
  width: 64px;
  min-width: 64px;
  height: 64px;
  max-height: 64px;
}
.header__contact:hover::after, .header__contact:focus::after {
  position: absolute;
  right: 19.5px;
  top: 12px;
  content: url("/app/assets/long-arrow-right-icon.svg");
}
.menu-mobile .select-dropdown__modal {
  transform: translateY(32px) translateX(24px);
  margin-left: 32px;
}
.menu-mobile__icon-container {
  z-index: 99999999;
  padding: 11px 0px 20px 8px;
  position: relative;
  cursor: pointer;
}
.menu-mobile__icon {
  width: 20px;
  height: 7px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999999;
  height: 100%;
}
.menu-mobile__icon-bar {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #0A100D;
  border-radius: 9px;
  border-radius: 12px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-mobile__icon-bar:nth-child(1) {
  top: 0px;
  right: 0;
  left: auto;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.menu-mobile__icon-bar:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.menu-mobile__icon--open .menu-mobile__icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
  left: -5px;
  right: auto;
  width: 100%;
  width: 25px;
  background: #DE3C20;
}
.menu-mobile__icon--open .menu-mobile__icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15.5px;
  left: -5px;
  width: 25px;
  background: #DE3C20;
}
.menu-mobile .select-dropdown__modal-overlay {
  right: auto;
  left: 0;
}
.menu-mobile__overlay {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  color: #0A100D;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767.98px) {
  .menu-mobile__overlay {
    background-color: #FBFBFB;
  }
}
.menu-mobile__overlay--active {
  opacity: 1;
  z-index: 9999;
  display: initial;
}
.menu-mobile__inner {
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-color: #FBFBFB;
  transform: translateX(50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767.98px) {
  .menu-mobile__inner {
    transform: translateX(0);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.menu-mobile__inner--open .menu-mobile__inner-right {
  transform: translateX(-100%);
}
.menu-mobile__inner .link {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between !important;
}
.menu-mobile__inner-left, .menu-mobile__inner-right {
  flex: 1;
  padding: 55px 16px 38px;
  background-color: #FBFBFB;
  gap: 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.menu-mobile__inner-left {
  padding-top: 0;
  margin-top: 55px;
  overflow: auto;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .menu-mobile__inner-left {
    flex: none;
    width: 100vw;
  }
}
.menu-mobile__inner-right {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .menu-mobile__inner-right {
    flex: none;
    width: 100vw;
  }
}
.menu-mobile__menu li {
  -webkit-tap-highlight-color: transparent;
}
.menu-mobile__select {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 30px;
  position: relative;
  -webkit-appearance: none;
  background-color: #FBFBFB;
  background-image: url("/app/assets/global-icon-black.svg");
  background-position-x: 0px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__select-wrapper {
  position: absolute;
  top: -11px;
  left: 0;
  width: fit-content;
  position: relative;
}
.menu-mobile__select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("/app/assets/chevron-down-black-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  z-index: 1;
}
.menu-mobile__link {
  margin: auto 0;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__link-icon {
  color: #DE3C20;
  font-size: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
}
.menu-mobile__link-list {
  overflow: hidden;
  gap: 16px;
}
.menu-mobile__link-list-item .link__icon-right--long-arrow-right:after {
  position: static;
}
.menu-mobile__link-list-item .link__name {
  min-height: 26px;
}
.menu-mobile__link-list:not(:first-child) {
  margin-bottom: -8px;
}
.menu-mobile__link-list .zmdi {
  transform: translateY(0px);
}
.menu-mobile__item {
  padding: 24px 0;
  border-bottom: 1px solid #e5cece;
  cursor: pointer;
}
.menu-mobile__item-full {
  padding: 0;
}
.menu-mobile__item-full .menu-mobile__link {
  position: relative;
  padding: 24px 24px 24px 34px;
  height: 100%;
  width: 100%;
}
.menu-mobile__item-full .menu-mobile__link-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.menu-mobile__item-full-user {
  position: relative;
}
.menu-mobile__item-full-user:after {
  content: url("/app/assets/user-icon-red.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
}
.menu-mobile__item-full-cart {
  position: relative;
}
.menu-mobile__item-full-cart:after {
  content: url("/app/assets/cart-icon-red.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
}
.menu-mobile__search {
  width: 100%;
  height: 100%;
  padding: 12px 20px 12px 54px;
  border: 1px solid #F5C9A9;
  border-radius: 24px;
  position: relative;
  -webkit-appearance: none;
  background-color: #FBFBFB;
  background-image: url("/app/assets/search-icon-red.svg");
  background-position-x: 20px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__search:focus {
  outline-color: #F09600;
  background-color: #F09600;
}
.menu-mobile__search::placeholder {
  color: #0A100D;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__search-wrapper {
  width: 100%;
  position: relative;
}
.menu-mobile__button-link {
  min-height: 48px;
}
.menu-mobile__button-link:hover .zmdi::after, .menu-mobile__button-link:focus .zmdi::after {
  content: url("/app/assets/long-arrow-right-icon.svg");
}
.menu-mobile__socials {
  max-width: 312px;
  width: 100%;
  margin: auto auto 0 auto;
}
.menu-mobile__social {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu-mobile__social:hover, .menu-mobile__social:focus {
  opacity: 0.7;
}
.menu-mobile__social-facebook:after {
  content: url("/app/assets/facebook_icon.svg");
  position: absolute;
}
.menu-mobile__social-twitter:after {
  content: url("/app/assets/twitter_icon.svg");
  position: absolute;
}
.menu-mobile__social-instagram:after {
  content: url("/app/assets/instagram_icon.svg");
  position: absolute;
}
.menu-mobile__social-linkedin:after {
  content: url("/app/assets/linkedin_icon.svg");
  position: absolute;
}
.menu-mobile__social-youtube:after {
  content: url("/app/assets/youtube_icon.svg");
  position: absolute;
}
.menu-mobile__back {
  position: relative;
  height: 24px;
  padding-left: 24px;
  cursor: pointer;
  transform: translateY(-20px);
}
.menu-mobile__back-text {
  color: #505050;
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.menu-mobile__back-text:after {
  content: url("/app/assets/chevron-left-red.svg");
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
.menu-mobile__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__title .link__name {
  color: #8A2A2B;
}
.menu-mobile__title:hover .link__name, .menu-mobile__title:focus .link__name {
  color: #0A100D;
}
.menu-mobile__accordion {
  overflow-y: auto;
  width: 100%;
}
.menu-mobile__accordion-title {
  position: relative;
  width: 100%;
  padding: 24px 0;
  color: #505050;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.menu-mobile__accordion-title::after {
  content: "";
  background-image: url("/app/assets/chevron-down-red.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.menu-mobile__accordion-title--open {
  color: #0A100D;
}
.menu-mobile__accordion-title--open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.menu-mobile__accordion-item {
  border-bottom: 1px solid #e5cece;
  overflow: hidden;
}
.menu-mobile__accordion-inner {
  max-height: 0;
  overflow: hidden;
}
@keyframes expandMaxHeight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@keyframes reduceMaxHeight {
  0% {
    max-height: 800px;
  }
  100% {
    max-height: 0;
  }
}
.menu-mobile__accordion-inner--close {
  animation: reduceMaxHeight 0.7s ease-in-out forwards;
}
.menu-mobile__accordion-inner--open {
  animation: expandMaxHeight 1s ease-in-out forwards;
}
.menu-mobile__accordion-list {
  overflow: hidden;
  gap: 16px;
}
.menu-mobile__accordion-list-item {
  width: fit-content;
}
.menu-mobile__accordion-list-item:first-child {
  margin-top: 8px;
}
.menu-mobile__accordion-list-item:last-child {
  margin-bottom: 24px;
}
.location-card {
  width: 100%;
}
@media (max-width: 479.98px) {
  .location-card {
    gap: 16px;
  }
}
.location-card__inner {
  gap: 24px;
}
.location-card__left {
  width: 213px;
  min-width: 213px;
  height: 213px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .location-card__left {
    display: none;
  }
}
.location-card__image {
  object-fit: cover;
}
.location-card__right {
  gap: 8px;
}
.location-card__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.location-card__open, .location-card__address {
  position: relative;
  margin-right: 20px;
}
.location-card__open::after, .location-card__address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #B79B9B;
  border-radius: 50%;
}
.location-card__open {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.location-card__address, .location-card__open-times, .location-card__distance, .location-card__content {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.location-card__links {
  width: 100%;
  gap: 16px;
  margin-top: 8px;
}
.location-card__link:nth-child(2):hover .zmdi:after, .location-card__link:nth-child(2):focus .zmdi:after {
  filter: invert(1);
}
.publication-card {
  width: 100%;
}
@media (max-width: 479.98px) {
  .publication-card {
    gap: 16px;
  }
}
.publication-card__inner {
  gap: 24px;
}
.publication-card__left {
  width: 213px;
  width: 213px;
  min-width: 213px;
  height: 213px;
  border-radius: 12px;
  margin: auto 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .publication-card__left {
    display: none;
  }
}
.publication-card__image {
  object-fit: cover;
}
.publication-card__right {
  gap: 64px;
}
@media (max-width: 767.98px) {
  .publication-card__right {
    gap: 32px;
  }
}
@media (max-width: 479.98px) {
  .publication-card__right {
    flex-direction: column;
  }
}
.publication-card__container {
  gap: 8px;
}
.publication-card__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.publication-card__date, .publication-card__content {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.publication-card__links {
  gap: 16px;
}
@media (max-width: 479.98px) {
  .publication-card__links {
    justify-content: flex-start;
  }
}
.publication-card__link {
  min-width: max-content;
}
.clinic-card {
  width: 100%;
}
@media (max-width: 479.98px) {
  .clinic-card {
    gap: 16px;
  }
}
.clinic-card__inner {
  gap: 24px;
}
.clinic-card__left {
  width: 213px;
  min-width: 213px;
  height: 213px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .clinic-card__left {
    display: none;
  }
}
.clinic-card__image {
  object-fit: cover;
}
.clinic-card__right {
  gap: 8px;
}
.clinic-card__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.clinic-card__open, .clinic-card__address {
  position: relative;
  margin-right: 20px;
}
.clinic-card__open::after, .clinic-card__address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #B79B9B;
  border-radius: 50%;
}
.clinic-card__open {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.clinic-card__open-bold {
  font-weight: 600;
}
.clinic-card__address, .clinic-card__open-times, .clinic-card__distance, .clinic-card__content {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.clinic-card__links {
  width: 100%;
  max-width: 405px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.job-card {
  width: 100%;
}
@media (max-width: 479.98px) {
  .job-card {
    gap: 16px;
  }
}
.job-card__inner {
  gap: 16px;
  border-radius: 12px;
  max-width: 412px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.job-card__inner--long {
  max-width: none;
}
.job-card__inner--long .job-card__title {
  max-width: 552px;
}
.job-card__inner--border {
  padding: 16px 24px;
  border: 1px solid #F5C9A9;
}
.job-card__inner--border:hover, .job-card__inner--border:focus {
  border-color: #DE3C20;
}
.job-card__title {
  max-width: 380px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.job-card__subtitle {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.job-card__tags {
  gap: 20px;
}
.job-card__tag {
  position: relative;
  padding: 8px 12px;
  background-color: #FFE3E3;
  border-radius: 40px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.job-card__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #b79b9b;
  border-radius: 50%;
}
.job-card__tag:last-child::after {
  content: none;
}
.job-card__tag--primary {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.job-card__links {
  gap: 16px;
}
@media (max-width: 479.98px) {
  .job-card__links {
    justify-content: flex-start;
  }
}
.job-card__link {
  min-width: max-content;
  margin-top: 16px;
}
.job-card__link:hover .link__icon-right, .job-card__link:focus .link__icon-right {
  filter: brightness(0);
}
.appointment-card {
  background-color: #fff6f0;
}
@media (max-width: 479.98px) {
  .appointment-card {
    gap: 16px;
  }
}
.appointment-card__inner {
  gap: 24px;
  width: 100%;
  padding: 32px;
}
.appointment-card__titles {
  gap: 36px;
}
.appointment-card__title {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.appointment-card__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background-color: #B79B9B;
  border-radius: 50%;
}
.appointment-card__title:last-child::after {
  content: none;
}
.appointment-card__title--primary {
  background-color: #8A2A2B;
  color: #FBFBFB;
}
.appointment-card__items {
  width: 100%;
  gap: 8px;
}
@media (max-width: 479.98px) {
  .appointment-card__items {
    flex-direction: column;
  }
}
.appointment-card__item {
  padding: 16px;
  background-color: #FBFBFB;
  gap: 8px;
  flex: 1;
}
.appointment-card__item-right {
  gap: 4px;
}
.appointment-card__item-subtitle {
  color: #8A2A2B;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.appointment-card__item-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.appointment-card__links {
  width: 100%;
  margin-top: 8px;
}
.facts-figures {
  min-height: 1044px;
  padding-block: 32px;
  position: relative;
  flex-flow: column;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .facts-figures {
    min-height: 852px;
  }
}
.facts-figures::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -50px;
  width: 672px;
  height: 723px;
  background-image: url("/app/assets/facts-figures-shape.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1099.98px) {
  .facts-figures::before {
    left: -280px;
    top: -100px;
    background-size: 500px;
  }
}
@media (max-width: 767.98px) {
  .facts-figures::before {
    display: none;
  }
}
.facts-figures::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 80px;
  width: 672px;
  height: 723px;
  background-image: url("/app/assets/facts-figures-shape.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-78deg) scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1099.98px) {
  .facts-figures::after {
    right: -300px;
    top: 50px;
    background-size: 500px;
  }
}
@media (max-width: 767.98px) {
  .facts-figures::after {
    display: none;
  }
}
.facts-figures--rotated::before {
  transform: rotate(-77deg) scale(1.1);
}
.facts-figures--rotated::after {
  transform: rotate(0deg) scale(1.1);
}
.facts-figures__title {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #8A2A2B;
  max-width: 571px;
  z-index: 1;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.facts-figures__text {
  text-align: center;
  z-index: 1;
  max-width: 571px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.facts-figures__text > *:first-child {
  margin-top: 0;
}
.facts-figures__items {
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 16px;
  z-index: 1;
}
.facts-figures__item-image {
  height: 448px;
  width: 448px;
  max-width: 448px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .facts-figures__item-image {
    height: 100%;
    width: 100%;
  }
}
.facts-figures__item-title {
  text-align: center;
  margin: 32px 0;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .facts-figures__item-title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.facts-figures .glide__slide {
  height: auto;
}
.facts-figures .glide__slides {
  position: relative;
}
.facts-figures .glide__bullets {
  gap: 8px;
  left: 476px;
}
@media (max-width: 767.98px) {
  .facts-figures .glide__bullets {
    bottom: 230px;
    left: 24px;
  }
}
.facts-figures .glide__bullet {
  border: 1px solid #8A2A2B;
}
.facts-figures .glide__bullet--active {
  background-color: #8A2A2B;
}
.search-results {
  gap: 72px;
}
.search-results--appointment .search-results__card {
  background-color: #FBFBFB;
  border-radius: 12px;
  border: 1px solid #E5CECE;
}
.search-results--appointment .search-results__card::after {
  content: none;
}
.search-results--appointment .search-results__card.appointment-card--highlight {
  background-color: #fff6f0;
  border-color: #F5C9A9;
}
.search-results--appointment .appointment-card__items {
  width: auto;
}
.search-results--appointment .appointment-card__item {
  border-radius: 12px;
  border: 1px solid #E5CECE;
  width: max-content;
}
.search-results--appointment .appointment-card__item-title {
  min-width: 255px;
}
.search-results--appointment .search-results__bottom::-webkit-scrollbar {
  width: 10px;
}
.search-results--appointment .search-results__bottom::-webkit-scrollbar-track {
  background: #FFF6F0;
  border-radius: 100px;
}
.search-results--appointment .search-results__bottom::-webkit-scrollbar-thumb {
  background: #DE3C20;
  border-radius: 100px;
}
.search-results--appointment .search-results__bottom::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.search-results__top {
  border: 1px solid #F5C9A9;
  border-radius: 800px;
  padding: 24px 32px;
  gap: 16px;
  background-color: #fff6f0;
}
@media (max-width: 767.98px) {
  .search-results__top {
    flex-direction: column;
    border-radius: 16px;
    padding: 32px 16px;
  }
  .search-results__top .btn {
    width: 100%;
  }
}
.search-results__bottom {
  max-height: 2629px;
  overflow-y: auto;
}
.search-results__bottom::-webkit-scrollbar {
  width: 10px;
}
.search-results__bottom::-webkit-scrollbar-track {
  background: #E5CECE;
  border-radius: 100px;
}
.search-results__bottom::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 100px;
}
.search-results__bottom::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.search-results__search {
  width: 100%;
}
@media (max-width: 767.98px) {
  .search-results__search {
    flex-direction: column;
    gap: 16px;
  }
}
.search-results__search-label {
  background-color: #fff6f0;
  width: 100%;
}
.search-results__search-input {
  background-color: #FBFBFB;
  border: 1px solid #F5C9A9;
  border-radius: 80px 0px 0px 80px;
  width: 100%;
  padding: 12px 24px 12px 52px;
  height: 100%;
  background-image: url("/app/assets/search-icon-red.svg");
  background-position-x: 24px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.search-results__search-input::placeholder {
  color: #505050;
}
@media (max-width: 767.98px) {
  .search-results__search-input {
    border-radius: 80px;
  }
}
.search-results__select {
  background-color: #FBFBFB;
  border-radius: 0px 24px 24px 0px;
  border: 1px solid #F5C9A9;
  border-left: none;
  padding: 12px 52px;
  height: 100%;
  position: relative;
  -webkit-appearance: none;
  background-color: #FBFBFB;
  background-image: url("/app/assets/squares-icon-red.svg");
  background-position-x: 24px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .search-results__select {
    border-radius: 24px;
    border-left: 1px solid #F5C9A9;
    width: 100%;
  }
}
.search-results__select-wrapper {
  height: 100%;
  position: relative;
}
.search-results__select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url("/app/assets/chevron-down-black-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  z-index: 1;
  pointer-events: none;
}
.search-results__card {
  width: 100%;
}
.search-results__card::after {
  content: "";
  display: block;
  height: 0.8px;
  width: 100%;
  background-color: #E5CECE;
  margin: 24px 0;
}
.search-results__card:last-child::after {
  display: none;
}
.search-results__card-container {
  width: 100%;
  padding-right: 32px;
  gap: 24px;
}
.search-results__block {
  gap: 24px;
  margin-bottom: 32px;
}
.search-results__block:last-child {
  margin-bottom: 0px;
}
.search-results__block-title {
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #8A2A2B;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.search-results__pagination {
  margin: auto;
  gap: 22px;
}
.search-results__total {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.search-results__buttons {
  gap: 16px;
}
.search-results__button--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search-results__pages {
  gap: 2.24px;
}
.faqs {
  -webkit-tap-highlight-color: transparent;
  padding-right: 48px;
  padding-bottom: 64px;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faqs {
    padding-right: 16px;
    gap: 72px;
  }
}
.faqs__wrapper {
  position: relative;
  background-color: #F09600;
  overflow: hidden;
  z-index: 1;
}
.faqs__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/app/assets/faqs-shape.svg");
  background-repeat: no-repeat;
  background-position-y: 40px;
  background-position-x: 0;
  z-index: -1;
}
@media (max-width: 479.98px) {
  .faqs__wrapper::after {
    content: url("/app/assets/faqs-shape.svg");
    background-image: none;
    transform: rotate(-23deg) scale(1.12);
    top: 190px;
    left: -390px;
    height: 500px;
    width: 500px;
  }
}
.faqs__content {
  gap: 16px;
}
@media (max-width: 991.98px) {
  .faqs__content {
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .faqs__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
.faqs__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.faqs__text {
  margin-top: 8px;
  max-width: 524px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .faqs__text {
    margin-top: 16px;
  }
}
.faqs .rte {
  max-width: 100%;
}
.leadership {
  margin: 0 auto;
  padding: 96px 32px;
  max-width: 1440px;
  gap: 48px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .leadership {
    padding: 96px 16px 72px;
  }
}
.leadership__title {
  color: #8A2A2B;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.leadership__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(329px, 1fr));
  column-gap: 20px;
  row-gap: 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 379.98px) {
  .leadership__cards {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
.leadership__card {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767.98px) {
  .leadership__card {
    padding: 0 14.5px;
  }
}
.leadership__card-subtitle {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.leadership__image {
  border-radius: 12px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  overflow: hidden;
}
.leadership__inner {
  padding: 32px 32px 0;
  gap: 32px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.leadership__left {
  gap: 8px;
}
.leadership__subtitle {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.leadership__text-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.leadership__text-container--active {
  max-height: 1000px;
}
.leadership__text {
  color: #505050;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.leadership__button:focus {
  background-color: #FBFBFB;
}
.leadership__button:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767.98px) {
  .leadership__button:hover {
    background-color: #FBFBFB;
  }
}
.leadership__button--active.leadership__button--active {
  background-color: #F09600;
}
.leadership__button--active.leadership__button--active:after {
  transform: rotate(45deg) scale(1);
}
@media (max-width: 991.98px) {
  .contact-form {
    padding-bottom: 60px;
  }
}
.contactform {
  margin: 0 auto;
  padding: 0 148px 72px;
  max-width: 1440px;
}
@media (max-width: 991.98px) {
  .contactform {
    padding: 0px 16px 80px;
  }
}
.contactform__text {
  margin-top: 8px;
  max-width: 524px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.contactform select,
.contactform input[type=text],
.contactform input[type=email] {
  color: #505050;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  padding: 16px 20px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contactform select::placeholder,
.contactform input[type=text]::placeholder,
.contactform input[type=email]::placeholder {
  color: #505050;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contactform select::-ms-input-placeholder,
.contactform input[type=text]::-ms-input-placeholder,
.contactform input[type=email]::-ms-input-placeholder {
  color: #8A2A2B;
}
.contactform textarea {
  color: #505050;
  border-radius: 24px;
  border: 1px solid #F5C9A9;
  width: 100% !important;
  resize: none;
  padding: 16px 20px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.contactform textarea::placeholder {
  color: #505050;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contactform textarea::-ms-input-placeholder {
  color: #8A2A2B;
}
.contactform select {
  padding: 16px 40px 16px 20px;
  -webkit-appearance: none;
  background-image: url("/app/assets/chevron-down-maroon.svg");
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 9999;
  cursor: pointer;
}
.contactform .umbraco-forms-navigation {
  position: relative;
  width: fit-content !important;
  border-radius: 24px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.contactform .umbraco-forms-navigation:hover {
  background-color: #0A100D;
}
.contactform .umbraco-forms-navigation:hover::before {
  filter: invert(21%) sepia(42%) saturate(2388%) hue-rotate(327deg) brightness(88%) contrast(93%);
}
.contactform .umbraco-forms-navigation:before {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  position: absolute;
  top: 12px;
  right: 21px;
  width: 24px;
  height: 24px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.contactform input[type=submit] {
  position: relative;
  min-height: 48px;
  padding: 12px 52px 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  background-color: #F09600;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contactform input[type=submit]:hover, .contactform input[type=submit]:focus {
  color: #fff;
  background-color: #0A100D;
}
.contactform p.error {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.contactform .umbraco-forms-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contactform .umbraco-forms-caption {
  margin: 0;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contactform .umbraco-forms-label {
  display: inline-block;
  text-transform: uppercase;
  color: #8A2A2B;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.contactform .field-validation-valid {
  color: #DE3C20;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.contactform .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contactform form .umbraco-forms-field-wrapper {
  display: flex;
  flex-direction: column;
}
.contactform form .umbraco-forms-fieldset {
  display: flex;
}
@media (max-width: 767.98px) {
  .contactform form .umbraco-forms-fieldset {
    min-width: 100%;
  }
}
.contactform form .umbraco-forms-hidden {
  display: none;
}
.contactform form .row-fluid {
  display: flex;
  gap: 64px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .contactform form .row-fluid {
    flex-direction: column;
    min-width: 100%;
  }
}
.contactform form .row-fluid > div {
  flex: 1;
  padding: 0;
  max-width: none;
}
@media (max-width: 767.98px) {
  .contactform form .umbraco-forms-navigation {
    min-width: fit-content;
  }
}
.contactform .g-recaptcha {
  margin-bottom: 10px;
}
.contactform .field-validation-error {
  color: #eb4d4b;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
div > .umbraco-forms-submitmessage {
  margin: 0 auto;
  padding: 30px 148px;
  max-width: 1440px;
  display: block;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  div > .umbraco-forms-submitmessage {
    padding: 30px 16px;
  }
}
.careers-search {
  gap: 56px;
}
@media (max-width: 767.98px) {
  .careers-search {
    padding: 72px 16px;
    gap: 32px;
  }
}
.careers-search__subtitle {
  color: #8A2A2B;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.careers-search__text {
  text-align: center;
  max-width: 571px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .careers-search__title {
    font-size: 40px;
    font-weight: 500;
  }
}
.careers-search__top {
  border: 1px solid #F5C9A9;
  border-radius: 800px;
  padding: 24px 32px;
  gap: 16px;
  background-color: #fff6f0;
}
@media (max-width: 767.98px) {
  .careers-search__top {
    flex-direction: column;
    border-radius: 16px;
    padding: 32px 16px;
  }
  .careers-search__top .btn {
    width: 100%;
  }
}
.careers-search__bottom {
  overflow-y: auto;
}
.careers-search__middle {
  gap: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .careers-search__middle {
    margin: 40px 0;
  }
}
.careers-search__search {
  width: 100%;
}
@media (max-width: 767.98px) {
  .careers-search__search {
    flex-direction: column;
    gap: 16px;
  }
}
.careers-search__search-label {
  background-color: #fff6f0;
  width: 100%;
}
.careers-search__search-input {
  background-color: #FBFBFB;
  border: 1px solid #F5C9A9;
  border-radius: 80px 0px 0px 80px;
  width: 100%;
  padding: 12px 24px 12px 52px;
  height: 100%;
  background-image: url("/app/assets/search-icon-red.svg");
  background-position-x: 24px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.careers-search__search-input::placeholder {
  color: #505050;
}
@media (max-width: 767.98px) {
  .careers-search__search-input {
    border-radius: 80px;
  }
}
.careers-search__select {
  background-color: #FBFBFB;
  border-radius: 0px 24px 24px 0px;
  border: 1px solid #F5C9A9;
  border-left: none;
  padding: 12px 52px;
  height: 100%;
  position: relative;
  -webkit-appearance: none;
  background-color: #FBFBFB;
  background-image: url("/app/assets/squares-icon-red.svg");
  background-position-x: 24px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .careers-search__select {
    border-radius: 24px;
    border-left: 1px solid #F5C9A9;
    width: 100%;
  }
}
.careers-search__select-wrapper {
  height: 100%;
  position: relative;
}
.careers-search__select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url("/app/assets/chevron-down-black-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  z-index: 1;
  pointer-events: none;
}
.careers-search__filter-info {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.careers-search__info {
  color: #8A2A2B;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .careers-search__filters-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .careers-search__filters-wrapper .select-dropdown {
    padding: 12px 24px 12px 52px;
    width: 100%;
    border: 1px solid #F5C9A9;
  }
  .careers-search__filters-wrapper .select-dropdown__globe-icon:after {
    transform: translate(24px, -50%);
  }
  .careers-search__filters-wrapper .select-dropdown__squares-icon:after {
    transform: translate(24px, -40%);
  }
  .careers-search__filters-wrapper .select-dropdown__chevron-icon {
    float: right;
  }
}
.careers-search__filters-wrapper .select-dropdown--open {
  border: 1px solid #DE3C20;
  border-bottom: 0px;
  border-radius: 24px 24px 0 0;
}
.careers-search__filters-wrapper .select-dropdown__modal {
  border-radius: 0 0 24px 24px;
  border-top: 0px;
  max-width: 100%;
  overflow-x: hidden;
}
.careers-search__filters-wrapper .select-dropdown__modal-overlay {
  top: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .careers-search__filters-wrapper .select-dropdown {
    width: max-content;
    border: 1px solid #F5C9A9;
    display: flex;
    align-items: center;
    padding: 12px 24px 12px 24px;
    gap: 8px;
  }
  .careers-search__filters-wrapper .select-dropdown--open {
    border: 1px solid #DE3C20;
    border-bottom: 0px;
  }
  .careers-search__filters-wrapper .select-dropdown__globe-icon:after, .careers-search__filters-wrapper .select-dropdown__squares-icon:after {
    left: 10px;
  }
}
.careers-search__filters .select-dropdown__globe-icon:after,
.careers-search__filters .select-dropdown__squares-icon:after {
  filter: invert(39%) sepia(60%) saturate(6564%) hue-rotate(351deg) brightness(91%) contrast(91%);
}
.careers-search__filters-box .careers-search__select {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .careers-search__filters-box .careers-search__select {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .careers-search__filters:not(:last-child) .select-dropdown {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .careers-search__filters:last-child .select-dropdown {
    border-radius: 0 24px 24px 0;
  }
  .careers-search__filters:last-child .select-dropdown--open {
    border-radius: 0 24px 0 0;
  }
}
.careers-search__card {
  width: 100%;
}
.careers-search__card:last-child::after {
  display: none;
}
.careers-search__card-container {
  width: 100%;
  padding-right: 32px;
  gap: 24px;
}
.careers-search__load {
  pointer-events: none;
  margin: 56px auto 0;
}
@media (max-width: 767.98px) {
  .careers-search__load {
    margin-top: 72px;
  }
}
.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: #FBFBFB;
  color: #0A100D;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 10px;
  width: fit-content;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.select-dropdown--grow {
  position: static;
  padding-left: 0;
  background-color: transparent;
  color: #fff6f0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.select-dropdown--grow .select-dropdown__chevron-icon::after {
  display: none;
}
.select-dropdown--grow .select-dropdown__globe-icon {
  display: none;
}
.select-dropdown--grow .select-dropdown__modal {
  position: absolute;
  left: 0;
  bottom: 25px;
  color: #505050;
  background-color: #fff6f0;
  height: 100%;
  width: 281px;
  max-height: 169px;
  border: none;
  margin-bottom: 0px;
  border-radius: 24px;
  padding: 0 24px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  transform: translateY(-10px);
}
.select-dropdown--grow .select-dropdown__modal-overlay {
  z-index: -1;
  top: 25px;
  left: -120px;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s ease-in;
}
.select-dropdown--grow .select-dropdown__modal-overlay--open {
  position: relative;
  height: 200px;
  z-index: 1;
}
.select-dropdown--grow .select-dropdown__list {
  gap: 24px;
}
.select-dropdown__arrow-icon:after {
  content: url("/app/assets/location-icon.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select-dropdown__globe-icon:after {
  content: url("/app/assets/global-icon-black.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select-dropdown__squares-icon:after {
  content: url("/app/assets/squares-icon-red.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select-dropdown__chevron-icon {
  transform: rotate(0);
  transform-origin: center;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.select-dropdown__chevron-icon--open {
  transform: rotate(180deg);
}
.select-dropdown:hover .select-dropdown__globe-icon::after, .select-dropdown:focus .select-dropdown__globe-icon::after {
  filter: invert(39%) sepia(60%) saturate(6564%) hue-rotate(351deg) brightness(91%) contrast(91%);
}
.select-dropdown__modal-overlay {
  width: 225px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.select-dropdown__modal-overlay--open {
  opacity: 1;
  visibility: visible;
}
.select-dropdown__modal {
  cursor: auto;
  z-index: 999;
  background-color: #FBFBFB;
  overflow: overlay;
  scrollbar-gutter: stable;
  color: #505050;
  height: auto;
  max-height: 169px;
  width: 225px;
  min-width: 225px;
  margin-bottom: 0px;
  border-radius: 24px;
  padding: 16px 24px;
  border: 1px solid #DE3C20;
}
.select-dropdown__modal-overlay {
  top: 70px;
  height: 100%;
  width: 100%;
}
.select-dropdown__list {
  gap: 24px;
}
.select-dropdown__items {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select-dropdown__items-isoCode {
  font-weight: 700;
}
.select-dropdown__items::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #F09600;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select-dropdown__items:hover::before, .select-dropdown__items:focus::before {
  opacity: 1;
  transform: translate(-16px, -50%);
}
.select-dropdown__items--active::before {
  background-color: #DE3C20;
  opacity: 1;
  transform: translate(-16px, -50%);
}
.select-dropdown__backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -200px;
  left: -200px;
  overflow: hidden;
  cursor: initial;
}
@media (max-width: 1439.98px) {
  .select-dropdown__backdrop {
    top: 0px;
    left: 0px;
  }
}
.select-dropdown--search {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
.select-dropdown--search .select-dropdown__modal {
  text-align: start;
  border-radius: 12px;
  background-color: #FBFBFB;
}
.select-dropdown ::-webkit-scrollbar {
  width: 4px;
}
.select-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 100%;
  background: linear-gradient(to bottom, transparent 25%, #B79B9B 25%, #B79B9B 75%, transparent 75%);
}
.domain-dropdown {
  padding: 0;
  background-color: transparent;
  color: #fff6f0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.domain-dropdown .select-dropdown__chevron-icon::after {
  display: none;
}
.domain-dropdown .select-dropdown__globe-icon {
  display: none;
}
.cta-hero {
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  height: 100%;
  min-height: 372px;
  transition: background-color 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position-x: 270px;
  background-size: 100% 100%;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .cta-hero {
    border-radius: 0px 0px 12px 12px;
    flex-direction: column;
    background-position-x: center;
    background-position-y: center;
    background-size: 140% 140%;
    gap: 24px;
  }
}
.cta-hero__link {
  position: relative;
  max-width: 287px;
  min-width: 287px;
  padding: 32px 52px 32px 24px;
  gap: 8px;
  border-radius: 12px;
  background-color: #F09600;
  color: #0A100D;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.cta-hero__link:hover, .cta-hero__link:focus {
  color: #8A2A2B;
}
.cta-hero__link:after {
  content: url("/app/assets/long-arrow-right-black-icon.svg");
  position: absolute;
  right: 24px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
}
@media (max-width: 767.98px) {
  .cta-hero__link {
    max-width: none;
    min-width: auto;
    padding: 24px 52px 24px 24px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
.cta-hero--red {
  background-color: #8A2A2B;
  color: #FBFBFB;
  background-image: url("/app/assets/cta-hero-mask-red.svg");
}
.cta-hero--yellow {
  background-color: #F09600;
  background-image: url("/app/assets/cta-hero-mask-yellow.svg");
}
.cta-hero--yellow .cta-hero__link {
  background-color: #fff;
}
.cta-hero--blue {
  background-color: #00adc5;
  background-image: url("/app/assets/cta-hero-mask-blue.svg");
}
.cta-hero--white {
  background-color: #fff6f0;
  background-image: url("/app/assets/cta-hero-mask-white.svg");
}
.cta-hero__right {
  position: relative;
  height: 100%;
  margin: auto 0;
}
.cta-hero__content {
  flex: 1;
  width: 100%;
  max-width: 678px;
}
.cta-hero__title {
  margin: 16px 0 24px;
}
.cta-hero__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.cta-hero__text {
  max-width: 571px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.career-locations-carousel {
  overflow-x: hidden;
}
.career-locations-carousel--peach {
  background-color: #fff6f0;
}
.career-locations-carousel--white {
  background-color: #fff;
}
.career-locations-carousel__inner {
  padding: 144px 0;
  gap: 56px;
}
@media (max-width: 991.98px) {
  .career-locations-carousel__inner {
    padding: 96px 0;
  }
}
.career-locations-carousel__header {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .career-locations-carousel__header {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.career-locations-carousel__subtitle {
  color: #8A2A2B;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.career-locations-carousel__cards {
  row-gap: 56px;
}
.career-locations-carousel__top {
  gap: 16px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.career-locations-carousel__content {
  text-align: center;
  max-width: 571px;
  color: #505050;
}
.career-locations-carousel__content > * {
  margin: 0;
}
.career-locations-carousel__content > *:first-child {
  margin-bottom: 0;
}
.career-locations-carousel__content > *:not(:last-child) {
  margin-bottom: 16px;
}
.career-locations-carousel__carousel {
  margin: 0;
  overflow-x: auto;
  gap: 24px;
  scrollbar-width: none;
  scrollbar-height: none;
  -ms-overflow-style: none;
}
.career-locations-carousel__carousel::-webkit-scrollbar {
  display: none;
}
.content-selector {
  padding-top: 72px;
  padding-bottom: 112px;
}
@media (max-width: 767.98px) {
  .content-selector {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.content-selector__title {
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-selector__selectors {
  margin: 0 auto 75px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 16px 32px;
  border-radius: 85px;
  gap: 32px;
  border: 1px solid #F5C9A9;
  background: #fff6f0;
}
@media (max-width: 1299.98px) {
  .content-selector__selectors {
    gap: 26px;
  }
}
@media (max-width: 1099.98px) {
  .content-selector__selectors {
    gap: 22px;
  }
}
@media (max-width: 991.98px) {
  .content-selector__selectors {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .content-selector__selectors {
    width: 100%;
    padding: 32px 16px;
    border-radius: 12px;
    border: none;
    margin-bottom: 56px;
  }
  .content-selector__selectors .select-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #F5C9A9;
  }
  .content-selector__selectors .select-dropdown__modal {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  .content-selector__selectors .select-dropdown__modal::before {
    content: "";
    background-color: #FBFBFB;
    width: 200%;
    height: 16px;
    top: 0;
    left: 0;
    position: sticky;
    display: block;
    z-index: 99999999;
    transform: translateX(-20px) translateY(-16px);
  }
  .content-selector__selectors .select-dropdown__modal-overlay {
    top: 120px;
  }
  .content-selector__selectors .select-dropdown__list {
    transform: translateY(-16px);
  }
  .content-selector__selectors .select-dropdown > span {
    position: absolute;
  }
  .content-selector__selectors .select-dropdown__globe-icon {
    display: none;
  }
}
.content-selector__selectors-container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .content-selector__selectors-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .content-selector__selectors-dropdown {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .content-selector__selectors-item {
    display: none;
  }
}
.content-selector__block {
  gap: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .content-selector__block {
    gap: 4px;
  }
}
.content-selector__block-header {
  gap: 16px;
  max-width: 703px;
}
.content-selector__block-subtitle {
  color: #8A2A2B;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
.content-selector__block-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 479.98px) {
  .content-selector__block-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-selector__block-content .rte {
  padding: 0;
}
.content-selector__button {
  position: relative;
  width: fit-content;
  text-align: center;
  min-width: fit-content;
  overflow: hidden;
  gap: 8px;
  padding: 12px 20px;
  color: #0A100D;
  border-radius: 24px;
  background-color: transparent;
  min-height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479.98px) {
  .content-selector__button {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
.content-selector__button:focus:not(.active) {
  background-color: #0A100D;
}
.content-selector__button:focus:not(.active) .content-selector__button-name {
  transform: translateY(-30px);
  opacity: 0;
}
.content-selector__button:focus:not(.active) .content-selector__button-name-slide {
  top: 14px;
  opacity: 1;
}
.content-selector__button.active {
  pointer-events: none;
  background-color: #F09600;
}
.content-selector__button.active .content-selector__button-name-slide {
  color: #0A100D;
}
.content-selector__button-name {
  color: #0A100D;
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.content-selector__button-name-slide {
  position: absolute;
  left: 20px;
  top: 14px;
  top: 35px;
  opacity: 0;
  color: #fff;
  width: calc(100% - 40px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.content-selector__button--active {
  background-color: #0A100D;
}
.content-selector__button--active .content-selector__button-name {
  transform: translateY(-30px);
  opacity: 0;
}
.content-selector__button--active .content-selector__button-name-slide {
  top: 14px;
  opacity: 1;
}
.career-location-card {
  min-width: 465px;
  max-width: 465px;
  min-height: 136px;
  border-radius: 12px;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #F5C9A9;
}
.career-location-card:hover {
  border: 1px solid #DE3C20;
}
.career-location-card:hover .career-location-card__icon {
  background-color: #F09600;
}
.career-location-card__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  pointer-events: none;
}
.career-location-card__image-container {
  min-width: 136px;
  max-width: 136px;
  overflow: hidden;
}
.career-location-card__content {
  position: relative;
  padding: 32px;
  width: 100%;
  height: 100%;
  background-color: #FBFBFB;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  gap: 30px;
  border-left: 1px solid #F5C9A9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.career-location-card__content-left {
  height: 100%;
}
.career-location-card__icon {
  position: relative;
  height: 48px;
  width: 48px;
  padding: 0;
  border: 1px solid #F5C9A9;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.career-location-card__icon:after {
  content: url("/app/assets/long-arrow-right-icon.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.career-location-card__text {
  color: #8A2A2B;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.nav-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #FBFBFB;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-search {
  gap: 80px;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .nav-search {
    gap: 72px;
  }
}
.nav-search__button-back, .nav-search__button-delete {
  height: 24px;
  width: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-search__button-back:hover, .nav-search__button-back:focus, .nav-search__button-delete:hover, .nav-search__button-delete:focus {
  opacity: 0.7;
}
.nav-search__button-back .zmdi, .nav-search__button-delete .zmdi {
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .nav-search__button-back {
    color: #DE3C20;
  }
  .nav-search__button-back .zmdi {
    font-size: 29px;
  }
}
.nav-search__button-delete {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .nav-search__button-delete {
    right: 24px;
  }
}
.nav-search__button-search {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .nav-search__button-search {
    left: 24px;
  }
}
.nav-search__button-search-icon {
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .nav-search__button-search-icon {
    height: 20px;
    width: 20px;
  }
}
.nav-search__button--disabled {
  opacity: 0.4;
  pointer-events: none;
  background: #fff6f0;
}
.nav-search__top {
  gap: 85px;
  margin: 0 auto;
  padding: 40px 32px 0;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .nav-search__top {
    background-color: #fff6f0;
    gap: 48px;
    padding: 40px 16px 48px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.nav-search__bottom {
  margin: 0 auto;
  padding: 0 32px 112px;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .nav-search__bottom {
    padding: 0 0 72px;
  }
}
.nav-search__header {
  align-items: center;
  gap: 30px;
}
.nav-search__title {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .nav-search__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 767.98px) {
  .nav-search__title {
    margin-bottom: 0;
  }
}
.nav-search__form {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .nav-search__form {
    flex-direction: column;
    gap: 16px;
  }
}
.nav-search__form-label {
  width: 100%;
}
.nav-search__form-input {
  background-color: #FBFBFB;
  border: 1px solid #F5C9A9;
  border-radius: 80px;
  width: 100%;
  padding: 25.5px 80px 25.5px 80px;
  height: 100%;
  max-height: 80px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.nav-search__form-input::placeholder {
  color: #505050;
}
@media (max-width: 767.98px) {
  .nav-search__form-input {
    border-radius: 80px;
    padding: 12px 24px 12px 52px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
}
.nav-search__cards {
  width: 100%;
  padding-right: 116px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  row-gap: 24px;
  column-gap: 160px;
  order: 0;
}
@media (max-width: 1099.98px) {
  .nav-search__cards {
    padding-right: 0;
    column-gap: 70px;
  }
}
@media (max-width: 767.98px) {
  .nav-search__cards {
    row-gap: 32px;
  }
}
@media (max-width: 479.98px) {
  .nav-search__cards {
    grid-template-columns: 1fr;
  }
}
.nav-search__pagination {
  margin: 1px 0 40px auto;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .nav-search__pagination {
    order: 1;
    margin: 32px auto 0;
    padding: 0 16px;
    justify-content: center;
  }
}
.nav-search__total {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.nav-search__buttons {
  gap: 16px;
}
.nav-search__pages {
  gap: 2.24px;
}
.nav-search-element {
  max-width: 674px;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .nav-search-element {
    position: relative;
    padding: 0 16px 32.8px 16px;
  }
  .nav-search-element::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5CECE;
  }
}
.nav-search-element:hover .nav-search-element__title::before, .nav-search-element:focus .nav-search-element__title::before {
  opacity: 1;
  transform: translate(-24px, 0);
}
@media (max-width: 767.98px) {
  .nav-search-element:hover .nav-search-element__title::before, .nav-search-element:focus .nav-search-element__title::before {
    transform: translate(-12px, 0);
  }
}
.nav-search-element__title {
  position: relative;
  color: #8A2A2B;
}
.nav-search-element__title::before {
  content: "";
  position: absolute;
  top: 50%;
  top: 8.5px;
  left: 0;
  background-color: #DE3C20;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-search-element__text {
  color: #505050;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.nav-search-element__tags {
  gap: 20px;
  margin-bottom: 4px;
}
.nav-search-element__tag {
  position: relative;
  padding: 8px 12px;
  border-radius: 40px;
  background-color: #fff6f0;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 2.24px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2.24px;
}
.nav-search-element__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #b79b9b;
}
@media (max-width: 767.98px) {
  .nav-search-element__tag::after {
    background-color: #DE3C20;
  }
}
.nav-search-element__tag:last-child::after {
  content: none;
}
.blogs__hero {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-repeat: no-repeat;
  background-position-x: 300px;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .blogs__hero {
    background-position-x: center;
    background-position-y: center;
    background-size: 140% 140%;
  }
}
.blogs__hero--maroon {
  background-color: #8A2A2B;
  background-image: url("/app/assets/cta-hero-mask-red.svg");
}
.blogs__hero--maroon .blogs__hero-content {
  color: #fff;
}
.blogs__hero-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 479.98px) {
  .blogs__hero-inner {
    padding-bottom: 100px;
  }
}
.blogs__hero-content {
  gap: 16px;
}
.blogs__hero-title, .blogs__hero-subtitle {
  max-width: 678px;
}
.blogs__hero-subtitle {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
@media (max-width: 479.98px) {
  .blogs__button {
    width: 100%;
  }
}
.blogs__text {
  margin: auto;
  text-align: center;
  min-height: 300px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479.98px) {
  .blogs__text {
    padding-top: 95px;
  }
}
.blogs__load {
  margin: 32px auto 0;
}
.blogs__search {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .blogs__search {
    flex-direction: column;
    gap: 16px;
  }
}
.blogs__search-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .blogs__search-icon {
    height: 20px;
    width: 20px;
  }
}
.blogs__search-container {
  position: absolute;
  bottom: -40px;
  left: 148px;
  width: 100%;
  max-width: calc(100% - 296px);
  border: 1px solid #F5C9A9;
  border-radius: 800px;
  padding: 24px 32px;
  gap: 16px;
  background-color: #fff6f0;
  max-height: 96px;
}
@media (max-width: 767.98px) {
  .blogs__search-container {
    max-width: none;
    left: 16px;
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 479.98px) {
  .blogs__search-container {
    flex-direction: column;
    max-height: none;
    border-radius: 16px;
    bottom: -79px;
    padding: 24px 16px;
  }
}
.blogs__search-label {
  background-color: #fff6f0;
  width: 100%;
}
.blogs__search-input {
  color: #0A100D;
  background-color: #FBFBFB;
  border: 1px solid #F5C9A9;
  border-radius: 80px;
  width: 100%;
  padding: 12px 24px 12px 52px;
  height: 100%;
  max-height: 44px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.blogs__search-input::placeholder {
  color: #505050;
}
.blogs__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1099.98px) {
  .blogs__cards {
    gap: 16px;
  }
}
@media (max-width: 479.98px) {
  .blogs__cards {
    padding-top: 95px;
  }
}
.blogs__row {
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1099.98px) {
  .blogs__row {
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .blogs__row {
    flex-direction: column;
  }
}
.blogs__row .quarter-card {
  max-width: 360px;
}
.blogs__row:nth-child(odd) {
  display: flex;
}
.blogs__row:nth-child(odd) .quarter-card:nth-child(1) {
  flex: 1;
  width: 100%;
  max-width: 678px;
}
.blogs__row:nth-child(odd) .quarter-card:nth-child(2) {
  width: 100%;
  flex: 0.6401;
  max-width: 434px;
}
.blogs__row:nth-child(even) {
  display: flex;
}
.blogs__row:nth-child(even) .quarter-card {
  flex: 1;
  width: 100%;
}
.blogs__row:nth-child(4n+3) .quarter-card:nth-child(2) {
  flex: 1;
  width: 100%;
  max-width: none;
}
.blogs__row:nth-child(4n+3) .quarter-card:nth-child(1) {
  width: 100%;
  flex: 0.6401;
  max-width: 434px;
}
.featured-article {
  margin: 64px -116px 34px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  text-decoration: none;
}
.featured-article__image {
  max-height: 615px;
  width: 100%;
  object-fit: fill;
  border-radius: 16px;
  aspect-ratio: 16/9;
}
.featured-article__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 247, 242, 0.96) 8.62%, rgba(254, 247, 242, 0) 53.66%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .featured-article {
    margin: 1rem -0.5rem;
  }
}
.featured-article__content {
  position: absolute;
  padding: 2rem;
  color: #0A100D;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  top: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.featured-article__content--heading-title:hover {
  color: #8A2A2B;
}
.featured-article__content-subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .featured-article__content-subtitle {
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */
