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

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

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

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1640px) {
  .d-l_xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1640px) {
  .flex-l_xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1640px) {
  .m-l_xxl-0 {
    margin: 0 !important;
  }

  .mt-l_xxl-0,
.my-l_xxl-0 {
    margin-top: 0 !important;
  }

  .mr-l_xxl-0,
.mx-l_xxl-0 {
    margin-right: 0 !important;
  }

  .mb-l_xxl-0,
.my-l_xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-l_xxl-0,
.mx-l_xxl-0 {
    margin-left: 0 !important;
  }

  .m-l_xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-l_xxl-1,
.my-l_xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-l_xxl-1,
.mx-l_xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-l_xxl-1,
.my-l_xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-l_xxl-1,
.mx-l_xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-l_xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-l_xxl-2,
.my-l_xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-l_xxl-2,
.mx-l_xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-l_xxl-2,
.my-l_xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-l_xxl-2,
.mx-l_xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-l_xxl-3 {
    margin: 1rem !important;
  }

  .mt-l_xxl-3,
.my-l_xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-l_xxl-3,
.mx-l_xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-l_xxl-3,
.my-l_xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-l_xxl-3,
.mx-l_xxl-3 {
    margin-left: 1rem !important;
  }

  .m-l_xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-l_xxl-4,
.my-l_xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-l_xxl-4,
.mx-l_xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-l_xxl-4,
.my-l_xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-l_xxl-4,
.mx-l_xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-l_xxl-5 {
    margin: 3rem !important;
  }

  .mt-l_xxl-5,
.my-l_xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-l_xxl-5,
.mx-l_xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-l_xxl-5,
.my-l_xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-l_xxl-5,
.mx-l_xxl-5 {
    margin-left: 3rem !important;
  }

  .p-l_xxl-0 {
    padding: 0 !important;
  }

  .pt-l_xxl-0,
.py-l_xxl-0 {
    padding-top: 0 !important;
  }

  .pr-l_xxl-0,
.px-l_xxl-0 {
    padding-right: 0 !important;
  }

  .pb-l_xxl-0,
.py-l_xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-l_xxl-0,
.px-l_xxl-0 {
    padding-left: 0 !important;
  }

  .p-l_xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-l_xxl-1,
.py-l_xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-l_xxl-1,
.px-l_xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-l_xxl-1,
.py-l_xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-l_xxl-1,
.px-l_xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-l_xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-l_xxl-2,
.py-l_xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-l_xxl-2,
.px-l_xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-l_xxl-2,
.py-l_xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-l_xxl-2,
.px-l_xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-l_xxl-3 {
    padding: 1rem !important;
  }

  .pt-l_xxl-3,
.py-l_xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-l_xxl-3,
.px-l_xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-l_xxl-3,
.py-l_xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-l_xxl-3,
.px-l_xxl-3 {
    padding-left: 1rem !important;
  }

  .p-l_xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-l_xxl-4,
.py-l_xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-l_xxl-4,
.px-l_xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-l_xxl-4,
.py-l_xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-l_xxl-4,
.px-l_xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-l_xxl-5 {
    padding: 3rem !important;
  }

  .pt-l_xxl-5,
.py-l_xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-l_xxl-5,
.px-l_xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-l_xxl-5,
.py-l_xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-l_xxl-5,
.px-l_xxl-5 {
    padding-left: 3rem !important;
  }

  .m-l_xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-l_xxl-n1,
.my-l_xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-l_xxl-n1,
.mx-l_xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-l_xxl-n1,
.my-l_xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-l_xxl-n1,
.mx-l_xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-l_xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-l_xxl-n2,
.my-l_xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-l_xxl-n2,
.mx-l_xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-l_xxl-n2,
.my-l_xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-l_xxl-n2,
.mx-l_xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-l_xxl-n3 {
    margin: -1rem !important;
  }

  .mt-l_xxl-n3,
.my-l_xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-l_xxl-n3,
.mx-l_xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-l_xxl-n3,
.my-l_xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-l_xxl-n3,
.mx-l_xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-l_xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-l_xxl-n4,
.my-l_xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-l_xxl-n4,
.mx-l_xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-l_xxl-n4,
.my-l_xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-l_xxl-n4,
.mx-l_xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-l_xxl-n5 {
    margin: -3rem !important;
  }

  .mt-l_xxl-n5,
.my-l_xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-l_xxl-n5,
.mx-l_xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-l_xxl-n5,
.my-l_xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-l_xxl-n5,
.mx-l_xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-l_xxl-auto {
    margin: auto !important;
  }

  .mt-l_xxl-auto,
.my-l_xxl-auto {
    margin-top: auto !important;
  }

  .mr-l_xxl-auto,
.mx-l_xxl-auto {
    margin-right: auto !important;
  }

  .mb-l_xxl-auto,
.my-l_xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-l_xxl-auto,
.mx-l_xxl-auto {
    margin-left: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "roboto";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "roboto";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.custom_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.w-100 {
  width: 100%;
}

.small-max {
  max-width: 280px;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h1, h2, h3, h4, h5, h6, .faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}

@media (min-width: 0) {
  .red-bg-xs {
    background-color: #EA0029;
  }
}
@media (min-width: 576px) {
  .red-bg-sm {
    background-color: #EA0029;
  }
}
@media (min-width: 768px) {
  .red-bg-md {
    background-color: #EA0029;
  }
}
@media (min-width: 992px) {
  .red-bg-lg {
    background-color: #EA0029;
  }
}
@media (min-width: 1200px) {
  .red-bg-xl {
    background-color: #EA0029;
  }
}
@media (min-width: 1440px) {
  .red-bg-xxl {
    background-color: #EA0029;
  }
}
@media (min-width: 1640px) {
  .red-bg-l_xxl {
    background-color: #EA0029;
  }
}

@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/300/300.eot");
  src: url("../fonts/Boxed/300/300.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/300/300.otf") format("opentype"), url("../fonts/Boxed/300/300.svg") format("svg"), url("../fonts/Boxed/300/300.ttf") format("truetype"), url("../fonts/Boxed/300/300.woff") format("woff"), url("../fonts/Boxed/300/300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/400/400.eot");
  src: url("../fonts/Boxed/400/400.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/400/400.otf") format("opentype"), url("../fonts/Boxed/400/400.svg") format("svg"), url("../fonts/Boxed/400/400.ttf") format("truetype"), url("../fonts/Boxed/400/400.woff") format("woff"), url("../fonts/Boxed/400/400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/500/500.eot");
  src: url("../fonts/Boxed/500/500.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/500/500.otf") format("opentype"), url("../fonts/Boxed/500/500.svg") format("svg"), url("../fonts/Boxed/500/500.ttf") format("truetype"), url("../fonts/Boxed/500/500.woff") format("woff"), url("../fonts/Boxed/500/500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/600/600.eot");
  src: url("../fonts/Boxed/600/600.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/600/600.otf") format("opentype"), url("../fonts/Boxed/600/600.svg") format("svg"), url("../fonts/Boxed/600/600.ttf") format("truetype"), url("../fonts/Boxed/600/600.woff") format("woff"), url("../fonts/Boxed/600/600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/700/700.eot");
  src: url("../fonts/Boxed/700/700.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/700/700.otf") format("opentype"), url("../fonts/Boxed/700/700.svg") format("svg"), url("../fonts/Boxed/700/700.ttf") format("truetype"), url("../fonts/Boxed/700/700.woff") format("woff"), url("../fonts/Boxed/700/700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "boxed";
  font-display: swap;
  src: url("../fonts/Boxed/800/800.eot");
  src: url("../fonts/Boxed/800/800.eot?#iefix") format("embedded-opentype"), url("../fonts/Boxed/800/800.otf") format("opentype"), url("../fonts/Boxed/800/800.svg") format("svg"), url("../fonts/Boxed/800/800.ttf") format("truetype"), url("../fonts/Boxed/800/800.woff") format("woff"), url("../fonts/Boxed/800/800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 14px;
}
@media (min-width: 1640px) {
  html {
    font-size: 16px;
  }
}

body {
  font: 400 1rem/1.3 "boxed";
}

.section h2 {
  font-size: 2.62rem;
  font-weight: 300;
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 16px;
  }
}

p {
  font: 300 1rem/1.2em "boxed";
}
@media (max-width: 768px) {
  p {
    font-size: 12px;
    line-height: 14px;
  }
}

h1 b {
  font-weight: inherit;
  color: #EA0029;
}

.page-title h1 {
  font: 300 2rem/1.2 "boxed";
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .page-title h1 {
    font-size: 3rem;
  }
}

h1, h2 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  text-align: left;
}
h1 + *, h2 + * {
  margin-top: 1.625rem;
}
h1 + a, h2 + a {
  margin-top: 0;
}
h1 b, h1 strong, h2 b, h2 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  h1, h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: 3rem;
  }
}

.text-left h1, .text-left h2 {
  text-align: left;
}

.text h3, .text p {
  font: 300 12px/1.3 "boxed";
  margin-top: 1em;
}
@media (min-width: 768px) {
  .text h3, .text p {
    font: 300 1rem/1.3 "boxed";
  }
  .text h3 {
    font-weight: 700;
  }
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #1d1d1b;
  color: #fff;
  padding: 0;
  margin: 0;
}

.s-container {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1640px;
}
@media (min-width: 992px) and (max-width: 1639px) {
  .s-container {
    padding: 0 50px;
  }
}
.s-container--fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
button:focus {
  outline: none;
}

svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
}
.section .section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.section .section-overlay img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.row {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.logo {
  display: block;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1199px) {
  .logo {
    max-width: 140px;
  }
}
.logo img, .logo picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.header {
  height: 40px;
  background-color: #1d1d1b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
    padding: 1.2rem 0;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 40px;
    padding: 0 10px;
  }
}
@supports (position: sticky) {
  .header {
    position: sticky;
  }
}

.hamburger {
  width: 20px;
  height: 16px;
  position: relative;
}
.hamburger .line {
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.hamburger .line:nth-child(1) {
  top: 0;
}
.hamburger .line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.hamburger .line:nth-child(3) {
  bottom: 0;
}
.hamburger.active .line:nth-child(1), .hamburger.active .line:nth-child(3) {
  top: 50%;
  left: 50%;
}
.hamburger.active .line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger.active .line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.main_menu__item {
  font: 800 1rem/1 "boxed";
  text-transform: uppercase;
  position: relative;
}
.main_menu__item svg {
  width: 11px;
  height: 6px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .main_menu__item svg {
    width: 20px;
    height: 10px;
  }
}
.main_menu__item .submenu {
  padding-top: 5px;
  display: none;
}
.main_menu__item .submenu-item {
  position: relative;
  padding: 10px 25px;
}
@media (max-width: 1199px) {
  .main_menu__item .submenu-item {
    font-weight: 300;
  }
  .main_menu__item .submenu-item a {
    font-weight: inherit;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .main_menu__item .submenu-item a {
    font-size: 14px;
  }
}
.main_menu__item .submenu-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_menu__item .submenu-item:last-of-type:after {
  display: none;
}
.main_menu__item .submenu-active svg {
  transform: rotate(180deg);
}
@media (hover: hover) and (min-width: 1200px) {
  .main_menu__item span {
    cursor: pointer;
  }
  .main_menu__item .submenu {
    position: absolute;
    top: 100%;
    left: calc(-10px + 0.5em);
    background-color: #1d1d1b;
    padding: 10px 10px 0 10px;
    width: 280%;
    display: none;
  }
  .main_menu__item .submenu-item {
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .main_menu__item:hover .submenu, .main_menu__item:focus .submenu {
    display: block !important;
  }
  .main_menu__item:hover svg, .main_menu__item:focus svg {
    transform: rotate(180deg);
  }
}
.main_menu__item a {
  font-weight: 800;
}
.main_menu__item:not(.link_active) > a {
  position: relative;
}
.main_menu__item:not(.link_active) > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EA0029;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.main_menu__item:not(.link_active) > a:after {
  opacity: 0;
  transition: 0.2s;
}
@media (hover: hover) {
  .main_menu__item:not(.link_active) > a:hover:after {
    opacity: 1;
  }
}
.main_menu__item.link_active > a {
  position: relative;
}
.main_menu__item.link_active > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EA0029;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .main_menu {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-130%);
    width: 100%;
    height: 100vh;
    max-width: 480px;
    padding: 1.92rem 60px;
    background-color: #1d1d1b;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .main_menu {
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .main_menu__item {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .main_menu__item a:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main_menu.showed {
    transform: translateX(0%);
  }
}
@media (min-width: 1200px) {
  .main_menu {
    padding-left: 4%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) and (min-width: 1540px) {
  .main_menu {
    padding-left: 7%;
  }
}
@media (min-width: 1200px) {
  .main_menu__item {
    padding: 0 0.5em;
    margin-left: 5%;
    font-size: 0.8rem;
  }
  .main_menu__item:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1640px) {
  .main_menu__item {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .pr-mob-0 {
    padding-right: 0 !important;
  }
}

.search_btn {
  font-size: 1.5rem;
  width: 4em;
  height: 2em;
  padding-left: 4rem;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
@media (max-width: 360px) {
  .search_btn {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .search_btn {
    margin-right: 1.05rem;
  }
}
.search_btn svg, .search_btn img {
  height: 1em;
  min-height: 1em;
  min-width: 4em;
}
.search_btn:active {
  border: 1px solid #fff;
}

.language_list__item {
  margin-right: 1.05rem;
  font-size: 13px;
  text-transform: uppercase;
}
.language_list__item a {
  font-size: 1em;
}
.language_list__item.link_active > a {
  position: relative;
}
.language_list__item.link_active > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EA0029;
  position: absolute;
  bottom: -1.1em;
  left: 0;
  right: 0;
}
.language_list__item:last-child {
  margin-right: 0;
}

.slick-prev, .slick-next {
  z-index: 99;
}
.slick-prev:before, .slick-next:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/svg/slick-left.svg");
}
[dir=rtl] .slick-prev:before {
  content: "";
  background-image: url("../img/svg/slick-right.svg");
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  background-image: url("../img/svg/slick-right.svg");
}
[dir=rtl] .slick-next:before {
  content: "";
  background-image: url("../img/svg/slick-left.svg");
}
.slick-prev:before, .slick-next:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 0) {
  .slick-prev, .slick-next {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .slick-prev, .slick-next {
    width: 81px;
    height: 81px;
  }
}

.badge {
  font: 600 2.9rem/1 "boxed";
  text-transform: uppercase;
  color: #EA0029;
  border: 1px solid #EA0029;
  display: inline-block;
  width: auto;
  padding: 0.1em 0.2em;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 768px) {
  .badge {
    font-size: 35px;
  }
}
.badge:hover {
  color: #fff;
  background-color: #EA0029;
}
.badge:focus, .badge:active {
  background-color: #dcdcdc;
  color: #5e5e5e;
  border-color: #dcdcdc;
  outline: none;
}

.btn, .gform_wrapper .gform_footer *[type=submit] {
  font: 300 1.625rem/1.48 "boxed";
  padding: 0.1em 0.77em;
  width: auto;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .btn, .gform_wrapper .gform_footer *[type=submit] {
    font-size: 13px;
  }
}
.btn--theme {
  border-color: #fff;
  color: #fff;
}
.btn--theme:hover {
  color: #1D1D1B;
  background-color: #fff;
}
.btn--theme:focus, .btn--theme:active {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.btn--sm {
  font-size: 1.6rem;
}
.btn--primary {
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 1.15em 2em;
  width: -webkit-max-content;
  width: max-content;
  text-transform: uppercase;
  line-height: 1;
}
.btn--primary .icon {
  height: 0.9em;
  width: 1.4em;
  font-size: 1em;
  position: relative;
  margin-left: 1em;
}
.btn--primary .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .btn--primary {
    transition: 0.3s;
  }
  .btn--primary:hover {
    background-color: #fff;
    color: #EA0029;
  }
}
@media (min-width: 420px) {
  .btn--primary {
    font-size: 13px;
    padding: 1.15em 2.7em;
  }
}
@media (min-width: 768px) {
  .btn--primary {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn--primary {
    font-size: 20px;
  }
}

.download-btn {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  font: 300 12px/1.3 "boxed";
  padding: 1em 1.5em;
  text-transform: uppercase;
}
@media (hover: hover) {
  .download-btn {
    transition: 0.3s;
  }
  .download-btn:hover {
    text-decoration: underline;
  }
}
.download-btn .icon {
  width: 2em;
  height: 2em;
  margin-left: 1em;
}
.download-btn .icon img, .download-btn .icon svg {
  width: 100%;
  height: 100%;
}

#spin {
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #spin {
    transform: translateX(-5%);
  }
}

.decor-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.decor-image--swissSolar img {
  width: 110%;
  height: auto;
  margin: 0 0 0 -5%;
}

.fixed-text {
  transform-origin: left top;
  transform: rotate(90deg) translate(-50%, 0);
  position: fixed;
  top: 50%;
  right: -120px;
  z-index: 99999;
}
@media (max-width: 767px) {
  .fixed-text {
    display: none;
  }
}
.fixed-text * {
  font: 500 16px/1 "boxed";
}

.slick-slider.offer_slider {
  margin-bottom: 0;
}

.offer_slider {
  width: 100%;
}
@media (max-width: 991px) {
  .offer_slider {
    position: relative;
  }
  .offer_slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 20%;
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%);
  }
}
@media (max-width: 767px) {
  .offer_slider .slick-slide .s-container {
    padding: 27% 0;
  }
  .offer_slider .slick-slide .s-container h2 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .offer_slider .slick-slide {
    min-height: calc(100vh - 80px);
  }
}
.offer_slider .slick-dots {
  height: -webkit-max-content;
  height: max-content;
  width: 12px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
.offer_slider .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}
.offer_slider .slick-dots li.slick-active {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .offer_slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 95%;
    left: 0;
    transform: translateY(-100%);
  }
  .offer_slider .slick-dots li {
    height: 1px;
    width: 40px;
    border: none;
    border-radius: 0;
    margin-right: 10px;
    background-color: #fff;
  }
  .offer_slider .slick-dots li.slick-active {
    background-color: #EA0029;
  }
}
.offer_slider__item {
  display: flex !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .offer_slider__item {
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 1200px) {
  .offer_slider__item {
    justify-content: center;
  }
}
.offer_slider__item h2 {
  font-size: 3.75rem;
  font-weight: 300;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1639px) {
  .offer_slider__item h2 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .offer_slider__item h2 {
    font-size: 28px;
  }
}
.offer_slider__item h2 > span {
  color: #EA0029;
}
.offer_slider__item h2:after {
  content: "";
  width: 5rem;
  height: 2px;
  background-color: #EA0029;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 1199px) {
  .offer_slider__item h2 {
    text-align: center;
  }
  .offer_slider__item h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}

.section_hero {
  position: relative;
  max-width: 100%;
  z-index: 2;
}
.section_hero .decor-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_hero .decor-image img {
  width: 110%;
  height: auto;
  object-fit: cover;
  margin-left: -5%;
}
.section_hero + section {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .quality {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .quality {
    padding-bottom: 70vw;
    align-items: flex-start !important;
  }
  .quality .section-overlay {
    height: calc(70vw + 10px);
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 668px) {
  .quality {
    padding-bottom: 40vw;
  }
  .quality .section-overlay {
    height: calc(40vw + 10px);
  }
}
@media (max-width: 991px) {
  .quality .btn--theme {
    display: none;
  }
}
@media (max-width: 991px) {
  .quality .quality_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 992px) {
  .quality .quality_inner .small-max {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .quality .quality_inner * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .quality .quality_inner h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .quality .quality_inner p {
    margin-bottom: 0;
  }
}
.quality_inner {
  padding: 10% 0;
}
@media (max-width: 991px) {
  .quality_inner {
    padding-top: 30px;
  }
}
.quality_inner h2 {
  margin-top: 1.58em;
  position: relative;
}
.quality_inner h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.quality_inner h2 + p {
  margin-top: 3.125em;
}
.quality_inner h2 + p + .btn, .quality_inner .gform_wrapper .gform_footer h2 + p + *[type=submit], .gform_wrapper .gform_footer .quality_inner h2 + p + *[type=submit] {
  margin-top: 1.6875rem;
}

.why-us-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .why-us-img {
    padding-top: 74%;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .why-us-img {
    padding-top: 45%;
  }
}
@media (min-width: 992px) {
  .why-us-img {
    min-height: 30vw;
    width: 110%;
  }
}
.why-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .why-us-img img {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .why-us--inner {
    padding: 15% 20% 15% 15%;
  }
}
.why-us--inner h2 {
  margin-top: 0;
  position: relative;
}
.why-us--inner h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.why-us--inner h2:after {
  background-color: #fff;
}
.why-us--inner h2 + p {
  margin: 0;
  font-size: 1em;
  font-weight: 300;
}
.why-us--inner h2 + p + .btn, .why-us--inner .gform_wrapper .gform_footer h2 + p + *[type=submit], .gform_wrapper .gform_footer .why-us--inner h2 + p + *[type=submit] {
  margin-top: 2.19rem;
}
@media (max-width: 991px) {
  .why-us--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.5% 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .why-us--inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .why-us--inner * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .why-us--inner h2:after {
    left: 50%;
    transform: translateX(-50%);
    background-color: #EA0029;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .why-us--inner h2 + p {
    line-height: 1.25;
    font-weight: 300;
    font-size: 12px;
  }
}
.why-us .s-container--fluid > .d-flex > .row .col-lg-6 {
  position: relative;
}
.why-us .s-container--fluid > .d-flex > .row .col-lg-6:nth-of-type(1) {
  z-index: 2;
}
.why-us .s-container--fluid > .d-flex > .row .col-lg-6:nth-of-type(2) {
  z-index: 1;
}

@media (min-width: 992px) {
  .why-us, .packing {
    position: relative;
  }
  .why-us:before, .packing:before {
    content: "";
    width: 7vw;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    background-color: #EA0029;
  }
}

.packing h2 {
  position: relative;
}
.packing h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
@media (max-width: 991px) {
  .packing-inner {
    padding-top: 3.3rem;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1640px;
  }
  .packing-inner * {
    text-align: center;
  }
  .packing-inner h2 {
    margin-top: 0;
  }
  .packing-inner h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1639px) {
  .packing-inner {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .packing-inner {
    padding: 10% calc(10% + 7vw) 10% 20%;
    transform: translateX(-3.5vw);
  }
}
@media (min-width: 1440px) {
  .packing-inner {
    padding: 15% calc(15% + 7vw) 10% 30%;
  }
}
.packing #spin + div > img {
  display: block;
  width: 85px;
  height: auto;
  margin: 0 auto 4rem auto;
}
@media (max-width: 991px) {
  .packing .spin-inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .packing .spin-inner {
    transform: translateX(-3.5vw);
  }
}

section.packing .mobile-title h2 {
  margin-bottom: 0;
  margin-top: 3.3rem;
  text-align: center;
}
section.packing .mobile-title h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.products {
  position: relative;
  padding: 35px 0 55px 0;
}
@media (max-width: 767px) {
  .products .slick-prev {
    left: 0;
  }
  .products .slick-next {
    right: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .products .slick-prev {
    left: 5%;
  }
  .products .slick-next {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .products .quality-tech-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .products h2 {
    margin-top: 0;
    text-align: center;
    position: relative;
  }
  .products h2:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .products h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .products {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .products .quality-tech-image {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .products .quality-tech-image img {
    width: 100%;
    height: auto;
  }
}
.products-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product {
  position: relative;
}
.product-badge {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .product--photo {
    width: 100%;
  }
  .product--photo img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .product--content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product--content * {
    text-align: center;
  }
  .product--content h3 {
    font: 300 0.875rem/1.3 "boxed";
    margin-bottom: 2.2em;
  }
  .product--content h3 + p {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product--photo {
    width: 42%;
  }
  .product--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product--content {
    width: 58%;
  }
  .product--content h3 {
    text-transform: uppercase;
    font: 500 2rem/1.15 "boxed";
    margin-bottom: 0.55em;
  }
  .product--content h3 + p {
    text-transform: uppercase;
    font: 500 1.15rem/1.3 "boxed";
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .product--content h3 {
    font-size: 2.625rem;
  }
  .product--content h3 + p {
    font-size: 1.25rem;
  }
}

.section-products *:focus {
  outline: none;
}
@media (min-width: 768px) {
  .section-products {
    position: relative;
  }
  .section-products h2 {
    text-transform: uppercase;
    position: absolute;
    left: 42%;
    top: 37%;
    font: 300 1.25rem/1 "boxed";
  }
}

.tab-button-list {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
}
@media (min-width: 992px) {
  .tab-button-list {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.tab-button-list * {
  color: inherit;
}
.tab-button-list .tab-btn {
  position: relative;
  text-transform: uppercase;
  font: 300 0.857rem/1 "boxed";
  padding: 0 13px;
  display: block;
}
.tab-button-list .tab-btn:after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background-color: #EA0029;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.tab-button-list .tab-btn.tab-btn--active:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .tab-button-list .tab-btn {
    font-size: 1.25rem;
    padding: 0 1.3rem 1rem 1.3rem;
  }
  .tab-button-list .tab-btn:after {
    width: calc(100% - 2.6rem);
    height: 3px;
    bottom: 0;
  }
}

.tabs-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
}
.tabs-content .tab-content-item {
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  min-height: 100%;
  opacity: 0;
}
.tabs-content .tab-content-item.tab-active {
  opacity: 1;
}
.tabs-content .tab-content-item > * {
  background-color: #1d1d1b;
}
.tabs-content .tab-content-item.tab-off {
  top: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.custom-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-content {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible;
}
@media (min-width: 992px) {
  .slider-content {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .slider-content .slide {
    position: relative;
    min-height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  .slider-content .slide {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .slider-content .slide .cases-slide-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, -100%);
  }
  .slider-content .slide .cases-slide-btn-group .cases-slide-btn {
    cursor: pointer;
    transition: 0.2s;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
  }
  .slider-content .slide .cases-slide-btn-group .cases-slide-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-content .slide .cases-slide-btn-group .cases-slide-btn.disabled {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .slider-content .slide h2 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .slider-content .slide .btn, .slider-content .slide .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .slider-content .slide *[type=submit] {
    width: -webkit-max-content;
    width: max-content;
    margin-top: 2.1rem;
  }
}
@media (min-width: 992px) {
  .slider-content .slide img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .slider-content .slide-lg {
    width: 50vw;
    min-width: 50vw;
    z-index: 4;
  }
}
@media (min-width: 992px) {
  .slider-content .slide-sm {
    width: 400px;
    min-width: 400px;
    z-index: 3;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .slider-content .slide-sm {
    width: 500px;
  }
}
@media (min-width: 992px) and (min-width: 1640px) {
  .slider-content .slide-sm {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .slider-content .slide-sm img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    margin-left: auto;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .slider-content .slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: -webkit-max-content !important;
    min-height: max-content !important;
    padding: 6% 3vw 6% 5vw;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1439px) {
  .slider-content .slide-text {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1640px) {
  .slider-content .slide-text {
    padding: 3% 3vw 3% 5vw;
  }
}
@media (min-width: 992px) {
  .slider-content .slide-text h2 {
    font-weight: 500;
    font-size: 2.6rem;
    margin-bottom: 0.55em;
    text-transform: uppercase;
  }
  .slider-content .slide-text h2 + p {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }
  .slider-content .slide-text h2 + p + p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .slider-content .slide-text h2 + p + p + p {
    margin-top: 1.25rem;
  }
}
@media (max-width: 991px) {
  .slider-content {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1640px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1639px) {
  .slider-content {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .slider-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #EA0029;
  }
}
@media (max-width: 991px) {
  .slider-content .slide {
    width: 100%;
    position: relative;
  }
  .slider-content .slide img {
    max-width: 100%;
  }
  .slider-content .slide-lg {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-top: 65%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .slider-content .slide-lg button {
    display: none;
  }
  .slider-content .slide-lg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0) brightness(0.5);
  }
  .slider-content .slide-sm img {
    display: block;
    width: 35%;
    margin: 25% auto 0 auto;
    min-width: 130px;
    height: auto;
  }
  .slider-content .slide-text {
    padding: 0 12% 30px 12%;
  }
  .slider-content .slide-text h2 {
    margin-bottom: 0;
    margin-top: 18px;
    font: 300 1.25rem/1.125 "boxed";
    text-transform: uppercase;
  }
  .slider-content .slide-text h2 + p {
    margin-top: 11px;
    font: 300 0.857rem/1.67 "boxed";
  }
  .slider-content .slide-text h2 + p + p {
    margin-top: 1em;
  }
  .slider-content .slide-text h2, .slider-content .slide-text p {
    text-align: center;
  }
  .slider-content .slide-text p:last-of-type {
    margin-bottom: 0;
  }
  .slider-content .slide-text .btn, .slider-content .slide-text .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .slider-content .slide-text *[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -webkit-max-content;
    width: max-content;
    font-size: 0.93rem;
    margin-top: 1.3em;
  }
  .slider-content .slide:nth-of-type(1) {
    order: 1;
  }
  .slider-content .slide:nth-of-type(2) {
    order: 3;
  }
  .slider-content .slide:nth-of-type(3) {
    order: 2;
  }
}

@media (max-width: 991px) {
  .cases .tabs {
    position: relative;
  }
  .cases .tab-button-list {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    justify-content: center;
    z-index: 99;
    border-bottom: none;
  }
}
@media (max-width: 991px) and (max-width: 374px) {
  .cases .tab-button-list {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .cases {
    position: relative;
    z-index: 3;
  }
  .cases + .decor-image {
    transform: translateY(-10%);
    z-index: 2;
  }
}

.flag {
  width: 160%;
  transform: translateX(-15%);
}
.flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .container-fluid, .about .container-sm, .about .container-md, .about .container-lg, .about .container-xl {
  max-width: 100%;
  overflow: hidden;
}
.about-text span {
  display: none;
}
.about-text p {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1640px;
}
@media (min-width: 992px) and (max-width: 1639px) {
  .about-text p {
    padding: 0 50px;
  }
}
.about-text p b {
  position: relative;
  color: #EA0029;
  text-transform: uppercase;
  font: 400 16px/1.15 "boxed";
}
@media (min-width: 576px) {
  .about-text p {
    padding-left: 0;
  }
  .about-text p b {
    padding-right: 1rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .about-text p b:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background-color: #EA0029;
  }
}
@media (min-width: 576px) {
  .about-text p b + span {
    display: block;
    font: 300 1.25rem/1.3 "boxed";
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .about-text p b + span {
    margin-top: 0;
    display: inline;
    padding-left: 1rem;
  }
}

.section-contact .contact-inner {
  padding: 20% 0;
}


.section-contact .contact-inner h2 {
  font: 400 1.14rem/1.3 "boxed";
  margin: 0 0 1.25em 0;
  text-align: center;
}
.section-contact .contact-inner .btn, .section-contact .contact-inner .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .section-contact .contact-inner *[type=submit] {
  width: -webkit-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  display: block;
}
@media (min-width: 576px) {
  .section-contact .contact-inner {
    padding: 3.3% 0;
  }
  .section-contact .contact-inner h2 {
    text-align: left;
    font-size: 2rem;
    text-transform: uppercase;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-contact .contact-inner h2 {
    font-size: 3rem;
  }
}

.footer {
  padding: 3.4rem 0 1.28rem 0;
  color: #4D4D4D;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}
.footer * {
  font-weight: inherit;
}
.footer .logo {
  display: block;
  max-width: 180px;
}
.footer .logo img {
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .footer .logo {
    max-width: 190px;
    margin: 0 auto;
  }
}
.footer-menu {
  padding: 0 0 1.78rem 0;
}
.footer-menu--item {
  padding: 0.465em 1.36em;
  position: relative;
}
.footer-menu--item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: calc(100% - 0.93em);
  width: 1px;
  background-color: #4D4D4D;
}
.footer-menu--item:last-of-type:after {
  display: none;
}
@media (hover: hover) {
  .footer-menu--item {
    transition: 0.3s;
  }
  .footer-menu--item:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-menu {
    padding: 1.085em 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-menu {
    padding: 1.085em 0;
  }
}
@media (min-width: 992px) {
  .footer-menu--item {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .footer-menu--item {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .footer-menu--item {
    font-size: 14px;
  }
}
.footer .divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  margin: 0 auto;
}
.footer .copyright {
  padding: 15px 0;
  font-size: 9px;
}
.footer .copyright * {
  font-size: inherit;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer .copyright {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .copyright {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer .copyright {
    padding-bottom: 0;
  }
}
.footer b {
  color: #EA0029;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer b {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer b {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.social-item {
  width: 46px;
  height: 23px;
}
.social-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #4D4D4D;
}
@media (hover: hover) {
  .social-item a {
    transition: 0.3s;
  }
  .social-item a:hover {
    color: #fff;
  }
}
.social-item a svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: inherit;
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-window.search {
  background-color: #1d1d1b;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -200px);
  opacity: 0;
  height: 100px;
  transition: 0.4s ease;
}
.modal-window.search.opened {
  transform: translate(0, 0);
  opacity: 1;
}
.modal-window.search .close {
  width: 75px;
  display: block;
}
.modal-window.search .close svg {
  width: 25px;
  height: 25px;
  transition: 0.2s;
}
@media (hover: hover) {
  .modal-window.search .close svg {
    transition: 0.2s;
  }
  .modal-window.search .close svg:hover {
    transform: scale(1.2);
  }
}
.modal-window.search .s-container {
  position: relative;
}
.modal-window.search form {
  width: calc(100% - 100px);
  position: relative;
  height: 100px;
}
.modal-window.search form input {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1d1d1b;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 2rem;
  color: #fff;
}
.modal-window.search form input::placeholder {
  color: inherit;
}
.modal-window.search form input:focus {
  outline: none;
  border: none;
}
@media (max-width: 992px) {
  .modal-window.search {
    height: 80px;
  }
  .modal-window.search .close {
    width: 25px;
    height: 25px;
  }
  .modal-window.search form {
    height: 80px;
    width: calc(100% - 40px);
  }
  .modal-window.search form input {
    font-size: 1.5rem;
  }
}

.fluid-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fluid-grid--item .image-inner {
  position: relative;
  padding-top: 116%;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
}
.fluid-grid--item .image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fluid-grid--item .text-inner h2 {
  font: 400 1.5rem/1.3 "boxed";
  text-transform: uppercase;
}
.fluid-grid--item .text-inner ul {
  list-style: none;
  padding: 0;
}
.fluid-grid--item .text-inner ul li {
  margin-top: 1em;
  position: relative;
}
.fluid-grid--item .text-inner ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  top: 0.6em;
  left: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.fluid-grid--item .text-inner ul li:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fluid-grid--item > * {
    position: relative;
  }
  .fluid-grid--item > * > *:nth-child(2n) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fluid-grid--item .text-inner {
    background-color: rgba(0, 0, 0, 0.77);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 35px;
    width: 85%;
    height: auto;
    max-width: 400px;
    padding: 1.5rem 9% 3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (min-width: 430px) {
  .fluid-grid--item .text-inner {
    padding: 1.5rem 14.5% 3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fluid-grid--item .text-inner h2 {
    font-weight: 300;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (min-width: 420px) {
  .fluid-grid--item .text-inner h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .fluid-grid--item:nth-child(2n) > * {
    flex-direction: row-reverse;
  }
  .fluid-grid--item > * > * {
    display: flex;
  }
  .fluid-grid--item .image-inner {
    padding-top: 74%;
  }
  .fluid-grid--item .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20%;
  }
  .fluid-grid--item .text-inner h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 2rem;
  }
  .fluid-grid--item .text-inner ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
  }
  .fluid-grid--item .text-inner ul li {
    font: 300 1rem/1.3 "boxed";
    position: relative;
  }
  .fluid-grid--item .text-inner ul li:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .fluid-grid--item .text-inner h2 {
    font-size: 3rem;
  }
}

.projects h2 {
  font: 400 1.5rem/1.3 "boxed";
  text-transform: uppercase;
  color: #fff;
  margin: 3em 0;
}
@media (min-width: 420px) {
  .projects h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .projects h2 {
    font-size: 3rem;
  }
}
.projects-list--item {
  padding: 18.7% 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .projects-list--item {
    padding: 20% 0;
  }
}
.projects-list--item:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #EA0029;
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .projects-list--item:after {
    display: none;
  }
}
.projects-list--item .image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.projects-list--item .image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.projects-list--item h3 {
  font: 400 1.5rem/1.3 "boxed";
  letter-spacing: 0.4em;
}
@media (min-width: 420px) {
  .projects-list--item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .projects-list--item h3 {
    font-size: 3rem;
    letter-spacing: 0.5em;
  }
}
.projects-list--item p {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 8.3%;
  transform: translateX(-50%);
  font: 300 16px/1.3 "boxed";
}
@media (min-width: 1200px) {
  .projects-list--item p {
    bottom: 5%;
    font-size: 2.625rem;
    font-weight: 700;
  }
}

.gform_wrapper {
  padding-bottom: 40px;
  padding-top: 10px;
}
.gform_wrapper .validation_message {
  color: #f00;
}
@media (min-width: 768px) {
  .gform_wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper {
    padding-bottom: 110px;
  }
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .select {
  width: 100% !important;
  max-width: 350px !important;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  height: 35px;
}
.gform_wrapper .gform_fields .select .options {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0;
  transform: translate(-50%, 0);
}
.gform_wrapper .gform_fields .select .options li {
  background-color: transparent;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.5rem 1rem;
  font: 300 1.25rem/1.3 "boxed";
  margin: 0;
}
.gform_wrapper .gform_fields .select .options li:last-of-type {
  border: none;
}
@media (hover: hover) {
  .gform_wrapper .gform_fields .select .options li {
    transition: 0.3s;
  }
  .gform_wrapper .gform_fields .select .options li:hover {
    background-color: #dbdbdb !important;
    color: #000 !important;
  }
}
.gform_wrapper .gform_fields .select .select2-selection {
  padding: 0;
}
.gform_wrapper .gform_fields .select .styledSelect {
  width: 100%;
  height: 35px;
  border-radius: 100px;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 3px 15px;
  font: 400 16px/1 "boxed";
  text-decoration: none;
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_fields .select .select2-selection__rendered, .gform_wrapper .gform_fields .select .select2-selection {
  width: 100%;
  height: 35px;
  border-radius: 100px;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 3px 15px;
  font: 400 16px/1 "boxed";
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper .gform_fields .select .select2-selection__rendered .select2-selection__arrow, .gform_wrapper .gform_fields .select .select2-selection .select2-selection__arrow {
  display: none;
}
.gform_wrapper .gform_fields .select .select2-selection__rendered {
  padding: 3px 15px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_fields .gfield {
    padding-right: 20px;
  }
}
.gform_wrapper .gform_fields .gfield_no_follows_desc {
  font: 300 10px/1.2 "boxed";
  margin-top: -2rem;
  padding-top: 0.5em;
}
.gform_wrapper .gform_fields .gfield_required {
  display: none;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .gfield_radio input[type=radio] {
  width: 13px;
  height: 13px;
}
.gform_wrapper .gform_fields .gfield label {
  font: 300 1.25rem/1.3 "boxed";
  padding-left: 0.7em;
}
.gform_wrapper .gform_fields .gfield_checkbox label {
  font: 300 1rem/1.3 "boxed";
}
.gform_wrapper .gform_fields .gfield_checkbox input {
  margin: 0;
  width: 13px;
  height: 13px;
}
.gform_wrapper .gform_fields .gfield_checkbox input + label {
  padding-left: 20px;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  display: block;
  width: 100%;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]),
.gform_wrapper .gform_fields .gfield textarea {
  margin-top: 3px;
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 100px;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 3px 15px;
  font: 400 16px/1 "boxed";
}
.gform_wrapper .gform_fields .gfield textarea {
  resize: none;
  height: 120px;
  border-radius: 8px;
  padding-top: 0.5rem;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_fields .gfield.gf_half {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .gform_wrapper .gform_fields .gfield.gf_third {
    width: 33%;
    max-width: 260px;
    padding-right: 20px;
  }
}
.gform_wrapper .gform_footer *[type=submit] {
  background-color: #1d1d1b;
  color: #fff;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}
@media (max-width: 575px) {
  .gform_wrapper .gform_footer *[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer *[type=submit] {
    font-size: 16px;
  }
}

.partners-form .gform_footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.partners-form .gform_footer input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 240px;
}
.partners-form .gform_wrapper .gform_body {
  border-top: 2px solid #fff;
}
.partners-form .gform_wrapper .gform_fields .gfield_label {
  display: block;
  width: 100%;
}
.partners-form .gform_wrapper .gform_fields .gfield {
  position: relative;
  margin-bottom: 0;
  padding: 35px 0;
  border-bottom: 1px solid #707070;
}
.partners-form .gform_wrapper .gform_fields .gfield:nth-last-child(3) {
  border-bottom: none;
}
.partners-form .gform_wrapper .gform_fields .gfield:last-of-type, .partners-form .gform_wrapper .gform_fields .gfield:nth-last-child(2) {
  border-bottom: none;
  padding: 0;
}
.partners-form .gform_wrapper .gform_fields .gfield:last-of-type .gfield_checkbox li, .partners-form .gform_wrapper .gform_fields .gfield:nth-last-child(2) .gfield_checkbox li {
  align-items: flex-start;
}
.partners-form .gform_wrapper .gform_fields .gfield:last-of-type .gfield_checkbox li input, .partners-form .gform_wrapper .gform_fields .gfield:nth-last-child(2) .gfield_checkbox li input {
  margin-top: 0.5em;
}
.partners-form .gform_wrapper .gform_fields .gfield:nth-last-child(2) {
  padding-top: 25px;
  border-top: 2px solid #fff;
}
.partners-form .gform_wrapper .gform_fields .gfield .validation_message {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
}
@media (min-width: 576px) {
  .partners-form .gform_wrapper .gform_fields .gfield.gf_third {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .partners-form .gform_wrapper .gform_fields .gfield.gf_third {
    width: 260px;
    padding-right: 20px;
    max-width: 33%;
  }
}
@media (min-width: 576px) {
  .partners-form .gform_wrapper .gform_fields .gfield.gf_half {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .partners-form .gform_wrapper .gform_fields .gfield.gf_half {
    max-width: 380px;
    width: 50%;
  }
  .partners-form .gform_wrapper .gform_fields .gfield.gf_half + .gf_half {
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .partners-form .gform_wrapper .gform_fields .gfield.gf_half + .gf_half {
    margin-right: 14%;
  }
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container {
  width: 370px;
  max-width: 100%;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul {
    flex-direction: column;
  }
  .partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li {
    margin-left: 0 !important;
  }
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li {
  display: flex;
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  width: -webkit-max-content;
  width: max-content;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li:first-child {
  margin-left: 0;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li label {
  padding-left: 10px;
  font: 300 1.25rem/1.3 "boxed";
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li input {
  min-width: 13px;
  min-height: 13px;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox {
  max-width: 100%;
  width: 100%;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox, .partners-form .gform_wrapper .gform_fields .gfield .ginput_container_radio {
  padding-left: 15px;
  padding-top: 15px;
}
.partners-form .gform_wrapper .gform_fields .gfield .ginput_container_checkbox ul li, .partners-form .gform_wrapper .gform_fields .gfield .ginput_container_radio ul li {
  margin-bottom: 10px;
}

.select2-search {
  display: none !important;
}

.select2-container .select2-results__options {
  background: #f4f4f4;
  color: #000;
  border: none;
  outline: none;
}
.select2-container .select2-results__option {
  background-color: transparent;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.5rem 1rem;
  font: 300 1.25rem/1.3 "boxed";
}
.select2-container .select2-results__option--highlighted {
  background-color: #dbdbdb !important;
  color: #000 !important;
}
.select2-container .select2-results__option:last-child {
  border-bottom: none;
}
.select2-container .select2-dropdown {
  border: none !important;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: 400 1rem/1 "boxed";
  color: #000;
}

.styledSelect {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0 10px;
  text-decoration: underline;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  transform: translate(-50%, 7px);
  z-index: 999;
  margin: 0 0;
  padding: 11px 25px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.options li {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.2s;
  line-height: 1.2;
}
.options li:last-child {
  margin-bottom: 0;
}
.products-page-hero {
  padding: 19.7% 0 33% 0;
  background: url("../img/prudcts-bg.jpg") no-repeat center/cover;
  position: relative;
}
@media (min-width: 768px) {
  .products-page-hero {
    padding: 15% 0 28% 0;
  }
  .products-page-hero:before {
    content: "";
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 100%);
  }
}
.products-page .text-inner {
  margin-left: auto;
  margin-right: auto;
}
.products-page .text-inner h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .products-page .text-inner h2 {
    font-size: 2.625rem;
    text-transform: none;
  }
}
.products-page .text-inner p {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .products-page .text-inner p {
    width: 530px;
    max-width: 530px;
  }
}
.products-page .text-inner * {
  text-align: center;
}
.products-page .text-inner h2 {
  position: relative;
}
.products-page .text-inner h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.products-page .text-inner h2:after {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .products-page-products {
    margin-top: -15%;
  }
}
.products-page-products .products-list {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .products-page-products .products-list {
    margin-top: 150px;
  }
}

.product-card {
  padding-bottom: 48px;
}
.product-card a {
  display: block;
}
.product-card a img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media (min-width: 768px) {
  .product-card {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .product-card {
    padding-bottom: 100px;
  }
}
@media (min-width: 1640px) {
  .product-card a img {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .product-card {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .product-card a h2 {
    text-align: center;
  }
  .product-card a h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .product-card a img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.product-card .btn, .product-card .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .product-card *[type=submit] {
  width: -webkit-max-content;
  width: max-content;
  display: block;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-card .btn, .product-card .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .product-card *[type=submit] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .product-card .btn, .product-card .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .product-card *[type=submit] {
    margin-top: 50px;
  }
}
.product-card h2 {
  font: 400 2rem/1.01 "boxed";
  margin-top: 1.4em;
  margin-bottom: 1.1em;
  text-transform: unset;
  position: relative;
}
.product-card h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
@media (min-width: 992px) {
  .product-card h2 {
    font-size: 2.625rem;
    margin-top: 1.1em;
  }
}
.product-card .applications h3 {
  font: 400 0.857rem/1.3 "boxed";
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-card .applications h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .product-card .applications h3 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  .product-card .applications h3 {
    font-size: 15px;
  }
}
@media (max-width: 376px) {
  .product-card .applications-list--item {
    margin-top: 2em;
  }
  .product-card .applications-list--item:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product-card .applications-list--item img {
    display: block;
  }
  .product-card .applications-list--item img + p {
    margin-top: 10px;
  }
  .product-card .applications-list--item * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .product-card .applications-list {
    display: flex;
    align-items: center;
  }
  .product-card .applications-list--item {
    width: 33%;
    padding: 0 10px;
    margin-top: 0;
  }
}
.product-card .applications-list--item.disabled {
  opacity: 0.15;
}
.product-card .applications-list--item p {
  margin: 0;
  line-height: 1.3;
}
.product-card .applications-list--item img, .product-card .applications-list--item svg, .product-card .applications-list--item picture {
  height: 22px;
  width: auto;
}
@media (min-width: 768px) {
  .product-card .applications-list--item {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin-top: 1.4em;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1640px) {
  .product-card .applications-list--item {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product-card .applications-list--item p {
    font-size: inherit;
  }
}
@media (min-width: 768px) {
  .product-card .applications-list--item:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-card .applications-list--item img, .product-card .applications-list--item svg, .product-card .applications-list--item picture {
    width: 40px;
    margin-right: 20px;
    height: auto;
  }
}

.section-product-hero {
  background: url("../img/products/product-bg.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .section-product-hero {
    background-size: 100% 50%;
    background-position: center top;
    position: relative;
  }
  .section-product-hero:before {
    content: "";
    height: 10%;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 100%);
  }
}
@media (min-width: 768px) {
  .section-product-hero {
    position: relative;
  }
  .section-product-hero:before {
    content: "";
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 100%);
  }
}
.section-product-hero .row > * * {
  margin: 0;
}
.section-product-hero .product-header h1 {
  text-transform: unset;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
}
.section-product-hero .product-header h1:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.section-product-hero .product-header h1:after {
  bottom: 0;
}
.section-product-hero .product-header h1 + * {
  margin-top: 1.625rem;
}
.section-product-hero .product-header h1 + a {
  margin-top: 0;
}
.section-product-hero .product-header h1 b, .section-product-hero .product-header h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0) and (max-width: 991px) {
  .section-product-hero .product-header h1 {
    text-align: center;
    position: relative;
  }
  .section-product-hero .product-header h1:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 420px) {
  .section-product-hero .product-header h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .section-product-hero .product-header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-product-hero .product-header {
    position: relative;
  }
  .section-product-hero .product-header .product-cover-inner img {
    max-width: 300px;
  }
  .section-product-hero .product-header .product-description-inner {
    position: static;
  }
  .section-product-hero .product-header .ibex-logo {
    width: 150px;
    height: auto;
    position: absolute;
    top: 85px;
    left: 15%;
    z-index: 2;
  }
}
@media (max-width: 767px) and (max-width: 376px) {
  .section-product-hero .product-header .ibex-logo {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .section-product-hero .product-header .ibex-logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-product-hero .product-header .solar-age {
    position: absolute;
    top: 340px;
    right: 15%;
    z-index: 2;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section-product-hero .product-header .mobile-description {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-product-hero .product-header .mobile-description h2 {
    font: 300 22px/1.2 "boxed";
    position: relative;
    margin-top: 1.1em;
    margin-bottom: 1em;
    text-align: left;
  }
  .section-product-hero .product-header .mobile-description h2:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .section-product-hero .product-header .mobile-description h2:after {
    width: 90px;
  }
  .section-product-hero .product-header .mobile-description h2 + p {
    font: 300 12px/1.3 "boxed";
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
  }
  .section-product-hero .product-header .mobile-description h2 + p:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .section-product-hero .product-header .mobile-description h2 + p:after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
  .section-product-hero .product-header .mobile-description .applications h3 {
    text-align: center;
    margin-bottom: 17px;
  }
  .section-product-hero .product-header .mobile-description .applications-list {
    display: flex;
    justify-content: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item {
    width: 33%;
    border-right: 1px solid #707070;
    padding: 0 16px;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item:first-of-type {
    padding-left: 0;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item:last-of-type {
    border-right: none;
    padding-right: 0;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item .application-icon-inner {
    width: 30px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item .application-icon-inner img {
    object-fit: contain;
  }
  .section-product-hero .product-header .mobile-description .applications-list--item p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-product-hero .product-header .product-cover--sm {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .section-product-hero .product-header .ibex-logo {
    width: 150px;
    padding-top: 20%;
  }
  .section-product-hero .product-header .ibex-logo + * {
    margin-top: 9.6%;
  }
  .section-product-hero .product-header .ibex-logo + * + * {
    margin-top: 20%;
  }
  .section-product-hero .product-header .ibex-logo + * + * + * {
    margin-top: 9.6%;
  }
  .section-product-hero .product-header h1 {
    text-transform: unset;
    font: 500 3rem/1.3 "boxed";
  }
  .section-product-hero .product-header .description {
    font-size: 1rem;
    margin-top: 4.3rem;
    max-width: 500px;
  }
  .section-product-hero .product-header .description h2 {
    font: 300 2.625rem/1.3 "boxed";
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .section-product-hero .product-header .description h2:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .section-product-hero .product-header .description h2:after {
    bottom: 0;
  }
  .section-product-hero .product-header .description p {
    font: 300 1rem/1.3 "boxed";
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .section-product-hero .product-header .description p:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .section-product-hero .product-header .description p:after {
    width: 90px;
    bottom: 0;
  }
  .section-product-hero .product-header .applications {
    padding-top: 1rem;
  }
  .section-product-hero .product-header .applications h3 {
    font: 300 20px/1.3 "boxed";
  }
  .section-product-hero .product-header .applications-list {
    margin-top: 1.68rem;
  }
  .section-product-hero .product-header .applications-list--item {
    display: flex;
    align-items: center;
    margin-top: 1.8rem;
  }
  .section-product-hero .product-header .applications-list--item:first-of-type {
    margin-top: 0;
  }
  .section-product-hero .product-header .applications-list--item .application-icon-inner {
    margin-right: 12px;
    width: 55px;
    height: 36px;
  }
  .section-product-hero .product-header .applications-list--item .application-icon-inner img {
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .section-product-hero .product-header .applications-list--item p {
    font: 300 1.25rem/1.3 "boxed";
  }
  .section-product-hero .product-header .product-cover--sm {
    width: 100%;
    max-width: 300px;
    margin-top: 10%;
  }
}
.section-product-hero .country {
  margin-top: 20px;
}
.section-product-hero .country b {
  color: #EA0029;
  font: 200 14px/1 "boxed";
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.section-product-hero img {
  max-width: 100%;
  height: auto;
}
.section-product-hero .product-cover--lg img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-product-hero .product-nav {
  padding-top: 25px;
  padding-bottom: 20px;
}
.section-product-hero .product-nav .product-arrow {
  width: 34px;
  height: 34px;
}
.section-product-hero .product-nav h1 {
  width: calc(100% - 98px);
  text-align: center;
  font: 400 20px/1.3 "boxed";
  margin: 0;
  text-transform: unset;
}
@media (min-width: 420px) {
  .section-product-hero .product-nav h1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .section-product-hero .product-nav .product-arrow {
    display: none;
  }
}

section div.technical-data, .section-product-body div.technical-data {
  margin-top: 2.2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
section div.technical-data h2, .section-product-body div.technical-data h2 {
  font: 300 22px/1.3 "boxed";
  text-transform: uppercase;
}
@media (min-width: 992px) {
  section div.technical-data h2, .section-product-body div.technical-data h2 {
    font-size: 2.625rem;
  }
}
section div.technical-data-table, .section-product-body div.technical-data-table {
  font-size: 14px;
  padding: 1.25em 0;
  margin-top: 0.9em;
  border: 2px solid #EA0029;
  border-left: none;
  border-right: none;
}
section div.technical-data-table-row, .section-product-body div.technical-data-table-row {
  padding-top: 6px;
  padding-bottom: 6px;
}
section div.technical-data-table-row > *:nth-child(1), .section-product-body div.technical-data-table-row > *:nth-child(1) {
  font-weight: 400;
}
section div.technical-data-table-row > *:nth-child(2), .section-product-body div.technical-data-table-row > *:nth-child(2) {
  font-weight: 300;
}
section div.technical-data-table-row > * > *, .section-product-body div.technical-data-table-row > * > * {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
section div.technical-data-table-row.small > *:nth-child(2), .section-product-body div.technical-data-table-row.small > *:nth-child(2) {
  font-size: 10px;
}
@media (min-width: 475px) {
  section div.technical-data-table, .section-product-body div.technical-data-table {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  section div.technical-data, .section-product-body div.technical-data {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 95px;
  }
  section div.technical-data-table, .section-product-body div.technical-data-table {
    font-size: 18px;
  }
  section div.technical-data-table-row.small > *:nth-child(2), .section-product-body div.technical-data-table-row.small > *:nth-child(2) {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  section div.technical-data-table, .section-product-body div.technical-data-table {
    font-size: 20px;
  }
}

.product-body .capture {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
.product-body .capture p {
  text-transform: uppercase;
  font: 300 12px/1.33 "boxed";
  text-align: center;
}
.product-body .capture .btn, .product-body .capture .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .product-body .capture *[type=submit] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .product-body .capture {
    padding-top: 20px;
    align-items: flex-start;
  }
  .product-body .capture p {
    font-size: 1.25rem;
    text-align: left;
  }
  .product-body .capture .btn, .product-body .capture .gform_wrapper .gform_footer *[type=submit], .gform_wrapper .gform_footer .product-body .capture *[type=submit] {
    margin-top: 16px;
  }
}

.scheme-wrap {
  height: auto;
  width: 100%;
  margin-top: 45px;
  border-bottom: 2px solid #EA0029;
  padding-bottom: 30px;
  max-width: 400px;
}
.scheme-wrap img {
  width: 100%;
  height: auto;
  max-width: 315px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .scheme-wrap {
    transform: translateY(20%);
    margin-top: 0;
    max-width: 400px;
    border-bottom: none;
    padding: 0;
  }
  .scheme-wrap img {
    max-width: 100%;
  }
}

.advantages {
  max-width: 400px;
  margin: 20px auto 55px auto;
}
@media (min-width: 768px) {
  .advantages {
    max-width: 100%;
    margin-bottom: 90px;
    margin-top: 100px;
  }
}
@media (min-width: 1440px) {
  .advantages {
    margin-bottom: 185px;
    margin-top: 120px;
  }
}
.advantages--item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.advantages--item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 3px;
  background-color: #EA0029;
  transform: translateY(50%);
}
.advantages--item--image {
  width: 15%;
  padding-top: 15%;
  position: relative;
}
.advantages--item--image img, .advantages--item--image svg, .advantages--item--image picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
}
.advantages--item p {
  width: calc(85% - 20px);
  margin-left: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .advantages--item {
    width: 50%;
  }
  .advantages--item--image {
    width: 11.5%;
    height: 11.5%;
    padding-left: 15px;
  }
  .advantages--item p {
    font-size: 1rem;
    padding-right: 20px;
    width: calc(89.5% - 42px);
    margin-left: auto;
  }
  .advantages--item:after {
    width: 11.5%;
  }
}
@media (min-width: 1440px) {
  .advantages--item p {
    padding-right: 70px;
  }
}

.references-hero {
  padding: 18% 0 55% 0;
  background: url("../img/Roof-3000x1668.png") no-repeat center/cover;
  position: relative;
  z-index: 10;
}
.references-hero .decor-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 100%;
  height: auto;
  overflow: hidden;
}
.references-hero .decor-image img {
  width: 110%;
  height: auto;
  object-fit: cover;
  margin-left: -5%;
}
.references-hero h1 {
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font: 300 22px/1.1 "boxed";
  color: #000;
}
@media (min-width: 420px) {
  .references-hero {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .references-hero {
    padding: 13% 0 35% 0;
    position: relative;
  }
  .references-hero h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .references-hero:before {
    content: "";
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 95%);
    z-index: 1;
    height: 10%;
    bottom: 0;
  }
  .references-hero:before ~ * {
    z-index: 2;
  }
  .references-hero .decor-image {
    bottom: 25%;
  }
  .references-hero + .for-who {
    margin-top: -5%;
    z-index: 11;
    position: relative;
  }
}
@media all and (max-width: 992px){
  .references-hero{
    background: url("../img/Roof-3000x1668.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.partners-hero {
  background: url("../img/partners-bg.jpg") no-repeat center/cover;
  padding: 20% 0;
  min-height: 320px;
  position: relative;
}
.partners-hero:before {
  content: "";
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 95%);
  z-index: 1;
  height: 80%;
  background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 85%);
}
.partners-hero:before ~ * {
  z-index: 2;
}
.partners-hero h1, .partners-hero p {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.partners-hero h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
}
.partners-hero h1:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.partners-hero h1:after {
  bottom: 0;
}
.partners-hero h1 + * {
  margin-top: 1.625rem;
}
.partners-hero h1 + a {
  margin-top: 0;
}
.partners-hero h1 b, .partners-hero h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0) and (max-width: 5000px) {
  .partners-hero h1 {
    text-align: center;
    position: relative;
  }
  .partners-hero h1:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 420px) {
  .partners-hero h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .partners-hero h1 {
    font-size: 3rem;
  }
}
.partners-hero p {
  max-width: 330px;
}
@media (min-width: 992px) {
  .partners-hero {
    padding: 15% 0 20%;
  }
  .partners-hero p {
    max-width: 530px;
  }
}
.partners-hero + * {
  margin-top: -10%;
  position: relative;
  z-index: 4;
}

.partners-advantages h2 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  margin-top: 0;
  margin-bottom: 25px;
}
.partners-advantages h2 + * {
  margin-top: 1.625rem;
}
.partners-advantages h2 + a {
  margin-top: 0;
}
.partners-advantages h2 b, .partners-advantages h2 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0px) and (max-width: 5000px) {
  .partners-advantages h2 {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .partners-advantages h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .partners-advantages h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .partners-advantages h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .partners-advantages h2 {
    margin-bottom: 70px;
  }
}
.partners-advantages-list {
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 0) and (max-width: 991px) {
  .partners-advantages-list {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .partners-advantages-list {
    font-size: 1rem;
  }
}
.partners-advantages-list--item {
  font-size: 1em;
  border-top: 1px solid #707070;
}
.partners-advantages-list--item:last-of-type {
  border-bottom: 1px solid #707070;
}
.partners-advantages-list--item h3 {
  margin: 0;
  font-size: 11px;
}
@media (min-width: 768px) {
  .partners-advantages-list--item h3 {
    font-size: 20px;
  }
}
.partners-advantages-list--item .advantage-inner {
  font-size: 1em;
  padding: 1.67em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-advantages-list--item > *:nth-of-type(1) .advantage-inner {
  width: 90%;
  position: relative;
}
.partners-advantages-list--item > *:nth-of-type(1) .advantage-inner:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  background-color: #EA0029;
}
.partners-advantages-list--item > *:nth-of-type(2) {
  padding-left: 5%;
}
@media (min-width: 992px) {
  .partners-advantages-list--item .advantage-inner {
    padding: 2.3em 0;
  }
  .partners-advantages-list--item > *:nth-of-type(1) .advantage-inner {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .partners-advantages-list {
    max-width: 986px;
  }
}

.company-advantages-list {
  max-width: 100%;
  overflow: hidden;
  font-size: 12px;
}
@media (min-width: 768px) {
  .company-advantages-list {
    font-size: 1rem;
    margin-top: 12%;
  }
}
.company-advantages-list--item {
  font-size: 1rem;
}
.company-advantages-list--item .text-inner {
  padding: 4em 20%;
}
.company-advantages-list--item .image-inner {
  width: 100%;
}
.company-advantages-list--item .image-inner img {
  width: 100%;
  height: auto;
}
.company-advantages-list--item h2 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
  font-size: 2rem;
}
.company-advantages-list--item h2:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.company-advantages-list--item h2:after {
  bottom: 0;
}
.company-advantages-list--item h2 + * {
  margin-top: 1.625rem;
}
.company-advantages-list--item h2 + a {
  margin-top: 0;
}
.company-advantages-list--item h2 b, .company-advantages-list--item h2 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  .company-advantages-list--item h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .company-advantages-list--item h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .company-advantages-list--item h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .company-advantages-list--item h2 {
    padding-bottom: 0;
    margin: 0 0 0.8em;
  }
  .company-advantages-list--item h2:after {
    display: none;
  }
}
.company-advantages-list--item h3 {
  font: 300 16px/1.3 "boxed";
}
.company-advantages-list--item h3:first-of-type {
  position: relative;
}
@media (max-width: 767px) {
  .company-advantages-list--item h3:first-of-type {
    padding-bottom: 12px;
  }
  .company-advantages-list--item h3:first-of-type + * {
    margin-top: 12px;
  }
}
.company-advantages-list--item h3:first-of-type:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
  bottom: 0;
  width: 55px;
}
.company-advantages-list--item p {
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .company-advantages-list--item > * {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .company-advantages-list--item:nth-of-type(2n) > * {
    flex-direction: row-reverse;
  }
  .company-advantages-list--item h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .company-advantages-list--item h3 + p {
    margin-top: 20px;
  }
  .company-advantages-list--item h3:first-child {
    margin-top: 0;
  }
  .company-advantages-list--item h3:after {
    width: 90px !important;
  }
  .company-advantages-list--item p {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .company-advantages-list--item h2 {
    margin-top: 0;
  }
  .company-advantages-list--item h2 + h3 {
    margin-bottom: 5%;
    padding-bottom: 0 !important;
  }
  .company-advantages-list--item h2 + h3:after {
    display: none;
  }
  .company-advantages-list--item .image-inner {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
  }
  .company-advantages-list--item .image-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .company-advantages-list--item .text-inner {
    padding: 10% 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .company-advantages-list--item .text-inner {
    padding: 10% 25%;
  }
}

.final-advantages {
  padding-top: 3.8rem;
}
@media (min-width: 768px) {
  .final-advantages {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .final-advantages {
    padding-top: 7.1rem;
  }
}
.final-advantages h2 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  margin: 0;
}
.final-advantages h2 + * {
  margin-top: 1.625rem;
}
.final-advantages h2 + a {
  margin-top: 0;
}
.final-advantages h2 b, .final-advantages h2 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0px) and (max-width: 5000px) {
  .final-advantages h2 {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .final-advantages h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .final-advantages h2 {
    font-size: 3rem;
  }
}
.final-advantages h2 + h3 {
  text-align: center;
  max-width: 270px;
  display: block;
  margin: 1em auto 0 auto;
  font: 300 1.14rem/1.125 "boxed";
}
@media (min-width: 576px) {
  .final-advantages h2 + h3 {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .final-advantages h2 + h3 {
    max-width: 900px;
    font-size: 1.25rem;
    margin-top: 2.2em;
  }
}
.final-advantages-list {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .final-advantages-list {
    margin-bottom: 70px;
  }
}
.final-advantages-list--item {
  position: relative;
  border-bottom: 1px solid #707070;
  margin-top: 90px;
}
.final-advantages-list--item:before {
  content: "";
  width: 193px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #EA0029;
  z-index: 2;
}
@media (max-width: 767px) {
  .final-advantages-list--item {
    margin-top: 0;
  }
  .final-advantages-list--item:nth-of-type(1) {
    margin-top: 0;
  }
  .final-advantages-list--item:before {
    width: 90px;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .final-advantages-list--item:after {
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    transform: translateX(-20px);
    border-bottom: 1px solid #707070;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.final-advantages-list .final-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 9% 0;
}
.final-advantages-list .final-advantage p {
  margin: 0;
}
@media (max-width: 767px) {
  .final-advantages-list .final-advantage {
    border-bottom: none;
  }
  .final-advantages-list .final-advantage * {
    text-align: center;
  }
  .final-advantages-list .final-advantage h4, .final-advantages-list .final-advantage p {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.final-advantages-list .final-advantage .icon {
  width: 90px;
  height: 90px;
  position: relative;
}
.final-advantages-list .final-advantage .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .final-advantages-list .final-advantage .icon img {
    left: 0;
    transform: translate(0, -50%);
  }
}
.final-advantages-list .final-advantage h4 {
  font: 300 16px/1.3 "boxed";
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .final-advantages-list .final-advantage h4 {
    font-size: 1.25rem;
  }
}
.final-advantages-list .final-advantage p {
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .final-advantages-list--item:first-of-type .final-advantage {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .final-advantages-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .final-advantages-list .final-advantage {
    align-items: flex-start;
  }
  .final-advantages-list--item:nth-of-type(1), .final-advantages-list--item:nth-of-type(2) {
    margin-top: 0;
  }
  .final-advantages-list--item:nth-of-type(2n + 1) {
    padding-right: 50px;
  }
  .final-advantages-list--item:nth-of-type(2n) {
    padding-left: 50px;
  }
  .final-advantages-list--item:nth-of-type(2n):before {
    left: 50px;
  }
}
@media (min-width: 992px) {
  .final-advantages-list {
    margin-top: 7%;
  }
}
@media (min-width: 1200px) {
  .final-advantages-list {
    max-width: 1000px;
  }
}
@media (min-width: 1920px) {
  .final-advantages-list {
    margin-top: 140px;
  }
}
.final-advantages .btn--primary {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .final-advantages .btn--primary {
    margin-bottom: 40px;
  }
}

.downloads {
  padding-top: 65px;
}
@media (min-width: 992px) {
  .downloads {
    padding-top: 160px;
  }
}
.downloads h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
}
.downloads h1:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.downloads h1:after {
  bottom: 0;
}
.downloads h1 + * {
  margin-top: 1.625rem;
}
.downloads h1 + a {
  margin-top: 0;
}
.downloads h1 b, .downloads h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0) and (max-width: 768px) {
  .downloads h1 {
    text-align: center;
    position: relative;
  }
  .downloads h1:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 420px) {
  .downloads h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .downloads h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .downloads h1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .downloads h1:after {
    width: 50px;
    height: 2px;
  }
}
@media (min-width: 768px) {
  .downloads h1 {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .downloads h1:after {
    display: none;
  }
}
.downloads .tab-content-item {
  transition-duration: 0.4s;
}
.downloads .tab-name {
  margin-bottom: 40px;
}
.downloads .tab-name h3 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 8px;
}
.downloads .tab-name h3 + * {
  margin-top: 1.625rem;
}
.downloads .tab-name h3 + a {
  margin-top: 0;
}
.downloads .tab-name h3 b, .downloads .tab-name h3 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0) and (max-width: 5000px) {
  .downloads .tab-name h3 {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .downloads .tab-name h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .downloads .tab-name h3 {
    font-size: 3rem;
  }
}
.downloads .tab-button-list {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .downloads .tab-button-list {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .downloads .tab-button-list {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .downloads .tab-button-list {
    font-size: 20px;
  }
}
.downloads .tab-button-list--item {
  display: flex;
}
.downloads .tab-btn {
  font-size: 1em;
  line-height: 1.3;
  padding-bottom: 1em;
  text-align: center;
  width: 100%;
}
.downloads .tab-btn:after {
  bottom: 0;
}
.downloads .tabs-content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .downloads .tabs-content {
    margin-top: 0;
  }
}
.downloads .tab-content-item {
  background-color: #1d1d1b;
}
.downloads .download-card {
  max-width: 260px;
  margin-top: 40px;
  padding-top: 25px;
  color: #4D4D4D;
  border: 1px solid currentColor;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.downloads .download-card:after {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #EA0029;
  opacity: 0;
  z-index: 9;
}
@media (hover: hover) {
  .downloads .download-card {
    transition: 0.3s;
  }
  .downloads .download-card:hover {
    color: #EA0029;
    border-color: #fff;
  }
  .downloads .download-card:hover:after {
    opacity: 1;
  }
}
.downloads .download-card--content {
  padding: 0 25px 20px 25px;
}
@media (min-width: 430px) {
  .downloads .download-card {
    padding-top: 48px;
    max-width: 300px;
  }
  .downloads .download-card--content {
    padding: 0 48px 20px 48px;
  }
}
.downloads .download-card--image {
  padding-top: 100%;
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.downloads .download-card--image:after {
  content: "";
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media (min-width: 430px) {
  .downloads .download-card--image {
    width: calc(100% - 96px);
  }
}
.downloads .download-card--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.downloads .download-card--body {
  font-size: 13px;
  padding-top: 12px;
  margin-top: 18px;
  border-top: 1px solid currentColor;
}
@media all and (max-width: 768px){
  .downloads .download-card--image img{
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  .downloads .download-card--body {
    font-size: 1rem;
  }
}
.downloads .download-card--body h4 {
  font: 300 1em/1.3 "boxed";
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.downloads .download-card--body p {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  font: 300 0.7em/1.3 "boxed";
}
.downloads .download-card--footer a {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: auto;
  transform: translateX(100%);
}
.downloads .download-card--footer a svg, .downloads .download-card--footer a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us {
  position: relative;
}
.about-us-hero {
  padding: 25% 0;
  background: url("../img/about-bg.jpg") no-repeat center/cover;
}
.about-us-hero h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
}
.about-us-hero h1 + * {
  margin-top: 1.625rem;
}
.about-us-hero h1 + a {
  margin-top: 0;
}
.about-us-hero h1 b, .about-us-hero h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0px) and (max-width: 5000px) {
  .about-us-hero h1 {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .about-us-hero h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .about-us-hero h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .about-us-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 60% 0 0 0;
    min-height: 800px;
  }
}
.about-us-content {
  min-height: 100vh;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .about-us-content {
    padding-bottom: 2%;
    margin-bottom: 0;
  }
}
.about-us-content .decor-image {
  position: absolute;
  bottom: 0;
  width: 105%;
  max-width: 110%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .about-us-content .decor-image {
    transform: translate(-50%, -3%);
  }
}
.about-us-content .decor-image img {
  margin-left: auto;
  display: block;
  width: 100%;
  height: auto;
  transform: translate(0);
}
@media (max-width: 767px) {
  .about-us-content .s-container {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .about-us-content {
    padding-top: 8%;
  }
}
.about-us-content--wrapper {
  background-color: #EA0029;
}
@media (max-width: 767px) {
  .about-us-content--wrapper {
    padding: 30px 8% 55% 8%;
  }
}
@media (min-width: 768px) {
  .about-us-content--wrapper {
    width: 800px;
    max-width: 70%;
    padding: 60px 4% 15% 4%;
    background-color: rgba(234, 0, 41, 0.9);
  }
}
.about-us-content--video {
  position: relative;
  padding-top: 50%;
}
.about-us-content--video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-us-content--text p:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .about-us-content--text {
    padding: 30px 8% 0 30px;
  }
}
@media (min-width: 768px) {
  .about-us-content--text {
    padding: 70px 13% 0 7%;
  }
  .about-us-content--text h1 {
    text-transform: uppercase;
    font: 300 20px/1.3 "boxed";
    position: relative;
    padding-bottom: 1.425rem;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    margin-top: 0;
  }
  .about-us-content--text h1:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
  }
  .about-us-content--text h1:after {
    bottom: 0;
  }
  .about-us-content--text h1 + * {
    margin-top: 1.625rem;
  }
  .about-us-content--text h1 + a {
    margin-top: 0;
  }
  .about-us-content--text h1 b, .about-us-content--text h1 strong {
    color: #EA0029;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
  }
}
@media (min-width: 768px) and (min-width: 420px) {
  .about-us-content--text h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .about-us-content--text h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .about-us-content--text h1:after {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .about-us-content--text p:first-of-type {
    margin-top: 2rem;
  }
}

.vacancies {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .vacancies {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .vacancies {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .vacancies {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .vacancies.vacancy {
    padding-top: 50px;
  }
}
.vacancies h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
}
.vacancies h1:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.vacancies h1:after {
  bottom: 0;
}
.vacancies h1 + * {
  margin-top: 1.625rem;
}
.vacancies h1 + a {
  margin-top: 0;
}
.vacancies h1 b, .vacancies h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 0) and (max-width: 768px) {
  .vacancies h1 {
    text-align: center;
    position: relative;
  }
  .vacancies h1:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.14em;
    height: 2px;
    background-color: #EA0029;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 420px) {
  .vacancies h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .vacancies h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .vacancies h1 + p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .vacancies h1 {
    margin-top: 0;
  }
  .vacancies h1 + p {
    font-size: 1.25rem;
  }
}
.vacancies-list {
  padding-top: 15%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .vacancies-list {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .vacancies-list {
    padding-top: 80px;
  }
}
.vacancies-card {
  border: 1px solid #707070;
  font-size: 12px;
  padding: 2em 1em;
  margin-bottom: 2em;
  position: relative;
}
.vacancy-card img {
  height: auto;
  max-width: 100%;
}
.vacancies-card:after {
  content: "";
  height: 3px;
  width: calc(100% + 2px);
  background-color: #EA0029;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-1px, 50%);
  opacity: 0;
}
@media (hover: hover) {
  .vacancies-card {
    transition: 0.3s;
  }
  .vacancies-card:hover {
    border-color: #fff;
  }
  .vacancies-card:hover:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .vacancies-card {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.7em;
    margin-bottom: 2.7em;
    border-color: #fff;
  }
  .vacancies-card:after {
    opacity: 1;
  }
}
.vacancies-card * {
  font-size: 1em;
}
.vacancies-card h2 {
  font-size: 1.33em;
  font-weight: 500;
  margin: 0;
}
.vacancies-card h2 + p {
  margin-top: 18px;
}
.vacancies-card ul {
  font-size: 1em;
}
.vacancies-card ul li span:first-of-type {
  font-weight: 500;
}
.vacancies-card ul li span:nth-of-type(2) {
  font-weight: 300;
}
.vacancies-card a {
  font-size: 15px;
  margin-top: 15px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}
@media (hover: hover) {
  .vacancies-card a {
    transition: 0.3s;
  }
  .vacancies-card a:hover {
    text-decoration: underline;
  }
}
.vacancies-card a .icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 12px;
}
.vacancies-card a .icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .vacancies-card a {
    margin-top: 7.2%;
  }
}
@media (min-width: 768px) {
  .vacancies-card {
    font-size: 16px;
  }
  .vacancies-card h2 {
    font-size: 1.25em;
  }
}

.vacancy-card {
  padding: 8% 12%;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 30px;
}
.vacancy-card ul li span:nth-of-type(2) {
  font-weight: 300;
}
.vacancy-card p a {
  color: #EA0029;
  margin-left: 0.5em;
}
.vacancy-card h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0;
  text-transform: none;
}
.vacancy-card h1 + * {
  margin-top: 1.625rem;
}
.vacancy-card h1 + a {
  margin-top: 0;
}
.vacancy-card h1 b, .vacancy-card h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  .vacancy-card h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .vacancy-card h1 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .vacancy-card h1 {
    margin-bottom: 15px;
  }
}
.vacancy-card h1:after {
  display: none;
}
@media (max-width: 575px) {
  .vacancy-card h1 {
    font-size: 16px;
  }
}
.vacancy-card h1 + p {
  margin-top: 0;
  text-align: left;
  font: 300 1rem/1.3 "boxed";
}
.vacancy-card:before, .vacancy-card:after {
  content: "";
  width: 9vw;
  height: 9vw;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.vacancy-card:after {
  background: #1d1d1b;
  transform: translate(50%, -50%) rotate(45deg);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.vacancy-card:before {
  width: 6.2vw;
  height: 6.2vw;
  border-top-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 440px) {
  .vacancy-card:before {
    width: 30px;
    height: 30px;
  }
  .vacancy-card:after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .vacancy-card:before {
    width: 3vw;
    height: 3vw;
  }
  .vacancy-card:after {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.vacancy-card > ul:nth-of-type(2) {
  /*padding-left: 15px;*/
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 3rem;
}
.vacancy-card > ul:nth-of-type(2) li {
  margin-top: 1em;
  font: 300 1rem/1.3 "boxed";
}
.vacancy-card > ul:nth-of-type(2) li:first-child {
  margin-top: 0;
}
.vacancy-card > ul:nth-of-type(2) ul {
  padding-left: 0;
}
.vacancy-card > p {
  margin: 0;
  padding-left: 1em;
}
.vacancy-card > p:first-of-type {
  padding-left: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.vacancy-card > p:last-child {
  margin-bottom: 3rem;
}
.vacancy-card--footer {
  margin-top: 2rem;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vacancy-card--footer {
    padding-bottom: 50px;
  }
}
.vacancy-card--footer p {
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 1.3;
}
.vacancy-card--footer p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .vacancy-card {
    padding: 4% 6%;
  }
}

.section-vacancy {
  padding-top: 3rem;
}
.section-vacancy > .s-container > .row > * {
  position: relative;
  overflow: hidden;
}
.section-vacancy .decor-image img {
  transform: translateX(-50%);
  width: 105%;
  margin: 0 auto;
  position: relative;
  left: 50%;
}

.contact {
  background-color: #fff;
}
.contact-hero {
  color: #1D1D1B;
  position: relative;
  overflow: hidden;
}
.contact-hero h1 {
  text-align: left;
}
@media (min-width: 768px) {
  .contact-hero {
    padding-top: 8.8%;
    padding-bottom: 11vw;
  }
}
.contact-hero * {
  position: relative;
  z-index: 2;
}
.contact-hero .contact-title {
  padding: 18% 0;
}
@media (min-width: 768px) {
  .contact-hero .contact-title {
    padding: 0;
    padding-bottom: 3rem;
  }
}
.contact-hero p:first-child {
  margin-top: 0;
}
.contact-hero .bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-hero .bg-image {
    height: 45vw;
    bottom: auto;
    top: 0;
  }
}
.contact-hero .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-hero p {
  line-height: 1.4;
}
.contact-hero h1 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.contact-hero h1:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.contact-hero h1:after {
  bottom: 0;
}
.contact-hero h1 + * {
  margin-top: 1.625rem;
}
.contact-hero h1 + a {
  margin-top: 0;
}
.contact-hero h1 b, .contact-hero h1 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  .contact-hero h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .contact-hero h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .contact .contact-info {
    margin-top: 10%;
  }
}
.contact .section-contact-form {
  color: #1D1D1B;
  min-height: 100vh;
  position: relative;
  z-index: 4;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact .section-contact-form {
    margin-top: -7%;
  }
}
.contact .section-contact-form h2 {
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.contact .section-contact-form h2 + * {
  margin-top: 1.625rem;
}
.contact .section-contact-form h2 + a {
  margin-top: 0;
}
.contact .section-contact-form h2 b, .contact .section-contact-form h2 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  .contact .section-contact-form h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .contact .section-contact-form h2 {
    font-size: 3rem;
  }
}
.contact .section-contact-form h2 + p {
  margin-top: 0;
  font: 300 1.25rem/1.3 "boxed";
}

.contact-info {
  margin-top: 2rem;
}
.contact-info h3 {
  margin: 0;
  text-transform: uppercase;
  font: 300 20px/1.3 "boxed";
  position: relative;
  padding-bottom: 1.425rem;
  margin-bottom: 0;
  font-size: 12px !important;
  padding-bottom: 8px;
  font-weight: 200;
}
.contact-info h3:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
}
.contact-info h3:after {
  bottom: 0;
}
.contact-info h3 + * {
  margin-top: 1.625rem;
}
.contact-info h3 + a {
  margin-top: 0;
}
.contact-info h3 b, .contact-info h3 strong {
  color: #EA0029;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 420px) {
  .contact-info h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .contact-info h3 {
    font-size: 3rem;
  }
}
.contact-info h3:after {
  width: 90px;
}
@media (min-width: 768px) {
  .contact-info h3 {
    font-size: 1.25rem !important;
    padding-bottom: 1.25rem;
  }
}
.contact-info h3 + p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-info h3 + p {
    margin-top: 1.2rem;
  }
}
.contact-info ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.contact-info ul li {
  font-size: 12px;
  font-weight: 300;
  font-family: "boxed";
}
@media (min-width: 768px) {
  .contact-info h3 + p, .contact-info ul > li {
    font-size: 1.25rem;
  }
}

.contact-info p {
  font-size: 1em;
  font-weight: 500;
}
.contact-info ul {
  font-size: 1em;
}
.contact-info ul li {
  font-size: 1em;
}

.text-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .text-page {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media (min-width: 1640px) {
  .text-page {
    padding-top: 150px;
  }
}
.text-page--imprint {
  padding-top: 0;
}
.text-page--imprint .contact-info {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .text-page--imprint .contact-info {
    font-size: 1.25rem;
  }
}
.text-page--imprint .contact-info p {
  margin: 0;
}
.text-page--imprint h1 {
  text-align: left;
  margin-top: 0;
}
.text-page--imprint h1:after {
  left: 0;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .text-page--imprint h1 {
    text-align: center;
  }
  .text-page--imprint h1:after {
    display: none !important;
  }
}
.text-page--imprint h1 + p {
  position: relative;
  padding-bottom: 1.5em;
}
.text-page--imprint h1 + p:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 2.14em;
  height: 2px;
  background-color: #EA0029;
  width: 90px;
}
@media (min-width: 768px) {
  .text-page--imprint h1 {
    padding-bottom: 2.3rem;
    margin-bottom: 2.8rem;
  }
  .text-page--imprint h1 ~ p {
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 2.8em;
  }
}
.text-page--business .download-btn {
  margin-left: auto;
}
.text-page--business .tab-btn {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .text-page--business .tab-btn {
    padding-bottom: 1rem;
  }
  .text-page--business .tab-btn:after {
    bottom: 0;
    height: 3px;
  }
}
.text-page--business .tabs-content {
  margin-top: 1rem;
}
.text-page--business .tabs-content .text {
  margin-top: 1.25rem;
}
.text-page .conditions {
  text-align: left;
  color: #707070;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .text-page .conditions {
    border-top: none;
    border-bottom: none;
  }
}
.text-page .conditions h2 {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
}
.text-page .conditions h2:after {
  background-color: currentColor;
  left: 0;
  transform: translateX(0);
  width: 90px;
}
@media (max-width: 767px) {
  .text-page .conditions h2 {
    text-align: center;
    padding: 1em 0;
    display: block;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
  .text-page .conditions h2:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .text-page .conditions h2 {
    padding-bottom: 2.65rem;
    margin-bottom: 2.65rem;
  }
}
.text-page .conditions p {
  font: 300 12px/1.4 "boxed";
}
@media (min-width: 576px) {
  .text-page .conditions p {
    font-size: 1rem;
  }
}

.text ul, .text ol {
  padding-left: 0;
  list-style: none;
}
.text ol {
  counter-reset: orderedList;
}
.text ol li {
  counter-increment: orderedList;
  margin-top: 1em;
  font: 300 1rem/1.3 "boxed";
}
.text ol li:before {
  content: counters(orderedList, ".") ". ";
}
.text ol li h3, .text ol li:before {
  display: inline;
}
.text ol > li:first-child {
  margin-top: 0;
}
.text ol > li:before {
  font-weight: 700;
}
.text ol > li ol li:first-child {
  margin-top: 1em;
}
.text ol > li ol li:before {
  font-weight: inherit;
}

div.search-results {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.search-results * {
  text-align: center;
}
div.search-results--heading h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}
div.search-results--heading h1 b, div.search-results--heading h1 strong {
  color: #f92e64;
}
div.search-results--heading h1 + p {
  font: 300 1.25rem/1.3 "boxed";
}
div.search-results--list {
  list-style: none;
  padding-left: 0;
}
div.search-results--item {
  border-bottom: 1px solid #878782;
  padding: 30px 0;
  position: relative;
}
div.search-results--item:before {
  content: "//";
  background-color: #1d1d1b;
  width: 30px;
  height: 30px;
  color: #878782;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  div.search-results--item {
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  div.search-results--item {
    padding: 80px 0;
  }
}
div.search-results--item h3 {
  margin: 0;
  font: 800 3rem/1.3 "boxed";
}
@media (min-width: 992px) {
  div.search-results--item h3 {
    font-size: 4rem;
  }
}
div.search-results a + p {
  font: 300 1.25rem/1.3 "boxed";
  margin-top: 2em;
}
div.search-results .date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font: 500 1rem/1 "boxed";
  color: #878782;
}
div.search-results .date .icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
div.search-results .date .icon svg {
  fill: #878782;
}
div.search-results a {
  color: currentColor;
}
@media (hover: hover) {
  div.search-results a {
    transition: 0.3s;
  }
  div.search-results a:hover {
    text-decoration: underline;
  }
}

.navigation-mobile li a[href] + .toggle_submneu {
    width: 100%;
}
 
.navigation-mobile li .toggle_submneu .toggle_icon {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
/*# sourceMappingURL=build.css.map */

@media (max-width: 767px) {
  .downloads .tab-button-list {
    margin: 25px 0;
  }
  .downloads .tab-button-list--item {
    margin-bottom: 15px;
  }
}