/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/atf2bsg.css);
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (2) ***!
  \********************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-fhd,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-fhd-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-fhd-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-fhd-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-fhd-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-fhd-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-fhd-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-fhd-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-fhd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-fhd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-fhd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-fhd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-fhd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-fhd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-fhd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-fhd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-fhd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-fhd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-fhd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-fhd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-fhd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 8.33333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.66666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.33333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.66666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.33333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.66666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.33333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.66666667%;
  }
  .g-fhd-0,
  .gx-fhd-0 {
    --bs-gutter-x: 0;
  }
  .g-fhd-0,
  .gy-fhd-0 {
    --bs-gutter-y: 0;
  }
  .g-fhd-1,
  .gx-fhd-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-fhd-1,
  .gy-fhd-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-fhd-2,
  .gx-fhd-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-fhd-2,
  .gy-fhd-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-fhd-3,
  .gx-fhd-3 {
    --bs-gutter-x: 1rem;
  }
  .g-fhd-3,
  .gy-fhd-3 {
    --bs-gutter-y: 1rem;
  }
  .g-fhd-4,
  .gx-fhd-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-fhd-4,
  .gy-fhd-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-fhd-5,
  .gx-fhd-5 {
    --bs-gutter-x: 3rem;
  }
  .g-fhd-5,
  .gy-fhd-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-grid {
    display: grid !important;
  }
  .d-fhd-inline-grid {
    display: inline-grid !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-row {
    display: table-row !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-fhd-none {
    display: none !important;
  }
  .flex-fhd-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-fhd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-fhd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-fhd-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-fhd-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-fhd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-fhd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-fhd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-fhd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-fhd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-fhd-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-fhd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-fhd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-fhd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-fhd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-fhd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-fhd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-fhd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-fhd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-fhd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-fhd-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-fhd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-fhd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-fhd-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-fhd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-fhd-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-fhd-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-fhd-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-fhd-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-fhd-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-fhd-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-fhd-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-fhd-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-fhd-0 {
    margin: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.25rem !important;
  }
  .m-fhd-2 {
    margin: 0.5rem !important;
  }
  .m-fhd-3 {
    margin: 1rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 3rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-fhd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-fhd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-fhd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-fhd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-fhd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-fhd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-fhd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-fhd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-fhd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-fhd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mt-fhd-1 {
    margin-top: 0.25rem !important;
  }
  .mt-fhd-2 {
    margin-top: 0.5rem !important;
  }
  .mt-fhd-3 {
    margin-top: 1rem !important;
  }
  .mt-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mt-fhd-5 {
    margin-top: 3rem !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .me-fhd-0 {
    margin-right: 0 !important;
  }
  .me-fhd-1 {
    margin-right: 0.25rem !important;
  }
  .me-fhd-2 {
    margin-right: 0.5rem !important;
  }
  .me-fhd-3 {
    margin-right: 1rem !important;
  }
  .me-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .me-fhd-5 {
    margin-right: 3rem !important;
  }
  .me-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }
  .mb-fhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-fhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-fhd-3 {
    margin-bottom: 1rem !important;
  }
  .mb-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-fhd-5 {
    margin-bottom: 3rem !important;
  }
  .mb-fhd-auto {
    margin-bottom: auto !important;
  }
  .ms-fhd-0 {
    margin-left: 0 !important;
  }
  .ms-fhd-1 {
    margin-left: 0.25rem !important;
  }
  .ms-fhd-2 {
    margin-left: 0.5rem !important;
  }
  .ms-fhd-3 {
    margin-left: 1rem !important;
  }
  .ms-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .ms-fhd-5 {
    margin-left: 3rem !important;
  }
  .ms-fhd-auto {
    margin-left: auto !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.25rem !important;
  }
  .p-fhd-2 {
    padding: 0.5rem !important;
  }
  .p-fhd-3 {
    padding: 1rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 3rem !important;
  }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-fhd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-fhd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-fhd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-fhd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-fhd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-fhd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-fhd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-fhd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-fhd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-fhd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-fhd-0 {
    padding-top: 0 !important;
  }
  .pt-fhd-1 {
    padding-top: 0.25rem !important;
  }
  .pt-fhd-2 {
    padding-top: 0.5rem !important;
  }
  .pt-fhd-3 {
    padding-top: 1rem !important;
  }
  .pt-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pt-fhd-5 {
    padding-top: 3rem !important;
  }
  .pe-fhd-0 {
    padding-right: 0 !important;
  }
  .pe-fhd-1 {
    padding-right: 0.25rem !important;
  }
  .pe-fhd-2 {
    padding-right: 0.5rem !important;
  }
  .pe-fhd-3 {
    padding-right: 1rem !important;
  }
  .pe-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pe-fhd-5 {
    padding-right: 3rem !important;
  }
  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pb-fhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-fhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-fhd-3 {
    padding-bottom: 1rem !important;
  }
  .pb-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-fhd-5 {
    padding-bottom: 3rem !important;
  }
  .ps-fhd-0 {
    padding-left: 0 !important;
  }
  .ps-fhd-1 {
    padding-left: 0.25rem !important;
  }
  .ps-fhd-2 {
    padding-left: 0.5rem !important;
  }
  .ps-fhd-3 {
    padding-left: 1rem !important;
  }
  .ps-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .ps-fhd-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Open Sans */
/* Futura */
body {
  margin: 0;
  padding-top: 110px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  color: rgb(0, 0, 0);
  line-height: 1;
  background-color: rgb(255, 255, 255);
  position: relative;
}
@media (min-width: 1280px) {
  body {
    padding-top: 130px;
  }
}
body.no-scroll, body.modal-open {
  overflow: hidden;
}

html {
  margin-top: 0 !important;
}

a,
button,
.btn {
  text-decoration: none;
}
a:hover,
button:hover,
.btn:hover {
  text-decoration: none;
}
a:focus,
button:focus,
.btn:focus {
  outline: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

iframe {
  max-width: 100%;
}

img {
  display: block;
}
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ml-auto {
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: 700;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  list-style: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.section {
  overflow: hidden;
}

p, ul li *,
ol li *, ul li,
ol li {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  p, ul li *,
  ol li *, ul li,
  ol li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  p, ul li *,
  ol li *, ul li,
  ol li {
    font-size: 18px;
    line-height: 28px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h1, h2 {
  font-size: 45px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  h1, h2 {
    font-size: 80px;
  }
}
@media (min-width: 1920px) {
  h1, h2 {
    font-size: 90px;
  }
}

h3 {
  font-size: 25px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 35px;
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 35px;
  }
}

h5, h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h5, h6 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  h5, h6 {
    font-size: 24px;
  }
}

ul li,
ol li {
  margin-bottom: 5px !important;
}
ul {
  list-style: square;
}

a {
  color: rgb(0, 0, 0);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: rgb(0, 123, 188);
}

small {
  line-height: 1.1;
  display: inline-block;
}

.breadcrumbs {
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.breadcrumbs * {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(177, 177, 177);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .breadcrumbs * {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .breadcrumbs * {
    font-size: 18px;
  }
}
.breadcrumbs__item, .breadcrumbs__separator {
  margin-bottom: 7px;
  display: inline-block;
}
.breadcrumbs__link * {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs__link:hover * {
  color: rgb(0, 123, 188);
}
.breadcrumbs__separator {
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumbs__current {
  color: rgb(0, 123, 188);
}

button {
  border-radius: 0 !important;
}

.btn {
  padding: 17px 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .btn {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .btn {
    padding: 20px 30px;
    font-size: 24px;
  }
}
.btn--primary {
  background-color: rgb(214, 229, 233);
}
.btn--secondary {
  background-color: rgb(234, 244, 215);
}

.header-top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dadfe0;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1044;
}
@media (min-width: 1280px) {
  .header-top {
    height: 45px;
  }
}
.header-top__links {
  height: 100%;
  gap: 12px;
}
@media (min-width: 1280px) {
  .header-top__links {
    gap: 12px 35px;
  }
}
.header-top__link {
  color: rgb(0, 0, 0);
  gap: 0;
}
@media (max-width: 1279.98px) {
  .header-top__link:nth-child(3) {
    display: none !important;
  }
}
.header-top__link:hover {
  color: rgb(0, 123, 188);
}
.header-top__link:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(66%) saturate(4962%) hue-rotate(183deg) brightness(94%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(31%) sepia(66%) saturate(4962%) hue-rotate(183deg) brightness(94%) contrast(101%);
}
@media (min-width: 768px) {
  .header-top__link {
    gap: 0 10px;
  }
}
.header-top__icon {
  max-width: 18px;
  max-height: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-menu * {
  font-family: "futura-pt", sans-serif !important;
}
.header-menu .submenu-wrapper,
.header-menu .sub-menu {
  display: none !important;
}
.header-menu .submenu-wrapper.visible,
.header-menu .sub-menu.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.header-menu .submenu-wrapper.d-block {
  display: block !important;
}
.header-menu .sub-menu.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-menu__list {
  height: 100%;
}
.header-menu__list li, .header-menu__list .submenu-wrapper {
  font-size: 0;
  line-height: 1;
}
.header-menu__list ul, .header-menu__list li, .header-menu__list a, .header-menu__list .submenu-wrapper {
  margin-bottom: 0 !important;
}
.header-menu__list .menu-item a {
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-menu__list .menu-item a:hover {
  opacity: 0.7;
}
.header-menu__list .menu-item.current-menu-item > a, .header-menu__list .menu-item.current-menu-item > a .submenu-title {
  font-weight: 600 !important;
}
.header-menu__list .menu-item .submenu-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.header-menu__list > li > a {
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1400px) {
  .header-menu__list > li > a {
    padding: 0 30px;
  }
}
@media (min-width: 1920px) {
  .header-menu__list > li > a {
    padding: 0 40px;
  }
}
.header-menu__list > li .submenu-wrapper {
  width: 100%;
  left: 0;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  z-index: 51;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.header-menu__list > li .submenu-wrapper .sub-menu {
  max-width: 1800px;
  margin: 0 auto;
}
.header-menu__list > li > .submenu-wrapper {
  top: 84px;
  background-color: rgb(214, 229, 233);
}
.header-menu__list > li > .submenu-wrapper > .sub-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu__list > li > .submenu-wrapper > .sub-menu > li {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1920px) {
  .header-menu__list > li > .submenu-wrapper > .sub-menu > li {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.header-menu__list > li > .submenu-wrapper > .sub-menu > li * {
  margin: 0;
}
.header-menu__list > li > .submenu-wrapper > .sub-menu > li .menu-icon {
  height: 60px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center bottom;
     object-position: center bottom;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-menu__list > li > .submenu-wrapper > .sub-menu > li > a {
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1400px) {
  .header-menu__list > li > .submenu-wrapper > .sub-menu > li > a {
    padding: 0 15px;
  }
}
@media (min-width: 1920px) {
  .header-menu__list > li > .submenu-wrapper > .sub-menu > li > a {
    padding: 0 35px;
    gap: 12px;
  }
}
.header-menu__list > li > .submenu-wrapper > .sub-menu > li > a .submenu-title {
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1920px) {
  .header-menu__list > li > .submenu-wrapper > .sub-menu > li > a .submenu-title {
    font-size: 18px;
  }
}
.header-menu__list > li > .submenu-wrapper .submenu-wrapper {
  top: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}
.header-menu__list > li > .submenu-wrapper .submenu-wrapper .sub-menu {
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
@media (min-width: 1920px) {
  .header-menu__list > li > .submenu-wrapper .submenu-wrapper .sub-menu {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.header-menu__list > li > .submenu-wrapper .submenu-wrapper .sub-menu a {
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1920px) {
  .header-menu__list > li > .submenu-wrapper .submenu-wrapper .sub-menu a {
    font-size: 18px;
  }
}

.footer-menu {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-menu {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .footer-menu {
    margin-top: 50px;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul * {
  margin: 0 !important;
}
.footer-menu ul li {
  line-height: 1;
}
.footer-menu ul li a {
  line-height: 1.5;
  display: inline-block;
}
.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.footer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 18px;
}
.footer-menu__item > a {
  font-weight: 600;
  position: relative;
}
@media (min-width: 1280px) {
  .footer-menu__item > a {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .footer-menu__item--has-children {
    gap: 0 25px;
  }
}
.footer-menu__item--has-children > a {
  padding-right: 15px;
}
.footer-menu__item--has-children > a::before {
  content: "";
  width: 7px;
  height: 7px;
  top: 9px;
  right: 2px;
  border: 1px solid rgb(0, 0, 0);
  border-bottom: none;
  border-left: none;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-menu__submenu {
  padding-top: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.footer-menu__submenu-item a {
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .footer-menu__submenu-item a {
    font-size: 14px;
  }
}

.menu-mobile {
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1040;
}
.menu-mobile * {
  font-family: "futura-pt", sans-serif !important;
}
.menu-mobile__header {
  height: 70px;
}
.menu-mobile__toggler, .menu-mobile__logo {
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-mobile__toggler {
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 1040;
}
.menu-mobile__toggler:hover .menu-mobile__toggler-item {
  background-color: rgb(0, 0, 0) !important;
}
@media (min-width: 768px) {
  .menu-mobile__toggler {
    width: 41px;
    height: 29px;
  }
}
.menu-mobile__toggler-item {
  width: 35px;
  height: 1px;
  background-color: #1D1D1B;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-mobile__toggler-item:first-child {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.menu-mobile__toggler-item:nth-child(2) {
  margin: 11px 0;
}
.menu-mobile__toggler-item:last-child {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (min-width: 768px) {
  .menu-mobile__toggler-item {
    width: 41px;
  }
  .menu-mobile__toggler-item:nth-child(2) {
    margin: 13px 0;
  }
}
.menu-mobile__logo {
  z-index: 1040;
}
.menu-mobile__logo-img {
  width: 142px;
}
@media (min-width: 768px) {
  .menu-mobile__logo-img {
    width: 188px;
  }
}
.menu-mobile #primaryMenuMobile {
  text-align: center;
}
.menu-mobile__level {
  width: 100%;
  max-height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  overflow: auto;
  z-index: 1031;
  -webkit-transition: max-height 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out;
  scrollbar-width: auto;
  scrollbar-color: rgb(0, 0, 0);
}
.menu-mobile__level::-webkit-scrollbar {
  width: 10px;
  background-color: rgb(0, 0, 0);
}
.menu-mobile__level::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}
.menu-mobile__level::-webkit-scrollbar-thumb {
  background-color: rgb(6, 48, 63);
  border-radius: 10px;
  border: 3px solid rgb(0, 0, 0);
}
.menu-mobile__level .menu-item {
  font-size: 0;
  line-height: 1;
}
.menu-mobile__level .menu-item * {
  font-weight: 400;
}
.menu-mobile__level .menu-item a {
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-mobile__level .menu-item a:hover {
  opacity: 0.7;
}
.menu-mobile__level .menu-item:last-child {
  margin-bottom: 0 !important;
}
.menu-mobile__level .menu-item.current-menu-item a,
.menu-mobile__level .menu-item.current-menu-item a .submenu-title {
  font-weight: 600 !important;
}
.menu-mobile__level .menu-item.menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.menu-mobile__level .menu-item.menu-item-has-children > a .menu-item-arrow {
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
}
.menu-mobile__level .menu-item.menu-item-has-children > a .menu-item-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(0, 0, 0);
  border-bottom: none;
  border-left: none;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.menu-mobile__level-header {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.menu-mobile__level-header img {
  max-width: 48px;
  margin: 0 auto;
}
.menu-mobile__level--1 {
  top: 70px;
  background-color: rgb(255, 255, 255);
}
.menu-mobile__level--1 .menu-item {
  margin-bottom: 30px !important;
  text-align: center;
}
.menu-mobile__level--1 .menu-item a {
  font-size: 24px;
  color: rgb(0, 0, 0);
}
.menu-mobile__level--1 .sub-menu {
  display: none;
}
.menu-mobile__level--2 .sub-menu, .menu-mobile__level--3 .sub-menu {
  margin: 0;
  padding: 0;
}
.menu-mobile__level--2 .sub-menu .menu-item, .menu-mobile__level--3 .sub-menu .menu-item {
  margin-bottom: 25px !important;
}
.menu-mobile__level--2 .sub-menu .menu-item:last-child, .menu-mobile__level--3 .sub-menu .menu-item:last-child {
  margin-bottom: 0 !important;
}
.menu-mobile__level--2 {
  top: 0;
  background-color: rgb(214, 229, 233);
}
.menu-mobile__level--2 .sub-menu .sub-menu,
.menu-mobile__level--2 .menu-item-arrow {
  display: none;
}
.menu-mobile__level--2 .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 15px;
}
@media (min-width: 576px) {
  .menu-mobile__level--2 .sub-menu {
    gap: 40px 15px;
  }
}
.menu-mobile__level--2 .sub-menu > li.menu-item {
  width: calc((100% - 30px) / 3);
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.menu-mobile__level--2 .sub-menu > li.menu-item * {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 480px) {
  .menu-mobile__level--2 .sub-menu > li.menu-item {
    width: auto;
    min-width: 100px;
  }
  .menu-mobile__level--2 .sub-menu > li.menu-item > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.menu-mobile__level--2 .sub-menu > li.menu-item .menu-icon {
  height: 60px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center bottom;
     object-position: center bottom;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-mobile__level--2 .sub-menu > li.menu-item > a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu-mobile__level--2 .sub-menu > li.menu-item > a .submenu-title {
  height: 100%;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-mobile__level--3 {
  top: 0;
  background-color: rgb(255, 255, 255);
}
.menu-mobile__level--3 .menu-mobile__level-content {
  padding-top: 30px;
}
.menu-mobile__level--3 .menu-mobile__level-content .sub-menu .menu-item {
  text-align: center;
}
.menu-mobile__level--3 .menu-mobile__level-content .sub-menu .menu-item a {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-transform: uppercase;
}
.menu-mobile__back {
  width: 100%;
  height: 70px;
  top: 40px;
  left: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
}
@media (min-width: 768px) {
  .menu-mobile__back {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.menu-mobile__back-logo img {
  width: 142px;
}
@media (min-width: 768px) {
  .menu-mobile__back-logo img {
    width: 188px;
  }
}
.menu-mobile__back-icon {
  width: 38px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.menu-mobile__back-icon::before, .menu-mobile__back-icon::after {
  content: "";
  position: absolute;
}
.menu-mobile__back-icon::before {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 4px;
  border: 1px solid rgb(0, 0, 0);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile__back-icon::after {
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: rgb(0, 0, 0);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-mobile__overlay {
  width: 100%;
  top: 110px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 1030;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.4s;
  transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.4s;
}
.menu-mobile--open .menu-mobile__toggler-item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-mobile--open .menu-mobile__toggler-item:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile--open .menu-mobile__toggler-item:nth-child(2) {
  opacity: 0;
}
.menu-mobile--open .menu-mobile__toggler-item:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-mobile--open .menu-mobile__level.menu-level-open {
  opacity: 1;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.4s;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.4s;
}
.menu-mobile--open .menu-mobile__level--1.menu-level-open {
  max-height: calc(100vh - 110px);
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-mobile--open .menu-mobile__level--2.menu-level-open {
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1042;
}
@media (min-width: 576px) {
  .menu-mobile--open .menu-mobile__level--2.menu-level-open {
    padding-bottom: 50px;
  }
}
.menu-mobile--open .menu-mobile__level--3.menu-level-open {
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1043;
}
@media (min-width: 576px) {
  .menu-mobile--open .menu-mobile__level--3.menu-level-open {
    padding-bottom: 50px;
  }
}
.menu-mobile--open .menu-mobile__overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.4s;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out;
}
.menu-mobile--wc .wc-links {
  margin-right: 15px;
  margin-left: auto;
  gap: 10px;
  z-index: 1040;
}
@media (min-width: 576px) {
  .menu-mobile--wc .wc-links {
    margin-right: 25px;
    gap: 15px;
  }
}
.menu-mobile--wc .wc-links a svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 576px) {
  .menu-mobile--wc .wc-links a svg {
    width: 30px;
    height: 30px;
  }
}

body.menu-open {
  overflow: hidden;
}

.lang {
  position: relative;
}
.lang__list .wpml-ls {
  border: none;
}
.lang__list .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-current-language {
  margin: 0 !important;
}
.lang__list .wpml-ls-legacy-dropdown-click a {
  margin: 0;
  padding: 3px 18px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  border: none;
  background-color: transparent;
}
.lang__list .wpml-ls-legacy-dropdown-click a:hover {
  background-color: transparent;
}
.lang__list .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}
.lang__list .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  width: 0px;
  height: 0px;
  top: 10px;
  right: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lang__list .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle .wpml-ls-native {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  width: 50px;
  right: 0;
  left: auto;
  margin-top: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  margin-bottom: 0;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-item:hover > a {
  color: rgb(0, 123, 188);
  background-color: transparent;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-link span {
  margin: 0;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.lang__list .wpml-ls-legacy-dropdown-click .wpml-ls-link:hover span {
  color: rgb(0, 0, 0);
}
.lang__list .wpml-ls-item {
  margin-bottom: 10px;
}
.lang__list .wpml-ls-item:last-child {
  margin-bottom: 0 !important;
}
.lang__list .wpml-ls-link {
  padding: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang__list .wpml-ls-link span {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.modal-form {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 1050;
}
.modal-form__close-wrapper {
  width: 100%;
  height: 20px;
  top: 10px;
  right: 0;
  left: 0;
  position: fixed;
}
@media (min-width: 576px) {
  .modal-form__close-wrapper {
    top: 15px;
  }
}
@media (min-width: 768px) {
  .modal-form__close-wrapper {
    height: 24px;
  }
}
.modal-form__close {
  width: 20px;
  height: 20px;
  top: 0px;
  right: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.modal-form__close::before, .modal-form__close::after {
  content: "";
  width: 20px;
  height: 3px;
  top: 7px;
  left: 0;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.modal-form__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-form__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-form__close:hover::before, .modal-form__close:hover::after {
  background-color: rgb(0, 123, 188);
}
@media (min-width: 576px) {
  .modal-form__close {
    top: 5px;
    right: -20px;
  }
}
@media (min-width: 768px) {
  .modal-form__close {
    width: 24px;
    height: 24px;
    top: 0px;
    right: -25px;
  }
  .modal-form__close::before, .modal-form__close::after {
    width: 28px;
    top: 11px;
    left: -2px;
  }
}
.modal-form__wrapper {
  top: 40px;
  right: 0;
  bottom: 30px;
  left: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal-form__wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.modal-form__close-wrapper, .modal-form__content {
  max-width: 490px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal-form__close-wrapper, .modal-form__content {
    max-width: 580px;
  }
}
@media (min-width: 1280px) {
  .modal-form__close-wrapper, .modal-form__content {
    max-width: 700px;
  }
}
.modal-form__inner {
  width: 100%;
  padding: 30px 15px 0 15px;
  position: relative;
}
@media (min-width: 576px) {
  .modal-form__inner {
    padding: 25px 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .modal-form__inner {
    padding: 30px 30px 0 30px;
  }
}
.modal-form__header {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.modal-form__header * {
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
}
@media (min-width: 576px) {
  .modal-form__header {
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .modal-form__header {
    padding-bottom: 20px;
  }
}
.modal-form__title {
  width: 100%;
  padding-bottom: 8px;
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .modal-form__title {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .modal-form__title {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .modal-form__title {
    width: 65%;
    padding-bottom: 8px;
    padding-right: 10px;
    font-size: 50px;
  }
}
.modal-form__product {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 123, 188);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-form__product {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .modal-form__product {
    width: 65%;
    padding-right: 10px;
    font-size: 18px;
  }
}
.modal-form__contact {
  width: 50%;
  text-align: right;
}
@media (min-width: 1280px) {
  .modal-form__contact {
    width: 35%;
    top: 10px;
    right: 0;
    text-align: left;
    position: absolute;
  }
}
.modal-form__contact-title {
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .modal-form__contact-title {
    padding-bottom: 5px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .modal-form__contact-title {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .modal-form__contact-title {
    font-size: 18px;
  }
}
.modal-form__contact-link {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 123, 188);
}
.modal-form__contact-link:hover {
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .modal-form__contact-link {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .modal-form__contact-link {
    font-size: 26px;
  }
}
.modal-form .form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.modal-form .form * {
  font-family: "Open Sans", sans-serif !important;
}
@media (min-width: 1280px) {
  .modal-form .form {
    width: 65%;
    padding-right: 10px;
  }
}
.modal-form .form .wpcf7-form-control {
  width: 100%;
}
.modal-form .form .wpcf7-textarea {
  width: 100% !important;
}
.modal-form .form__group {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .modal-form .form__group {
    margin-bottom: 12px;
  }
}
.modal-form .form__group p, .modal-form .form__group ul li, ul .modal-form .form__group li,
.modal-form .form__group ol li,
ol .modal-form .form__group li, .modal-form .form__group ul li *, ul li .modal-form .form__group *,
.modal-form .form__group ol li *,
ol li .modal-form .form__group * {
  margin-bottom: 0;
}
.modal-form .form__group br {
  display: none;
}
.modal-form .form__group label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .modal-form .form__group label {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__group label {
    font-size: 18px;
  }
}
.modal-form .form__group label span {
  color: rgb(0, 123, 188);
}
.modal-form .form__group .wpcf7-form-control-wrap {
  font-size: 0;
  line-height: 1;
  display: block;
}
.modal-form .form__group .wpcf7-form-control {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .modal-form .form__group .wpcf7-form-control {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__group .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.modal-form .form__group .wpcf7-form-control:not(.wpcf7-textarea) {
  height: 40px;
}
@media (min-width: 768px) {
  .modal-form .form__group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 44px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 50px;
  }
}
.modal-form .form__group .wpcf7-form-control:focus {
  border-color: rgb(0, 123, 188);
  outline: none;
}
.modal-form .form__group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.modal-form .form__group--row.address {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
@media (min-width: 576px) {
  .modal-form .form__group--row.address {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.modal-form .form__group--row.address .form__col:first-child {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 576px) {
  .modal-form .form__group--row.address .form__col:first-child {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__group--row.address .form__col:first-child {
    width: 150px;
  }
}
.modal-form .form__group--row.address .form__col:first-child .wpcf7-form-control {
  text-align: center;
}
.modal-form .form__group--row.address .form__col:last-child {
  width: 100%;
}
.modal-form .form__group--row.contact .form__col:first-child {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .modal-form .form__group--row.contact .form__col:first-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .modal-form .form__group--row.contact .form__col:last-child {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .modal-form .form__group--row.contact .form__col:last-child {
    width: 165px;
  }
}
@media (min-width: 576px) and (min-width: 1280px) {
  .modal-form .form__group--row.contact .form__col:last-child {
    width: 190px;
  }
}
.modal-form .form__acceptance {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .modal-form .form__acceptance {
    margin-top: 18px;
    margin-bottom: 30px;
  }
}
.modal-form .form__acceptance * {
  margin-bottom: 0;
}
.modal-form .form__acceptance .wpcf7-list-item {
  margin: 0;
}
.modal-form .form__acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.modal-form .form__acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.modal-form .form__acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.modal-form .form__acceptance .wpcf7-list-item-label {
  padding-left: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.modal-form .form__acceptance .wpcf7-list-item-label::before, .modal-form .form__acceptance .wpcf7-list-item-label::after {
  width: 13px;
  height: 13px;
  top: 5px;
  left: 0;
  position: absolute;
}
.modal-form .form__acceptance .wpcf7-list-item-label::before {
  border: 1.5px solid rgb(0, 0, 0);
  background-color: transparent;
  z-index: 1;
}
.modal-form .form__acceptance .wpcf7-list-item-label::after {
  background-color: rgb(0, 123, 188);
  opacity: 0;
}
.modal-form .form__acceptance .wpcf7-list-item-label span {
  color: rgb(0, 123, 188);
}
@media (min-width: 768px) {
  .modal-form .form__acceptance .wpcf7-list-item-label::before, .modal-form .form__acceptance .wpcf7-list-item-label::after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__acceptance .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-form .form__acceptance .wpcf7-list-item-label a {
  margin: 0;
}
.modal-form .form__acceptance .wpcf7-list-item-label a:hover {
  color: rgb(0, 123, 188);
}
.modal-form .form__info p, .modal-form .form__info ul li, ul .modal-form .form__info li,
.modal-form .form__info ol li,
ol .modal-form .form__info li, .modal-form .form__info ul li *, ul li .modal-form .form__info *,
.modal-form .form__info ol li *,
ol li .modal-form .form__info * {
  margin: 0;
  font-size: 12px;
  color: rgb(0, 123, 188);
  line-height: 1.1;
}
.modal-form .form__submit {
  width: 100%;
  max-width: 326px;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .modal-form .form__submit {
    max-width: 360px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__submit {
    margin-top: 40px;
  }
}
.modal-form .form__submit * {
  margin: 0;
  font-family: "futura-pt", sans-serif !important;
}
.modal-form .form__submit .wpcf7-spinner {
  display: none !important;
}
.modal-form .form__submit .wpcf7-submit {
  padding: 17px 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-form .form__submit .wpcf7-submit:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
@media (min-width: 576px) {
  .modal-form .form__submit .wpcf7-submit {
    padding: 17px 25px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .modal-form .form__submit .wpcf7-submit {
    padding: 20px 25px;
  }
}
@media (min-width: 1280px) {
  .modal-form .form__submit .wpcf7-submit {
    padding: 23px 25px;
  }
}
.modal-form .form .wpcf7-response-output {
  margin: 15px 0 0 0 !important;
  padding: 10px !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.modal-form .form .wpcf7-not-valid-tip {
  margin: 0;
  padding: 5px 10px 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.modal-form__shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), 0 calc(100% - 37px));
  position: absolute;
}
@media (min-width: 1280px) {
  .modal-form__shape {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
}

.modal-full-text .modal-form__wrapper {
  top: 100px;
}
.modal-full-text .modal-form__close-wrapper {
  top: 75px;
}
.modal-full-text .modal-form__inner {
  padding: 40px 40px 100px 40px;
}
.modal-full-text__title, .modal-full-text__text {
  position: relative;
  z-index: 1;
}
.modal-full-text__title {
  font-size: 18px;
  font-weight: 700;
}
.modal-full-text__text * {
  font-size: 15px;
  line-height: 25px;
}
.modal-full-text__text *:last-child {
  margin-bottom: 0;
}

.woocommerce-pagination {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .woocommerce-pagination {
    margin-top: 50px;
  }
}
.woocommerce-pagination .page-numbers {
  margin: 0 !important;
  border: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.woocommerce-pagination .page-numbers li {
  margin: 0 !important;
  border: none !important;
  float: none !important;
}
.woocommerce-pagination .page-numbers li .page-numbers {
  width: 40px;
  min-width: auto !important;
  height: 40px;
  padding: 0 !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;
  line-height: 1 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700 !important;
  background-color: rgb(214, 229, 233) !important;
}
.woocommerce-pagination .page-numbers li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-pagination .page-numbers li a:not(.next):hover, .woocommerce-pagination .page-numbers li a:not(.prev):hover {
  background-color: rgb(214, 229, 233) !important;
}
.woocommerce-pagination .page-numbers li a.next:hover, .woocommerce-pagination .page-numbers li a.prev:hover {
  color: rgb(0, 123, 188) !important;
  background-color: transparent !important;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card__content {
  padding-top: 20px;
  padding-bottom: 18px;
}
.product-card__title {
  margin-bottom: 5px;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 1280px) {
  .product-card__title {
    font-size: 20px;
  }
}
.product-card__excerpt {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1280px) {
  .product-card__excerpt {
    font-size: 14px;
  }
}
.product-card__price {
  margin-bottom: 20px;
}
.product-card__price .price {
  margin: 0;
  color: rgb(0, 0, 0) !important;
  display: block;
}
.product-card__price .price .woocommerce-Price-amount {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-card__price .price .woocommerce-Price-amount {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .product-card__price .price .woocommerce-Price-amount {
    font-size: 28px;
  }
}
.product-card__price .price del {
  margin-bottom: 5px;
  font-size: 0;
  line-height: 1;
  opacity: 1 !important;
  display: block !important;
}
.product-card__price .price del .woocommerce-Price-amount {
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 1280px) {
  .product-card__price .price del .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.product-card__bottom {
  margin-top: auto;
}
.product-card__bottom .button {
  padding: 17px 15px !important;
  font-family: "futura-pt", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: rgb(0, 0, 0) !important;
  line-height: 1 !important;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0) !important;
  border-radius: 0 !important;
  background-color: rgb(214, 229, 233) !important;
  display: block !important;
  cursor: pointer !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-card__bottom .button::after {
  display: none !important;
}
.product-card__bottom .button:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
}
@media (min-width: 768px) {
  .product-card__bottom .button {
    padding: 14px 15px !important;
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .product-card__bottom .button {
    padding: 20px 15px !important;
    font-size: 24px !important;
  }
}
.product-card__bottom .added_to_cart {
  display: none !important;
}

.fancybox__content {
  padding: 15px !important;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fhd,
.wp-block-group {
  max-width: 1860px;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid .row, .container-sm .row, .container-md .row, .container-lg .row, .container-xl .row, .container-xxl .row, .container-fhd .row,
.wp-block-group .row {
  margin-right: -10px;
  margin-left: -10px;
}
.container-fluid .row > *, .container-sm .row > *, .container-md .row > *, .container-lg .row > *, .container-xl .row > *, .container-xxl .row > *, .container-fhd .row > *,
.wp-block-group .row > * {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fhd,
  .wp-block-group {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fhd,
  .wp-block-group {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .container-fluid__inner,
  .wp-block-group__inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.wp-block-group {
  margin-right: auto;
  margin-left: auto;
}

.header {
  background-color: rgb(255, 255, 255);
  position: relative;
}
.header__content {
  height: 85px;
}
.header__logo {
  -ms-flex-item-align: center;
      align-self: center;
}
.header__logo-img {
  width: 142px;
}
@media (min-width: 576px) {
  .header__logo-img {
    width: 163px;
  }
}
@media (min-width: 768px) {
  .header__logo-img {
    width: 188px;
  }
}
@media (min-width: 1280px) {
  .header__logo-img {
    width: 163px;
  }
}
@media (min-width: 1920px) {
  .header__logo-img {
    width: 207px;
  }
}
.header--main .header__nav {
  height: 100%;
}

.header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1040;
  -webkit-transition: top 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.header-wrapper.nav-up {
  top: -110px !important;
}
@media (min-width: 1280px) {
  .header-wrapper.nav-up {
    top: -130px !important;
  }
}
.header-wrapper--sticky {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

body.admin-bar {
  padding-top: 156px;
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: 142px;
  }
}
@media (min-width: 1280px) {
  body.admin-bar {
    padding-top: 162px;
  }
}
body.admin-bar #wpadminbar {
  top: 0;
  left: 0;
  position: fixed;
}
body.admin-bar .header-wrapper {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .header-wrapper {
    top: 32px;
  }
}
body.admin-bar .menu-mobile__overlay {
  top: 156px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .menu-mobile__overlay {
    top: 142px;
  }
}
body.admin-bar .menu-mobile__back {
  top: 86px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .menu-mobile__back {
    top: 72px;
  }
}

.form * {
  font-family: "Open Sans", sans-serif !important;
}
.form .wpcf7-form-control {
  width: 100%;
}
.form .wpcf7-textarea {
  width: 100% !important;
}
.form__group {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .form__group {
    margin-bottom: 12px;
  }
}
.form__group p, .form__group ul li, ul .form__group li,
.form__group ol li,
ol .form__group li, .form__group ul li *, ul li .form__group *,
.form__group ol li *,
ol li .form__group * {
  margin-bottom: 0;
}
.form__group br {
  display: none;
}
.form__group label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .form__group label {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .form__group label {
    font-size: 18px;
  }
}
.form__group label span {
  color: rgb(0, 123, 188);
}
.form__group .wpcf7-form-control-wrap {
  font-size: 0;
  line-height: 1;
  display: block;
}
.form__group .wpcf7-form-control {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .form__group .wpcf7-form-control {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .form__group .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.form__group .wpcf7-form-control:not(.wpcf7-textarea) {
  height: 40px;
}
@media (min-width: 768px) {
  .form__group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 44px;
  }
}
@media (min-width: 1280px) {
  .form__group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 50px;
  }
}
.form__group .wpcf7-form-control:focus {
  border-color: rgb(0, 123, 188);
  outline: none;
}
.form__group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.form__acceptance {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form__acceptance {
    margin-top: 18px;
    margin-bottom: 30px;
  }
}
.form__acceptance * {
  margin-bottom: 0;
}
.form__acceptance .wpcf7-list-item {
  margin: 0;
}
.form__acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.form__acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.form__acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__acceptance .wpcf7-list-item-label {
  padding-left: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.form__acceptance .wpcf7-list-item-label::before, .form__acceptance .wpcf7-list-item-label::after {
  width: 13px;
  height: 13px;
  top: 5px;
  left: 0;
  position: absolute;
}
.form__acceptance .wpcf7-list-item-label::before {
  border: 1.5px solid rgb(0, 0, 0);
  background-color: transparent;
  z-index: 1;
}
.form__acceptance .wpcf7-list-item-label::after {
  background-color: rgb(0, 123, 188);
  opacity: 0;
}
.form__acceptance .wpcf7-list-item-label span {
  color: rgb(0, 123, 188);
}
@media (min-width: 768px) {
  .form__acceptance .wpcf7-list-item-label::before, .form__acceptance .wpcf7-list-item-label::after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1280px) {
  .form__acceptance .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px;
  }
}
.form__acceptance .wpcf7-list-item-label a {
  margin: 0;
}
.form__acceptance .wpcf7-list-item-label a:hover {
  color: rgb(0, 123, 188);
}
.form__info p, .form__info ul li, ul .form__info li,
.form__info ol li,
ol .form__info li, .form__info ul li *, ul li .form__info *,
.form__info ol li *,
ol li .form__info * {
  margin: 0;
  font-size: 12px;
  color: rgb(0, 123, 188);
  line-height: 1.1;
}
.form__submit {
  width: 100%;
  max-width: 326px;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .form__submit {
    max-width: 360px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .form__submit {
    margin-top: 40px;
  }
}
.form__submit * {
  margin: 0;
  font-family: "futura-pt", sans-serif !important;
}
.form__submit .wpcf7-spinner {
  display: none !important;
}
.form__submit .wpcf7-submit {
  padding: 17px 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form__submit .wpcf7-submit:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
@media (min-width: 576px) {
  .form__submit .wpcf7-submit {
    padding: 17px 25px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form__submit .wpcf7-submit {
    padding: 20px 25px;
  }
}
@media (min-width: 1280px) {
  .form__submit .wpcf7-submit {
    padding: 23px 25px;
  }
}
.form .wpcf7-response-output {
  margin: 15px 0 0 0 !important;
  padding: 10px !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.form .wpcf7-not-valid-tip {
  margin: 0;
  padding: 5px 10px 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

address {
  padding: 10px 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2;
  border: 1px solid rgb(0, 0, 0) !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.3s ease-in-out !important;
  transition: border-color 0.3s ease-in-out !important;
}
@media (min-width: 768px) {
  address {
    font-size: 16px !important;
  }
}
@media (min-width: 1280px) {
  address {
    min-height: 44px !important;
    padding: 10px 15px !important;
  }
}

.text-block,
.wp-block-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-block,
  .wp-block-group {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h4,
.wp-block-group h5,
.wp-block-group h6 {
  margin-bottom: 20px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6,
  .wp-block-group h1,
  .wp-block-group h2,
  .wp-block-group h3,
  .wp-block-group h4,
  .wp-block-group h5,
  .wp-block-group h6 {
    margin-bottom: 25px;
  }
}
.text-block h1, .text-block h2,
.wp-block-group h1,
.wp-block-group h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
}
@media (min-width: 768px) {
  .text-block h1, .text-block h2,
  .wp-block-group h1,
  .wp-block-group h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  .text-block h1, .text-block h2,
  .wp-block-group h1,
  .wp-block-group h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.text-block__title *,
.wp-block-group__title * {
  margin-bottom: 0;
  display: inline;
  position: relative;
  z-index: 1;
}
.text-block mark,
.wp-block-group mark {
  background-color: transparent;
}
.text-block mark::after,
.wp-block-group mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .text-block mark::after,
  .wp-block-group mark::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .text-block mark::after,
  .wp-block-group mark::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}

.img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.img-text {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .img-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .img-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .img-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.img-text h1, .img-text h2, .img-text h3, .img-text h4, .img-text h5, .img-text h6 {
  margin-bottom: 20px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .img-text h1, .img-text h2, .img-text h3, .img-text h4, .img-text h5, .img-text h6 {
    margin-bottom: 25px;
  }
}
.img-text h1, .img-text h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
}
@media (min-width: 768px) {
  .img-text h1, .img-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  .img-text h1, .img-text h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.img-text p, .img-text ul li, ul .img-text li,
.img-text ol li,
ol .img-text li, .img-text ul li *, ul li .img-text *,
.img-text ol li *,
ol li .img-text * {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text__img img {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .img-text__img img {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .img-text__img img {
    max-width: 80%;
  }
}
.img-text__content *:last-child {
  margin-bottom: 0;
}
.img-text__content img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .img-text__content img {
    width: calc(50% + 20px);
    margin: 40px 0;
    padding-right: 20px;
    float: left;
  }
}
@media (min-width: 1920px) {
  .img-text__content {
    padding-left: 45px !important;
  }
}

.icon-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .icon-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .icon-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .icon-text {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.icon-text__title {
  margin-bottom: 15px;
}
.icon-text__title-inner * {
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline;
  position: relative;
}
@media (min-width: 768px) {
  .icon-text__title-inner * {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .icon-text__title-inner * {
    font-size: 50px;
  }
}
.icon-text__title-inner mark {
  background-color: transparent;
}
.icon-text__title-inner mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  background-color: rgb(214, 229, 233);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .icon-text__title-inner mark::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .icon-text__title-inner mark::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
.icon-text__text p, .icon-text__text ul li, ul .icon-text__text li,
.icon-text__text ol li,
ol .icon-text__text li, .icon-text__text ul li *, ul li .icon-text__text *,
.icon-text__text ol li *,
ol li .icon-text__text * {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .icon-text__text p, .icon-text__text ul li, ul .icon-text__text li,
  .icon-text__text ol li,
  ol .icon-text__text li, .icon-text__text ul li *, ul li .icon-text__text *,
  .icon-text__text ol li *,
  ol li .icon-text__text * {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .icon-text__text p, .icon-text__text ul li, ul .icon-text__text li,
  .icon-text__text ol li,
  ol .icon-text__text li, .icon-text__text ul li *, ul li .icon-text__text *,
  .icon-text__text ol li *,
  ol li .icon-text__text * {
    margin-bottom: 30px;
  }
}
.icon-text__text *:last-child {
  margin-bottom: 0;
}
.icon-text__img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .icon-text__img {
    margin-bottom: 0;
  }
}
.icon-text__img img {
  margin: 0 auto;
}

.text-img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .text-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .text-img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .text-img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.text-img h1, .text-img h2, .text-img h3, .text-img h4, .text-img h5, .text-img h6 {
  margin-bottom: 20px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .text-img h1, .text-img h2, .text-img h3, .text-img h4, .text-img h5, .text-img h6 {
    margin-bottom: 25px;
  }
}
.text-img h1, .text-img h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
}
@media (min-width: 768px) {
  .text-img h1, .text-img h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  .text-img h1, .text-img h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.text-img p, .text-img ul li, ul .text-img li,
.text-img ol li,
ol .text-img li, .text-img ul li *, ul li .text-img *,
.text-img ol li *,
ol li .text-img * {
  margin-bottom: 20px;
}
.text-img__content *:last-child {
  margin-bottom: 0;
}
.text-img__content img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-img__content img {
    width: calc(50% + 20px);
    margin: 40px 0;
    padding-left: 20px;
    float: right;
  }
}
@media (min-width: 1920px) {
  .text-img__content {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .text-img__img img {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .text-img__img img {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .text-img__img img {
    max-width: 80%;
  }
}

.text-icon {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .text-icon {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .text-icon {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .text-icon {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.text-icon__title {
  margin-bottom: 25px;
}
.text-icon__title-inner * {
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline;
  position: relative;
}
@media (min-width: 768px) {
  .text-icon__title-inner * {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .text-icon__title-inner * {
    font-size: 50px;
  }
}
.text-icon__title-inner mark {
  background-color: transparent;
}
.text-icon__title-inner mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .text-icon__title-inner mark::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .text-icon__title-inner mark::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
.text-icon__text p, .text-icon__text ul li, ul .text-icon__text li,
.text-icon__text ol li,
ol .text-icon__text li, .text-icon__text ul li *, ul li .text-icon__text *,
.text-icon__text ol li *,
ol li .text-icon__text * {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-icon__text p, .text-icon__text ul li, ul .text-icon__text li,
  .text-icon__text ol li,
  ol .text-icon__text li, .text-icon__text ul li *, ul li .text-icon__text *,
  .text-icon__text ol li *,
  ol li .text-icon__text * {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .text-icon__text p, .text-icon__text ul li, ul .text-icon__text li,
  .text-icon__text ol li,
  ol .text-icon__text li, .text-icon__text ul li *, ul li .text-icon__text *,
  .text-icon__text ol li *,
  ol li .text-icon__text * {
    margin-bottom: 30px;
  }
}
.text-icon__text *:last-child {
  margin-bottom: 0;
}
.text-icon__img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-icon__img {
    margin-bottom: 0;
  }
}
.text-icon__img img {
  margin: 0 auto;
}

.icon-boxes {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  .icon-boxes {
    margin-bottom: 100px;
  }
}
.icon-boxes ul {
  margin: 0;
  padding: 0;
}
.icon-boxes ul li {
  margin: 0 !important;
}
.icon-boxes ul * {
  margin: 0;
  line-height: 1;
}
@media (min-width: 1920px) {
  .icon-boxes__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.icon-boxes__title {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .icon-boxes__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .icon-boxes__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .icon-boxes__title {
    margin-bottom: 65px;
  }
}
.icon-boxes__title * {
  position: relative;
  z-index: 1;
}
.icon-boxes__title *:last-child {
  margin-bottom: 0;
  display: inline;
}
.icon-boxes__title * mark {
  background-color: transparent;
}
.icon-boxes__title * mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -10px;
  bottom: 0;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .icon-boxes__title * mark::after {
    width: 112px;
    height: 46px;
    right: -13px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .icon-boxes__title * mark::after {
    width: 150px;
    height: 62px;
    right: -20px;
    clip-path: polygon(0 22px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .icon-boxes__title * mark::after {
    width: 168px;
    height: 70px;
    right: -40px;
    clip-path: polygon(0 24px, 100% 0, 100% 100%, 0% 100%);
  }
}
.icon-boxes__list {
  gap: 30px 0;
}
@media (min-width: 576px) {
  .icon-boxes__list {
    gap: 40px 0;
  }
}
.icon-boxes .icon-box__content {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: relative;
}
@media (min-width: 1280px) {
  .icon-boxes .icon-box__content {
    max-width: none;
  }
}
.icon-boxes .icon-box__img {
  position: relative;
  z-index: 1;
}
.icon-boxes .icon-box__img img {
  width: 210px;
  height: 210px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.icon-boxes .icon-box__img-primary {
  opacity: 1;
}
.icon-boxes .icon-box__img-hover {
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
}
.icon-boxes .icon-box__title {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .icon-boxes .icon-box__title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .icon-boxes .icon-box__title {
    font-size: 28px;
  }
}
.icon-boxes .icon-box__shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(214, 229, 233);
  clip-path: polygon(0 45%, 100% 66%, 100% 100%, 0% 100%);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.icon-boxes .icon-box__desc {
  top: 100%;
  right: 0;
  left: 0;
  margin-top: -2px;
  padding: 20px 20px 25px 20px;
  background-color: rgb(214, 229, 233);
  opacity: 0;
  position: absolute;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.icon-boxes .icon-box__desc * {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .icon-boxes .icon-box__desc * {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .icon-boxes .icon-box__desc {
    padding-bottom: 30px;
  }
  .icon-boxes .icon-box__desc * {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .icon-boxes .icon-box__desc {
    padding: 30px 40px 50px 40px;
  }
  .icon-boxes .icon-box__desc * {
    font-size: 18px;
  }
}
.icon-boxes .icon-box:hover .icon-box__img-primary {
  opacity: 0;
}
.icon-boxes .icon-box:hover .icon-box__img-hover {
  opacity: 1;
}
.icon-boxes .icon-box:hover .icon-box__shape, .icon-boxes .icon-box:hover .icon-box__desc {
  opacity: 1;
}

.logo-list {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .logo-list {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .logo-list {
    margin-top: 100px;
  }
}
@media (min-width: 1920px) {
  .logo-list {
    padding-bottom: 60px;
  }
}
.logo-list ul {
  margin: 0;
  padding: 0;
}
.logo-list ul li {
  margin: 0 !important;
}
.logo-list ul * {
  margin: 0;
  line-height: 1;
}
.logo-list__title, .logo-list__slider {
  position: relative;
  z-index: 1;
}
.logo-list__title {
  margin-bottom: 45px;
}
@media (min-width: 1280px) {
  .logo-list__title {
    margin-bottom: 50px;
  }
}
.logo-list__title *:last-child {
  margin-bottom: 0;
}
.logo-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-list__item:hover img {
  -webkit-filter: none;
          filter: none;
}
.logo-list__item-img {
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .logo-list__item-img {
    max-height: 35px;
  }
}
@media (min-width: 1280px) {
  .logo-list__item-img {
    max-height: 48px;
  }
}
.logo-list__shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 32%, 100% 27%, 100% 100%, 0% 100%);
  position: absolute;
}
@media (min-width: 576px) {
  .logo-list__shape {
    clip-path: polygon(0 37%, 100% 12%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) {
  .logo-list__shape {
    clip-path: polygon(0 41%, 100% 18%, 100% 100%, 0% 100%);
  }
}

.hero-slider {
  width: 100%;
  overflow: hidden;
}
.hero-slider ul * {
  margin: 0;
  font-size: 0;
  line-height: 1;
}
.hero-slider ul li {
  margin: 0 !important;
}
.hero-slider .splide__arrows {
  display: none;
}
.hero-slider .hero-slide {
  padding-bottom: 8px;
}
@media (min-width: 576px) {
  .hero-slider .hero-slide {
    padding-bottom: 0;
  }
}
.hero-slider .hero-slide__content {
  width: 100%;
  height: 100%;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (min-width: 576px) {
  .hero-slider .hero-slide__content {
    min-height: 310px;
  }
}
@media (min-width: 1280px) {
  .hero-slider .hero-slide__content {
    min-height: 465px;
  }
}
@media (min-width: 1920px) {
  .hero-slider .hero-slide__content {
    min-height: 725px;
  }
}
.hero-slider .hero-slide__caption {
  height: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 1920px) {
  .hero-slider .hero-slide__caption {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.hero-slider .hero-slide__text {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .hero-slider .hero-slide__text {
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .hero-slider .hero-slide__text {
    padding-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .hero-slider .hero-slide__text {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}
@media (min-width: 1920px) {
  .hero-slider .hero-slide__text {
    padding-top: 150px;
    padding-bottom: 270px;
  }
}
.hero-slider .hero-slide__text h1, .hero-slider .hero-slide__text h2, .hero-slider .hero-slide__text h3, .hero-slider .hero-slide__text h4, .hero-slider .hero-slide__text h5, .hero-slider .hero-slide__text h6, .hero-slider .hero-slide__text span {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .hero-slider .hero-slide__text h1, .hero-slider .hero-slide__text h2, .hero-slider .hero-slide__text h3, .hero-slider .hero-slide__text h4, .hero-slider .hero-slide__text h5, .hero-slider .hero-slide__text h6, .hero-slider .hero-slide__text span {
    font-size: 66px;
    line-height: 70px;
  }
}
.hero-slider .hero-slide__btn {
  right: 15px;
  bottom: -8px;
  left: 15px;
  padding: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-slider .hero-slide__btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
@media (min-width: 576px) {
  .hero-slider .hero-slide__btn {
    bottom: 3px;
  }
}
@media (min-width: 768px) {
  .hero-slider .hero-slide__btn {
    min-width: 350px;
    right: auto;
    left: 20px;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .hero-slider .hero-slide__btn {
    min-width: 360px;
    bottom: 50px;
    left: 30px;
    padding: 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  .hero-slider .hero-slide__btn {
    bottom: 90px;
    left: 50px;
  }
}
.hero-slider .hero-slide__img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 25px));
  position: absolute;
}
@media (min-width: 576px) {
  .hero-slider .hero-slide__img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 60px));
  }
}
@media (min-width: 1280px) {
  .hero-slider .hero-slide__img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 90px));
  }
}
@media (min-width: 1920px) {
  .hero-slider .hero-slide__img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 140px));
  }
}

.gallery-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gallery-list__item {
  margin-bottom: 15px;
}
.gallery-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .gallery-list__item {
    margin-bottom: 20px;
  }
}
.gallery-list__item-link {
  cursor: pointer;
}
.gallery-list__item-link img {
  width: 100%;
  aspect-ratio: 430/300;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-list__item-link:hover img {
  opacity: 0.8;
}

.tiles-vertical {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .tiles-vertical {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .tiles-vertical {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .tiles-vertical {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.tiles-vertical__list {
  gap: 45px 0;
}
@media (min-width: 768px) {
  .tiles-vertical__list {
    gap: 40px 0;
  }
}
@media (min-width: 1920px) {
  .tiles-vertical__list {
    margin-right: -15px !important;
    margin-left: -15px !important;
    gap: 50px 0;
  }
}
@media (min-width: 1920px) {
  .tiles-vertical .tile-vertical {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tiles-vertical .tile-vertical__link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tiles-vertical .tile-vertical__link:hover {
  opacity: 0.8;
}
.tiles-vertical .tile-vertical__img {
  width: 100%;
  aspect-ratio: 435/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .tiles-vertical .tile-vertical__img {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .tiles-vertical .tile-vertical__img {
    max-width: 100%;
  }
}
.tiles-vertical .tile-vertical__content {
  margin-top: 24px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .tiles-vertical .tile-vertical__content {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tiles-vertical .tile-vertical__content {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .tiles-vertical .tile-vertical__content {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .tiles-vertical .tile-vertical__content {
    margin-top: 85px;
  }
}
.tiles-vertical .tile-vertical__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tiles-vertical .tile-vertical__title {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .tiles-vertical .tile-vertical__title {
    font-size: 20px;
  }
}
.tiles-vertical .tile-vertical__text * {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .tiles-vertical .tile-vertical__text * {
    font-size: 14px;
  }
}
.tiles-vertical .tile-vertical__text *:last-child {
  margin-bottom: 0;
}
.tiles-vertical .tile-vertical__more {
  margin-top: 30px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tiles-vertical .tile-vertical__more:hover {
  color: rgb(0, 123, 188);
}
.tiles-vertical .tile-vertical__btn {
  margin-top: auto;
}

.tiles-horizontal {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .tiles-horizontal {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .tiles-horizontal {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .tiles-horizontal {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.tiles-horizontal__list {
  gap: 45px 0;
}
@media (min-width: 768px) {
  .tiles-horizontal__list {
    gap: 40px 0;
  }
}
@media (min-width: 1920px) {
  .tiles-horizontal__list {
    margin-right: -15px !important;
    margin-left: -15px !important;
    gap: 50px 0;
  }
}
@media (min-width: 1920px) {
  .tiles-horizontal .tile-horizontal {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tiles-horizontal .tile-horizontal__link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tiles-horizontal .tile-horizontal__link:hover {
  opacity: 0.8;
}
@media (min-width: 1920px) {
  .tiles-horizontal .tile-horizontal__row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 1920px) {
  .tiles-horizontal .tile-horizontal__col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tiles-horizontal .tile-horizontal__img {
  width: 100%;
  aspect-ratio: 435/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .tiles-horizontal .tile-horizontal__img {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .tiles-horizontal .tile-horizontal__img {
    max-width: 100%;
  }
}
.tiles-horizontal .tile-horizontal__content {
  margin-top: 24px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .tiles-horizontal .tile-horizontal__content {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tiles-horizontal .tile-horizontal__content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tiles-horizontal .tile-horizontal__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tiles-horizontal .tile-horizontal__title {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .tiles-horizontal .tile-horizontal__title {
    font-size: 20px;
  }
}
.tiles-horizontal .tile-horizontal__text * {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .tiles-horizontal .tile-horizontal__text * {
    font-size: 14px;
  }
}
.tiles-horizontal .tile-horizontal__text *:last-child {
  margin-bottom: 0;
}
.tiles-horizontal .tile-horizontal__more {
  margin-top: 30px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tiles-horizontal .tile-horizontal__more:hover {
  color: rgb(0, 123, 188);
}
.tiles-horizontal .tile-horizontal__btn {
  margin-top: auto;
}
@media (min-width: 768px) {
  .tiles-horizontal .tile-horizontal__btn {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tiles-horizontal .tile-horizontal__btn {
    font-size: 22px;
  }
}

.selected-products {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .selected-products {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .selected-products {
    margin-bottom: 100px;
    margin-bottom: 120px;
  }
}
.selected-products__title {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .selected-products__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .selected-products__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .selected-products__title {
    margin-bottom: 65px;
  }
}
.selected-products__title * {
  position: relative;
  z-index: 1;
}
.selected-products__title *:last-child {
  margin-bottom: 0;
  display: inline;
}
.selected-products__title mark {
  background-color: transparent;
}
.selected-products__title mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -10px;
  bottom: 0;
  background-color: rgb(214, 229, 233);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .selected-products__title mark::after {
    width: 112px;
    height: 46px;
    right: -13px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .selected-products__title mark::after {
    width: 150px;
    height: 62px;
    right: -20px;
    clip-path: polygon(0 22px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .selected-products__title mark::after {
    width: 168px;
    height: 70px;
    right: -40px;
    clip-path: polygon(0 24px, 100% 0, 100% 100%, 0% 100%);
  }
}
.selected-products__list {
  gap: 20px 0;
}
@media (min-width: 1280px) {
  .selected-products__list {
    gap: 30px 0;
  }
}
@media (min-width: 1920px) {
  .selected-products__list {
    gap: 50px 0;
  }
}
.selected-products .tile-product__img {
  width: 100%;
  height: 62vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .selected-products .tile-product__img {
    height: 32vw;
  }
}
@media (min-width: 768px) {
  .selected-products .tile-product__img {
    height: 20vw;
  }
}
@media (min-width: 1280px) {
  .selected-products .tile-product__img {
    height: 16vw;
  }
}
@media (min-width: 1920px) {
  .selected-products .tile-product__img {
    height: 15vw;
  }
}
.selected-products .tile-product__title {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .selected-products .tile-product__title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .selected-products .tile-product__title {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .selected-products .tile-product__title {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .home .selected-products {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .home .selected-products {
    margin-top: 100px;
  }
}
@media (min-width: 1920px) {
  .home .selected-products {
    margin-top: 150px;
  }
}

.cta-contact {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .cta-contact {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .cta-contact {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .cta-contact {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.cta-contact__content {
  width: 100%;
  padding: 18px 15px;
  background-color: rgb(0, 123, 188);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  .cta-contact__content {
    padding: 20px;
    gap: 0 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .cta-contact__content {
    max-width: 1000px;
    gap: 0 200px;
  }
}
.cta-contact__icon {
  width: 180px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta-contact__btn {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  color: #c4dadf;
  border: 1px solid #c4dadf;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 1;
}
.cta-contact__btn:hover {
  color: rgb(0, 123, 188);
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .cta-contact__btn {
    width: calc(50% - 80px);
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cta-contact__btn {
    width: calc(50% - 100px);
    max-width: 300px;
    font-size: 20px;
  }
}

.product-list {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-list {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .product-list {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1920px) {
  .product-list {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
.product-list__content {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .product-list__content {
    row-gap: 75px;
  }
}
@media (min-width: 1280px) {
  .product-list__content {
    max-width: 1100px;
    row-gap: 70px;
  }
}
.product-list .product-item__img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .product-list .product-item__img {
    margin-bottom: 0;
  }
}
.product-list .product-item__content {
  padding: 30px 15px 20px 15px;
  position: relative;
}
@media (min-width: 576px) {
  .product-list .product-item__content {
    padding: 35px 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item__content {
    padding: 60px 20px 0 20px;
  }
}
.product-list .product-item__title, .product-list .product-item__text, .product-list .product-item__btn {
  position: relative;
  z-index: 1;
}
.product-list .product-item__title {
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .product-list .product-item__title {
    font-size: 50px;
  }
}
.product-list .product-item__text *:last-child {
  margin-bottom: 0;
}
.product-list .product-item__btn {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-list .product-item__btn:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
}
@media (min-width: 576px) {
  .product-list .product-item__btn {
    max-width: 270px;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 768px) {
  .product-list .product-item__btn {
    max-width: 260px;
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item__btn {
    max-width: 290px;
    margin-top: 20px;
    padding: 13px 15px;
    font-size: 20px;
  }
}
.product-list .product-item__shape {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 0% 100%);
  position: absolute;
}
@media (min-width: 576px) {
  .product-list .product-item__shape {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 85px), 0% 100%);
  }
}
@media (min-width: 768px) {
  .product-list .product-item__shape {
    bottom: 27px;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__content {
    padding: 60px 90px 0 60px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__img {
    margin-right: 0;
  }
}
.product-list .product-item:nth-child(odd) .product-item__btn, .product-list .product-item:nth-child(odd) .product-item__shape {
  background-color: rgb(214, 229, 233);
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__btn {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__btn {
    margin-right: -90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__shape {
    clip-path: polygon(0 0, 100% 75px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__shape {
    right: 30px;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__content {
    padding: 60px 60px 0 90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__img {
    margin-left: 0;
  }
}
.product-list .product-item:nth-child(even) .product-item__btn, .product-list .product-item:nth-child(even) .product-item__shape {
  background-color: rgb(234, 244, 215);
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__btn {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__btn {
    margin-left: -90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__shape {
    clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__shape {
    left: 30px;
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  }
}

.product-list {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-list {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .product-list {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1920px) {
  .product-list {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
.product-list__content {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .product-list__content {
    row-gap: 75px;
  }
}
@media (min-width: 1280px) {
  .product-list__content {
    max-width: 1100px;
    row-gap: 70px;
  }
}
.product-list .product-item__img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .product-list .product-item__img {
    margin-bottom: 0;
  }
}
.product-list .product-item__content {
  padding: 30px 15px 20px 15px;
  position: relative;
}
@media (min-width: 576px) {
  .product-list .product-item__content {
    padding: 35px 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item__content {
    padding: 60px 20px 0 20px;
  }
}
.product-list .product-item__title, .product-list .product-item__text, .product-list .product-item__btn {
  position: relative;
  z-index: 1;
}
.product-list .product-item__title {
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .product-list .product-item__title {
    font-size: 50px;
  }
}
.product-list .product-item__text *:last-child {
  margin-bottom: 0;
}
.product-list .product-item__btn {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-list .product-item__btn:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
}
@media (min-width: 576px) {
  .product-list .product-item__btn {
    max-width: 270px;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 768px) {
  .product-list .product-item__btn {
    max-width: 260px;
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item__btn {
    max-width: 290px;
    margin-top: 20px;
    padding: 13px 15px;
    font-size: 20px;
  }
}
.product-list .product-item__shape {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 0% 100%);
  position: absolute;
}
@media (min-width: 576px) {
  .product-list .product-item__shape {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 85px), 0% 100%);
  }
}
@media (min-width: 768px) {
  .product-list .product-item__shape {
    bottom: 27px;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__content {
    padding: 60px 90px 0 60px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__img {
    margin-right: 0;
  }
}
.product-list .product-item:nth-child(odd) .product-item__btn, .product-list .product-item:nth-child(odd) .product-item__shape {
  background-color: rgb(214, 229, 233);
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__btn {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__btn {
    margin-right: -90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(odd) .product-item__shape {
    clip-path: polygon(0 0, 100% 75px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(odd) .product-item__shape {
    right: 30px;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__content {
    padding: 60px 60px 0 90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__img {
    margin-left: 0;
  }
}
.product-list .product-item:nth-child(even) .product-item__btn, .product-list .product-item:nth-child(even) .product-item__shape {
  background-color: rgb(234, 244, 215);
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__btn {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__btn {
    margin-left: -90px;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(even) .product-item__shape {
    clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-list .product-item:nth-child(even) .product-item__shape {
    left: 30px;
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  }
}

.contact-section {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .contact-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .contact-section {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .contact-section__form {
    padding-right: 30px !important;
  }
}
@media (min-width: 1920px) {
  .contact-section__form {
    padding-right: 45px !important;
  }
}
.contact-section__form .contact-section__title * {
  position: relative;
}
.contact-section__form .contact-section__title *:last-child::after {
  background-color: rgb(234, 244, 215);
}
.contact-section__details {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .contact-section__details {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .contact-section__details {
    padding-left: 30px !important;
  }
}
@media (min-width: 1920px) {
  .contact-section__details {
    padding-left: 45px !important;
  }
}
.contact-section__details .contact-section__title * {
  position: relative;
}
.contact-section__details .contact-section__title *:last-child::after {
  background-color: rgb(214, 229, 233);
}
.contact-section__title {
  margin-bottom: 25px;
}
.contact-section__title * {
  position: relative;
}
.contact-section__title *:last-child {
  margin-bottom: 0;
  display: inline;
}
.contact-section__title mark {
  background-color: transparent;
}
.contact-section__title mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .contact-section__title mark::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .contact-section__title mark::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
.contact-section__title h1, .contact-section__title h2 {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-section__title h1, .contact-section__title h2 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .contact-section__title h1, .contact-section__title h2 {
    font-size: 50px;
  }
}
.contact-section .form .wpcf7-checkbox {
  width: auto;
  height: auto;
  margin-right: -5px;
  margin-bottom: 20px;
  margin-left: -5px;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .contact-section .form .wpcf7-checkbox {
    margin-right: -7px;
    margin-bottom: 30px;
    margin-left: -7px;
    row-gap: 14px;
  }
}
@media (min-width: 1280px) {
  .contact-section .form .wpcf7-checkbox {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
  }
}
.contact-section .form .wpcf7-checkbox br {
  display: none;
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item {
  width: 33.33333333%;
  margin: 0;
  padding-right: 5px;
  padding-left: 5px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
@media (min-width: 576px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item {
    width: 20%;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 768px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1920px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item {
    width: 20%;
  }
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px 8px;
  border: 1px solid rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item label:has(input:checked), .contact-section .form .wpcf7-checkbox .wpcf7-list-item label:hover {
  background-color: rgb(234, 244, 215);
}
@media (min-width: 1280px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label {
    padding: 15px;
    gap: 15px;
  }
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item label img {
  max-width: 50px;
  max-height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center bottom;
     object-position: center bottom;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 576px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label img {
    max-height: 45px;
  }
}
@media (min-width: 768px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label img {
    max-width: 60px;
  }
}
@media (min-width: 1280px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label img {
    max-height: 55px;
  }
}
@media (min-width: 1920px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label img {
    max-width: 70px;
  }
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .contact-section .form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-section .form .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.contact-section .form .wpcf7-acceptance a,
.contact-section .form .form__info *,
.contact-section .form .form__acceptance .wpcf7-list-item-label span {
  color: #5d9d13;
}
.contact-section .form .wpcf7-acceptance a {
  text-decoration: underline;
}
.contact-section .form__submit {
  max-width: none;
}
@media (min-width: 1280px) {
  .contact-section .form__submit {
    max-width: 365px;
    margin-left: auto;
  }
}
.contact-section .form .wpcf7-submit {
  margin-top: 25px;
  background-color: rgb(234, 244, 215);
}
.contact-section .form .wpcf7-submit:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.files-download {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .files-download {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .files-download {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .files-download {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.files-download h1, .files-download h2, .files-download h3, .files-download h4, .files-download h5, .files-download h6 {
  font-weight: 800;
}
.files-download h1, .files-download h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
}
@media (min-width: 768px) {
  .files-download h1, .files-download h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  .files-download h1, .files-download h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.files-download__title {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .files-download__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .files-download__title {
    margin-bottom: 65px;
  }
}
.files-download__title *:last-child {
  margin-bottom: 0;
}
.files-download__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .files-download__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .files-download__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .files-download__list {
    gap: 30px;
  }
}
.files-download__item {
  padding: 0 15px 25px 15px;
  position: relative;
}
.files-download__item:hover .files-download__item-icon:first-child {
  opacity: 0;
}
.files-download__item:hover .files-download__item-icon--hover {
  opacity: 1;
}
.files-download__item:hover .files-download__item-shape {
  opacity: 1;
}
@media (min-width: 576px) {
  .files-download__item {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 768px) {
  .files-download__item {
    padding-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .files-download__item {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .files-download__item {
    padding-bottom: 45px;
  }
}
.files-download__item-icon, .files-download__item-title {
  position: relative;
  z-index: 1;
}
.files-download__item-icon {
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .files-download__item-icon {
    width: 80px;
  }
}
@media (min-width: 1280px) {
  .files-download__item-icon {
    width: 100px;
  }
}
.files-download__item-icon--hover {
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.files-download__item-title {
  max-width: 280px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .files-download__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1280px) {
  .files-download__item-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
.files-download__item-shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(214, 229, 233);
  clip-path: polygon(0 34px, 100% 57px, 100% 100%, 0% 100%);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .files-download__item-shape {
    clip-path: polygon(0 15px, 100% 75px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) {
  .files-download__item-shape {
    clip-path: polygon(0 20px, 100% 57px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .files-download__item-shape {
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .files-download__item-shape {
    clip-path: polygon(0 0, 100% 70px, 100% 100%, 0% 100%);
  }
}

.footer {
  background-color: #d6e5e9;
  position: relative;
  overflow: hidden;
}
.footer__links {
  padding: 20px 0;
  background-color: #06303f;
}
@media (min-width: 768px) {
  .footer__links {
    padding: 25px 0;
  }
}
@media (min-width: 1280px) {
  .footer__links {
    padding: 30px 0;
  }
}
.footer__links-content {
  gap: 17px 20px;
}
@media (min-width: 1280px) {
  .footer__links-content {
    gap: 17px 120px;
  }
}
.footer__links-item {
  width: 100%;
  padding: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(214, 229, 233);
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #c4dadf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__links-item:hover {
  color: #06303f;
  background-color: rgb(214, 229, 233);
}
@media (min-width: 768px) {
  .footer__links-item {
    width: auto;
    min-width: 260px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1280px) {
  .footer__links-item {
    min-width: 290px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 26px;
  }
}
.footer__content {
  padding-top: 20px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1280px) {
  .footer__content {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1920px) {
  .footer__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.footer__logo {
  max-width: 142px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 188px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .footer__logo {
    max-width: 235px;
  }
}
.footer__media {
  padding-top: 8px;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__media {
    margin-top: 45px;
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .footer__media {
    margin-top: 30px;
  }
}
.footer__media-link:hover img {
  opacity: 0.7;
}
.footer__media-icon {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__media-icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1280px) {
  .footer__media-icon {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1280px) {
  .footer__data {
    margin-top: 50px;
  }
  .footer__data * {
    font-size: 16px;
  }
}
.footer__data p, .footer__data ul li, ul .footer__data li,
.footer__data ol li,
ol .footer__data li, .footer__data ul li *, ul li .footer__data *,
.footer__data ol li *,
ol li .footer__data * {
  line-height: 20px;
}
.footer__data strong {
  font-weight: 800 !important;
}
.footer__bottom {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .footer__bottom {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.footer__bottom-item {
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.footer__bottom-item:hover {
  color: rgb(0, 123, 188);
}
.footer__bottom-item::before {
  content: "";
  width: 50px;
  height: 1px;
  left: 0;
  bottom: -9px;
  background-color: rgb(0, 0, 0);
  position: absolute;
}
.footer__bottom-item:last-child {
  margin-bottom: 0;
}
.footer__bottom-item:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .footer__bottom-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .footer__bottom-item::before {
    width: 1px;
    height: 11px;
    top: 4px;
    right: -15px;
    left: auto;
  }
  .footer__bottom-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .footer__bottom-item {
    margin-right: 35px;
    font-size: 12px;
  }
  .footer__bottom-item::before {
    height: 12px;
    top: 3px;
    right: -17px;
  }
}
.footer__bg {
  width: 365px;
  height: 314px;
  right: -100px;
  bottom: -35px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
@media (min-width: 768px) {
  .footer__bg {
    width: 520px;
    height: 447px;
    right: -100px;
    bottom: -80px;
  }
}
@media (min-width: 1280px) {
  .footer__bg {
    width: 667px;
    height: 582px;
    right: -180px;
    bottom: -135px;
  }
}
@media (min-width: 1920px) {
  .footer__bg {
    width: 778px;
    height: 668px;
    right: -140px;
    bottom: -200px;
  }
}
.footer__project {
  margin-left: auto;
  gap: 6px;
}
.footer__project-text {
  font-size: 10px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__project-text {
    font-size: 12px;
  }
}
.footer__project-icon {
  width: 28px;
  fill: rgb(0, 0, 0);
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__project-icon {
    width: 30px;
  }
}
@media (min-width: 1280px) {
  .footer__project-icon {
    width: 34px;
  }
}

.home a.footer__project:hover .footer__project-text {
  color: rgb(0, 123, 188);
}
.home a.footer__project:hover svg {
  fill: rgb(0, 123, 188);
}

.single-agfenetres-product .footer {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .single-agfenetres-product .footer {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .single-agfenetres-product .footer {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .single-agfenetres-product .footer {
    margin-top: 100px;
  }
}
.single-agfenetres-product--subpage .text-block__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-agfenetres-product--subpage .text-block__title {
    margin-bottom: 25px;
  }
}
.single-agfenetres-product--subpage .text-block__title * {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.single-agfenetres-product--subpage .text-block__title *:last-child {
  display: inline;
}
.single-agfenetres-product--subpage .text-block__title mark {
  background-color: transparent;
}
.single-agfenetres-product--subpage .text-block__title mark::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .single-agfenetres-product--subpage .text-block__title mark::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .single-agfenetres-product--subpage .text-block__title mark::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}

.woocommerce h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.1;
  text-transform: none;
}
@media (min-width: 768px) {
  .woocommerce h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .woocommerce h2 {
    margin-bottom: 30px;
  }
}
.woocommerce .woocommerce-form-row > span {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.1;
  display: block;
}
.woocommerce label {
  margin-bottom: 3px;
  font-size: 14px;
}
.woocommerce .input-text,
.woocommerce .select2-selection {
  padding: 10px 12px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .woocommerce .input-text,
  .woocommerce .select2-selection {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .woocommerce .input-text,
  .woocommerce .select2-selection {
    min-height: 44px;
    padding: 10px 15px;
  }
}
.woocommerce .select2-selection {
  height: auto;
}
.woocommerce .select2-selection__rendered {
  padding-left: 0 !important;
  line-height: 20px !important;
}
.woocommerce .select2-selection__arrow {
  top: 6px !important;
}
.woocommerce .select2-dropdown {
  border-color: rgb(0, 0, 0) !important;
}
.woocommerce textarea {
  width: 100% !important;
  min-height: 100px !important;
}
.woocommerce-cart-form .product-remove .remove {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart-form .product-remove .remove:hover {
  background: rgb(0, 0, 0);
}
.woocommerce-cart-form .product-thumbnail img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .woocommerce-cart-form .product-thumbnail img {
    width: 60px;
    height: 60px;
  }
}
.woocommerce-cart-form .product-name a {
  font-weight: 600;
}
.woocommerce-cart-form .product-quantity .qty {
  height: 30px;
  padding: 0;
  border-width: 1px;
  border-radius: 0;
  outline: none;
}
.woocommerce-cart-form .coupon .button,
.woocommerce-cart-form .coupon #coupon_code {
  height: 40px;
  min-height: auto;
}
.woocommerce-cart-form .coupon .button {
  background-color: rgb(214, 229, 233);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart-form .coupon .button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.woocommerce-cart-form .button[name=update_cart] {
  height: 40px;
  background-color: rgb(214, 229, 233);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart-form .button[name=update_cart]:not(:disabled):hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
  max-width: 1860px;
  margin: 0 auto 60px auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
    margin-bottom: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
    margin-bottom: 80px;
  }
}
.woocommerce-cart .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .cart-collaterals .cross-sells > h2,
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.1;
  text-transform: none;
}
@media (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cross-sells > h2,
  .woocommerce-cart .cart-collaterals .cart_totals > h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart-collaterals .cross-sells > h2,
  .woocommerce-cart .cart-collaterals .cart_totals > h2 {
    margin-bottom: 30px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 800px;
    margin-left: auto;
    text-align: right;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
  margin-bottom: 0;
  padding: 17px 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  background-color: rgb(214, 229, 233);
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
    padding: 20px 30px;
    font-size: 24px;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells {
  margin-top: 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    margin-top: 70px;
  }
}
.woocommerce-checkout h3 {
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}
.woocommerce-checkout h3#ship-to-different-address {
  margin-bottom: 10px;
  font-size: 0;
  line-height: 1;
}
.woocommerce-checkout h3#ship-to-different-address label {
  font-size: 18px;
}
.woocommerce-checkout h3#ship-to-different-address #ship-to-different-address-checkbox {
  border-radius: 0;
}
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field {
  width: 100%;
}
@media (min-width: 576px) {
  .woocommerce-checkout #billing_first_name_field,
  .woocommerce-checkout #billing_last_name_field {
    width: calc(50% - 10px);
  }
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 30px;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-checkout-review-order #place_order {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 17px 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  display: block;
  float: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce-checkout-review-order #place_order:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
}
@media (min-width: 1280px) {
  .woocommerce-checkout .woocommerce-checkout-review-order #place_order {
    padding: 20px 30px;
    font-size: 20px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-info,
.woocommerce-checkout .woocommerce-checkout-review-order .payment_box p,
.woocommerce-checkout .woocommerce-checkout-review-order .payment_box ul li,
ul .woocommerce-checkout .woocommerce-checkout-review-order .payment_box li,
.woocommerce-checkout .woocommerce-checkout-review-order .payment_box ol li,
ol .woocommerce-checkout .woocommerce-checkout-review-order .payment_box li,
.woocommerce-checkout .woocommerce-checkout-review-order .payment_box ul li *,
ul li .woocommerce-checkout .woocommerce-checkout-review-order .payment_box *,
.woocommerce-checkout .woocommerce-checkout-review-order .payment_box ol li *,
ol li .woocommerce-checkout .woocommerce-checkout-review-order .payment_box * {
  margin-bottom: 0;
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text * {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
.woocommerce-checkout__column-sticky {
  top: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
}
.woocommerce-order-received h2 {
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}
.woocommerce-order-received .woocommerce-column--billing-address {
  margin-bottom: 20px;
}
.woocommerce-order-received ul.order_details {
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 30px;
  list-style: none;
  background-color: rgb(214, 229, 233);
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 30px 40px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  margin: 0 !important;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-account .addresses {
  margin-top: 20px;
}
.woocommerce-account .addresses .woocommerce-Address.u-column1 {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .woocommerce-account .addresses .woocommerce-Address.u-column1 {
    float: left;
  }
}
.woocommerce-account .addresses .woocommerce-Address.u-column2 {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .woocommerce-account .addresses .woocommerce-Address.u-column2 {
    float: right;
  }
}
@media (min-width: 769px) {
  .woocommerce-account .addresses .woocommerce-Address {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1280px) {
  .woocommerce-account .addresses .woocommerce-Address {
    width: calc(50% - 15px);
  }
}
.woocommerce-account .addresses .woocommerce-Address-title.title a.edit {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-account .login-wrapper,
.woocommerce-account .woocommerce-ResetPassword {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-account .login-wrapper .woocommerce-form-login,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login {
  padding: 0;
  border: none;
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
  float: none;
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input {
  max-width: 600px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: rgb(95, 156, 36);
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: rgb(95, 156, 36);
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-top-color: rgb(0, 123, 188);
}
.woocommerce-notices-wrapper .woocommerce-info::before {
  color: rgb(0, 123, 188);
}
.woocommerce button.button,
.woocommerce a.button {
  color: rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
}
.woocommerce button.button:disabled:hover,
.woocommerce a.button:disabled:hover {
  background-color: rgb(214, 229, 233) !important;
}
.woocommerce button.button:not(:disabled):hover,
.woocommerce a.button:not(:disabled):hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: rgba(214, 229, 233, 0.7);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgb(214, 229, 233);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgb(214, 229, 233);
}

.wc-links {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 15px;
}
.wc-links a {
  display: inline-block;
}
.wc-links a:hover svg {
  fill: rgb(0, 123, 188);
}
.wc-links a svg {
  width: 25px;
  height: 25px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.wc-links__cart {
  position: relative;
}
.wc-links__cart-count {
  width: 18px;
  height: 18px;
  top: 16px;
  right: -8px;
  font-size: 10px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(0, 123, 188);
  display: inline-block;
  position: absolute;
}
@media (min-width: 1280px) {
  .wc-links__cart-count {
    top: 13px;
  }
}

.xoo-cp-modal .xoo-cp-ptotal {
  margin-bottom: 15px;
}
.xoo-cp-modal .xoo-cp-ptotal .xcp-totxt,
.xoo-cp-modal .xoo-cp-ptotal .xcp-ptotal {
  font-size: 19px;
}
.xoo-cp-modal .xoo-cp-ptotal .xcp-ptotal {
  font-weight: 600;
}
.xoo-cp-modal .xoo-cp-btns a.xcp-btn {
  padding: 10px 5px;
  font-weight: 600;
  border: 1px solid rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.xoo-cp-modal .xoo-cp-btns a.xcp-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.product-archive {
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  .product-archive {
    margin-bottom: 70px;
  }
}
@media (min-width: 1920px) {
  .product-archive {
    margin-bottom: 80px;
  }
}
.product-archive .woocommerce-products-header {
  margin-bottom: 25px;
}
.product-archive .woocommerce-products-header__title {
  font-size: 30px;
  line-height: 1.1;
  display: inline;
  position: relative;
}
@media (min-width: 768px) {
  .product-archive .woocommerce-products-header__title {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .product-archive .woocommerce-products-header__title {
    font-size: 50px;
  }
}
.product-archive .woocommerce-products-header__title::after {
  content: "";
  width: 86px;
  height: 36px;
  right: -20px;
  bottom: -5px;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .product-archive .woocommerce-products-header__title::after {
    width: 96px;
    height: 40px;
    right: -25px;
    clip-path: polygon(0 14px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .product-archive .woocommerce-products-header__title::after {
    width: 108px;
    height: 46px;
    right: -30px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0% 100%);
  }
}
.product-archive__categories {
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-archive__categories {
    margin-bottom: 50px;
  }
}
.product-archive__categories-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 768px) {
  .product-archive__categories-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.product-archive__categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
@media (min-width: 768px) {
  .product-archive__categories-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 20px;
  }
}
@media (min-width: 1400px) {
  .product-archive__categories-list {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .product-archive__categories-list {
    gap: 50px;
  }
}
.product-archive__categories-list .prod-cat {
  width: calc((100% - 30px) / 4);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.product-archive__categories-list .prod-cat:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .product-archive__categories-list .prod-cat {
    width: auto;
  }
}
@media (min-width: 768px) {
  .product-archive__categories-list .prod-cat {
    min-width: 80px;
  }
}
.product-archive__categories-list .prod-cat--active .prod-cat__title {
  font-weight: 700;
}
.product-archive__categories-list .prod-cat__icon {
  height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center bottom;
     object-position: center bottom;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 576px) {
  .product-archive__categories-list .prod-cat__icon {
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .product-archive__categories-list .prod-cat__icon {
    height: 60px;
  }
}
.product-archive__categories-list .prod-cat__title {
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .product-archive__categories-list .prod-cat__title {
    font-size: 15px;
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .product-archive__categories-list .prod-cat__title {
    font-size: 17px;
  }
}
.product-archive__actions {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .product-archive__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
.product-archive__actions .woocommerce-result-count,
.product-archive__actions .woocommerce-ordering {
  margin: 0;
  float: none;
}
.product-archive__actions .woocommerce-result-count {
  font-size: 15px;
}
.product-archive__actions .woocommerce-ordering {
  position: relative;
}
.product-archive__actions .woocommerce-ordering::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 16px;
  right: 15px;
  border: 1px solid rgb(0, 0, 0);
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.product-archive__actions .woocommerce-ordering .orderby {
  width: 100%;
  padding: 14px 30px 14px 24px !important;
  border: 1px solid rgb(177, 177, 177);
  vertical-align: middle;
  background-color: transparent;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .product-archive__actions .woocommerce-ordering .orderby {
    width: auto;
  }
}
.product-archive__list {
  row-gap: 40px;
  clear: both;
}
@media (min-width: 576px) {
  .product-archive__list {
    row-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .product-archive__list {
    row-gap: 30px;
  }
}
@media (min-width: 1920px) {
  .product-archive__list {
    margin-right: -15px !important;
    margin-left: -15px !important;
    row-gap: 40px;
  }
}
@media (min-width: 1920px) {
  .product-archive__list .product-card {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.single-product .content-area {
  overflow: hidden;
}
.single-product__gallery {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .single-product__gallery {
    padding-right: 30px !important;
  }
}
@media (min-width: 1920px) {
  .single-product__gallery {
    padding-right: 45px !important;
  }
}
.single-product .product-gallery__main-item,
.single-product .product-gallery__main img {
  width: 100%;
  margin-bottom: 8px !important;
}
@media (min-width: 768px) {
  .single-product .product-gallery__main-item,
  .single-product .product-gallery__main img {
    margin-bottom: 20px !important;
  }
}
.single-product .product-gallery__thumbnails-item,
.single-product .product-gallery__thumbnails img {
  margin-bottom: 0 !important;
}
.single-product .product-gallery__thumbnails-item {
  border: 1px solid transparent !important;
}
.single-product .product-gallery__thumbnails-item.is-active {
  border-color: rgb(0, 0, 0) !important;
}
@media (min-width: 1280px) {
  .single-product__summary {
    padding-left: 30px !important;
  }
}
@media (min-width: 1920px) {
  .single-product__summary {
    padding-left: 45px !important;
  }
}
.single-product__summary .product_title {
  margin-bottom: 10px;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .single-product__summary .product_title {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary .product_title {
    font-size: 50px;
  }
}
.single-product__summary .price {
  margin: 0;
  color: rgb(0, 0, 0) !important;
  display: block;
}
.single-product__summary .price .woocommerce-Price-amount {
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .single-product__summary .price .woocommerce-Price-amount {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary .price .woocommerce-Price-amount {
    font-size: 50px;
  }
}
.single-product__summary .price del {
  margin-bottom: 5px;
  font-size: 0;
  line-height: 1;
  opacity: 1 !important;
  display: block !important;
}
.single-product__summary .price del .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .single-product__summary .price del .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary .price del .woocommerce-Price-amount {
    font-size: 20px;
  }
}
.single-product__summary .woocommerce-product-details__short-description {
  margin-top: 20px;
}
.single-product__summary .woocommerce-product-details__short-description *:last-child {
  margin-bottom: 0;
}
.single-product__summary .full-desc-link {
  margin-top: 5px;
  color: rgb(0, 0, 0);
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.single-product__summary .full-desc-link:hover {
  color: rgb(0, 123, 188);
}
.single-product__summary form.cart {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 576px) {
  .single-product__summary form.cart {
    margin-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .single-product__summary form.cart {
    margin-top: 40px !important;
  }
}
@media (min-width: 1920px) {
  .single-product__summary form.cart {
    margin-top: 45px !important;
  }
}
.single-product__summary form.cart .quantity {
  width: 70px;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: none !important;
}
@media (min-width: 576px) {
  .single-product__summary form.cart .quantity {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-product__summary form.cart .quantity {
    width: 77px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary form.cart .quantity {
    width: 87px;
  }
}
.single-product__summary form.cart .quantity .qty {
  width: 55px;
  height: 56px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  border: 1px solid rgb(0, 0, 0);
  outline: none !important;
}
@media (min-width: 576px) {
  .single-product__summary form.cart .quantity .qty {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-product__summary form.cart .quantity .qty {
    width: 62px;
    height: 100%;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary form.cart .quantity .qty {
    width: 70px;
  }
}
.single-product__summary form.cart .button {
  width: calc(100% - 70px);
  padding: 17px 10px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  outline: none !important;
  border-radius: 0;
  background-color: rgb(214, 229, 233);
  display: inline-block;
  float: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-product__summary form.cart .button:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
}
.single-product__summary form.cart .button.disabled {
  color: rgb(0, 0, 0);
  background-color: rgb(214, 229, 233);
  cursor: not-allowed;
}
@media (min-width: 576px) {
  .single-product__summary form.cart .button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .single-product__summary form.cart .button {
    width: calc(100% - 77px);
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .single-product__summary form.cart .button {
    width: calc(100% - 87px);
    padding: 20px 30px;
    font-size: 24px;
  }
}
.single-product__summary form.cart .button::after,
.single-product__summary form.cart .button .xoo-cp-icon-check {
  display: none !important;
}
.single-product__summary form.cart.grouped_form .button {
  width: 100%;
}
.single-product__summary form.cart.variations_form {
  display: block;
}
.single-product__summary form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product__summary form.cart .added_to_cart {
  display: none !important;
}
.single-product__description {
  margin-top: 30px;
  margin-bottom: 60px;
  scroll-margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .single-product__description {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .single-product__description {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1920px) {
  .single-product__description {
    margin-bottom: 80px;
  }
}
.single-product__description-title {
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 1280px) {
  .single-product__description-title {
    margin-bottom: 20px;
  }
}
.single-product__description *:not(.single-product__description-title) {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .single-product__description *:not(.single-product__description-title) {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .single-product__description *:not(.single-product__description-title) {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-product .up-sells,
.single-product .related {
  margin-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .single-product .up-sells,
  .single-product .related {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .single-product .up-sells,
  .single-product .related {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .single-product .up-sells,
  .single-product .related {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1920px) {
  .single-product .up-sells,
  .single-product .related {
    padding-top: 60px;
  }
}
.single-product .up-sells::after,
.single-product .related::after {
  content: "";
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  background-color: rgb(234, 244, 215);
  clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 576px) {
  .single-product .up-sells::after,
  .single-product .related::after {
    clip-path: polygon(0 55px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .single-product .up-sells::after,
  .single-product .related::after {
    clip-path: polygon(0 85px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .single-product .up-sells::after,
  .single-product .related::after {
    clip-path: polygon(0 140px, 100% 0, 100% 100%, 0% 100%);
  }
}
.single-product .up-sells > h2,
.single-product .related > h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.1;
  text-transform: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .single-product .up-sells > h2,
  .single-product .related > h2 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .single-product .up-sells > h2,
  .single-product .related > h2 {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .single-product .up-sells > h2,
  .single-product .related > h2 {
    margin-bottom: 45px;
  }
}
.single-product .up-sells .product-archive__list,
.single-product .related .product-archive__list {
  position: relative;
  z-index: 1;
}
.single-product .up-sells .product-archive__list .product-card__bottom .button,
.single-product .related .product-archive__list .product-card__bottom .button {
  background-color: transparent !important;
}
.single-product .up-sells .product-archive__list .product-card__bottom .button:hover,
.single-product .related .product-archive__list .product-card__bottom .button:hover {
  background-color: rgb(0, 0, 0) !important;
}
.single-product .product-type-variable .variations {
  border-spacing: 0 15px;
}
.single-product .product-type-variable .variations .value select {
  min-height: 40px;
}
.single-product .product-type-grouped .grouped_form .group_table td {
  vertical-align: middle !important;
}
.single-product .product-type-grouped .grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 30px;
}

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