@charset "UTF-8";
/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Breakpoints de Bootstrap */
/* ---------------------------------------------------------------------------- */
.container {
  position: relative;
  z-index: 1;
}
.container.small {
  max-width: 768px;
}
.container.large {
  max-width: 1840px;
}
@media (min-width: 1280px) {
  .container.container-popup {
    max-width: 1040px;
  }
}
@media (min-width: 1680px) {
  .container.container-popup {
    max-width: 1360px;
  }
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid,
.no-gutter.container-xxl,
.no-gutter.container-xl,
.no-gutter.container-x,
.no-gutter.container-lg,
.no-gutter.container-md,
.no-gutter.container-sm,
.no-gutter.container-xs,
.no-gutter.container-xxs {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1279.98px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-x,
  .container-xl,
  .container-xxl {
    padding: 0 15px !important;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-x,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 480px;
}

@media (min-width: 480px) {
  .container-xs, .container {
    max-width: 570px;
  }
}
@media (min-width: 640px) {
  .container-sm, .container-xs, .container {
    max-width: 670px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-x, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-x, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1350px;
  }
}
@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-x, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1590px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 480px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 640px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1280px) {
  .col-x {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-x-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-x-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-x-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-x-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-x-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-x-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-x-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-x-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-x-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-x-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-x-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-x-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-x-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-x-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-x-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-x-first {
    order: -1;
  }
  .order-x-last {
    order: 13;
  }
  .order-x-0 {
    order: 0;
  }
  .order-x-1 {
    order: 1;
  }
  .order-x-2 {
    order: 2;
  }
  .order-x-3 {
    order: 3;
  }
  .order-x-4 {
    order: 4;
  }
  .order-x-5 {
    order: 5;
  }
  .order-x-6 {
    order: 6;
  }
  .order-x-7 {
    order: 7;
  }
  .order-x-8 {
    order: 8;
  }
  .order-x-9 {
    order: 9;
  }
  .order-x-10 {
    order: 10;
  }
  .order-x-11 {
    order: 11;
  }
  .order-x-12 {
    order: 12;
  }
  .offset-x-0 {
    margin-left: 0;
  }
  .offset-x-1 {
    margin-left: 8.33333333%;
  }
  .offset-x-2 {
    margin-left: 16.66666667%;
  }
  .offset-x-3 {
    margin-left: 25%;
  }
  .offset-x-4 {
    margin-left: 33.33333333%;
  }
  .offset-x-5 {
    margin-left: 41.66666667%;
  }
  .offset-x-6 {
    margin-left: 50%;
  }
  .offset-x-7 {
    margin-left: 58.33333333%;
  }
  .offset-x-8 {
    margin-left: 66.66666667%;
  }
  .offset-x-9 {
    margin-left: 75%;
  }
  .offset-x-10 {
    margin-left: 83.33333333%;
  }
  .offset-x-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-x-none {
    display: none !important;
  }
  .d-x-inline {
    display: inline !important;
  }
  .d-x-inline-block {
    display: inline-block !important;
  }
  .d-x-block {
    display: block !important;
  }
  .d-x-table {
    display: table !important;
  }
  .d-x-table-row {
    display: table-row !important;
  }
  .d-x-table-cell {
    display: table-cell !important;
  }
  .d-x-flex {
    display: flex !important;
  }
  .d-x-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-x-0 {
    margin: 0 !important;
  }
  .mt-x-0,
  .my-x-0 {
    margin-top: 0 !important;
  }
  .mr-x-0,
  .mx-x-0 {
    margin-right: 0 !important;
  }
  .mb-x-0,
  .my-x-0 {
    margin-bottom: 0 !important;
  }
  .ml-x-0,
  .mx-x-0 {
    margin-left: 0 !important;
  }
  .m-x-1 {
    margin: 0.25rem !important;
  }
  .mt-x-1,
  .my-x-1 {
    margin-top: 0.25rem !important;
  }
  .mr-x-1,
  .mx-x-1 {
    margin-right: 0.25rem !important;
  }
  .mb-x-1,
  .my-x-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-x-1,
  .mx-x-1 {
    margin-left: 0.25rem !important;
  }
  .m-x-2 {
    margin: 0.5rem !important;
  }
  .mt-x-2,
  .my-x-2 {
    margin-top: 0.5rem !important;
  }
  .mr-x-2,
  .mx-x-2 {
    margin-right: 0.5rem !important;
  }
  .mb-x-2,
  .my-x-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-x-2,
  .mx-x-2 {
    margin-left: 0.5rem !important;
  }
  .m-x-3 {
    margin: 1rem !important;
  }
  .mt-x-3,
  .my-x-3 {
    margin-top: 1rem !important;
  }
  .mr-x-3,
  .mx-x-3 {
    margin-right: 1rem !important;
  }
  .mb-x-3,
  .my-x-3 {
    margin-bottom: 1rem !important;
  }
  .ml-x-3,
  .mx-x-3 {
    margin-left: 1rem !important;
  }
  .m-x-4 {
    margin: 1.5rem !important;
  }
  .mt-x-4,
  .my-x-4 {
    margin-top: 1.5rem !important;
  }
  .mr-x-4,
  .mx-x-4 {
    margin-right: 1.5rem !important;
  }
  .mb-x-4,
  .my-x-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-x-4,
  .mx-x-4 {
    margin-left: 1.5rem !important;
  }
  .m-x-5 {
    margin: 3rem !important;
  }
  .mt-x-5,
  .my-x-5 {
    margin-top: 3rem !important;
  }
  .mr-x-5,
  .mx-x-5 {
    margin-right: 3rem !important;
  }
  .mb-x-5,
  .my-x-5 {
    margin-bottom: 3rem !important;
  }
  .ml-x-5,
  .mx-x-5 {
    margin-left: 3rem !important;
  }
  .p-x-0 {
    padding: 0 !important;
  }
  .pt-x-0,
  .py-x-0 {
    padding-top: 0 !important;
  }
  .pr-x-0,
  .px-x-0 {
    padding-right: 0 !important;
  }
  .pb-x-0,
  .py-x-0 {
    padding-bottom: 0 !important;
  }
  .pl-x-0,
  .px-x-0 {
    padding-left: 0 !important;
  }
  .p-x-1 {
    padding: 0.25rem !important;
  }
  .pt-x-1,
  .py-x-1 {
    padding-top: 0.25rem !important;
  }
  .pr-x-1,
  .px-x-1 {
    padding-right: 0.25rem !important;
  }
  .pb-x-1,
  .py-x-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-x-1,
  .px-x-1 {
    padding-left: 0.25rem !important;
  }
  .p-x-2 {
    padding: 0.5rem !important;
  }
  .pt-x-2,
  .py-x-2 {
    padding-top: 0.5rem !important;
  }
  .pr-x-2,
  .px-x-2 {
    padding-right: 0.5rem !important;
  }
  .pb-x-2,
  .py-x-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-x-2,
  .px-x-2 {
    padding-left: 0.5rem !important;
  }
  .p-x-3 {
    padding: 1rem !important;
  }
  .pt-x-3,
  .py-x-3 {
    padding-top: 1rem !important;
  }
  .pr-x-3,
  .px-x-3 {
    padding-right: 1rem !important;
  }
  .pb-x-3,
  .py-x-3 {
    padding-bottom: 1rem !important;
  }
  .pl-x-3,
  .px-x-3 {
    padding-left: 1rem !important;
  }
  .p-x-4 {
    padding: 1.5rem !important;
  }
  .pt-x-4,
  .py-x-4 {
    padding-top: 1.5rem !important;
  }
  .pr-x-4,
  .px-x-4 {
    padding-right: 1.5rem !important;
  }
  .pb-x-4,
  .py-x-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-x-4,
  .px-x-4 {
    padding-left: 1.5rem !important;
  }
  .p-x-5 {
    padding: 3rem !important;
  }
  .pt-x-5,
  .py-x-5 {
    padding-top: 3rem !important;
  }
  .pr-x-5,
  .px-x-5 {
    padding-right: 3rem !important;
  }
  .pb-x-5,
  .py-x-5 {
    padding-bottom: 3rem !important;
  }
  .pl-x-5,
  .px-x-5 {
    padding-left: 3rem !important;
  }
  .m-x-n1 {
    margin: -0.25rem !important;
  }
  .mt-x-n1,
  .my-x-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-x-n1,
  .mx-x-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-x-n1,
  .my-x-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-x-n1,
  .mx-x-n1 {
    margin-left: -0.25rem !important;
  }
  .m-x-n2 {
    margin: -0.5rem !important;
  }
  .mt-x-n2,
  .my-x-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-x-n2,
  .mx-x-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-x-n2,
  .my-x-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-x-n2,
  .mx-x-n2 {
    margin-left: -0.5rem !important;
  }
  .m-x-n3 {
    margin: -1rem !important;
  }
  .mt-x-n3,
  .my-x-n3 {
    margin-top: -1rem !important;
  }
  .mr-x-n3,
  .mx-x-n3 {
    margin-right: -1rem !important;
  }
  .mb-x-n3,
  .my-x-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-x-n3,
  .mx-x-n3 {
    margin-left: -1rem !important;
  }
  .m-x-n4 {
    margin: -1.5rem !important;
  }
  .mt-x-n4,
  .my-x-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-x-n4,
  .mx-x-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-x-n4,
  .my-x-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-x-n4,
  .mx-x-n4 {
    margin-left: -1.5rem !important;
  }
  .m-x-n5 {
    margin: -3rem !important;
  }
  .mt-x-n5,
  .my-x-n5 {
    margin-top: -3rem !important;
  }
  .mr-x-n5,
  .mx-x-n5 {
    margin-right: -3rem !important;
  }
  .mb-x-n5,
  .my-x-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-x-n5,
  .mx-x-n5 {
    margin-left: -3rem !important;
  }
  .m-x-auto {
    margin: auto !important;
  }
  .mt-x-auto,
  .my-x-auto {
    margin-top: auto !important;
  }
  .mr-x-auto,
  .mx-x-auto {
    margin-right: auto !important;
  }
  .mb-x-auto,
  .my-x-auto {
    margin-bottom: auto !important;
  }
  .ml-x-auto,
  .mx-x-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 640px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-x-row {
    flex-direction: row !important;
  }
  .flex-x-column {
    flex-direction: column !important;
  }
  .flex-x-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-x-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-x-wrap {
    flex-wrap: wrap !important;
  }
  .flex-x-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-x-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-x-fill {
    flex: 1 1 auto !important;
  }
  .flex-x-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-x-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-x-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-x-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-x-start {
    justify-content: flex-start !important;
  }
  .justify-content-x-end {
    justify-content: flex-end !important;
  }
  .justify-content-x-center {
    justify-content: center !important;
  }
  .justify-content-x-between {
    justify-content: space-between !important;
  }
  .justify-content-x-around {
    justify-content: space-around !important;
  }
  .align-items-x-start {
    align-items: flex-start !important;
  }
  .align-items-x-end {
    align-items: flex-end !important;
  }
  .align-items-x-center {
    align-items: center !important;
  }
  .align-items-x-baseline {
    align-items: baseline !important;
  }
  .align-items-x-stretch {
    align-items: stretch !important;
  }
  .align-content-x-start {
    align-content: flex-start !important;
  }
  .align-content-x-end {
    align-content: flex-end !important;
  }
  .align-content-x-center {
    align-content: center !important;
  }
  .align-content-x-between {
    align-content: space-between !important;
  }
  .align-content-x-around {
    align-content: space-around !important;
  }
  .align-content-x-stretch {
    align-content: stretch !important;
  }
  .align-self-x-auto {
    align-self: auto !important;
  }
  .align-self-x-start {
    align-self: flex-start !important;
  }
  .align-self-x-end {
    align-self: flex-end !important;
  }
  .align-self-x-center {
    align-self: center !important;
  }
  .align-self-x-baseline {
    align-self: baseline !important;
  }
  .align-self-x-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-x-left {
    text-align: left !important;
  }
  .text-x-right {
    text-align: right !important;
  }
  .text-x-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

input, button {
  appearance: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.share ul li a, .rotation-wrapper-outer .rotation-wrapper-inner .element-to-rotate, .control #zoominmap,
.control #zoomoutmap, .control #resetmap, .list-proximite .fas, .header .header img, .header .header, .header img, .header, .nav-mobile .nav-mobile-holder ul li, .search-form .clearable:before, .search-container, a, .button, .NFI .NFI-button, .gform_fields .focus-effect label, .gform_fields input[type=tel],
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields textarea {
  transition: all 0.3s ease;
}

i[class^=icon],
i[class*=" icon"] {
  display: flex;
  align-items: center;
}

@font-face {
  font-family: "fonticon";
  src: url("../fonts/icons/fonticon.eot");
  src: url("../fonts/icons/fonticon.eot?#iefix") format("eot"), url("../fonts/icons/fonticon.woff2") format("woff2"), url("../fonts/icons/fonticon.woff") format("woff"), url("../fonts/icons/fonticon.ttf") format("truetype"), url("../fonts/icons/fonticon.svg#fonticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon span,
.icon-logo-lws span,
.icon-logo-solstice span {
  /*SR Only*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon:before,
.icon-logo-lws:before,
.icon-logo-solstice:before {
  display: inline-block;
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-logo-lws:before {
  content: "\ea01";
}

.icon-logo-solstice:before {
  content: "\ea02";
}

/* ---------------------------------------------------------------------------- */
/* Mixins - Functions */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Font smoothing */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Colors */
/* ---------------------------------------------------------------------------- */
:root {
  --color-main: #07213e;
  --color-secondary: #e5b19f;
  --color-extra: #f1574a;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-grey: #d3d0c7;
  --color-white: #fff;
  --color-black: #000;
}

.background-color-main {
  background-color: #07213e !important;
}

.text-color-main {
  color: #07213e !important;
}

.background-color-secondary {
  background-color: #e5b19f !important;
}

.text-color-secondary {
  color: #e5b19f !important;
}

.background-color-extra {
  background-color: #f1574a !important;
}

.text-color-extra {
  color: #f1574a !important;
}

.background-color-white {
  background-color: #ffffff !important;
}

.text-color-white {
  color: #ffffff !important;
}

.background-color-black {
  background-color: #000000 !important;
}

.text-color-black {
  color: #000000 !important;
}

.background-color-light-grey {
  background-color: #d3d0c7 !important;
}

.text-color-light-grey {
  color: #d3d0c7 !important;
}

::selection {
  color: white;
  background: var(--color-main);
}

/* ---------- Backgrounds ---------- */
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/../fonts/font-files/Magnat-HeadExtraBold.eot");
  src: local("Magnat Head ExtraBold"), local("Magnat-HeadExtraBold"), url("../fonts/font-files/Magnat-HeadExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadExtraBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadExtraBold.woff") format("woff"), url("../fonts/font-files/Magnat-HeadExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/Magnat-HeadLight.eot");
  src: local("Magnat Head Light"), local("Magnat-HeadLight"), url("../fonts/font-files/Magnat-HeadLight.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadLight.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadLight.woff") format("woff"), url("../fonts/font-files/Magnat-HeadLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextLight.eot");
  src: local("Magnat Text Light"), local("Magnat-TextLight"), url("../fonts/font-files/Magnat-TextLight.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextLight.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextLight.woff") format("woff"), url("../fonts/font-files/Magnat-TextLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/Magnat-HeadRegular.eot");
  src: local("Magnat Head Regular"), local("Magnat-HeadRegular"), url("../fonts/font-files/Magnat-HeadRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadRegular.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadRegular.woff") format("woff"), url("../fonts/font-files/Magnat-HeadRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/Magnat-HeadBold.eot");
  src: local("Magnat Head Bold"), local("Magnat-HeadBold"), url("../fonts/font-files/Magnat-HeadBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadBold.woff") format("woff"), url("../fonts/font-files/Magnat-HeadBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/Magnat-HeadMedium.eot");
  src: local("Magnat Head Medium"), local("Magnat-HeadMedium"), url("../fonts/font-files/Magnat-HeadMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadMedium.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadMedium.woff") format("woff"), url("../fonts/font-files/Magnat-HeadMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextMedium.eot");
  src: local("Magnat Text Medium"), local("Magnat-TextMedium"), url("../fonts/font-files/Magnat-TextMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextMedium.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextMedium.woff") format("woff"), url("../fonts/font-files/Magnat-TextMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextRegular.eot");
  src: local("Magnat Text Regular"), local("Magnat-TextRegular"), url("../fonts/font-files/Magnat-TextRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextRegular.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextRegular.woff") format("woff"), url("../fonts/font-files/Magnat-TextRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextSemiBold.eot");
  src: local("Magnat Text SemiBold"), local("Magnat-TextSemiBold"), url("../fonts/font-files/Magnat-TextSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextSemiBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextSemiBold.woff") format("woff"), url("../fonts/font-files/Magnat-TextSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextBold.eot");
  src: local("Magnat Text Bold"), local("Magnat-TextBold"), url("../fonts/font-files/Magnat-TextBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextBold.woff") format("woff"), url("../fonts/font-files/Magnat-TextBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Text";
  src: url("../fonts/font-files/Magnat-TextExtraBold.eot");
  src: local("Magnat Text ExtraBold"), local("Magnat-TextExtraBold"), url("../fonts/font-files/Magnat-TextExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-TextExtraBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-TextExtraBold.woff") format("woff"), url("../fonts/font-files/Magnat-TextExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/font-files/Magnat-HeadSemiBold.eot");
  src: local("Magnat Head SemiBold"), local("Magnat-HeadSemiBold"), url("../fonts/font-files/Magnat-HeadSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-HeadSemiBold.woff2") format("woff2"), url("../fonts/font-files/Magnat-HeadSemiBold.woff") format("woff"), url("../fonts/font-files/Magnat-HeadSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/font-files/Gotham-Book.eot");
  src: url("../fonts/font-files/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Gotham-Book.woff2") format("woff2"), url("../fonts/font-files/Gotham-Book.woff") format("woff"), url("../fonts/font-files/Gotham-Book.ttf") format("truetype"), url("../fonts/font-files/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/font-files/Gotham-Light.eot");
  src: url("../fonts/font-files/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Gotham-Light.woff2") format("woff2"), url("../fonts/font-files/Gotham-Light.woff") format("woff"), url("../fonts/font-files/Gotham-Light.ttf") format("truetype"), url("../fonts/font-files/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/font-files/Gotham-Medium.eot");
  src: url("../fonts/font-files/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Gotham-Medium.woff2") format("woff2"), url("../fonts/font-files/Gotham-Medium.woff") format("woff"), url("../fonts/font-files/Gotham-Medium.ttf") format("truetype"), url("../fonts/font-files/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnat Poster";
  src: url("../fonts/font-files/Magnat-PosterLight.eot");
  src: url("../fonts/font-files/Magnat-PosterLight.eot?#iefix") format("embedded-opentype"), url("../fonts/font-files/Magnat-PosterLight.woff2") format("woff2"), url("../fonts/font-files/Magnat-PosterLight.woff") format("woff"), url("../fonts/font-files/Magnat-PosterLight.ttf") format("truetype"), url("../fonts/font-files/Magnat-PosterLight.svg#Magnat-PosterLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------------------------------------------------------- */
/* Variables - Fonts */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Animations */
/* ---------------------------------------------------------------------------- */
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
/* ---------------------------------------------------------------------------- */
/* Components - Dev Grids */
/* ---------------------------------------------------------------------------- */
.dev-grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dev-grid .container {
  height: 100%;
}
.dev-grid .container .row {
  height: 100%;
}
.dev-grid .container .row .col-1 {
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .dev-grid .container .row .col-1 {
    display: block;
  }
}
.dev-grid .container .row .col-1:nth-child(-n+4) {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 1024px) {
  .dev-grid .container .row .col-1:nth-child(-n+4) {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}
.dev-grid .container .row .col-1 .inner {
  background: #12B2CB;
  opacity: 0.05;
  height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* Aspects ratios - Images Ratios */
/* ---------------------------------------------------------------------------- */
.image-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.0833333333%;
}
.image-banner > .aspect-ratio {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.image-banner > .aspect-ratio img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.image-banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-banner_inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.7083333333%;
}
.image-banner_inner > .aspect-ratio {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.image-banner_inner > .aspect-ratio img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.image-cta {
  transform: scale(1.01);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-cta:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.2849740933%;
}
.image-cta > .aspect-ratio {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.image-cta > .aspect-ratio img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.sixteen-nine {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .aspect-ratio {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.sixteen-nine > .aspect-ratio img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.four-tree {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.four-tree:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-tree > .aspect-ratio {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.four-tree > .aspect-ratio img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
}

.gform_body {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .gform_body {
    margin-top: 60px;
  }
}

.gform_description {
  display: block;
  margin-top: 25px;
  font: 300 1.125em/1.35 "Gotham";
  letter-spacing: 0.045em;
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .gform_description {
    font: 300 1em/1.15 "Gotham";
  }
}

.gform_heading h3 {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
  color: var(--color-white);
}
.gform_heading h3:after {
  position: relative;
  display: block;
  content: " ";
  width: 95px;
  height: 2px;
  background: var(--color-secondary);
  margin-left: 12px;
}

.gform_footer {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.gform_footer p {
  margin: 1rem 0;
}
.gform_footer br {
  display: none;
}
@media (min-width: 1024px) {
  .gform_footer br {
    display: block;
  }
}
@media (min-width: 1024px) {
  .gform_footer {
    margin-top: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.gform_footer div {
  margin: 0;
}
@media (min-width: 1024px) {
  .gform_footer div {
    margin: -10px 0 0 0;
  }
}

.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}

.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}

.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%;
}

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}

.gf_progressbar_wrapper {
  padding-bottom: 15px;
}

.gf_progressbar {
  background: gray;
}

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline;
  display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.ginput_full {
  display: block;
}

.ginput_full input,
.ginput_full select,
.ginput_full textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 10px;
  width: 50%;
}

.ginput_left input,
.ginput_left select,
.ginput_left textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

.ginput_right input,
.ginput_right select,
.ginput_right textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%;
}

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%;
}

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%;
}

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------- */
/* Gravity Forms */
/* ---------------------------------------------------------------------------- */

.gform_confirmation_wrapper {
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .gform_confirmation_wrapper form {
    padding: 0;
  }
}

.validation-error {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #a94442;
  color: #a94442;
  padding: 12px 25px;
  margin-top: 55px;
}
.validation-error p {
  font: 500 1.125rem/1.35 "Gotham";
}

.confirmation-message {
  font: 500 1.125rem/1.35 "Gotham";
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #3c763d;
  color: #3c763d;
  padding: 12px 0;
}

.gform_footer p {
  font: 300 1.0625rem/1.35 "Gotham";
  letter-spacing: 0.04em;
  color: var(--color-secondary);
  margin-bottom: 25px !important;
  display: block;
}
@media (min-width: 1024px) {
  .gform_footer p {
    margin-bottom: 0;
  }
}

.hidden_label .gfield_label {
  display: none !important;
}

.gfield_checkbox li {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 0.625rem;
  font: 600 0.75rem/1 "Magnat Head", sans-serif;
  font-weight: bold;
}

.gform_ajax_spinner {
  margin: 0.9375em auto 0;
  max-width: 25px;
  animation: spin 2s linear infinite;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.gform_fields input[type=tel],
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields textarea {
  width: 100%;
  display: block;
  height: 4.1875rem;
  background: transparent;
  font: 300 1.25rem/1 "Magnat Head", sans-serif;
  padding: 0 15px;
  outline: none;
  border: 1px solid #645565;
  color: var(--color-secondary);
}
.gform_fields input[type=tel]::-webkit-input-placeholder,
.gform_fields input[type=text]::-webkit-input-placeholder,
.gform_fields input[type=email]::-webkit-input-placeholder,
.gform_fields textarea::-webkit-input-placeholder {
  color: #e5b19f;
}
.gform_fields input[type=tel]:-moz-placeholder,
.gform_fields input[type=text]:-moz-placeholder,
.gform_fields input[type=email]:-moz-placeholder,
.gform_fields textarea:-moz-placeholder {
  color: #e5b19f;
}
.gform_fields input[type=tel]::-moz-placeholder,
.gform_fields input[type=text]::-moz-placeholder,
.gform_fields input[type=email]::-moz-placeholder,
.gform_fields textarea::-moz-placeholder {
  color: #e5b19f;
}
.gform_fields input[type=tel]:-ms-input-placeholder,
.gform_fields input[type=text]:-ms-input-placeholder,
.gform_fields input[type=email]:-ms-input-placeholder,
.gform_fields textarea:-ms-input-placeholder {
  color: #e5b19f;
}
.gform_fields textarea {
  padding: 1.25em;
  height: 9.375rem;
}
.gform_fields .gfield_error input[type=tel],
.gform_fields .gfield_error input[type=text],
.gform_fields .gfield_error input[type=email],
.gform_fields .gfield_error textarea {
  background: transparent;
  border: 1px solid #a94442;
}
.gform_fields .gfield_error.focus-effect label {
  color: #a94442;
}
.gform_fields .gfield_error .validation_message {
  font: 400 1.0625rem/1.35 "Gotham";
  color: #a94442;
  padding: 0 5px;
}
.gform_fields .focus-effect {
  position: relative;
}
.gform_fields .focus-effect label {
  font: 300 1.125rem/1 "Magnat Head", sans-serif;
  display: block;
  position: absolute;
  padding: 0 8px;
  left: 30px;
  top: 24px;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  color: var(--color-secondary);
}
.gform_fields .focus-effect.focus input[type=tel],
.gform_fields .focus-effect.focus input[type=text],
.gform_fields .focus-effect.focus input[type=email],
.gform_fields .focus-effect.focus textarea {
  background: transparent;
}
.gform_fields .focus-effect.focus label {
  background: var(--color-main);
  font: 300 1rem/1 "Magnat Head", sans-serif;
  top: -5px;
}
.gform_fields .gfield {
  clear: both;
  margin: 8px 0;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .gform_fields .gfield {
    max-width: 48.75%;
    margin: 13px 0;
  }
}
.gform_fields .gfield.field-full-width {
  width: 100%;
}
.gform_fields .validation_message,
.gform_fields .gform_confirmation_message,
.gform_fields .validation_error {
  font: bold 14px/1 "Magnat Head", sans-serif;
  letter-spacing: 0.05em;
}
.gform_fields .gform_confirmation_message {
  text-align: center;
}
.gform_fields .validation_message {
  margin-top: 10px;
  margin-bottom: 5px;
}
.gform_fields .validation_error {
  color: #E82F45;
  text-align: center;
  margin-bottom: 1rem;
}

.gform_validation_error .gform_body {
  margin-top: 35px;
}

.gfield_radio li,
.gfield_checkbox li {
  display: flex;
  align-items: center;
}
.gfield_radio li label,
.gfield_checkbox li label {
  display: block;
  margin-bottom: 0;
  font: 300 0.875rem/28px "Gotham";
  color: var(--color-white);
  letter-spacing: 0.02em;
}
.gfield_radio li label:hover,
.gfield_checkbox li label:hover {
  cursor: pointer;
}

.gform_fields [type=radio]:not(:checked), .gform_fields [type=radio]:checked,
.gform_fields [type=checkbox]:not(:checked),
.gform_fields [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.gform_fields [type=radio]:not(:checked) + label, .gform_fields [type=radio]:checked + label,
.gform_fields [type=checkbox]:not(:checked) + label,
.gform_fields [type=checkbox]:checked + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
.gform_fields [type=radio]:not(:checked) + label:before, .gform_fields [type=radio]:checked + label:before,
.gform_fields [type=checkbox]:not(:checked) + label:before,
.gform_fields [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #645565;
}
.gform_fields [type=radio]:not(:checked) + label:after, .gform_fields [type=radio]:checked + label:after,
.gform_fields [type=checkbox]:not(:checked) + label:after,
.gform_fields [type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  background-color: var(--color-secondary);
  transition: all 0.2s;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 7px;
}
.gform_fields [type=radio]:not(:checked):not(:checked) + label:after, .gform_fields [type=radio]:checked:not(:checked) + label:after,
.gform_fields [type=checkbox]:not(:checked):not(:checked) + label:after,
.gform_fields [type=checkbox]:checked:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gform_fields [type=radio]:not(:checked):checked + label:after, .gform_fields [type=radio]:checked:checked + label:after,
.gform_fields [type=checkbox]:not(:checked):checked + label:after,
.gform_fields [type=checkbox]:checked:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.gform_fields [type=radio]:not(:checked):disabled:not(:checked) + label:before, .gform_fields [type=radio]:not(:checked):disabled:checked + label:before, .gform_fields [type=radio]:checked:disabled:not(:checked) + label:before, .gform_fields [type=radio]:checked:disabled:checked + label:before,
.gform_fields [type=checkbox]:not(:checked):disabled:not(:checked) + label:before,
.gform_fields [type=checkbox]:not(:checked):disabled:checked + label:before,
.gform_fields [type=checkbox]:checked:disabled:not(:checked) + label:before,
.gform_fields [type=checkbox]:checked:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.gform_fields [type=radio]:not(:checked):disabled:not(:checked) + label:after, .gform_fields [type=radio]:not(:checked):disabled:checked + label:after, .gform_fields [type=radio]:checked:disabled:not(:checked) + label:after, .gform_fields [type=radio]:checked:disabled:checked + label:after,
.gform_fields [type=checkbox]:not(:checked):disabled:not(:checked) + label:after,
.gform_fields [type=checkbox]:not(:checked):disabled:checked + label:after,
.gform_fields [type=checkbox]:checked:disabled:not(:checked) + label:after,
.gform_fields [type=checkbox]:checked:disabled:checked + label:after {
  color: #999;
}
.gform_fields [type=radio]:not(:checked):disabled + label, .gform_fields [type=radio]:checked:disabled + label,
.gform_fields [type=checkbox]:not(:checked):disabled + label,
.gform_fields [type=checkbox]:checked:disabled + label {
  color: #aaa;
}
.gform_fields [type=radio]:not(:checked), .gform_fields [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.gform_fields [type=radio]:not(:checked) + label:before, .gform_fields [type=radio]:checked + label:before {
  border-radius: 50%;
}
.gform_fields [type=radio]:not(:checked) + label:after, .gform_fields [type=radio]:checked + label:after {
  border-radius: 50%;
}
.gform_fields [type=radio]:checked + label {
  color: var(--color-main);
}
.gform_fields .gfield_checkbox input[type=checkbox],
.gform_fields .gfield_checkbox input[type=radio],
.gform_fields .gfield_radio input[type=checkbox],
.gform_fields .gfield_radio input[type=radio] {
  margin: 0 5px 0 0;
}

/* ---------- Custom select ---------- */
.nice-select {
  width: 100%;
  float: none;
}
.nice-select .list {
  width: 100%;
}

/* ---------------------------------------------------------------------------- */
/* Nice File Input */
/* ---------------------------------------------------------------------------- */
.NFI {
  position: relative;
}
.NFI [type=file] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
}
.NFI .NFI-filename {
  padding-right: 140px;
}
.NFI .NFI-button {
  position: absolute;
  font: 0.8rem/1 "Magnat Head", sans-serif;
  height: 1.875rem;
  border: none;
  right: 5px;
  padding: 0;
  top: 5px;
}
.NFI:hover .NFI-button {
  background: #000;
}

/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.text-link {
  display: block;
  font: 700 1.25rem/1.4 "Magnat Head", sans-serif;
}
.text-link:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .text-link {
    font: 700 1.5rem/1.4 "Magnat Head", sans-serif;
  }
}
.text-link.small-font {
  font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
}
@media (min-width: 1024px) {
  .text-link.small-font {
    font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  }
}

.button, .NFI .NFI-button {
  text-align: center;
  font: 500 1.375rem/1.25 "Gotham";
  color: var(--color-main);
  text-decoration: none;
  background: none;
  display: inline-block;
  cursor: pointer;
  padding: 0.4375rem 2rem;
}
.button.border-radius, .NFI .border-radius.NFI-button {
  border-radius: 30px;
}
.button.small-font, .NFI .small-font.NFI-button {
  font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  padding: 0.625rem 0.875em;
}
@media (min-width: 1024px) {
  .button.small-font, .NFI .small-font.NFI-button {
    font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  }
}

.outline-color-main {
  color: #07213e !important;
  border: 2px solid #07213e !important;
}
.outline-color-main:hover {
  box-shadow: inset 0px 0px 0px 1px black !important;
  color: black !important;
  border: 2px solid black !important;
}

.opaque-color-main {
  border: 2px solid #07213e !important;
  background: #07213e !important;
}
.opaque-color-main:hover {
  color: #FFFFFF !important;
  border: 2px solid black !important;
  background: black !important;
}

.outline-color-secondary {
  color: #e5b19f !important;
  border: 2px solid #e5b19f !important;
}
.outline-color-secondary:hover {
  box-shadow: inset 0px 0px 0px 1px #ca5f3b !important;
  color: #ca5f3b !important;
  border: 2px solid #ca5f3b !important;
}

.opaque-color-secondary {
  border: 2px solid #e5b19f !important;
  background: #e5b19f !important;
}
.opaque-color-secondary:hover {
  color: #FFFFFF !important;
  border: 2px solid #ca5f3b !important;
  background: #ca5f3b !important;
}

.outline-color-extra {
  color: #f1574a !important;
  border: 2px solid #f1574a !important;
}
.outline-color-extra:hover {
  box-shadow: inset 0px 0px 0px 1px #ae1a0d !important;
  color: #ae1a0d !important;
  border: 2px solid #ae1a0d !important;
}

.opaque-color-extra {
  border: 2px solid #f1574a !important;
  background: #f1574a !important;
}
.opaque-color-extra:hover {
  color: #FFFFFF !important;
  border: 2px solid #ae1a0d !important;
  background: #ae1a0d !important;
}

.outline-color-white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.outline-color-white:hover {
  box-shadow: inset 0px 0px 0px 1px #bfbfbf !important;
  color: #bfbfbf !important;
  border: 2px solid #bfbfbf !important;
}

.opaque-color-white {
  border: 2px solid #ffffff !important;
  background: #ffffff !important;
}
.opaque-color-white:hover {
  color: #FFFFFF !important;
  border: 2px solid #bfbfbf !important;
  background: #bfbfbf !important;
}

.outline-color-black {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.outline-color-black:hover {
  box-shadow: inset 0px 0px 0px 1px black !important;
  color: black !important;
  border: 2px solid black !important;
}

.opaque-color-black {
  border: 2px solid #000000 !important;
  background: #000000 !important;
}
.opaque-color-black:hover {
  color: #FFFFFF !important;
  border: 2px solid black !important;
  background: black !important;
}

.outline-color-light-grey {
  color: #d3d0c7 !important;
  border: 2px solid #d3d0c7 !important;
}
.outline-color-light-grey:hover {
  box-shadow: inset 0px 0px 0px 1px #9b9480 !important;
  color: #9b9480 !important;
  border: 2px solid #9b9480 !important;
}

.opaque-color-light-grey {
  border: 2px solid #d3d0c7 !important;
  background: #d3d0c7 !important;
}
.opaque-color-light-grey:hover {
  color: #FFFFFF !important;
  border: 2px solid #9b9480 !important;
  background: #9b9480 !important;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1;
}

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
/* ---------- Elements ---------- */
/* Titles */
.suptitle {
  font: 400 1.5625rem/1.3 "Magnat Head", sans-serif;
  margin-bottom: 30px;
}

/* Headings */
.style-h1,
h1 {
  font: 300 4.25rem/1.2 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h1,
  h1 {
    font: 300 4.5rem/1.2 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h1,
  h1 {
    font: 300 7.25rem/1.2 "Magnat Head", sans-serif;
  }
}

.style-h2,
h2 {
  font: 700 1.375rem/1.35 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h2,
  h2 {
    font: 700 1.625rem/1.35 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h2,
  h2 {
    font: 700 1.875rem/1.35 "Magnat Head", sans-serif;
  }
}

.style-h3,
h3 {
  font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h3,
  h3 {
    font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h3,
  h3 {
    font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h4,
h4 {
  font: 500 1.625rem/1.5 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h4,
  h4 {
    font: 500 1.625rem/1.5 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h4,
  h4 {
    font: 500 1.75rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h5,
h5 {
  font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h5,
  h5 {
    font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h5,
  h5 {
    font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h6,
h6 {
  font: 300 1rem/1.5 "Magnat Head", sans-serif;
}
@media (min-width: 768px) {
  .style-h6,
  h6 {
    font: 300 1rem/1.5 "Magnat Head", sans-serif;
  }
}
@media (min-width: 1280px) {
  .style-h6,
  h6 {
    font: 300 1rem/1.5 "Magnat Head", sans-serif;
  }
}

/* Paragraphes */
p {
  font: 400 1.25rem/1.65 "Magnat Head", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  p {
    font: 400 1.375rem/1.65 "Magnat Head", sans-serif;
  }
}
p strong {
  font-weight: 700;
}
p small {
  font-size: 0.75em;
}
p + *:not(p):not(ol):not(ul) {
  margin-top: 35px;
}
p:last-of-type {
  margin-bottom: 0;
}

/* Listes */
/* Elements */
.big-text {
  font: 700 1.5625rem/1.4 "Magnat Head", sans-serif;
  margin-bottom: 40px;
}
.big-text:last-of-type {
  margin-top: 0;
}

.content-text {
  /* ---------- Images ---------- */
}
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text hr {
  height: 1px;
  display: block;
  margin: 3rem auto;
  background: #F3F3F3;
  border: none;
  clear: both;
}
.content-text img {
  border-radius: 2px;
}
.content-text .alignleft {
  float: left;
  max-width: 45%;
  margin: 5px 35px 15px 0;
}
.content-text .alignleft.wp-caption {
  margin-right: 2rem;
}
.content-text .alignright {
  float: right;
  max-width: 45%;
  margin: 5px 0 15px 35px;
}
.content-text .alignright.wp-caption {
  margin-left: 2rem;
}
.content-text .aligncenter {
  padding: 10px 0;
  margin: 0 auto 2rem;
  clear: both;
}
.content-text .aligncenter.wp-caption {
  max-width: 100%;
}
.content-text .wp-caption p {
  color: #888;
  font: italic 12px/16px "Magnat Head", sans-serif;
  text-align: center;
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

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

sup {
  top: -0.025rem;
}

sub {
  bottom: -0.25rem;
}

/* ---------------------------------------------------------------------------- */
/* Global */
/* ---------------------------------------------------------------------------- */
html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden;
  height: auto;
}
body#tinymce {
  padding: 1em;
}

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

/* ---------- Base ---------- */
body {
  color: #707070;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top center;
  font: 1em/1.5 "Magnat Head", sans-serif;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.background-main {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 970px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bg-banner-arbois-solstice.jpg");
}

/* ---------- Links ---------- */
a {
  color: #000;
  text-decoration: none;
}
.no-touchevents a:hover {
  color: var(--color-main);
}

/* ---------- Img ---------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ---------- Focus visible ---------- */
.focus-visible:not(input):not(textarea) {
  outline: 4px solid var(--color-secondary) !important;
}

input.focus-visible {
  box-shadow: inset 0px 0px 0px 2px var(--color-secondary);
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
  outline: none;
}

/* ---------- Layout ---------- */
.medias-sociaux ul {
  margin-top: 10px;
}
.medias-sociaux ul li {
  margin: 0 7px;
  border-radius: 50%;
}
.medias-sociaux ul li a {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  background: var(--color-secondary);
  color: #031b2f;
  border-radius: 50%;
}
.medias-sociaux ul li a:hover {
  background: var(--color-white);
  color: #031b2f !important;
}
.medias-sociaux ul li a i {
  display: flex;
  align-items: center;
  font-size: 1.125em;
}

.scrolltop {
  display: none;
}
.scrolltop .scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: var(--color-main);
  padding: 13px 18px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}
.scrolltop .scroll .fas {
  color: #FFFFFF;
  font-size: 1.25em;
  margin-left: 1px;
  transition: 0.5s;
}
.scrolltop .scroll:hover {
  background: rgb(178, 178, 178);
  transition: 0.5s;
}

.border-radius img {
  border-radius: 20px;
}

#halfbgwhite {
  position: relative;
}
#halfbgwhite:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: " ";
  height: 50%;
  width: 1000%;
  background: var(--color-white);
}

@media only screen and (max-width: 1675px) {
  #bloc_image.bg-contain:before {
    background-size: auto;
  }
}

.fancybox-container {
  z-index: 999992;
}

.fancybox-close-small {
  background: white !important;
  opacity: 1 !important;
  color: #07213e !important;
}

#close-fancybox {
  text-decoration: underline;
  font-size: 18px;
}
#close-fancybox:hover {
  cursor: pointer;
  text-decoration: none;
}

#img-zoom .image-banner > .aspect-ratio img {
  scale: 1.5;
  transform: translate(-50%, -43%);
}

#redirection-page {
  color: white;
}
#redirection-page * {
  color: white;
}
#redirection-page p {
  color: white;
}

.search-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 0;
}
.search-container.show-element {
  z-index: 111;
  opacity: 1;
}

.search-template .close-search {
  display: none;
}

.close-search {
  margin-top: 1.125rem;
}
.close-search:hover {
  cursor: pointer;
  text-decoration: underline;
}

.search-form .results-total {
  margin-top: 1.125rem;
}
.search-form .results-total span {
  font: 600 0.75rem/0em "Magnat Head", sans-serif, sans-serif;
}
.search-form .clearable {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0.9375rem;
}
.search-form .clearable:before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: var(--color-main);
  z-index: 111;
}
.search-form .clearable input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.search-form .clearable__clear {
  display: none;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
}
.search-form .clearable__clear:hover {
  color: var(--color-main);
}
.search-form .clearable input::-ms-clear { /* Remove IE default X */
  display: none;
}
.search-form .search-title-element {
  font: bold 0.875rem/1rem "Magnat Head", sans-serif, sans-serif;
  color: var(--color-main);
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.search-form form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #939598;
}
.search-form form.form-active .clearable:before {
  width: 100%;
}
.search-form form input[type=text] {
  position: relative;
  border-radius: 0;
  border: none;
  font: normal 1.125rem/0.9em "Magnat Head", sans-serif, sans-serif;
  padding: 0;
  height: 38px;
  width: 100%;
  color: var(--color-main) !important;
}
.search-form form input[type=text]:before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-main);
}
.search-form form ::-webkit-input-placeholder,
.search-form form ::-moz-placeholder,
.search-form form :-ms-input-placeholder,
.search-form form :-moz-placeholder {
  font: normal 1.125rem/0.9em "Magnat Head", sans-serif, sans-serif !important;
}
.search-form form input[type=button],
.search-form form input[type=submit],
.search-form form input[type=reset] {
  color: white;
  cursor: pointer;
  font: normal 0.75rem/1em "Magnat Head", sans-serif, sans-serif;
}

.results-count {
  font: bold 1rem/1rem "Magnat Head", sans-serif, sans-serif;
  color: #000;
}

.search .search-list .search-content {
  padding: 1.5625rem 0;
  border-bottom: 1px solid var(--color-main);
}
.search .search-list .search-content p {
  margin-top: 0.625rem;
  font: 500 1rem/1.5 "Magnat Head", sans-serif, sans-serif;
}
.search .search-list .search-content h6 {
  font: 700 1.5rem/2.125rem "Magnat Head", sans-serif, sans-serif;
}
.search .search-list .search-content a {
  display: inline-block;
}
.search .search-list .search-content a.more {
  font: 700 0.875rem/1rem "Magnat Head", sans-serif, sans-serif;
  color: var(--color-main);
  margin-top: 0.625rem;
}
.search .search-list .search-content a.more:hover {
  text-decoration: underline;
}
.search .search-list .search-content a:hover {
  color: var(--color-main);
}
.search .search-list .search-content a:hover h6 {
  color: var(--color-main);
}

/* ---------- Nav mobile ---------- */
.button-holder {
  position: fixed;
  width: 52px;
  height: 52px;
  padding: 5px;
  background: var(--color-white);
  right: 5px;
  top: 10px;
  z-index: 1111;
  border-radius: 50%;
}
.button-holder i {
  color: var(--color-main);
  font-size: 20px;
}

.nav-mobile {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--color-main);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  text-align: left;
  overflow-y: scroll;
  opacity: 0;
  z-index: 999999;
  border-top: 1px solid #e1e1e1;
  flex-direction: column;
}
.nav-mobile .gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 125%;
  z-index: 11;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 810px) and (orientation: landscape) {
  .nav-mobile .gradient {
    display: block;
  }
}
.nav-mobile.is-active {
  opacity: 1;
  visibility: visible;
}
.nav-mobile .nav-mobile-holder {
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 560px) and (orientation: landscape) {
  .nav-mobile .nav-mobile-holder {
    align-items: start;
  }
}
@media (min-width: 840px) and (orientation: landscape) {
  .nav-mobile .nav-mobile-holder {
    display: flex;
    align-items: center;
  }
}
.nav-mobile .nav-mobile-holder .container {
  padding: 125px 0 200px;
}
@media (min-width: 420px) and (orientation: landscape) {
  .nav-mobile .nav-mobile-holder .container {
    padding: 200px 0 !important;
  }
}
@media (min-width: 810px) and (orientation: landscape) {
  .nav-mobile .nav-mobile-holder .container {
    padding: 150px 0 !important;
  }
}
@media (min-width: 1000px) and (orientation: landscape) {
  .nav-mobile .nav-mobile-holder .container {
    padding: 75px 0 !important;
  }
}
.nav-mobile .nav-mobile-holder ul {
  padding: 0 15px;
}
.nav-mobile .nav-mobile-holder ul li {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
}
.nav-mobile .nav-mobile-holder ul li:not(.button) {
  text-align: left;
  margin: 0;
}
.nav-mobile .nav-mobile-holder ul li:not(.button) a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nav-mobile .nav-mobile-holder ul li.menu-item-has-children > a {
  width: 100%;
}
.nav-mobile .nav-mobile-holder ul li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  margin-left: 15px;
  color: var(--color-white);
  font-size: 18px;
}
.nav-mobile .nav-mobile-holder ul li a {
  color: #FFFFFF;
  font: 900 1.625rem/1.5 "Magnat Head", sans-serif;
  padding: 0.9375rem 0;
}
.nav-mobile .nav-mobile-holder ul li ul {
  display: none;
  padding: 0.3125rem 0;
}
.nav-mobile .nav-mobile-holder ul li ul li {
  margin: 0.5rem 0;
}
.nav-mobile .nav-mobile-holder ul li ul li a {
  display: inline-block;
  font: 900 1.5rem/1.5 "Magnat Head", sans-serif;
  text-transform: none;
  width: 100%;
  letter-spacing: 0.025em;
}
.nav-mobile .nav-mobile-holder ul li ul li ul {
  padding-left: 15px;
}

.scroller-holder {
  position: fixed;
  bottom: 25px;
  z-index: 1111;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 810px) and (orientation: landscape) {
  .scroller-holder {
    display: block;
  }
}
.scroller-holder .scroll-container {
  width: 30px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
}
.scroller-holder .scroll-container .scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Header */
/* ---------------------------------------------------------------------------- */
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  padding: 2.34375vw 0;
  /* ---------------------------------------------------------------------------- */
  /* Layout - Header */
  /* ---------------------------------------------------------------------------- */
}
@media (min-width: 1440px) {
  .header {
    background: transparent;
    margin-top: 2.34375vw;
  }
}
.header.scrollUp {
  opacity: 0;
  transform: translateY(-100%);
}
.header img {
  max-width: 100%;
}
.header .logo-mobile {
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (min-width: 640px) {
  .header .logo-mobile {
    font-size: calc(26px + 6px * ((100vw - 640px) / 384px));
  }
}
@media screen and (min-width: 1024px) {
  .header .logo-mobile {
    font-size: 32px;
  }
}
.header.shrink {
  margin: 0;
  padding: 0.78125vw 0;
  background: var(--color-main);
}
.header.shrink img {
  max-width: 200px;
}
.header.shrink .main-menu-holder nav ul li a {
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .header.shrink .main-menu-holder nav ul li a {
    font-size: calc(18px + 0px * ((100vw - 1280px) / 400px));
  }
}
@media screen and (min-width: 1680px) {
  .header.shrink .main-menu-holder nav ul li a {
    font-size: 18px;
  }
}
.header .user-control i:hover {
  cursor: pointer;
}
.header .language-switch {
  padding-right: 0.75em;
  border-right: 1px solid #000;
  margin-right: 0.75em;
}
.header .logo {
  position: relative;
  width: 55px;
}
@media (min-width: 640px) {
  .header .logo {
    width: 60px;
  }
}
.header .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: -15px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.header .hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .hamburger-inner::before, .header .hamburger-inner::after {
  content: "";
  display: block;
}
.header .hamburger-inner::before {
  top: -8px;
}
.header .hamburger-inner::after {
  bottom: -8px;
}
.header.clear-background.shrink {
  background: #dfdcd5;
}
.header.clear-background .logo-mobile {
  color: var(--color-main);
}
.header.clear-background .hamburger-inner, .header.clear-background .hamburger-inner::before, .header.clear-background .hamburger-inner::after {
  background-color: var(--color-main);
}
.header .header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  padding: 2.34375vw 0;
}
@media (min-width: 1440px) {
  .header .header {
    background: transparent;
    margin-top: 2.34375vw;
  }
}
.header .header.scrollUp {
  opacity: 0;
  transform: translateY(-100%);
}
.header .header img {
  max-width: 100%;
}
.header .header .logo-mobile {
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (min-width: 640px) {
  .header .header .logo-mobile {
    font-size: calc(26px + 6px * ((100vw - 640px) / 384px));
  }
}
@media screen and (min-width: 1024px) {
  .header .header .logo-mobile {
    font-size: 32px;
  }
}
.header .header.shrink {
  margin: 0;
  padding: 0.78125vw 0;
  background: var(--color-main);
}
.header .header.shrink img {
  max-width: 200px;
}
.header .header.shrink .main-menu-holder nav ul li a {
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .header .header.shrink .main-menu-holder nav ul li a {
    font-size: calc(18px + 0px * ((100vw - 1280px) / 400px));
  }
}
@media screen and (min-width: 1680px) {
  .header .header.shrink .main-menu-holder nav ul li a {
    font-size: 18px;
  }
}
.header .header .user-control i:hover {
  cursor: pointer;
}
.header .header .language-switch {
  padding-right: 0.75em;
  border-right: 1px solid #000;
  margin-right: 0.75em;
}
.header .header .logo {
  position: relative;
  width: 55px;
}
@media (min-width: 640px) {
  .header .header .logo {
    width: 60px;
  }
}
.header .header .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: -15px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.header .header .hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.header .header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.header .header .hamburger-inner, .header .header .hamburger-inner::before, .header .header .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .header .hamburger-inner::before, .header .header .hamburger-inner::after {
  content: "";
  display: block;
}
.header .header .hamburger-inner::before {
  top: -8px;
}
.header .header .hamburger-inner::after {
  bottom: -8px;
}
.header .header.clear-background.shrink {
  background: #dfdcd5;
}
.header .header.clear-background .logo-mobile {
  color: var(--color-main);
}
.header .header.clear-background .hamburger-inner, .header .header.clear-background .hamburger-inner::before, .header .header.clear-background .hamburger-inner::after {
  background-color: var(--color-main);
}
.header .header .logo-nav {
  transform: translateY(25%);
}
.header .header .shrink .logo-nav {
  transform: translateY(0);
}

.menu-principal {
  justify-content: end;
}

.shrink .phone-banner {
  transform: translateY(0);
}

.phone-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Gotham";
  flex-direction: column;
  display: none;
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
  color: white;
}
.phone-banner p {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .phone-banner {
      padding: 2rem 0;
    font-size: 1.55rem;
    flex-direction: row;
    display: flex;
    position: absolute;
  }
}
@media (min-width: 1440px) {
  .phone-banner {
    background-color: #07213e;
    padding: 1rem 0;
    z-index: 100000;
  }
}
.phone-banner span {
  align-items: center;
  display: flex;
}
.phone-banner img {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.phone-banner a {
  color: white;
  z-index: 999991;
}
.phone-banner a:hover {
  color: white;
  text-decoration: underline;
}
.phone-banner-mobile {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  align-content: center;
  align-items: center;
}
.phone-banner-mobile p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1rem;
}
.phone-banner-mobile span {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}
.phone-banner-mobile a {
  color: white;
}

.phone-banner-mobile img {
  height: 24px;
  width: 24px;
}
.phone-banner-mobile a:hover {
  color: white;
}

.header .main-menu-holder nav ul {
  display: flex;
}
.header .main-menu-holder nav ul li {
  position: relative;
  margin-right: 4vw;
}
.header .main-menu-holder nav ul li:last-of-type {
  margin-right: 0;
}
.header .main-menu-holder nav ul li:hover a:after {
  width: 100%;
  left: 0;
}
.header .main-menu-holder nav ul li.current-page-parent > a, .header .main-menu-holder nav ul li.current_page_item > a {
  font-weight: 500;
}
.header .main-menu-holder nav ul li.current-page-parent > a:after, .header .main-menu-holder nav ul li.current_page_item > a:after {
  width: 100%;
  left: 0;
}
.header .main-menu-holder nav ul li a {
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: "Gotham";
  display: block;
  color: var(--color-white);
}
@media screen and (min-width: 1280px) {
  .header .main-menu-holder nav ul li a {
    font-size: calc(18px + 4px * ((100vw - 1280px) / 400px));
  }
}
@media screen and (min-width: 1680px) {
  .header .main-menu-holder nav ul li a {
    font-size: 22px;
  }
}
.header .main-menu-holder nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: var(--color-white);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header.clear-background .main-menu-holder nav ul li a {
  color: var(--color-main);
}
.header.clear-background .main-menu-holder nav ul li a:after {
  background: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Layout - Banner */
/* ---------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .header-logo {
    margin: 0 auto;
    max-width: 70%;
  }
}

.banner {
  position: relative;
  color: #fff;
  height: auto;
  text-align: center;
  padding: 3.6458333333vw 0;
}
.banner.banner_map.auto-height {
  min-height: 260px;
}
.banner .container {
  z-index: 11;
}
.banner .banner-background {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-background .banner-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  .banner .banner-background .banner-image {
    background-attachment: fixed;
  }
}
.banner .banner-container {
  display: flex;
  flex-direction: column;
}
.banner .banner-container h1,
.banner .banner-container p {
  color: #fff;
  margin: 0;
}
.banner .banner-container h1 br,
.banner .banner-container p br {
  display: block;
}
.banner .banner-container h1 + *,
.banner .banner-container p + * {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .banner .banner-container h1 + *,
  .banner .banner-container p + * {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .banner .banner-container h1 + *,
  .banner .banner-container p + * {
    margin-top: 55px;
  }
}
.banner .banner-container p {
  color: var(--color-white);
  font: 400 1.75rem/1.52 "Magnat Head", sans-serif;
  letter-spacing: 0.06em;
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .banner .banner-container p {
    font-size: calc(18px + 6px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .banner .banner-container p {
    font-size: 24px;
  }
}
.banner .banner-container p strong {
  font: 500 2rem/1.52 "Magnat Head", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .banner .banner-container p strong {
    font-size: calc(20px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .banner .banner-container p strong {
    font-size: 28px;
  }
}
.banner .banner-container h1 {
  text-align: left;
  letter-spacing: 0.045em;
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .banner .banner-container h1 {
    font-size: 6rem;
  }
}
.banner .banner-container h2 {
  margin-bottom: 5px;
}
.banner .banner-container.align-center {
  align-items: center;
}
.banner .banner-container.align-center .banner-content {
  max-width: 1140px;
  text-align: center;
}
.banner .banner-container.align-center .banner-content.inner-page {
  margin: 0 auto;
  padding-bottom: 2.0833333333vw;
}
.banner .banner-container.align-center .banner-content.inner-page p {
  margin: 40px auto 0;
  max-width: 580px;
  color: var(--color-white) !important;
}
.banner .banner-container.align-center .banner-content.inner-page .bar {
  width: 2px;
  height: 5.7291666667vw;
  background: var(--color-secondary);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
@media (min-width: 768px) {
  .banner .banner-container.align-center .banner-content.inner-page .bar {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .banner .banner-container.align-center .banner-content.inner-page .bar {
    margin-top: 55px;
  }
}
.banner .banner-container.align-left {
  align-items: flex-start;
}
.banner .banner-container.align-left .banner-content {
  text-align: left;
  max-width: 560px;
}
.banner .banner-container.align-right {
  align-items: flex-end;
}
.banner .banner-container.align-right .banner-content {
  text-align: right;
  max-width: 560px;
}
.banner.clear-background .banner-container.align-center {
  align-items: center;
}
.banner.clear-background .banner-container.align-center .banner-content {
  max-width: 1140px;
  text-align: center;
}
.banner.clear-background .banner-container.align-center .banner-content.inner-page h1,
.banner.clear-background .banner-container.align-center .banner-content.inner-page p {
  color: var(--color-main) !important;
}
.banner.clear-background .banner-container.align-center .banner-content .bar {
  background: var(--color-main) !important;
}
.banner .button-wrapper {
  margin-top: 2.625rem;
  padding: 0 13px;
}
@media (max-width: 1279.98px) {
  .banner .button-wrapper {
    margin-top: 1.5625rem;
    padding: 0;
  }
}
@media (max-width: 639.98px) {
  .banner .button-wrapper {
    margin-top: 0.9375rem;
  }
}
.banner .button-wrapper a + a {
  margin-left: 10px;
}
@media (max-width: 639.98px) {
  .banner .button-wrapper a + a {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

#home-banniere .img-holder {
  display: flex;
}
@media (min-width: 768px) {
  #home-banniere .img-holder {
    display: block;
  }
}
#home-banniere .absolute-container {
  left: 5%;
  top: 5%;
  margin: 0;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  #home-banniere .absolute-container {
    position: absolute;
    max-width: 30%;
  }
}
#home-banniere .absolute-container span:after {
  margin-left: -25%;
  margin-top: 10%;
}

#section-home-batiments .container-fluid .element.element_batiments {
    padding: 0;
}

#section-espace-commercial {
  color: white;
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  #section-espace-commercial .col-img {
    justify-content: end;
  }
}
#section-espace-commercial .col-img ~ div {
  justify-content: center;
}
#section-espace-commercial .button, #section-espace-commercial .NFI .NFI-button, .NFI #section-espace-commercial .NFI-button {
  border: 1px solid white;
  color: white;
}
#section-espace-commercial .button:hover, #section-espace-commercial .NFI .NFI-button:hover, .NFI #section-espace-commercial .NFI-button:hover {
  background-color: #fff;
  color: black;
}
#section-espace-commercial .aspect-ratio {
  display: inline-block;
  position: relative;
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #section-espace-commercial .aspect-ratio {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  #section-espace-commercial .aspect-ratio {
    width: 30rem;
    height: 30rem;
  }
  #section-espace-commercial .aspect-ratio img {
    object-position: 75% 10%; /* try 20px 10px */
  }
}
#section-espace-commercial .aspect-ratio img {
  object-fit: cover;
  object-position: 50% 10%; /* try 20px 10px */
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Breadcrumb */
/* ---------------------------------------------------------------------------- */
.breadcrumb {
  padding: 1rem 0;
  font: 600 0.7rem/1.3 "Magnat Head", sans-serif;
  border-bottom: 1px solid #F3F3F3;
  font-size: 0.85rem;
  color: #707070;
}
.breadcrumb span[property=itemListElement] {
  margin: 0.5rem;
}
.breadcrumb span[property=itemListElement]:first-child {
  margin-left: 0;
}
.breadcrumb span[property=itemListElement]:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Footer */
/* ---------------------------------------------------------------------------- */
footer {
  background: var(--color-main);
  /*
    @include media-breakpoint-up(sm) {
      padding-top:0;
    }

    .logo {
      display: block;

      @include media-breakpoint-up(sm) {
        margin-bottom: 0;
      }

      @include media-breakpoint-up(md) {
        display: inline-block;
      }

      a {
        display: block;
        img {  margin: 0 auto;  }
      }
    }

    .content-footer {

      .newsletter-footer {

          label {
            color: $white;
          }

          .gform_fields {
            .validation_message {
              display:none;
            }
          }

          .validation-error {
            text-align:left;
            padding: 12px;

            p {
              font-size: em(13);
              color: $color-error;
            }
          }

          .gform_footer {
              margin-top:0;
              text-align: left;

              .button,
              [type="submit"] {
                border: 2px solid $white;
                color: $white;
                line-height: em(28);
                padding: em(2) em(14) em(4);
                font-size: em(14);

                @include hover() {
                  background: $white;
                  color: color(color-main);
                }
              }
          }
      }

      .content-holder {

        &:first-of-type { margin-top: 0; }

        h4 {
          font: 600 em(20)/1.2 $font-default;
          color: $white;
          margin: 0 0 em(15) 0;
        }

        p {
          color: $white;
        }

        .description-footer {

          p {
            font: 500 em(14)/1.75 $font-default;
          }

        }


        address {

          strong {
            &.address-name {
              font: 900 rem(22)/1.35 $font-default;
              letter-spacing: 0.025em;

              @include media-breakpoint-up(md) {
                font: 900 rem(20)/1.35 $font-default;
              }
            }
          }

          p {
            font: 600 em(20)/1.6 $font-default;
            color: $white;
            margin-bottom: 1rem;

            @include media-breakpoint-up(md) {
              font: 600 em(16)/1.6 $font-default;
            }
          }

          .google-link {
            font: 600 em(16)/1.2 $font-default;
            text-decoration: underline;

            @include media-breakpoint-up(md) {
              font: 600 em(14)/1.2 $font-default;
            }

            &:hover {  text-decoration: none; }
          }

          ul {

            li {
              font: 600 em(18)/1.6 $font-default;

              @include media-breakpoint-up(md) {
                font: 600 em(16)/1.6 $font-default;
              }

              strong { font-weight: 900; }

              a {
                text-decoration: underline;

                &:hover {
                  text-decoration: none;
                }
              }
            }
          }
        }

        .holder-menu-footer {
          @include make-container();

          .menu-footer {
            @include make-row();

            li {
              @include make-col(6);
              margin-bottom: 8px;

              a {
                font: 500 em(14)/1.4 $font-default;
                color: $white;
                display: block;

                &:hover {
                  text-decoration: underline;
                }
              }
            }
          }
        }
      }
    }*/
}
footer .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer .row {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
  }
}
footer .row #formulaire-contact {
  grid-column: 1/2;
}
footer .row #section-coordonnees {
  grid-column: 2/2;
}
footer .row .section {
  width: auto;
}
@media (min-width: 1024px) {
  footer section {
    padding-left: 5rem;
  }
}

.copyright {
  background: #05142f;
}
.copyright p {
  font: 400 0.875rem/1.75 "Magnat Head", sans-serif;
}
.copyright a {
  color: #FFFFFF;
  text-decoration: underline;
}
.copyright a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.element_bloc_coordonnees {
  color: white;
  margin-left: 8rem;
}

#formulaire-contact form .gform_fields .gfield {
  width: 100%;
}
@media (max-width: 1679.98px) {
  #formulaire-contact form .gform_fields .gfield {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  #formulaire-contact form .gform_fields .gfield {
    max-width: 55%;
  }
}
#formulaire-contact form .gform_footer {
  display: flex;
  flex-direction: column;
}
#formulaire-contact form .gform_footer p {
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  #formulaire-contact form .gform_fields .gfield {
    max-width: 100%;
  }
}
@media (max-width: 1023.98px) {
  #formulaire-contact form {
    width: 100%;
  }
  #formulaire-contact form .gform_footer {
    flex-direction: column;
  }
}
#formulaire-contact form h3 {
  width: 80%;
}
#formulaire-contact form h3:after {
  width: 0;
  top: 75%;
  right: 10%;
  position: absolute;
}
@media (min-width: 1024px) {
  #formulaire-contact form h3:after {
    width: 30%;
  }
}
@media (max-width: 1023.98px) {
  #formulaire-contact form h3 {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  #formulaire-contact form h3 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  #formulaire-contact form h3:after {
    right: 0;
  }
}
#formulaire-contact input, #formulaire-contact textarea {
  border-radius: 15px;
  border-block-width: 2px;
  font-size: 1rem;
}
#formulaire-contact input::placeholder, #formulaire-contact textarea::placeholder {
  color: gray;
}
#formulaire-contact textarea {
    width: 100%;
}
#formulaire-contact #field_5_3 {
  flex-grow: 2;
  width: 100%;
  max-width: 100%;
}
#formulaire-contact #field_5_2, #formulaire-contact #field_5_1 {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1440px) {
  #formulaire-contact #field_5_3 {
    flex-grow: 2;
    width: 100%;
    max-width: 100%;
  }
  #formulaire-contact #field_5_2 {
    width: 55%;
    max-width: 100%;
  }
  #formulaire-contact #field_5_1 {
    margin-right: 1rem;
    width: 40%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */
/* Module - Bâtiments */
/* ---------------------------------------------------------------------------- */
.list-proximite::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/**  STYLE 4 */
.list-proximite::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.list-proximite::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

/**  STYLE 5 */
.list-proximite::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.accordion_body {
  display: none;
}
@media (min-width: 1024px) {
  .accordion_body {
    display: block;
  }
}

.container-map {
  width: 100%;
  position: relative;
  z-index: 11;
}
@media (min-width: 1440px) {
  .container-map {
    max-height: 100vh;
  }
}
.container-map .map-svg {
  max-height: 480px;
  min-height: 480px;
}
@media (min-width: 1280px) {
  .container-map .map-svg {
    max-height: 100vh;
  }
}
.container-map .map-svg svg {
  width: 100% !important;
}

.list-proximite {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  padding: 25px 25px;
  top: 0;
}
@media (min-width: 1024px) {
  .list-proximite {
    padding: 50px 25px 75px;
    position: absolute;
    overflow: hidden;
    overflow-y: scroll;
    max-width: 32.5520833333vw;
  }
}
@media (min-width: 1440px) {
  .list-proximite {
    padding: 50px 35px 75px;
  }
}
.list-proximite ul {
  padding: 0;
  margin: 0;
}
.list-proximite ul li {
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: "Gotham";
  font-size: 14px;
  color: var(--color-white);
  display: flex;
  align-items: start;
  margin: 10px 0;
}
.list-proximite ul li span {
  min-height: 25px;
}
.list-proximite ul li .num {
  background: white;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  margin-right: 15px;
}
.list-proximite .accordion_body:first-of-type li .num {
  color: var(--color-main) !important;
}

.control {
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (min-width: 1024px) {
  .control {
    position: absolute;
    max-width: 32.5520833333vw;
    bottom: 25px;
    right: 25px;
    top: inherit;
  }
}
.control #resetmap {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-white);
  background: #AAA;
  padding: 4px;
  font-family: "Arial";
  letter-spacing: 0.025em;
}
.control #resetmap:hover {
  cursor: pointer;
  background: #707070;
}
.control #zoominmap,
.control #zoomoutmap {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-white);
  background: #AAA;
  padding: 2px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control #zoominmap:hover,
.control #zoomoutmap:hover {
  cursor: pointer;
  background: #707070;
}

#svg-pan-zoom-controls {
  display: none;
  z-index: -1;
  position: absolute;
}

.element_bouton .button, .element_bouton .NFI .NFI-button, .NFI .element_bouton .NFI-button {
  margin: 0 auto;
  display: table;
}

/* ---------------------------------------------------------------------------- */
/* Elements
/* ---------------------------------------------------------------------------- */
@media (max-width: 1279.98px) {
  .element {
    margin: 0 !important;
  }
}
.element:first-child {
  margin-top: 0 !important;
}
.element:last-child {
  margin-bottom: 0 !important;
}
.element + .element {
  margin: 40px 0 !important;
}
@media (max-width: 1279.98px) {
  .element + .element {
    margin: 30px 0 !important;
  }
}
.element + .element:first-child {
  margin-top: 0 !important;
}
.element + .element:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1279.98px) {
  .element + .element:last-child {
    margin: 30px 0 !important;
  }
}
.element.element_texte {
  margin: 3.125em auto 3.125em auto;
  text-align: left;
}
.element.element_texte > *:first-child {
  margin-top: 0;
}
.element.element_texte > *:last-child {
  margin-bottom: 0;
}
.element.element_texte h1,
.element.element_texte h2,
.element.element_texte h3,
.element.element_texte h4,
.element.element_texte h5,
.element.element_texte h6 {
  color: var(--color-black);
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.element.element_texte h1 + *:not(ol):not(ul),
.element.element_texte h2 + *:not(ol):not(ul),
.element.element_texte h3 + *:not(ol):not(ul),
.element.element_texte h4 + *:not(ol):not(ul),
.element.element_texte h5 + *:not(ol):not(ul),
.element.element_texte h6 + *:not(ol):not(ul) {
  margin-top: 35px;
}
.element.element_texte h1 {
  max-width: none;
}
.element.element_texte p {
  max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    color: var(--color-black);
    font: 300 2.25em/1.5 "Magnat Head", sans-serif;
    letter-spacing: 0.06em;
    position: relative;
    padding-bottom: 65px;
    font-size: 26px;
}
@media screen and (min-width: 640px) {
  .element.element_texte p {
    font-size: calc(26px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element.element_texte p {
    font-size: 34px;
  }
}
.element.element_texte p:last-of-type:after {
  position: absolute;
  content: " ";
  width: 95px;
  height: 2px;
  background: var(--color-secondary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.element.element_texte p strong {
  font-weight: 500;
}
.element.element_texte .wp-caption-text {
  margin-top: 8px;
  padding: 0 8px;
  text-align: left;
  font: italic 700 0.75em/1.4 "Magnat Head", sans-serif;
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 0;
  margin-bottom: 0;
}
.element.element_texte .wp-caption {
  margin: 0 auto 2.1875em auto;
  max-width: 940px;
}
.element.element_texte img {
  margin: 2.8125em auto 0 auto;
  max-width: 940px;
  width: 100%;
  height: auto;
}
.element.element_texte blockquote p {
  padding: 35px 140px 35px 70px;
  margin: 2.5em auto 2.5em auto;
  font: italic 600 1em/1.4 "Magnat Head", sans-serif;
  border-left: 2px solid var(--color-main);
  background: #f5f8fa;
}
.element ol,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) {
  margin: 25px auto;
  max-width: 940px;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .element ol,
  .element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) {
    margin: 40px auto;
  }
}
.element ol li,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li {
  color: #20272C;
  margin: 10px 0;
  list-style-type: none;
  font: 400 1.25rem/1.65 "Magnat Head", sans-serif;
  font-weight: 500;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  .element ol li,
  .element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li {
    font: 400 1.375rem/1.65 "Magnat Head", sans-serif;
  }
}
.element ol li:first-of-type,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li:first-of-type {
  margin-top: 0 !important;
}
.element ol li:last-of-type,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li:last-of-type {
  margin-bottom: 0 !important;
}
.element ol {
  counter-reset: item;
}
.element ol li {
  list-style-type: none;
  counter-increment: item;
}
.element ol li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  margin-left: -1.5em;
  font-weight: bold;
  text-align: right;
  color: var(--color-black);
  content: counter(item) ".";
}
.element a:not(.button) {
  color: var(--color-main);
  font-weight: 700;
  text-decoration: underline;
}
.element a:not(.button):hover {
  text-decoration: underline;
  color: black;
  color: #ca5f3b;
  color: #ae1a0d;
  color: #bfbfbf;
  color: black;
  color: #9b9480;
}
.element .img-holder {
  background-color: var(--color-light-grey);
}
.element .img-holder p {
  font: 400 1.125em/1.5 "Gotham";
}
.element .img-holder p br {
  display: none;
}
@media (min-width: 768px) {
  .element .img-holder p br {
    display: block;
  }
}
@media (min-width: 1680px) {
  .element .img-holder p p {
    font: 400 1.5em/1.5 "Gotham";
  }
}
.element .img-holder span {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
}
.element .img-holder span:after {
  position: relative;
  display: block;
  content: " ";
  width: 95px;
  height: 2px;
  background: var(--color-secondary);
  margin-left: 12px;
}
.element .img-holder .content-holder {
  position: relative;
  padding: 35px 0;
  display: inline-block;
  width: 100%;
  max-width: 565px;
}
@media (min-width: 1280px) {
  .element .img-holder .content-holder {
    padding: 55px 45px 65px;
  }
}
.element .img-holder .content-holder .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element .img-holder .absolute-container {
  position: relative;
  background-color: var(--color-light-grey);
}
@media (min-width: 1024px) {
  .element .img-holder .absolute-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
.element.element_image .img-holder {
  text-align: center;
}
.element.element_image .img-holder figure {
  margin: 0 auto;
}
.element.element_image .img-holder figure figcaption {
  margin-top: 8px;
  padding: 0 8px;
  text-align: left;
  font: italic 700 0.75em/1.4 "Magnat Head", sans-serif;
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 0;
  margin-bottom: 0;
}
.element.element_image .img-holder img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.element.element_video {
  margin: 3.125em auto 3.125em auto;
  max-width: 940px;
}
.element.element_video .video-holder {
  position: relative;
  text-align: center;
  min-height: 360px;
  background-position: center center;
}
.element.element_video .video-holder a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.element.element_video .video-holder a .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 9999;
}
.element.element_video .video-holder a:hover .play .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.element.element_video .video-holder a:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.element.element_video .video-holder a:hover .play .icon {
  transform: scale(1.05);
}
.element.element_video .video-holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.element.element_call_to_action #circular-text {
  position: relative;
  transform: rotate(-85deg);
}
.element.element_call_to_action #circular-text span {
  position: absolute;
  transform-origin: top left;
  font-size: 32px;
  color: #c16c63;
  font-weight: 400;
  z-index: 0;
}
@media (min-width: 768px) {
  .element.element_call_to_action #circular-text span {
    font-size: 48px;
  }
}
.element.element_call_to_action .text-inner {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font: 400 1.375rem/1.45 "Gotham";
  letter-spacing: 0.075em;
  max-width: 200px;
  text-align: center;
  z-index: 1111;
}

.element_carte_banniere p {
  font: 300 1.875rem/1.5 "Magnat Head";
  letter-spacing: 0.05em;
  color: var(--color-main);
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .element_carte_banniere p {
    font-size: calc(28px + 2px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_carte_banniere p {
    font-size: 30px;
  }
}
.element_carte_banniere .address {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .element_carte_banniere .address {
    flex-direction: row;
    align-items: center;
  }
}
.element_carte_banniere .address .bar {
  display: block;
  width: 85px;
  height: 2px;
  background: var(--color-secondary);
  margin-right: 30px;
}
@media (min-width: 1280px) {
  .element_carte_banniere .address .bar {
    display: none;
  }
}
@media (min-width: 1440px) {
  .element_carte_banniere .address .bar {
    display: block;
    width: 65px;
    margin-right: 30px;
  }
}
.element_carte_banniere .address span {
  font: 500 1.25rem/1.35 "Gotham";
  color: var(--color-main);
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .element_carte_banniere .address span {
    font-size: calc(18px + 0px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_carte_banniere .address span {
    font-size: 18px;
  }
}
.element_carte_banniere .address span br {
  display: none;
}
@media (max-width: 1023.98px) {
  .element_carte_banniere .address span br {
    display: block;
  }
}
.element_carte_banniere .address .contact-infos .info {
  display: block;
}
@media (min-width: 768px) {
  .element_carte_banniere .address .contact-infos .info {
    display: inline-block;
  }
}
.element_carte_banniere .address .contact-infos .info:nth-child(2) {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .element_carte_banniere .address .contact-infos .info:nth-child(2) {
    margin-top: 0;
  }
}
.element_carte_banniere .address .contact-infos .info:nth-child(2):before {
  content: "|";
  display: none;
  margin: 0 8px;
}
@media (min-width: 768px) {
  .element_carte_banniere .address .contact-infos .info:nth-child(2):before {
    display: inline-block;
  }
}
.element_carte_banniere .address .contact-infos .info.phone a {
  font-weight: 500;
}
.element_carte_banniere .address .contact-infos .info.mail {
  font-weight: 700;
}
.element_carte_banniere .address .contact-infos .info a {
  text-decoration: none;
}

.element_formulaire {
  position: relative;
}
.element_formulaire svg {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .element_formulaire svg {
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

/* ---------------------------------------------------------------------------- */
/* Section
/* ---------------------------------------------------------------------------- */
.section {
  position: relative;
  width: 100%;
}
.section:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.section.bg-contain:before {
  background-size: contain;
}
.section.bg-cover:before {
  background-size: cover;
}
.section.bg-normal:before {
  background-size: auto;
}
.section.bg-hcenter:before {
  background-position-x: center;
}
.section.bg-hleft:before {
  background-position-x: left;
}
.section.bg-hright:before {
  background-position-x: right;
}
.section.bg-vtop:before {
  background-position-y: top;
}
.section.bg-vcenter:before {
  background-position-y: center;
}
.section.bg-vbottom:before {
  background-position-y: bottom;
}
.section.auto-height {
  min-height: 40vw;
  display: flex;
  align-items: center;
}
.section.auto-height::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

/* ---------- Title ---------- */
.section_title {
  text-align: center;
}
.section_title h2 {
  margin: 0 auto;
  max-width: 1080px;
  color: var(--color-main);
  font-weight: 300;
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .section_title h2 {
    font-size: calc(42px + 20px * ((100vw - 768px) / 912px));
  }
}
@media screen and (min-width: 1680px) {
  .section_title h2 {
    font-size: 62px;
  }
}
.section_title h2:after {
  content: " ";
  display: block;
  width: 95px;
  height: 2px;
  background: var(--color-main);
  margin: 40px auto;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.repeater-word {
  overflow: hidden;
  position: absolute;
}
.repeater-word span {
  color: #ed5a48;
  font: 300 6rem/1 "Magnat Poster";
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 5px 0;
}

.rotation-wrapper-outer {
  display: table;
}
.rotation-wrapper-outer .rotation-wrapper-inner {
  padding: 68.5% 0;
  height: 0;
}
.rotation-wrapper-outer .rotation-wrapper-inner .element-to-rotate {
  font: 300 1.875rem/1 "Gotham";
  position: relative;
  z-index: 111;
  text-transform: uppercase;
  letter-spacing: 0.29em;
  display: block;
  white-space: nowrap;
  transition-delay: 0.5s;
}

.animated .rotation-wrapper-outer .rotation-wrapper-inner .element-to-rotate {
  transform: rotate(-90deg);
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_bloc_2_colonnes .content div > *:first-child {
  margin-top: 0 !important;
}
.element_bloc_2_colonnes .content div > *:last-child {
  margin-bottom: 0 !important;
}
.element_bloc_2_colonnes + .element {
  margin: 0 !important;
}
.element_bloc_2_colonnes .content {
  margin: 0 auto;
}
.element_bloc_2_colonnes .content svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
@media (min-width: 1280px) {
  .element_bloc_2_colonnes .content svg {
    bottom: 75px;
  }
}
.element_bloc_2_colonnes .content h2 {
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color-main);
  margin-bottom: 35px;
  font-size: 38px;
}
@media screen and (min-width: 640px) {
  .element_bloc_2_colonnes .content h2 {
    font-size: calc(38px + 12px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_2_colonnes .content h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .element_bloc_2_colonnes .content h2 {
    margin-bottom: 2.34375vw;
  }
}
.element_bloc_2_colonnes .content h2 strong {
  font-weight: 400;
}
.element_bloc_2_colonnes .content h3 {
  font: 300 2.625rem/1.35 "Magnat Head";
  color: var(--color-main);
  font-size: 38px;
}
@media screen and (min-width: 640px) {
  .element_bloc_2_colonnes .content h3 {
    font-size: calc(38px + 10px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_2_colonnes .content h3 {
    font-size: 48px;
  }
}
.element_bloc_2_colonnes .content h3 strong {
  font-weight: 500;
}
.element_bloc_2_colonnes .content p {
  font: 400 1.25rem/1.35 "Gotham";
  color: var(--color-main);
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .element_bloc_2_colonnes .content p {
    font-size: calc(20px + 2px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_2_colonnes .content p {
    font-size: 22px;
  }
}
@media (max-width: 1439.98px) {
  .element_bloc_2_colonnes .content p img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .element_bloc_2_colonnes .content p img {
    width: 100%;
  }
}
.element_bloc_2_colonnes ul li {
  font-weight: 700 !important;
  font-family: "Gotham" !important;
  list-style-type: none;
  display: flex;
  align-items: self-start;
  letter-spacing: 0.025em;
  color: var(--color-main) !important;
}
.element_bloc_2_colonnes ul li:before {
  margin-top: 17px;
  margin-bottom: 2px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  background: var(--color-main) !important;
  content: "";
  min-width: 10px;
  min-height: 3px;
  margin-right: 1.25vw;
}
.element_bloc_2_colonnes .circular-text {
  font-size: 2.625rem;
}
@media (min-width: 1280px) {
  .element_bloc_2_colonnes .circular-text {
    font-weight: 500;
    letter-spacing: 0.035em;
    font-size: 3.125rem;
  }
}
.element_bloc_2_colonnes .image {
  position: relative;
}
@media (max-width: 1023.98px) {
  .element_bloc_2_colonnes .col-img {
    order: 0;
  }
}
@media (max-width: 1023.98px) {
  .element_bloc_2_colonnes .col-text {
    order: 1;
  }
}

#coordonnees-container {
  color: white;
  font: 1rem "Magnat Head", sans-serif;
  display: flex;
  flex-direction: column;
}
#coordonnees-container h2 {
  margin-bottom: 1rem;
}
#coordonnees-container p {
  margin: 1rem 0;
}
#coordonnees-container a {
  color: white;
  font: 400 1.375rem/1.65 "Magnat Head", sans-serif;
  margin: 1rem 0;
}
form .validation-error, form .confirmation-message {
    background: transparent;
    border-radius: 15px;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_bloc_images_rondes_call_to_actions {
  color: white;
  margin-bottom: -30px;
}
.element_bloc_images_rondes_call_to_actions h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .element_bloc_images_rondes_call_to_actions .col-img {
    justify-content: end;
  }
}
.element_bloc_images_rondes_call_to_actions .col-img ~ div {
  justify-content: center;
}
.element_bloc_images_rondes_call_to_actions a.button, .element_bloc_images_rondes_call_to_actions .NFI a.NFI-button, .NFI .element_bloc_images_rondes_call_to_actions a.NFI-button {
  border: 2px solid white;
  font-variant: normal;
  font-style: normal;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: white;
  margin: 0;
  padding: 0.5rem 1rem;
}
.element_bloc_images_rondes_call_to_actions a.button:hover, .element_bloc_images_rondes_call_to_actions .NFI a.NFI-button:hover, .NFI .element_bloc_images_rondes_call_to_actions a.NFI-button:hover {
  background-color: #fff;
  color: black;
}
.element_bloc_images_rondes_call_to_actions div.aspect-ratio {
  display: inline-block;
  position: relative;
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  border-radius: 50%;
}
.element_bloc_images_rondes_call_to_actions div.aspect-ratio img {
  object-fit: cover;
  object-position: 50% 10%; /* try 20px 10px */
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .element_bloc_images_rondes_call_to_actions div.aspect-ratio {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .element_bloc_images_rondes_call_to_actions div.aspect-ratio {
    width: 30rem;
    height: 30rem;
  }
  .element_bloc_images_rondes_call_to_actions div.aspect-ratio img {
    object-position: 80% 10%; /* try 20px 10px */
  }
}

.style-dark .element.element_bloc_images_rondes ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li,
.style-dark .element.element_bloc_images_rondes p,
.style-dark .element.element_bloc_images_rondes h1,
.style-dark .element.element_bloc_images_rondes h2,
.style-dark .element.element_bloc_images_rondes h3,
.style-dark .element.element_bloc_images_rondes h4,
.style-dark .element.element_bloc_images_rondes h5,
.style-dark .element.element_bloc_images_rondes h6 {
  color: var(--color-white);
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_bloc_images_rondes h2 {
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--color-main);
  margin-bottom: 35px;
  font-size: 36px;
}
@media screen and (min-width: 640px) {
  .element_bloc_images_rondes h2 {
    font-size: calc(36px + 12px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_images_rondes h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .element_bloc_images_rondes h2 {
    margin-bottom: 3.125vw;
  }
}
.element_bloc_images_rondes h4 {
  color: var(--color-main);
  font-size: 26px;
}
@media screen and (min-width: 640px) {
  .element_bloc_images_rondes h4 {
    font-size: calc(26px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_images_rondes h4 {
    font-size: 34px;
  }
}
.element_bloc_images_rondes ul li {
  font-weight: 500;
  font-family: "Gotham" !important;
  list-style-type: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
}
.element_bloc_images_rondes ul li:before {
  margin-bottom: 2px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  background: var(--color-secondary);
  content: "";
  min-width: 10px;
  min-height: 3px;
  margin-right: 1.25vw;
}
.element_bloc_images_rondes p {
  font: 400 1.25rem/1.4 "Gotham";
  color: var(--color-main);
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .element_bloc_images_rondes p {
    font-size: calc(18px + 4px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_bloc_images_rondes p {
    font-size: 22px;
  }
}
.element_bloc_images_rondes .content div {
  max-width: 720px;
}

.style-dark .element.element_bloc_images_rondes ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles) li,
.style-dark .element.element_bloc_images_rondes p,
.style-dark .element.element_bloc_images_rondes h1,
.style-dark .element.element_bloc_images_rondes h2,
.style-dark .element.element_bloc_images_rondes h3,
.style-dark .element.element_bloc_images_rondes h4,
.style-dark .element.element_bloc_images_rondes h5,
.style-dark .element.element_bloc_images_rondes h6 {
  color: var(--color-white);
}

.element_bloc_link_call_to_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.element_bloc_link_call_to_actions a {
  padding: 0.5rem;
  border: 2px solid black;
  font-variant: normal;
  font-style: normal;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 22px;
  background-color: white;
  color: #07213E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.element_bloc_link_call_to_actions a:hover {
  background-color: #fff;
}

.element_galerie_images .swiper-wrapper {
  max-width: 1365px;
  padding-bottom: 65px;
}
.element_galerie_images .infos-photos {
  color: var(--color-secondary);
  font-size: 22px;
}
@media screen and (min-width: 640px) {
  .element_galerie_images .infos-photos {
    font-size: calc(22px + 6px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_galerie_images .infos-photos {
    font-size: 28px;
  }
}
.element_galerie_images .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.element_galerie_images .swiper-button-prev {
  transform: rotate(180deg);
}
.element_galerie_images .swiper-button-next {
  right: auto;
  left: 52px;
}
.element_galerie_images .swiper-button-next,
.element_galerie_images .swiper-button-prev {
  bottom: 7px;
  top: auto;
}
@media (min-width: 1280px) {
  .element_galerie_images .swiper-button-next,
  .element_galerie_images .swiper-button-prev {
    bottom: -2px;
  }
}
.element_galerie_images .swiper-button-next svg,
.element_galerie_images .swiper-button-prev svg {
  fill: var(--color-white);
}
.element_galerie_images .swiper-button-next svg:hover,
.element_galerie_images .swiper-button-prev svg:hover {
  fill: var(--color-secondary);
}
.element_galerie_images .swiper-button-next:after,
.element_galerie_images .swiper-button-prev:after {
  display: none !important;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
@media (max-width: 1023.98px) {
  .element_listes_elements .row {
    align-items: center;
  }
}
.element_listes_elements span {
  font-size: 26px;
  color: var(--color-main);
  max-width: 375px;
}
@media screen and (min-width: 640px) {
  .element_listes_elements span {
    font-size: calc(26px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_listes_elements span {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .element_listes_elements span {
    max-width: none;
  }
}
.element_listes_elements .bar {
  margin: 10px 0;
  display: block;
  width: 100px;
  height: 2px;
  background: var(--color-secondary);
}
@media (min-width: 1024px) {
  .element_listes_elements .bar {
    margin: 6px 0 0 0;
  }
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_prices .prices-wrapper .title-holder {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .element_prices .prices-wrapper .title-holder {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .element_prices .prices-wrapper .title-holder {
    margin-bottom: 75px;
  }
}
.element_prices .prices-wrapper .title-holder h2 {
  font: 400 2.625rem/1.35 "Magnat Head";
  color: var(--color-main);
  font-size: 38px;
}
@media screen and (min-width: 640px) {
  .element_prices .prices-wrapper .title-holder h2 {
    font-size: calc(38px + 12px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_prices .prices-wrapper .title-holder h2 {
    font-size: 50px;
  }
}
.element_prices .prices-wrapper .title-holder p {
  font: 300 1.875rem/1.5 "Magnat Head";
  color: var(--color-main);
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .element_prices .prices-wrapper .title-holder p {
    font-size: calc(28px + 2px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_prices .prices-wrapper .title-holder p {
    font-size: 30px;
  }
}
.element_prices .prices-wrapper .price-types {
  margin: 0 -15px;
}
@media (min-width: 1024px) {
  .element_prices .prices-wrapper .price-types {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.element_prices .prices-wrapper .price-types .single-price {
  padding: 15px;
}
.element_prices .prices-wrapper .price-types .single-price .inner {
  display: flex;
  align-items: center;
  background: #EEEDE9;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .element_prices .prices-wrapper .price-types .single-price .inner {
    padding: 25px;
  }
}
.element_prices .prices-wrapper .price-types .single-price .inner:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 45px;
  background-color: var(--color-secondary);
}
@media (min-width: 768px) {
  .element_prices .prices-wrapper .price-types .single-price .inner:before {
    width: calc(45px + 3vw);
  }
}
.element_prices .prices-wrapper .price-types .single-price .inner h3 {
  font: 600 2.25em/1.5 "Magnat Head", sans-serif;
  color: var(--color-main);
  margin-left: 20px;
  font-size: 26px;
}
@media screen and (min-width: 640px) {
  .element_prices .prices-wrapper .price-types .single-price .inner h3 {
    font-size: calc(26px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_prices .prices-wrapper .price-types .single-price .inner h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .element_prices .prices-wrapper .price-types .single-price .inner h3 {
    margin-left: calc(25px + 2vw);
  }
}
.element_prices .prices-wrapper .price-types .single-price .inner h3 .small {
  display: inline-block;
  margin-left: 5px;
  font: 600 1.875em/1.5 "Magnat Head", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .element_prices .prices-wrapper .price-types .single-price .inner h3 .small {
    font-size: calc(20px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_prices .prices-wrapper .price-types .single-price .inner h3 .small {
    font-size: 28px;
  }
}
.element_prices .prices-wrapper .price-types .single-price .inner p {
  font: 400 2.25em/1.5 "Magnat Head", sans-serif;
  color: var(--color-main);
  margin-left: 20px;
  font-size: 26px;
}
@media screen and (min-width: 640px) {
  .element_prices .prices-wrapper .price-types .single-price .inner p {
    font-size: calc(26px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .element_prices .prices-wrapper .price-types .single-price .inner p {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .element_prices .prices-wrapper .price-types .single-price .inner p {
    margin-left: calc(25px + 2vw);
  }
}
.element_prices .prices-wrapper .description .content-text {
  color: var(--color-main);
}
.element_prices .prices-wrapper .description .content-text * {
  font-size: 1.0625rem !important;
  font-family: "Gotham";
}
.element_prices .prices-wrapper .description .content-text strong {
  font-weight: 500;
}
.element_prices .prices-wrapper .description .content-text ul {
  max-width: none !important;
  padding-left: 20px !important;
}
.element_prices .prices-wrapper .description .content-text ul li {
  list-style-type: disc !important;
}

/* ---------------------------------------------------------------------------- */
/* Module - Bâtiments */
/* ---------------------------------------------------------------------------- */
.element.element_batiments {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .element.element_batiments {
    padding: 0 110px;
  }
}
.element.element_batiments .absolute-container {
  top: 0;
  left: 0;
  padding: 0 25px;
  transform: translateX(0);
  z-index: 11111;
}
@media (min-width: 1280px) {
  .element.element_batiments .absolute-container {
    margin-left: 35px;
    padding: 0;
    margin-top: 55px;
  }
}
.element.element_batiments svg {
  position: relative;
  z-index: 1111;
  transform: scale(1.025);
  width: 100%;
  max-height: initial;
}
@media (max-width: 1023.98px) {
  .element.element_batiments svg {
    height: 100%;
    width: 200%;
    transform: translateX(-15%);
  }
}
.element.element_batiments svg #indicateurs {
  cursor: pointer;
}
.element.element_batiments svg #zones path {
  fill-opacity: 0 !important;
}
.element.element_batiments svg #zones path:hover {
  fill-opacity: 1 !important;
  cursor: pointer;
}
.element.element_batiments svg #zones path.active {
  fill-opacity: 1 !important;
  cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* Module - Étages */
/* ---------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .single-etage {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .single-etage h2 {
    padding-left: 60px;
  }
}

.single-cpt-etage {
  background-color: var(--color-main) !important;
}
.single-cpt-etage .background-main {
  background-image: none !important;
  background-color: var(--color-main) !important;
}
.single-cpt-etage .header {
  background: var(--color-main);
  margin-top: 0 !important;
}

@media (min-width: 1024px) {
  #scrollable {
    max-height: 720px;
    overflow-y: scroll;
  }
}
@media (min-width: 1280px) {
  #scrollable {
    padding-left: 75px;
  }
}

#scrollable::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/**  STYLE 4 */
#scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#scrollable::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

/**  STYLE 5 */
#scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.single-etage h2 {
  font: 400 2.625rem/1.35 "Magnat Head";
  color: var(--color-main);
  font-size: 38px;
}
@media screen and (min-width: 640px) {
  .single-etage h2 {
    font-size: calc(38px + 12px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .single-etage h2 {
    font-size: 50px;
  }
}
.single-etage .units-row-title {
  padding-bottom: 17px;
  font: 700 1.625rem/1.35 "Magnat Head";
  border-bottom: 1px solid var(--color-secondary);
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .single-etage .units-row-title {
    font-size: calc(18px + 8px * ((100vw - 640px) / 1040px));
  }
}
@media screen and (min-width: 1680px) {
  .single-etage .units-row-title {
    font-size: 26px;
  }
}
.single-etage .units-row-description {
  padding: 17px 0;
  color: var(--color-white);
  font: 400 1.125rem/1.35 "Gotham";
  border-bottom: 1px solid #3c435c;
}
.single-etage .units-row-description.disable {
  color: #79838f !important;
  cursor: default !important;
}
.single-etage .user-action a span {
  font: 500 1.5rem/1.35 "Gotham";
  letter-spacing: 0.025em;
}
.single-etage .user-action a span:hover {
  text-decoration: underline;
}
.single-etage .user-action span {
  font: 500 1.125rem/1.35 "Gotham";
  letter-spacing: 0.025em;
}
.single-etage svg {
  width: 100%;
  height: auto;
}
.single-etage svg #zones rect:hover, .single-etage svg #zones rect.hover,
.single-etage svg #zones path:hover,
.single-etage svg #zones path.hover {
  fill: #d4816e !important;
  cursor: pointer;
}
.single-etage svg #zones rect.ndispo,
.single-etage svg #zones path.ndispo {
  fill: #79838f !important;
}
.single-etage svg #zones rect.ndispo:hover, .single-etage svg #zones rect.ndispo.hover,
.single-etage svg #zones path.ndispo:hover,
.single-etage svg #zones path.ndispo.hover {
  fill: #79838f !important;
  cursor: default !important;
}

.canhover:hover, .canhover.hover {
  color: var(--color-secondary) !important;
  cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* Module - Unités */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Templates - 404 Not Found */
/* ---------------------------------------------------------------------------- */
.section-404 {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background: var(--color-main);
}
.section-404 .content-text {
  text-align: center;
}
.section-404 * {
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------------- */
/* Templates - Tempo */
/* ---------------------------------------------------------------------------- */
.tempo {
  position: relative;
}

.tempo__waves,
.tempo__background {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}

.tempo__waves {
  right: auto;
  left: 0;
}

.tempo__desc .icon {
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.2);
}

.tempo__text {
  max-width: 650px;
  color: var(--color-main);
}

.tempo__link {
  display: inline-block;
}
.tempo__link a {
  color: white;
  display: block;
  padding: 1rem 2rem;
  background: #000;
  font: bold 0.7rem/1 "Magnat Head", sans-serif;
  text-transform: uppercase;
}
.tempo__link a:hover {
  color: white;
  background: var(--color-main);
}

.smaller__title {
  text-transform: uppercase;
  font: 500 0.8rem/1 "Magnat Head", sans-serif;
  margin-bottom: 1rem;
  color: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Templates - Single */
/* ---------------------------------------------------------------------------- */
.single-header {
  flex: 1;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.single-header .post-meta-holder {
  padding: 2.1875em 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .single-header .post-meta-holder {
    width: 85%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .single-header .post-meta-holder {
    padding: 3.125em 0 3.125em 1.5625em;
    max-width: 665px;
  }
}
@media (min-width: 1680px) {
  .single-header .post-meta-holder {
    padding: 6.25em 0 3.125em 0;
  }
}
.single-header .post-meta-holder .entry-meta .author-content {
  display: flex;
}
.single-header .post-meta-holder .entry-meta .author-content span,
.single-header .post-meta-holder .entry-meta .author-content h3,
.single-header .post-meta-holder .entry-meta .author-content small {
  font: 400 1.1875em/1.1 "Magnat Head", sans-serif;
  margin: 0;
}
.single-header .post-meta-holder .entry-meta .author-content span {
  font-style: italic;
}
.single-header .post-meta-holder .entry-meta .author-content h3 {
  margin: 0 5px;
  font-weight: 500;
}
.single-header .post-meta-holder .entry-meta .author-content small:before {
  content: "- ";
}
.single-header .post-meta-holder .entry-meta {
  padding: 0;
}
.single-header .post-meta-holder .entry-meta .date-meta {
  display: block;
}
.single-header .post-meta-holder .entry-meta span,
.single-header .post-meta-holder .entry-meta p {
  display: inline-block;
}
.single-header .post-image {
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  height: 240px;
  order: -1;
}
@media (min-width: 768px) {
  .single-header .post-image {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .single-header .post-image {
    max-width: 100%;
    width: 100%;
    height: 450px;
    order: 1;
  }
}
@media (min-width: 1280px) {
  .single-header .post-image {
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .single-header .post-image {
    max-width: 50%;
    min-width: 50%;
  }
}
.single-header .post-image.w-featured img {
  display: none;
}
.single-header h1 {
  font: 900 2em/1.25 "Magnat Head", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .single-header h1 {
    font: 900 3.125em/1.1 "Magnat Head", sans-serif;
  }
}
.single-header .tagline {
  margin: 0.9375em 0;
  font: 400 1.375rem/1.3 "Magnat Head", sans-serif;
  display: block;
}
@media (min-width: 640px) {
  .single-header .tagline {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.single-header .banner-content p {
  font: 400 1.1875rem/1.3 "Magnat Head", sans-serif;
}

.taxonomy-meta {
  padding-bottom: 10px;
}
.next-posts-footer .taxonomy-meta, .post-preview-footer .taxonomy-meta {
  padding-bottom: 0px;
}
.taxonomy-meta li {
  display: inline-block;
  margin-right: 5px;
}
.taxonomy-meta li:last-of-type {
  margin-right: 0;
}
.taxonomy-meta li a {
  background: #f0f0f0;
  display: block;
  font: 500 0.75em/1.4 "Magnat Head", sans-serif;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  padding: 0.3125em 0.625em;
}
.taxonomy-meta li a:hover {
  background: var(--color-main);
  color: #fff;
}

/* ---------- Single Content ---------- */
.content-article .element_texte:first-of-type {
  margin-top: 0;
}
.content-article .element_texte:last-of-type {
  margin-bottom: 0;
}

.single-content {
  font: 1rem/1.8 "Magnat Head", sans-serif;
}
.single-content blockquote p {
  font: bold 1.2rem/1.7 "Magnat Head", sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}

.footer-meta {
  padding: 30px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  justify-content: space-between;
}

/* ---------- Share ---------- */
.share {
  display: flex;
  align-items: center;
  border-right: none;
  border-left: none;
}
.share .share-title {
  margin-right: 2rem;
  font: 600 0.9rem/1.7 "Magnat Head", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}
.share ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.share ul li {
  display: inline;
  margin-right: 15px;
}
.share ul li a {
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 1.875em;
  color: var(--color-main);
}
.share ul li a:hover {
  color: var(--color-main);
}
.share ul li a.smaller {
  font-size: 1.75em;
  padding-left: 2px;
}

