@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1752px;
}
@media (max-width: 1600px) {
  .container {
    width: 96%;
  }
}
@media (max-width: 575.98px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -19px;
  margin-left: -19px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

.row-cols-7 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.1111111111%;
          flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

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

.row-cols-11 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.0909090909%;
          flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.row-cols-12 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-sm-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-sm-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-md-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-md-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-lg-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-lg-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-xl-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-xl-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #282828;
  color: #d4d4d4;
  /* Mobile menu bug fix */
}

h1 {
  font-size: 50px;
  font-family: "Fredoka One", cursive;
}

h2 {
  font-size: 40px;
  font-family: "Fredoka One", cursive;
}

h3 {
  font-size: 24px;
  font-family: "Fredoka One", cursive;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 30px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 15px;
}

a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #e6b300;
}

p a {
  color: #e6b300;
  text-decoration: none;
  font-weight: 400;
}
p a:hover {
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

.custom-bullets {
  list-style: none;
}
.custom-bullets li {
  margin: 15px 0;
  line-height: 2;
  position: relative;
}
.custom-bullets li::before {
  content: "";
  background-image: url("../img/bullet-point.png");
  color: #e6b300;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 20px;
  margin-left: -35px;
  margin-top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
  font-family: "FSMe";
  font-weight: 400;
  src: url("/h3/fonts/fsme/FSMe-Regular.eot?") format("eot"), url("/h3/fonts/fsme/FSMe-Regular.woff2") format("woff2"), url("/h3/fonts/fsme/FSMe-Regular.woff") format("woff"), url("/h3/fonts/fsme/FSMe-Regular.ttf") format("truetype"), url("/h3/fonts/fsme/FSMe-Regular.svg#FSMe") format("svg");
}
@font-face {
  font-family: "FSMe";
  font-weight: 500;
  src: url("/h3/fonts/fsme/FSMe-Bold.eot?") format("eot"), url("/h3/fonts/fsme/FSMe-Bold.woff2") format("woff2"), url("/h3/fonts/fsme/FSMe-Bold.woff") format("woff"), url("/h3/fonts/fsme/FSMe-Bold.ttf") format("truetype"), url("/h3/fonts/fsme/FSMe-Bold.svg#FSMe") format("svg");
}
@font-face {
  font-family: "FSMe";
  font-weight: 700;
  src: url("/h3/fonts/fsme/FSMe-Heavy.eot?") format("eot"), url("/h3/fonts/fsme/FSMe-Heavy.woff2") format("woff2"), url("/h3/fonts/fsme/FSMe-Heavy.woff") format("woff"), url("/h3/fonts/fsme/FSMe-Heavy.ttf") format("truetype"), url("/h3/fonts/fsme/FSMe-Heavy.svg#FSMe") format("svg");
}
@font-face {
  font-family: "FSMe";
  font-weight: 300;
  src: url("/h3/fonts/fsme/FSMe-Light.eot?") format("eot"), url("/h3/fonts/fsme/FSMe-Light.woff2") format("woff2"), url("/h3/fonts/fsme/FSMe-Light.woff") format("woff"), url("/h3/fonts/fsme/FSMe-Light.ttf") format("truetype"), url("/h3/fonts/fsme/FSMe-Light.svg#FSMe") format("svg");
}
/* Animation variables/mixins */
.animate {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* Initial animation states */
.fade-up,
.fade-in {
  opacity: 0;
}

.slide-in-right,
.slide-in-left {
  opacity: 0;
}

.slide-right {
  opacity: 0;
}

/* Animation states */
.fade-up.start,
.start .fade-up {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fade-in.start,
.start .fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.slide-right.start {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.slide-in-right.start {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.slide-in-left.start {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* Animation delay helpers */
.-delay-0-5s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.-delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.-delay-1-5s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.-delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.-delay-2-5s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.-delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

/* Animation keyframes */
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes listIn {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes listIn {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeInUp.active {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: opacity 2s ease, -webkit-transform 0.6s ease;
  transition: opacity 2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 2s ease;
  transition: transform 0.6s ease, opacity 2s ease, -webkit-transform 0.6s ease;
  opacity: 1;
}
.fp-section.active .fadeInUp {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: opacity 2s ease, -webkit-transform 0.6s ease;
  transition: opacity 2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 2s ease;
  transition: transform 0.6s ease, opacity 2s ease, -webkit-transform 0.6s ease;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadeInUp.-slow {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.fadeInImage {
  -webkit-transform: scale3d(1.25, 1.25, 1.25);
          transform: scale3d(1.25, 1.25, 1.25);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-filter: drop-shadow(1px 1px 20px black);
          filter: drop-shadow(1px 1px 20px black);
}
.fadeInImage.active {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
}
.fp-section.active .fadeInImage {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fadeInButton {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeInButton.active {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 1;
}
.fp-section.active .fadeInButton {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.animation-flash {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: flash linear 0.5s infinite;
          animation: flash linear 0.5s infinite;
}

.animation-flash.delay-1 {
  -webkit-animation: flash linear 0.5s infinite;
          animation: flash linear 0.5s infinite;
}

.animation-flash.delay-2 {
  -webkit-animation: flash linear 0.5s infinite;
          animation: flash linear 0.5s infinite;
}

.animation-flash.delay-3 {
  -webkit-animation: flash linear 0.5s infinite;
          animation: flash linear 0.5s infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.d-fullpage-none {
  display: none;
}
@media (max-width: 1024px) {
  .d-fullpage-none {
    display: block;
  }
}
@media (max-height: 800px) {
  .d-fullpage-none {
    display: block;
  }
}

.d-fullpage {
  display: block;
}
@media (min-width: 1024px) {
  .d-fullpage {
    display: block;
  }
}
@media (min-height: 800px) {
  .d-fullpage {
    display: block;
  }
}

.embed-responsive {
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

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

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

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.stretched-link-before::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.object-none {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .object-sm-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-sm-none {
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .object-md-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-md-none {
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .object-lg-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-lg-none {
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .object-xl-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-xl-none {
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.relative {
  position: relative;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.m-0 {
  margin: 0;
}

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

.m-3 {
  margin: 0.75rem;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4,
.my-4 {
  margin-top: 1rem;
}

.mr-4,
.mx-4 {
  margin-right: 1rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem;
}

.ml-4,
.mx-4 {
  margin-left: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8,
.my-8 {
  margin-top: 2rem;
}

.mr-8,
.mx-8 {
  margin-right: 2rem;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem;
}

.ml-8,
.mx-8 {
  margin-left: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12,
.my-12 {
  margin-top: 3rem;
}

.mr-12,
.mx-12 {
  margin-right: 3rem;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem;
}

.ml-12,
.mx-12 {
  margin-left: 3rem;
}

.m-16 {
  margin: 4rem;
}

.mt-16,
.my-16 {
  margin-top: 4rem;
}

.mr-16,
.mx-16 {
  margin-right: 4rem;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem;
}

.ml-16,
.mx-16 {
  margin-left: 4rem;
}

.m-20 {
  margin: 5rem;
}

.mt-20,
.my-20 {
  margin-top: 5rem;
}

.mr-20,
.mx-20 {
  margin-right: 5rem;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem;
}

.ml-20,
.mx-20 {
  margin-left: 5rem;
}

.m-24 {
  margin: 6rem;
}

.mt-24,
.my-24 {
  margin-top: 6rem;
}

.mr-24,
.mx-24 {
  margin-right: 6rem;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem;
}

.ml-24,
.mx-24 {
  margin-left: 6rem;
}

.m-32 {
  margin: 8rem;
}

.mt-32,
.my-32 {
  margin-top: 8rem;
}

.mr-32,
.mx-32 {
  margin-right: 8rem;
}

.mb-32,
.my-32 {
  margin-bottom: 8rem;
}

.ml-32,
.mx-32 {
  margin-left: 8rem;
}

.m-40 {
  margin: 10rem;
}

.mt-40,
.my-40 {
  margin-top: 10rem;
}

.mr-40,
.mx-40 {
  margin-right: 10rem;
}

.mb-40,
.my-40 {
  margin-bottom: 10rem;
}

.ml-40,
.mx-40 {
  margin-left: 10rem;
}

.m-48 {
  margin: 12rem;
}

.mt-48,
.my-48 {
  margin-top: 12rem;
}

.mr-48,
.mx-48 {
  margin-right: 12rem;
}

.mb-48,
.my-48 {
  margin-bottom: 12rem;
}

.ml-48,
.mx-48 {
  margin-left: 12rem;
}

.m-56 {
  margin: 14rem;
}

.mt-56,
.my-56 {
  margin-top: 14rem;
}

.mr-56,
.mx-56 {
  margin-right: 14rem;
}

.mb-56,
.my-56 {
  margin-bottom: 14rem;
}

.ml-56,
.mx-56 {
  margin-left: 14rem;
}

.m-64 {
  margin: 16rem;
}

.mt-64,
.my-64 {
  margin-top: 16rem;
}

.mr-64,
.mx-64 {
  margin-right: 16rem;
}

.mb-64,
.my-64 {
  margin-bottom: 16rem;
}

.ml-64,
.mx-64 {
  margin-left: 16rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4,
.py-4 {
  padding-top: 1rem;
}

.pr-4,
.px-4 {
  padding-right: 1rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem;
}

.pl-4,
.px-4 {
  padding-left: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8,
.py-8 {
  padding-top: 2rem;
}

.pr-8,
.px-8 {
  padding-right: 2rem;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem;
}

.pl-8,
.px-8 {
  padding-left: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12,
.py-12 {
  padding-top: 3rem;
}

.pr-12,
.px-12 {
  padding-right: 3rem;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem;
}

.pl-12,
.px-12 {
  padding-left: 3rem;
}

.p-16 {
  padding: 4rem;
}

.pt-16,
.py-16 {
  padding-top: 4rem;
}

.pr-16,
.px-16 {
  padding-right: 4rem;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem;
}

.pl-16,
.px-16 {
  padding-left: 4rem;
}

.p-20 {
  padding: 5rem;
}

.pt-20,
.py-20 {
  padding-top: 5rem;
}

.pr-20,
.px-20 {
  padding-right: 5rem;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem;
}

.pl-20,
.px-20 {
  padding-left: 5rem;
}

.p-24 {
  padding: 6rem;
}

.pt-24,
.py-24 {
  padding-top: 6rem;
}

.pr-24,
.px-24 {
  padding-right: 6rem;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem;
}

.pl-24,
.px-24 {
  padding-left: 6rem;
}

.p-32 {
  padding: 8rem;
}

.pt-32,
.py-32 {
  padding-top: 8rem;
}

.pr-32,
.px-32 {
  padding-right: 8rem;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem;
}

.pl-32,
.px-32 {
  padding-left: 8rem;
}

.p-40 {
  padding: 10rem;
}

.pt-40,
.py-40 {
  padding-top: 10rem;
}

.pr-40,
.px-40 {
  padding-right: 10rem;
}

.pb-40,
.py-40 {
  padding-bottom: 10rem;
}

.pl-40,
.px-40 {
  padding-left: 10rem;
}

.p-48 {
  padding: 12rem;
}

.pt-48,
.py-48 {
  padding-top: 12rem;
}

.pr-48,
.px-48 {
  padding-right: 12rem;
}

.pb-48,
.py-48 {
  padding-bottom: 12rem;
}

.pl-48,
.px-48 {
  padding-left: 12rem;
}

.p-56 {
  padding: 14rem;
}

.pt-56,
.py-56 {
  padding-top: 14rem;
}

.pr-56,
.px-56 {
  padding-right: 14rem;
}

.pb-56,
.py-56 {
  padding-bottom: 14rem;
}

.pl-56,
.px-56 {
  padding-left: 14rem;
}

.p-64 {
  padding: 16rem;
}

.pt-64,
.py-64 {
  padding-top: 16rem;
}

.pr-64,
.px-64 {
  padding-right: 16rem;
}

.pb-64,
.py-64 {
  padding-bottom: 16rem;
}

.pl-64,
.px-64 {
  padding-left: 16rem;
}

.p-auto {
  padding: auto;
}

.pt-auto,
.py-auto {
  padding-top: auto;
}

.pr-auto,
.px-auto {
  padding-right: auto;
}

.pb-auto,
.py-auto {
  padding-bottom: auto;
}

.pl-auto,
.px-auto {
  padding-left: auto;
}

.m-auto {
  margin: auto;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 0.75rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem;
  }
  .m-sm-4 {
    margin: 1rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem;
  }
  .m-sm-5 {
    margin: 1.25rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem;
  }
  .m-sm-6 {
    margin: 1.5rem;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem;
  }
  .m-sm-8 {
    margin: 2rem;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem;
  }
  .m-sm-10 {
    margin: 2.5rem;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem;
  }
  .m-sm-12 {
    margin: 3rem;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3rem;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3rem;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3rem;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3rem;
  }
  .m-sm-16 {
    margin: 4rem;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 4rem;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 4rem;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 4rem;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 4rem;
  }
  .m-sm-20 {
    margin: 5rem;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 5rem;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 5rem;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 5rem;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 5rem;
  }
  .m-sm-24 {
    margin: 6rem;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 6rem;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 6rem;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 6rem;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 6rem;
  }
  .m-sm-32 {
    margin: 8rem;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 8rem;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 8rem;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 8rem;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 8rem;
  }
  .m-sm-40 {
    margin: 10rem;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 10rem;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 10rem;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 10rem;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 10rem;
  }
  .m-sm-48 {
    margin: 12rem;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 12rem;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 12rem;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 12rem;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 12rem;
  }
  .m-sm-56 {
    margin: 14rem;
  }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 14rem;
  }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 14rem;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 14rem;
  }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 14rem;
  }
  .m-sm-64 {
    margin: 16rem;
  }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 16rem;
  }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 16rem;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 16rem;
  }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 16rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 0.75rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem;
  }
  .p-sm-4 {
    padding: 1rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem;
  }
  .p-sm-5 {
    padding: 1.25rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem;
  }
  .p-sm-6 {
    padding: 1.5rem;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem;
  }
  .p-sm-8 {
    padding: 2rem;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem;
  }
  .p-sm-10 {
    padding: 2.5rem;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem;
  }
  .p-sm-12 {
    padding: 3rem;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3rem;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3rem;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3rem;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3rem;
  }
  .p-sm-16 {
    padding: 4rem;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 4rem;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 4rem;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 4rem;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 4rem;
  }
  .p-sm-20 {
    padding: 5rem;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 5rem;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 5rem;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 5rem;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 5rem;
  }
  .p-sm-24 {
    padding: 6rem;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 6rem;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 6rem;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 6rem;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 6rem;
  }
  .p-sm-32 {
    padding: 8rem;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 8rem;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 8rem;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 8rem;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 8rem;
  }
  .p-sm-40 {
    padding: 10rem;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 10rem;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 10rem;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 10rem;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 10rem;
  }
  .p-sm-48 {
    padding: 12rem;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 12rem;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 12rem;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 12rem;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 12rem;
  }
  .p-sm-56 {
    padding: 14rem;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 14rem;
  }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 14rem;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 14rem;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 14rem;
  }
  .p-sm-64 {
    padding: 16rem;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 16rem;
  }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 16rem;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 16rem;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 16rem;
  }
  .p-sm-auto {
    padding: auto;
  }
  .pt-sm-auto,
  .py-sm-auto {
    padding-top: auto;
  }
  .pr-sm-auto,
  .px-sm-auto {
    padding-right: auto;
  }
  .pb-sm-auto,
  .py-sm-auto {
    padding-bottom: auto;
  }
  .pl-sm-auto,
  .px-sm-auto {
    padding-left: auto;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 0.75rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem;
  }
  .m-md-4 {
    margin: 1rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem;
  }
  .m-md-5 {
    margin: 1.25rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem;
  }
  .m-md-6 {
    margin: 1.5rem;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem;
  }
  .m-md-8 {
    margin: 2rem;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem;
  }
  .m-md-10 {
    margin: 2.5rem;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem;
  }
  .m-md-12 {
    margin: 3rem;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 3rem;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 3rem;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3rem;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 3rem;
  }
  .m-md-16 {
    margin: 4rem;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 4rem;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 4rem;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 4rem;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 4rem;
  }
  .m-md-20 {
    margin: 5rem;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 5rem;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 5rem;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 5rem;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 5rem;
  }
  .m-md-24 {
    margin: 6rem;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 6rem;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 6rem;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 6rem;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 6rem;
  }
  .m-md-32 {
    margin: 8rem;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 8rem;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 8rem;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 8rem;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 8rem;
  }
  .m-md-40 {
    margin: 10rem;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 10rem;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 10rem;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 10rem;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 10rem;
  }
  .m-md-48 {
    margin: 12rem;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 12rem;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 12rem;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 12rem;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 12rem;
  }
  .m-md-56 {
    margin: 14rem;
  }
  .mt-md-56,
  .my-md-56 {
    margin-top: 14rem;
  }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 14rem;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 14rem;
  }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 14rem;
  }
  .m-md-64 {
    margin: 16rem;
  }
  .mt-md-64,
  .my-md-64 {
    margin-top: 16rem;
  }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 16rem;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 16rem;
  }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 16rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 0.75rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem;
  }
  .p-md-4 {
    padding: 1rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem;
  }
  .p-md-5 {
    padding: 1.25rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem;
  }
  .p-md-6 {
    padding: 1.5rem;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem;
  }
  .p-md-8 {
    padding: 2rem;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem;
  }
  .p-md-10 {
    padding: 2.5rem;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem;
  }
  .p-md-12 {
    padding: 3rem;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 3rem;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 3rem;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3rem;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 3rem;
  }
  .p-md-16 {
    padding: 4rem;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 4rem;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 4rem;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 4rem;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 4rem;
  }
  .p-md-20 {
    padding: 5rem;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 5rem;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 5rem;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 5rem;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 5rem;
  }
  .p-md-24 {
    padding: 6rem;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 6rem;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 6rem;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 6rem;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 6rem;
  }
  .p-md-32 {
    padding: 8rem;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 8rem;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 8rem;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 8rem;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 8rem;
  }
  .p-md-40 {
    padding: 10rem;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 10rem;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 10rem;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 10rem;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 10rem;
  }
  .p-md-48 {
    padding: 12rem;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 12rem;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 12rem;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 12rem;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 12rem;
  }
  .p-md-56 {
    padding: 14rem;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 14rem;
  }
  .pr-md-56,
  .px-md-56 {
    padding-right: 14rem;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 14rem;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 14rem;
  }
  .p-md-64 {
    padding: 16rem;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 16rem;
  }
  .pr-md-64,
  .px-md-64 {
    padding-right: 16rem;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 16rem;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 16rem;
  }
  .p-md-auto {
    padding: auto;
  }
  .pt-md-auto,
  .py-md-auto {
    padding-top: auto;
  }
  .pr-md-auto,
  .px-md-auto {
    padding-right: auto;
  }
  .pb-md-auto,
  .py-md-auto {
    padding-bottom: auto;
  }
  .pl-md-auto,
  .px-md-auto {
    padding-left: auto;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 0.75rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem;
  }
  .m-lg-4 {
    margin: 1rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem;
  }
  .m-lg-5 {
    margin: 1.25rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem;
  }
  .m-lg-6 {
    margin: 1.5rem;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem;
  }
  .m-lg-8 {
    margin: 2rem;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem;
  }
  .m-lg-10 {
    margin: 2.5rem;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem;
  }
  .m-lg-12 {
    margin: 3rem;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3rem;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3rem;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3rem;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3rem;
  }
  .m-lg-16 {
    margin: 4rem;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 4rem;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 4rem;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 4rem;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 4rem;
  }
  .m-lg-20 {
    margin: 5rem;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 5rem;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 5rem;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 5rem;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 5rem;
  }
  .m-lg-24 {
    margin: 6rem;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 6rem;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 6rem;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 6rem;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 6rem;
  }
  .m-lg-32 {
    margin: 8rem;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 8rem;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 8rem;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 8rem;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 8rem;
  }
  .m-lg-40 {
    margin: 10rem;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 10rem;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 10rem;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 10rem;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 10rem;
  }
  .m-lg-48 {
    margin: 12rem;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 12rem;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 12rem;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 12rem;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 12rem;
  }
  .m-lg-56 {
    margin: 14rem;
  }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 14rem;
  }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 14rem;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 14rem;
  }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 14rem;
  }
  .m-lg-64 {
    margin: 16rem;
  }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 16rem;
  }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 16rem;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 16rem;
  }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 16rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 0.75rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem;
  }
  .p-lg-4 {
    padding: 1rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem;
  }
  .p-lg-5 {
    padding: 1.25rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem;
  }
  .p-lg-6 {
    padding: 1.5rem;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem;
  }
  .p-lg-8 {
    padding: 2rem;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem;
  }
  .p-lg-10 {
    padding: 2.5rem;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem;
  }
  .p-lg-12 {
    padding: 3rem;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3rem;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3rem;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3rem;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3rem;
  }
  .p-lg-16 {
    padding: 4rem;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 4rem;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 4rem;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 4rem;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 4rem;
  }
  .p-lg-20 {
    padding: 5rem;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 5rem;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 5rem;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 5rem;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 5rem;
  }
  .p-lg-24 {
    padding: 6rem;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 6rem;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 6rem;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 6rem;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 6rem;
  }
  .p-lg-32 {
    padding: 8rem;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 8rem;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 8rem;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 8rem;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 8rem;
  }
  .p-lg-40 {
    padding: 10rem;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 10rem;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 10rem;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 10rem;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 10rem;
  }
  .p-lg-48 {
    padding: 12rem;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 12rem;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 12rem;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 12rem;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 12rem;
  }
  .p-lg-56 {
    padding: 14rem;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 14rem;
  }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 14rem;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 14rem;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 14rem;
  }
  .p-lg-64 {
    padding: 16rem;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 16rem;
  }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 16rem;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 16rem;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 16rem;
  }
  .p-lg-auto {
    padding: auto;
  }
  .pt-lg-auto,
  .py-lg-auto {
    padding-top: auto;
  }
  .pr-lg-auto,
  .px-lg-auto {
    padding-right: auto;
  }
  .pb-lg-auto,
  .py-lg-auto {
    padding-bottom: auto;
  }
  .pl-lg-auto,
  .px-lg-auto {
    padding-left: auto;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 0.75rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem;
  }
  .m-xl-4 {
    margin: 1rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem;
  }
  .m-xl-5 {
    margin: 1.25rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem;
  }
  .m-xl-6 {
    margin: 1.5rem;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem;
  }
  .m-xl-8 {
    margin: 2rem;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem;
  }
  .m-xl-10 {
    margin: 2.5rem;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem;
  }
  .m-xl-12 {
    margin: 3rem;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3rem;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3rem;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3rem;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3rem;
  }
  .m-xl-16 {
    margin: 4rem;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 4rem;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 4rem;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 4rem;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 4rem;
  }
  .m-xl-20 {
    margin: 5rem;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 5rem;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 5rem;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 5rem;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 5rem;
  }
  .m-xl-24 {
    margin: 6rem;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 6rem;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 6rem;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 6rem;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 6rem;
  }
  .m-xl-32 {
    margin: 8rem;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 8rem;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 8rem;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 8rem;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 8rem;
  }
  .m-xl-40 {
    margin: 10rem;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 10rem;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 10rem;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 10rem;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 10rem;
  }
  .m-xl-48 {
    margin: 12rem;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 12rem;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 12rem;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 12rem;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 12rem;
  }
  .m-xl-56 {
    margin: 14rem;
  }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 14rem;
  }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 14rem;
  }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 14rem;
  }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 14rem;
  }
  .m-xl-64 {
    margin: 16rem;
  }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 16rem;
  }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 16rem;
  }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 16rem;
  }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 16rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 0.75rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem;
  }
  .p-xl-4 {
    padding: 1rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem;
  }
  .p-xl-5 {
    padding: 1.25rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem;
  }
  .p-xl-6 {
    padding: 1.5rem;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem;
  }
  .p-xl-8 {
    padding: 2rem;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem;
  }
  .p-xl-10 {
    padding: 2.5rem;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem;
  }
  .p-xl-12 {
    padding: 3rem;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3rem;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3rem;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3rem;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3rem;
  }
  .p-xl-16 {
    padding: 4rem;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 4rem;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 4rem;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 4rem;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 4rem;
  }
  .p-xl-20 {
    padding: 5rem;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 5rem;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 5rem;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 5rem;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 5rem;
  }
  .p-xl-24 {
    padding: 6rem;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 6rem;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 6rem;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 6rem;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 6rem;
  }
  .p-xl-32 {
    padding: 8rem;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 8rem;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 8rem;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 8rem;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 8rem;
  }
  .p-xl-40 {
    padding: 10rem;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 10rem;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 10rem;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 10rem;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 10rem;
  }
  .p-xl-48 {
    padding: 12rem;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 12rem;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 12rem;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 12rem;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 12rem;
  }
  .p-xl-56 {
    padding: 14rem;
  }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 14rem;
  }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 14rem;
  }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 14rem;
  }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 14rem;
  }
  .p-xl-64 {
    padding: 16rem;
  }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 16rem;
  }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 16rem;
  }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 16rem;
  }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 16rem;
  }
  .p-xl-auto {
    padding: auto;
  }
  .pt-xl-auto,
  .py-xl-auto {
    padding-top: auto;
  }
  .pr-xl-auto,
  .px-xl-auto {
    padding-right: auto;
  }
  .pb-xl-auto,
  .py-xl-auto {
    padding-bottom: auto;
  }
  .pl-xl-auto,
  .px-xl-auto {
    padding-left: auto;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}
.max-w-top {
  max-width: 875px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 70px;
  font-family: "Fredoka One", cursive;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

h1, .h1 {
  font-size: 3.125rem;
}
h1, .h1 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: calc(30px + 40 * (100vw - 320px) / 1480);
  }
}
@media screen and (min-width: 1800px) {
  h1, .h1 {
    font-size: 70px;
  }
}

h2, .h2 {
  font-size: 1.875rem;
}
h2, .h2 {
  font-size: 21px;
}
@media screen and (min-width: 0px) {
  h2, .h2 {
    font-size: calc(21px + 29 * (100vw - 0px) / 1800);
  }
}
@media screen and (min-width: 1800px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 1.875rem;
}
h3, .h3 {
  font-size: 20px;
}
@media screen and (min-width: 0px) {
  h3, .h3 {
    font-size: calc(20px + 20 * (100vw - 0px) / 1800);
  }
}
@media screen and (min-width: 1800px) {
  h3, .h3 {
    font-size: 40px;
  }
}

h4, .h4 {
  font-size: 1.5625rem;
}
h4, .h4 {
  font-size: 17px;
}
@media screen and (min-width: 0px) {
  h4, .h4 {
    font-size: calc(17px + 8 * (100vw - 0px) / 1800);
  }
}
@media screen and (min-width: 1800px) {
  h4, .h4 {
    font-size: 25px;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 16px;
}
@media screen and (min-width: 0px) {
  h5, .h5 {
    font-size: calc(16px + 4 * (100vw - 0px) / 1800);
  }
}
@media screen and (min-width: 1800px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 1.5625rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.font-size-30 {
  font-size: 1.875rem;
}
.font-size-30 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .font-size-30 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1480);
  }
}
@media screen and (min-width: 1800px) {
  .font-size-30 {
    font-size: 30px;
  }
}

.font-size-20 {
  font-size: 1.25rem;
}
.font-size-20 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .font-size-20 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1480);
  }
}
@media screen and (min-width: 1800px) {
  .font-size-20 {
    font-size: 20px;
  }
}

.font-size-18 {
  font-size: 1.25rem;
}
.font-size-18 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .font-size-18 {
    font-size: calc(16px + 2 * (100vw - 320px) / 1480);
  }
}
@media screen and (min-width: 1800px) {
  .font-size-18 {
    font-size: 18px;
  }
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

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

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-normal {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

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

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-primary {
  color: #e6b300;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Fade transition */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Contains styles for common elements */
.breadcrumbs {
  margin: 15px 0;
}
.breadcrumbs .breadcrumb__link {
  font-size: 16px;
}
.breadcrumbs .breadcrumb__seperator {
  font-size: 16px;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.pagination__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__link {
  font-size: 24px;
  font-family: "Fredoka One", cursive;
  margin: 0 10px;
}
.pagination__link-active {
  color: #e6b300;
  font-weight: 400;
}
.pagination__back, .pagination__next {
  font-size: 24px;
  font-family: "Fredoka One", cursive;
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pagination__link, .pagination__back, .pagination__next {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pagination__link:hover, .pagination__back:hover, .pagination__next:hover {
  color: #e6b300;
}
.pagination__next {
  text-align: right;
}

.accordion {
  display: none;
}
.accordion .accordion__active {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-head {
    padding: 0 15px;
  }
  .page-head .page-head__title {
    font-size: 40px;
  }
  .pagination__back span,
  .pagination__next span {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .page-head {
    min-height: 300px;
    height: 100%;
    padding: 15px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.77rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #444;
  background-clip: padding-box;
  border-radius: 0;
  color: #d4d4d4;
  border: 2px solid transparent;
}
@media (max-width: 991.98px) {
  .form-control {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .form-control {
    font-size: 0.8rem;
  }
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  border: 2px solid #1d1d1d;
}
@supports (-webkit-overflow-scrolling: touch) {
  .form-control {
    font-size: 16px;
  }
}

.form-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0.625rem;
  display: block;
  color: #d4d4d4;
  font-family: "Fredoka One", cursive;
}
@media (max-width: 991.98px) {
  .form-label {
    font-size: 1rem;
  }
}

textarea.form-control {
  height: 150px;
}

select.form-control {
  display: block;
  height: 48px;
  font-weight: normal;
  color: #000000;
  line-height: 1.3;
  padding: 0.8em 3em 0.8em 0.8em;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  border: 1px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M18.08 21h13.84c.96 0 1.44 1.15.76 1.82l-6.92 6.87c-.42.41-1.1.41-1.52 0l-6.92-6.87c-.68-.67-.2-1.82.76-1.82z'/%3E%3Cpath d='M0 0h1v48H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
}
select.form-control:hover, select.form-control:focus, select.form-control:active {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control option {
  font-weight: normal;
}

.form-radio,
.input-checkbox,
.custom-checkbox {
  position: relative;
}
.form-radio input,
.input-checkbox input,
.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.form-radio input:checked + label span:after,
.input-checkbox input:checked + label span:after,
.custom-checkbox input:checked + label span:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 1;
}
.form-radio input:focus + label span:before,
.input-checkbox input:focus + label span:before,
.custom-checkbox input:focus + label span:before {
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}
.form-radio label,
.input-checkbox label,
.custom-checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
}
.form-radio label:before,
.input-checkbox label:before,
.custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-radio label span,
.input-checkbox label span,
.custom-checkbox label span {
  display: block;
  position: relative;
  line-height: normal;
}
.form-radio label span:after,
.input-checkbox label span:after,
.custom-checkbox label span:after {
  content: "";
  position: absolute;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0;
}
.form-radio label span:before,
.input-checkbox label span:before,
.custom-checkbox label span:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #000000;
}

.form-radio label span:after {
  width: 8px;
  height: 8px;
  top: 8px;
  left: 6px;
  background-color: #000000;
  border-radius: 50%;
}
.form-radio label span:before {
  border-radius: 50%;
}

.custom-checkbox span:after {
  content: "";
  width: 16px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpath d='M3.74456732 7.13301982L1.24828673 4.36208226c-.279944-.29638511-.73302798-.30306272-1.0207181-.01504348-.28769013.28801925-.30485926.76548795-.03867903 1.07565258L3.1966033 8.76117035c.13486703.14924374.3208313.2352663.51630389.23882965.20350209-.00016649.38713151-.07946357.52361007-.22085323l4.54506674-7.45869173c.18619778-.19312948.26054094-.47633499.19502512-.74293574-.06551582-.26660075-.2609372-.47609374-.5126508-.549565-.2517136-.07347127-.52147813.00024124-.70767591.19337074L3.74456732 7.13301982z'/%3E%3C/svg%3E") 9px 9px no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
}

.section .fp-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.-reverse {
  background-position: right;
}

.hourglassRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hourglassRow .cmsRow__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media (max-width: 1199.98px) {
  .hourglassRow .cmsRow__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media (max-width: 991.98px) {
  .hourglassRow .cmsRow__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 991.98px) {
  .hourglassRow .hourglassPoints__wrap {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .hourglassRow .hourglassPoints__point {
    display: none;
  }
}
.hourglassRow .cmsRow__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 57%;
          flex: 1 1 57%;
}
.hourglassRow .cmsRow__image img {
  max-width: none;
}
@media (max-width: 1199.98px) {
  .hourglassRow .cmsRow__image img {
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .hourglassRow .cmsRow__image img {
    margin: 0;
  }
}

.cmsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmsRow.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.cmsRow.-reverse .cmsRow__content {
  text-align: left;
  max-width: 700px;
}
.cmsRow__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .cmsRow__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}
@media (max-width: 575.98px) {
  .cmsRow__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.cmsRow__content__content {
  margin-bottom: 40px;
}
.cmsRow__content__content.-xl {
  font-size: 20px;
}
.cmsRow__content ul {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  line-height: 36px;
}
.cmsRow__content ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: #e6b300;
  font-weight: 900;
  margin-right: 9px;
}
.cmsRow__content .btn {
  background-color: transparent;
  border: solid #e6b300 1px;
  color: white;
  padding: 13px 35px;
}
.cmsRow__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.cmsRow__image img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
.cmsRow__image.-large img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .cmsRow__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .cmsRow__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.cmsRowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmsRowList.-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.cmsRowList.-reversed .cmsRowList__list {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .cmsRowList.-reversed .cmsRowList__list {
    text-align: left;
  }
}
.cmsRowList.-hasLink .cmsRowList__list {
  text-align: left;
}
.cmsRowList.-hasLink .cmsRowList__list__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmsRowList__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .cmsRowList__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 1199.98px) {
  .cmsRowList__image img {
    margin: 50px auto;
    display: block;
    max-width: 389px;
    width: 100%;
  }
}
.cmsRowList__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .cmsRowList__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
}
.cmsRowList__list__item {
  position: relative;
  margin-bottom: 5vh;
}
.cmsRowList__list__item:hover .btn-arrow {
  background: #e6b300;
  color: #282828;
}
.cmsRowList__list__item:last-child {
  margin-bottom: 0;
}
.cmsRowList__list__item__title {
  color: #e6b300;
  display: block;
  margin-bottom: 3vh;
}

.cmsTwoColText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1550px;
  margin: 0 auto;
}
.cmsTwoColText__left {
  width: 45%;
  text-align: right;
}
@media (max-width: 1024px) {
  .cmsTwoColText__left {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
  }
}
.cmsTwoColText__right {
  width: 45%;
}
@media (max-width: 1024px) {
  .cmsTwoColText__right {
    width: 100%;
  }
}

.cmsFAQlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmsFAQlist.-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.cmsFAQlist.-reversed .cmsRowList__list {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .cmsFAQlist.-reversed .cmsRowList__list {
    text-align: left;
  }
}
.cmsFAQlist.-hasLink .cmsRowList__list {
  text-align: left;
}
.cmsFAQlist.-hasLink .cmsRowList__list__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmsFAQlist__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .cmsFAQlist__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 1199.98px) {
  .cmsFAQlist__image img {
    margin: 50px auto;
    display: block;
    max-width: 389px;
    width: 100%;
  }
}
.cmsFAQlist__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .cmsFAQlist__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
}
.cmsFAQlist__list__item {
  position: relative;
  margin-bottom: 5vh;
}
.cmsFAQlist__list__item:hover .btn-arrow {
  background: #e6b300;
  color: #282828;
}
.cmsFAQlist__list__item:last-child {
  margin-bottom: 0;
}
.cmsFAQlist__list__item.active .cmsFAQlist__list__item__title i {
  color: #e6b300;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmsFAQlist__list__item__title {
  color: #e6b300;
  display: block;
  margin-bottom: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmsFAQlist__list__item__title i {
  color: white;
  font-size: 22px;
  -webkit-transition: all 0.3s lienar;
  transition: all 0.3s lienar;
}
.cmsFAQlist__list__item__title.active {
  color: #e6b300;
}
.cmsFAQlist__list__item__content {
  display: none;
}
.cmsFAQlist__list__item__content.active {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  outline: none;
}

.modal__container {
  background-color: #282828;
  padding: 30px;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__container__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  border: 0;
  font-size: 40px;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #282828;
  border: 2px solid #e6b300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.modal__close:hover, .modal__close:focus {
  background-color: #e6b300;
  color: #282828;
  outline: none;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.page-counter {
  position: fixed;
  top: 0;
  left: calc(100vw - 100px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  z-index: 99;
}
@media (max-width: 1440px) {
  .page-counter {
    display: none;
  }
}
.page-counter__inner {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-counter__item {
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.page-counter__item::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #5c5c5c;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.page-counter__item:last-child::after {
  content: none;
}
.page-counter__item a {
  color: white;
  font-size: inherit;
  padding: 6px 8px;
  display: block;
}
@media (max-width: 1660px) {
  .page-counter__item {
    margin-bottom: 25px;
  }
  .page-counter__item a {
    line-height: 1;
    padding: 5px 7px 3px 7px;
  }
}
.page-counter__item--active {
  opacity: 1;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.page-counter__item--active::after {
  -webkit-transform: rotate(-40deg) scaleY(1.3);
          transform: rotate(-40deg) scaleY(1.3);
}
.page-counter__item--next-active::after {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(40deg) scaleY(1.3);
          transform: rotate(40deg) scaleY(1.3);
}
.page-counter__top {
  border: 1px solid #5c5c5c;
  padding: 4px;
  text-transform: uppercase;
}

.team-members {
  width: 100%;
}
@media (max-width: 1200px) {
  .team-members {
    padding-bottom: 100px;
  }
}
.team-members__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.team-members__wrap > .team-member {
  -ms-flex-preferred-size: calc(50% - 60px);
      flex-basis: calc(50% - 60px);
  padding: 0 30px;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .team-members__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px 50px;
    margin: 0;
  }
  .team-members__wrap > .team-member {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .team-members__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-members__wrap > .team-member {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .team-members__wrap > .team-member:last-child {
    margin-bottom: 0;
  }
}
.team-members__title {
  font-size: 50px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .team-members__title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.team-member__image {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  background-color: #343434;
  margin-right: 40px;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-member__title {
  display: block;
  margin-bottom: 30px;
  color: #e6b300;
  font-weight: 400;
  font-size: 40px;
  font-family: "Fredoka One", cursive;
  text-transform: uppercase;
}
.team-member__item {
  display: block;
  margin-bottom: 15px;
  color: #d4d4d4;
}
.team-member__item i {
  margin-right: 10px;
}
.team-member a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.team-member a:hover {
  color: #e6b300;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .team-member__title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .team-member__image {
    margin: 0 0 30px 0;
  }
  .team-member__title {
    font-size: 24px;
  }
}

.team-members-v2 {
  max-width: 1091px;
  margin: auto;
}
.team-members-v2 h2.team-members__title.h2 {
  text-align: center;
  margin: 0 0 25px;
}
.team-members-v2 span.team-members__text {
  max-width: 812px;
  margin: 0px auto 30px;
  display: block;
  text-align: center;
}
.team-members-v2 .team-members__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.team-members-v2 .team-members__locations .team-members__location {
  margin: 0 18px;
  cursor: pointer;
  color: #e6b300;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #707070;
}
.team-members-v2 .team-members__locations .team-members__location.active {
  color: #e6b300;
}
.team-members-v2 .team-members__wrap {
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr 17px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 34px 17px;
}
.team-members-v2 .team-members__wrap .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: solid #707070 2px;
}
.team-members-v2 .team-members__wrap .team-member .team-member__image {
  margin: 0;
  background-color: unset;
  padding: 0;
  margin-bottom: 35px;
}
.team-members-v2 .team-members__wrap .team-member .team-member__image img {
  border: solid #424242 10px;
  border-radius: 100%;
  aspect-ratio: 1;
}
.team-members-v2 .team-members__wrap .team-member .team-member__title {
  font-size: 17px;
  margin-bottom: 15px;
}
.team-members-v2 .team-members__wrap .team-member .team-member__item {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.pageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.pageTop__title {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.loaded .pageTop__title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.pageTop__logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.loaded .pageTop__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1.6, 1, 1);
  transition: all 0.3s cubic-bezier(0.25, 1.6, 1, 1);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.pageTop__content {
  max-width: 740px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  margin-bottom: 30px;
  margin-bottom: calc((4vh + 4vw) / 2);
}
.pageTop__content {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .pageTop__content {
    font-size: calc(15px + 3 * (100vw - 320px) / 980);
  }
}
@media screen and (min-width: 1300px) {
  .pageTop__content {
    font-size: 18px;
  }
}
.loaded .pageTop__content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.pageTop__content * {
  font-size: inherit;
}
.pageTop__content.-large {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .pageTop__content.-large {
    font-size: calc(15px + 9 * (100vw - 320px) / 980);
  }
}
@media screen and (min-width: 1300px) {
  .pageTop__content.-large {
    font-size: 24px;
  }
}
.pageTop__image {
  opacity: 0;
  -webkit-animation: glow 3s infinite;
          animation: glow 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.loaded .pageTop__image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s ease, -webkit-transform 0.8s ease;
  transition: opacity 2s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 2s ease;
  transition: transform 0.8s ease, opacity 2s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (max-height: 900px) {
  .pageTop__image {
    max-height: 250px;
  }
}
.pageTop__button {
  opacity: 0;
  margin-top: 30px;
  margin-top: calc((4vh + 4vw) / 2);
}
.loaded .pageTop__button {
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 1250px) {
  .pageTop .anim-logo .anim-logo__point {
    display: none;
  }
}
.pageTop .anim-logo svg {
  max-width: 100%;
}

.page-header .image_bottom {
  max-width: 1091px;
  margin: auto;
  text-align: center;
}
.page-header .content_image,
.page-header .image_content {
  max-width: 1584px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  text-align: left;
}
.page-header .content_image > div,
.page-header .image_content > div {
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-header .content_image,
  .page-header .image_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-header .image_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page-header__title {
  margin: 0 0 25px;
}
.page-header__text {
  max-width: 812px;
  margin: 0px auto 30px;
  display: block;
}
.page-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.page-header__image img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
.page-header__image.-large img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .page-header__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-header__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.timeline {
  width: 100%;
}
.timeline__title {
  text-transform: uppercase;
  color: #e6b300;
  font-size: 50px;
  margin: 0 0 130px;
}
.timeline__wrap {
  margin: 0 -25px 60px;
  padding: 0 25px;
  position: relative;
  min-height: 196px;
}
@media (max-width: 992px) {
  .timeline__wrap {
    min-height: 185px;
  }
}
.timeline__bottom-line {
  position: absolute;
  bottom: 23px;
  width: calc(100% - 50px);
  display: block;
  height: 2px;
  background-color: #7a7a7a;
}
.timeline__item {
  font-family: "Fredoka One", cursive;
  font-size: 40px;
  color: #7a7a7a;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.timeline__item * {
  pointer-events: none;
}
.timeline__item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0px;
}
.timeline__item:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 6px;
}
.timeline__item--active {
  color: #e6b300;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.timeline__item-date {
  margin-bottom: 25px;
}
.timeline__item-line {
  width: 2px;
  height: 55px;
  background-color: #5c5c5c;
  display: inline-block;
  position: relative;
  margin-bottom: 23px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.timeline__item-line::before {
  content: "";
  position: absolute;
  top: calc(100% - 22.5px);
  left: -22px;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(66, 66, 66, 0.3);
}
.timeline__item-line::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #e6b300;
  background-color: #282828;
}
.timeline__item--active .timeline__item-line {
  height: 100px;
}
.timeline__item-subject {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 70px;
}
.timeline__info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
.timeline__info-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.timeline__meta, .timeline__content {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 30px;
}
.timeline__content {
  line-height: 2;
}
.timeline__item-controls > *:first-child {
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .timeline__item-controls > * {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .timeline__title {
    font-size: 30px;
    margin: 0 0 50px;
  }
  .timeline__info-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .timeline__meta, .timeline__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .timeline__meta {
    margin-bottom: 30px;
  }
  .timeline__item-subject {
    font-size: 30px;
  }
  .timeline__item-date {
    font-size: 30px;
  }
}

.btn {
  padding: 8px 60px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  color: #000;
  background-color: #e6b300;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: -3px 3px 1px 0px rgba(212, 212, 212, 0);
          box-shadow: -3px 3px 1px 0px rgba(212, 212, 212, 0);
}
.btn:hover, .btn:focus {
  background-color: #ffcc1a;
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
  -webkit-box-shadow: -3px 3px 1px 0px rgba(212, 212, 212, 0.75);
          box-shadow: -3px 3px 1px 0px rgba(212, 212, 212, 0.75);
  outline: none;
}

.btn-arrow {
  padding: 0px 15px;
  font-size: 25px;
  border: 2px solid #e6b300;
  font-family: "Fredoka One", cursive;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-arrow:hover {
  color: #343434;
  background-color: #e6b300;
}

.contact-form {
  margin: 100px auto;
}
.contact-form .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108px;
  max-width: 1454px;
  margin: auto;
}
.contact-form .contact-form__row .contact-form__col {
  width: 100%;
}
.contact-form .contact-form__row .contact-form__col--left {
  padding-right: 0;
}
.contact-form .contact-form__row .contact-form__col--right {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .contact-form .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form .contact-form__text {
  max-width: 672px;
  display: block;
}
.contact-form .contact-form__text p {
  line-height: 24px;
}
.contact-form .contact-form__quote {
  margin-top: 80px;
  max-width: 50%;
  display: block;
}
.contact-form .contact-form__quote:before {
  content: '"';
  display: block;
  color: #e6b300;
  font-size: 37px;
  font-family: "Fredoka One", cursive;
}
.contact-form .contact-form__quote p {
  line-height: 24px;
}
.contact-form .contact-form__quote-author {
  display: block;
  color: #e6b300;
  font-weight: 700;
  line-height: 24px;
}
.contact-form .contact-form__quote-job-title {
  display: block;
  color: #e6b300;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.contact-form__form .wpcf7 ::-webkit-input-placeholder {
  color: #282828;
}
.contact-form__form .wpcf7 ::-moz-placeholder {
  color: #282828;
}
.contact-form__form .wpcf7 :-ms-input-placeholder {
  color: #282828;
}
.contact-form__form .wpcf7 ::-ms-input-placeholder {
  color: #282828;
}
.contact-form__form .wpcf7 ::placeholder {
  color: #282828;
}
.contact-form__form .wpcf7 p {
  margin: 0 0 20px;
}
.contact-form__form .wpcf7 span[data-name=what-services],
.contact-form__form .wpcf7 span[data-name=what-services-2] {
  position: relative;
}
.contact-form__form .wpcf7 span[data-name=what-services]:before,
.contact-form__form .wpcf7 span[data-name=what-services-2]:before {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 24px;
}
.contact-form__form .wpcf7 select {
  width: 100%;
  height: 66px;
  background-color: #d4d4d4;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  border: solid #fff 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.contact-form__form .wpcf7 textarea {
  width: 100%;
  height: 198px;
  background-color: #d4d4d4;
  padding: 24px;
  font-size: 18px;
  border: solid #fff 1px;
  margin-bottom: -11px;
}
.contact-form__form .wpcf7 #contactFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form__form .wpcf7 #contactFile #file-chosen {
  width: calc(100% - 164px);
  height: 66px;
  background-color: #d4d4d4;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 66px;
  font-size: 18px;
  color: #282828;
  display: inline-block;
  border: solid #fff 1px;
}
.contact-form__form .wpcf7 #contactFile .browse {
  width: 164px;
  height: 66px;
  border: solid #fff 1px;
  background-color: #e6b300;
  font-size: 18px;
  text-align: center;
  line-height: 66px;
  font-weight: bold;
  color: #282828;
  display: inline-block;
}
.contact-form__form .wpcf7 #uploadfiles {
  display: none;
}
.contact-form__form .wpcf7 .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .contact-form__form .wpcf7 .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form__form .wpcf7 .form_row p {
  width: 100%;
}
.contact-form__form .wpcf7 .form_row p:last-of-type {
  text-align: right;
}
.contact-form__form .wpcf7 .form_row span.wpcf7-spinner {
  display: none;
}
.contact-form__form .wpcf7 .form_row input[type=text],
.contact-form__form .wpcf7 .form_row input[type=email] {
  width: 100%;
  height: 66px;
  background-color: #d4d4d4;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  border: solid #fff 1px;
}
.contact-form__form .wpcf7 .form_row input[type=submit] {
  width: 164px;
  height: 66px;
  border: solid #fff 1px;
  background-color: #e6b300;
  font-size: 18px;
  font-weight: bold;
}
.contact-form__form .wpcf7 .form_row .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__form .wpcf7 .form_row .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  font-size: 14px;
}
.contact-form__form .wpcf7 .form_row .wpcf7-list-item label input[type=checkbox] {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-points {
  max-width: 1556px;
  margin: auto;
}
.service-points__title {
  text-align: center;
  font-size: 30px;
}
.service-points__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
}
@media (max-width: 991.98px) {
  .service-points__wrap {
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .service-points__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-points__wrap .service-point__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.service-points__wrap .service-point__title i {
  font-size: 30px;
  margin-right: 10px;
}
.service-points__wrap .service-point__text {
  padding-left: 50px;
  line-height: 24px;
}

.service-links__title {
  text-align: center;
  font-size: 37px;
  margin-bottom: 36px;
}
.service-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1363px;
  margin: auto;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .service-links__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .service-links__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-links__wrap .service-link {
  width: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .service-links__wrap .service-link {
    width: 100% !important;
  }
}
.service-links__wrap .service-link__image {
  border: solid #434343 10px;
  border-radius: 100%;
  background-color: #575757;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: auto;
}
.service-links__wrap .service-link__image:hover {
  background-color: #343434;
}
.service-links__wrap .service-link__title {
  margin-top: 34px;
  font-size: 17px;
  line-height: 22px;
}

.clients-row {
  margin: auto;
  text-align: center;
  width: 100%;
}
.clients-row.alt-1 {
  max-width: 1480px;
}
.clients-row.alt-2 {
  max-width: 1091px;
}
@media (max-width: 1200px) {
  .clients-row {
    padding-bottom: 100px;
  }
}
.clients-row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.clients-row__wrap > .team-member {
  -ms-flex-preferred-size: calc(50% - 60px);
      flex-basis: calc(50% - 60px);
  padding: 0 30px;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .clients-row__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px 50px;
    margin: 0;
  }
  .clients-row__wrap > .team-member {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .clients-row__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients-row__wrap > .team-member {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .clients-row__wrap > .team-member:last-child {
    margin-bottom: 0;
  }
}
.clients-row__title {
  font-size: 50px;
  margin-bottom: 19px;
}
@media (max-width: 992px) {
  .clients-row__title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
.clients-row__text {
  max-width: 812px;
  margin: auto;
  display: block;
}
.clients-row__slider {
  margin-top: 40px;
  position: relative;
}
.clients-row__slider .clients-swiper {
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1490px) {
  .clients-row__slider .clients-swiper {
    max-width: 1000px;
  }
}
@media (max-width: 1270px) {
  .clients-row__slider .clients-swiper {
    max-width: 800px;
  }
}
.clients-row__slider .clients-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-row__slider .clients-swiper .client-slide img {
  max-width: 220px;
  width: 90%;
  opacity: 0.5;
}
.clients-row__slider .swiper-button-prev,
.clients-row__slider .swiper-button-next {
  border: solid 2px #e6b300;
  width: 64px;
  height: 47px;
}
.clients-row__slider .swiper-button-prev:after,
.clients-row__slider .swiper-button-next:after {
  font-size: 22px;
  color: #e6b300;
}
.clients-row__slider .swiper-button-prev {
  left: 10px;
}
.clients-row__slider .swiper-button-next {
  right: 10px;
}
.clients-row__map {
  margin-top: 40px;
}

.notice-bar {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  background: #424242;
  color: #e6b300;
  padding: 5px 10px;
  text-align: center;
  z-index: 999;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.notice-bar p {
  font-size: 14px;
  line-height: 15px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .notice-bar p {
    font-size: 12px;
    line-height: 13px;
  }
}
.notice-bar p a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 15px;
}
@media (max-width: 991.98px) {
  .notice-bar p a {
    font-size: 12px;
    line-height: 13px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 40, 40, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(40, 40, 40, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 130px;
  padding: 20px 30px 0px;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 99;
  -webkit-transition: background 1s ease-in, -webkit-backdrop-filter 1s ease-in;
  transition: background 1s ease-in, -webkit-backdrop-filter 1s ease-in;
  transition: background 1s ease-in, backdrop-filter 1s ease-in;
  transition: background 1s ease-in, backdrop-filter 1s ease-in, -webkit-backdrop-filter 1s ease-in;
  padding: 30px 30px 0px;
}
.header.scrolling {
  background: rgba(40, 40, 40, 0.69);
  -webkit-transition: background 10s cubic-bezier(0, 1.32, 1, 1), -webkit-backdrop-filter 10s cubic-bezier(0, 1.32, 1, 1);
  transition: background 10s cubic-bezier(0, 1.32, 1, 1), -webkit-backdrop-filter 10s cubic-bezier(0, 1.32, 1, 1);
  transition: background 10s cubic-bezier(0, 1.32, 1, 1), backdrop-filter 10s cubic-bezier(0, 1.32, 1, 1);
  transition: background 10s cubic-bezier(0, 1.32, 1, 1), backdrop-filter 10s cubic-bezier(0, 1.32, 1, 1), -webkit-backdrop-filter 10s cubic-bezier(0, 1.32, 1, 1);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
}
.header__title {
  font-family: "Fredoka One", cursive;
  font-size: 30px;
  color: #d4d4d4;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .header__title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .header__title {
    font-size: 14px;
  }
}
.header__title-inner {
  color: #e6b300;
}
.header__mobile-wrap {
  display: none;
  z-index: 999;
}
@media (max-width: 1200px) {
  .header__mobile-wrap {
    display: block;
  }
}
.header__nav-btn {
  border: 0;
  background-color: #e6b300;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  padding: 5px 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__nav-btn:hover {
  background-color: #ffcc1a;
}
.header__nav-btn:focus {
  outline: 2px solid #e6b300;
  outline-offset: 1px;
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 600px;
}
.nav .nav__top-link {
  float: right;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: #e6b300;
  padding: 8px 30px;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .nav .nav__top-link {
    display: none;
  }
}
.nav ul {
  list-style: none;
}
@media (max-width: 1199.98px) {
  .nav {
    position: fixed;
    height: auto;
    max-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 150px 50px 50px 50px;
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-width: none;
  }
  .nav.-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .nav.-active .nav__link.lvl1 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.12, 1.96);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.12, 1.96);
  }
}
@media (max-width: 575.98px) {
  .nav {
    padding: 75px 10px;
  }
}
.nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282828;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  pointer-events: none;
  z-index: 50;
}
.nav__overlay.-active {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.nav__overlay.-active .nav__overlay__top {
  -webkit-transform: translateY(-90%) skew(0deg, 15deg);
          transform: translateY(-90%) skew(0deg, 15deg);
}
.nav__overlay.-active .nav__overlay__middle {
  -webkit-transform: translateY(-100%) skew(0deg, 10deg);
          transform: translateY(-100%) skew(0deg, 10deg);
}
.nav__overlay__top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateY(-116%) skew(0deg, 12deg);
          transform: translateY(-116%) skew(0deg, 12deg);
  background: #2b2b2b;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.18, 1.98);
  transition: all 0.6s cubic-bezier(0, 0, 0.18, 1.98);
}
.nav__overlay__middle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateY(-116%) skew(0deg, 10deg);
          transform: translateY(-116%) skew(0deg, 10deg);
  background: #383838;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.38, 2.49);
  transition: all 0.5s cubic-bezier(0, 0, 0.38, 2.49);
}
.nav__list.lvl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .nav__list.lvl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .nav__list.lvl2 {
    position: absolute;
    left: -2px;
    top: 31px;
    min-width: 330px;
    padding: 15px 25px;
    border-top: 0;
    z-index: 3;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-transition: all 0.2s cubic-bezier(0, 2.45, 0.25, 1);
    transition: all 0.2s cubic-bezier(0, 2.45, 0.25, 1);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1199.98px) {
  .nav__list.lvl2 {
    padding: 0 20px;
    border-left: 2px solid #e6b300;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.nav__listitem {
  position: relative;
}
@media (max-width: 1199.98px) {
  .nav__listitem {
    width: 100%;
    margin: 20px 0;
  }
}
.nav__listitem.lvl1 {
  border: 2px solid transparent;
  padding: 0 20px;
}
.nav__listitem.lvl1 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
@media (max-width: 1199.98px) {
  .nav__listitem.lvl1 > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav__listitem.lvl1 > span button:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .nav__listitem.lvl1.-active {
    background: #282828;
    border: 2px solid #e6b300;
  }
}
@media (min-width: 1200px) {
  .nav__listitem.lvl1:hover, .nav__listitem.lvl1:focus-within {
    background: #282828;
    border: 2px solid #e6b300;
  }
}
.nav__listitem.lvl1:hover > span .nav__link, .nav__listitem.lvl1:hover > span button, .nav__listitem.lvl1:focus-within > span .nav__link, .nav__listitem.lvl1:focus-within > span button {
  color: #e6b300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav__listitem.lvl1:hover .nav__list.lvl2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.55, 0.12, 2.14);
  transition: all 0.3s cubic-bezier(0.35, 0.55, 0.12, 2.14);
  pointer-events: all;
}
.nav__listitem.lvl1:focus-within .nav__list.lvl2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: all;
}
.nav__dropdownButton {
  margin-left: 9px;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
  color: white;
  display: none;
}
@media (max-width: 1199.98px) {
  .nav__dropdownButton {
    border-radius: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #e6b300;
    border: 1px solid #3c3c3c;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #282828;
    font-size: 22px;
    padding: 0;
  }
  .nav__dropdownButton i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nav__link.lvl1 {
  text-transform: uppercase;
  padding: 7px 0px 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.nav__link.lvl1.active, .nav__link.lvl1:hover, .nav__link.lvl1:focus, .nav__link.lvl1:focus-within {
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .nav__link.lvl1 {
    font-family: "Roboto";
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
    opacity: 0;
    font-weight: 800;
    color: #e6b300;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  }
  .nav__link.lvl1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 320px) {
  .nav__link.lvl1 {
    font-size: calc(20px + 20 * (100vw - 320px) / 1480);
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 1800px) {
  .nav__link.lvl1 {
    font-size: 40px;
  }
}
.nav__link.lvl2 {
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
}
.nav__link.lvl2:hover {
  color: #e6b300;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 101;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 1199.98px) {
  .hamburger {
    display: block;
  }
}
.hamburger * {
  pointer-events: none;
}
.hamburger:focus, .hamburger:hover {
  outline: 0;
}
.hamburger.active:hover {
  opacity: 1;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #e6b300;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #e6b300;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1091px;
  margin: auto;
}
.footer__panels__panel {
  position: relative;
  width: 49%;
  background-color: #343434;
  padding: calc(4vh + 2vw) calc(5vh + 2.5vw);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 60vh;
  max-height: 800px;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .footer__panels__panel {
    width: 49%;
    padding: calc(3vh + 1.5vw) calc(3vh + 1.5vw);
  }
}
@media (max-width: 1024px) {
  .footer__panels__panel {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .footer__panels__panel {
    height: auto;
    margin-bottom: 30px;
    padding: 30px;
    margin: 20px 0;
  }
}
.footer__panels__panel:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #d4d4d4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__panels__panel:hover .btn-arrow {
  background-color: #e6b300;
  color: black;
}
.footer__panels__panel__content {
  margin-bottom: 30px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 14px;
  padding-bottom: 25px;
  max-width: 1641px;
  margin: auto;
}
.footer__column--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 275px;
  text-align: left;
}
.footer__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 275px;
  text-align: left;
}
.footer__column-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #e6b300;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__link {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 15px;
}
.footer__column-logo {
  margin-bottom: 24px;
}
.footer__column-logo img {
  max-width: 221px;
  height: auto;
}
.footer__column-icons img {
  max-width: 563px;
  height: auto;
  width: 100%;
}
.footer__text {
  font-size: 14px;
  line-height: 24px;
}
.footer__text__copy {
  font-size: 14px;
  line-height: 24px;
}
.footer__address {
  font-style: normal;
  font-size: inherit;
  margin-bottom: 30px;
  line-height: 1.5;
}
.footer__link, .footer__contact {
  font-size: inherit;
  color: #d4d4d4;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer__link:hover, .footer__contact:hover {
  color: #e6b300;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
}

.footer-accordion-title {
  margin-bottom: 25px;
}

.footer-accordion {
  display: none;
}
@media (min-width: 768px) {
  .footer-accordion {
    display: block;
  }
}

@media (max-width: 650px) {
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer__column--right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .footer-btn-links .btn {
    width: 100%;
  }
  .footer-accordion-title {
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 20px;
  }
  .footer-accordion-title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    float: right;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .footer-accordion-title.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.new_footer {
  max-width: 1641px;
  margin: auto;
  width: 100%;
}
.new_footer .f_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new_footer .f_row.bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .new_footer .f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.new_footer .f_row > .f_col {
  width: 100%;
}
@media (max-width: 991.98px) {
  .new_footer .f_row > .f_col .f_col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .new_footer .f_row > .f_col .f_col {
    width: 100%;
  }
}
.new_footer .f_col_logo {
  width: 100%;
  max-width: 270px;
  border-right: solid #707070 1px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .new_footer .f_col_logo {
    max-width: 100%;
    border-right: unset;
    margin-bottom: 20px;
  }
}
.new_footer .f_col_copy {
  width: 100%;
  max-width: 270px;
  border-right: solid #707070 1px;
  margin-right: 20px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .new_footer .f_col_copy {
    max-width: 100%;
    border-right: unset;
  }
}
.new_footer .f_col {
  width: 100%;
}
.new_footer ul.footer__links.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100px;
  gap: 17px;
  font-size: 30px;
  margin-right: 60px;
}
.new_footer ul.footer__links.footer-social li a {
  color: #e6b300;
}
.new_footer ul.footer__links.footer-social li a:hover {
  color: white;
}

.section {
  width: 100%;
  height: 100%;
  padding: 50px 120px 50px 60px;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section {
    padding: 60px;
  }
}
@media (max-height: 800px) {
  .section {
    padding: 60px;
  }
}
@media (max-width: 991.98px) {
  .section {
    background-size: 50%;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section.-top {
  padding: 200px 60px 60px 60px;
}
@media (max-width: 1199.98px) {
  .section.-top {
    padding: 140px 40px 40px 40px;
    min-height: 668px;
    min-height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .section.-top {
    padding-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .section.-top {
    padding-top: 90px;
  }
}
.section.-contact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}
.section.-contact::before {
  content: "";
  background-image: url(../img/backgrounds/landing-bottom-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.25;
  pointer-events: none;
}
.section.-home {
  position: relative;
}
@media (max-width: 575.98px) {
  .section.-home {
    padding-top: 30px;
  }
}
.section.-home:before {
  content: "";
  background-image: url(../img/backgrounds/landing-bottom-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.section.-home .anim-logo {
  max-width: 693px;
  margin-left: -26px;
  margin-bottom: 50px;
}
.section.-footer {
  height: auto;
  min-height: 0;
  padding-top: 50px !important;
}

/* Contains styles for the homepage */
@media screen and (min-width: 1440px) {
  .hide-on-large {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .hide-on-small {
    display: none !important;
  }
}
.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 575.98px) {
  .landing {
    padding: 0;
  }
}
.landing .anim-logo {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .landing .anim-logo {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    max-width: 600px !important;
  }
}
.loaded .landing .anim-logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 1199.98px) {
  .landing .anim-logo__points {
    display: none;
  }
}
.landing__title {
  font-size: 40px;
  font-family: "Fredoka One", cursive;
  text-transform: uppercase;
  margin: 0 0 50px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .landing__title {
    margin: 32px 0 28px 0;
  }
}
@media (max-width: 767.98px) {
  .landing__title {
    font-size: 24px;
    margin: 37px 0 33px 0;
  }
}
@media (max-width: 575.98px) {
  .landing__title {
    margin: 30px 0 10px 0;
  }
}
.loaded .landing__title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.landing__title-inner {
  color: #e6b300;
}
.landing__subtitle {
  max-width: 750px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 60px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.landing__subtitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .landing__subtitle {
    font-size: calc(16px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .landing__subtitle {
    font-size: 26px;
  }
}
.loaded .landing__subtitle {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
@media (max-width: 1024px) {
  .loaded .landing__subtitle {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (max-width: 576px) {
  .landing__subtitle {
    margin: 20px 0 45px 0;
  }
}
.landing .btn {
  opacity: 0;
}
.loaded .landing .btn {
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
@media (max-width: 1024px) {
  .loaded .landing .btn {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

.hourglassPoints {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section.active .hourglassPoints .hourglassPoints__point, .hourglassPoints.active .hourglassPoints__point {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #3c3a3a;
}
.section.active .hourglassPoints .hourglassPoints__line, .hourglassPoints.active .hourglassPoints__line {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section.active .hourglassPoints .hourglassPoints__label, .hourglassPoints.active .hourglassPoints__label {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section.active .hourglassPoints .hourglassPoints__label:before, .hourglassPoints.active .hourglassPoints__label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hourglassPoints__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.hourglassPoints__point {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(66, 66, 66, 0.3);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.hourglassPoints__point:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hourglassPoints__point:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hourglassPoints__point:nth-child(3) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.hourglassPoints__line {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #5c5c5c;
  top: -37px;
  left: calc(50% - 1px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-35deg) scale(0);
          transform: rotate(-35deg) scale(0);
}
@media (max-width: 992px) {
  .hourglassPoints__line {
    display: none;
  }
}
.hourglassPoints__label {
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 10px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
}
@media (max-width: 768px) {
  .hourglassPoints__label {
    font-size: 13px;
  }
}
.hourglassPoints__label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #282828;
  border: 2px solid #e6b300;
  margin-right: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.anim-logo {
  position: relative;
  /* inactive animation */
}
.anim-logo__point {
  /* Animation points */
  /* Point styles */
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(66, 66, 66, 0.3);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.anim-logo__point.reverse-animation {
  opacity: 0;
}
.anim-logo__point.reverse-animation .animation-flash {
  opacity: 0;
}
.anim-logo__point.reverse-animation .anim-logo__label::before {
  opacity: 0;
}
.anim-logo__point.reverse-animation .anim-logo__label-line {
  opacity: 0;
}
.anim-logo__point.reverse-animation.-four {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.anim-logo__point.reverse-animation.-four .animation-flash {
  -webkit-transition: opacity 0.1s linear infinite;
  transition: opacity 0.1s linear infinite;
}
.anim-logo__point.reverse-animation.-four .anim-logo__label::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.anim-logo__point.reverse-animation.-four .anim-logo__label-line {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-logo__point.reverse-animation.-three {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.anim-logo__point.reverse-animation.-three .animation-flash {
  -webkit-transition: opacity 0.1s linear infinite;
  transition: opacity 0.1s linear infinite;
}
.anim-logo__point.reverse-animation.-three .anim-logo__label::before {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.anim-logo__point.reverse-animation.-three .anim-logo__label-line {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.anim-logo__point.reverse-animation.-two {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.anim-logo__point.reverse-animation.-two .animation-flash {
  -webkit-transition: opacity 0.1s linear infinite;
  transition: opacity 0.1s linear infinite;
}
.anim-logo__point.reverse-animation.-two .anim-logo__label::before {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.anim-logo__point.reverse-animation.-two .anim-logo__label-line {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.anim-logo__point.reverse-animation.-one {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}
.anim-logo__point.reverse-animation.-one .animation-flash {
  -webkit-transition: opacity 0.1s linear infinite;
  transition: opacity 0.1s linear infinite;
}
.anim-logo__point.reverse-animation.-one .anim-logo__label::before {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.anim-logo__point.reverse-animation.-one .anim-logo__label-line {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
@media (max-width: 992px) {
  .anim-logo__point {
    background-color: transparent;
  }
}
@media (max-width: 764px) {
  .anim-logo__point {
    display: none;
  }
}
.anim-logo__point.-one {
  top: -10%;
  left: -3%;
}
@media (max-width: 992px) {
  .anim-logo__point.-one {
    top: 81%;
    left: 11%;
  }
}
.anim-logo__point.-one .anim-logo__label {
  top: -35px;
  right: 40px;
}
@media (max-width: 992px) {
  .anim-logo__point.-one .anim-logo__label {
    top: unset;
    right: unset;
  }
}
.anim-logo__point.-two {
  top: -10%;
  left: 78%;
}
@media (max-width: 992px) {
  .anim-logo__point.-two {
    top: 100%;
    left: 49%;
  }
}
.anim-logo__point.-two .anim-logo__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -41px;
  left: 38px;
}
@media (max-width: 992px) {
  .anim-logo__point.-two .anim-logo__label {
    top: unset;
    left: unset;
  }
}
.anim-logo__point.-three {
  top: 63%;
  left: -1%;
}
@media (max-width: 992px) {
  .anim-logo__point.-three {
    top: 100%;
    left: 16%;
  }
}
.anim-logo__point.-three .anim-logo__label {
  bottom: -38px;
  right: 39px;
}
@media (max-width: 992px) {
  .anim-logo__point.-three .anim-logo__label {
    bottom: unset;
    right: unset;
  }
}
.anim-logo__point.-four {
  top: 60%;
  left: 99%;
}
@media (max-width: 1300px) {
  .anim-logo__point.-four {
    top: 64%;
    left: 87%;
  }
}
@media (max-width: 992px) {
  .anim-logo__point.-four {
    top: 82%;
    left: 49%;
  }
}
.anim-logo__point.-four .anim-logo__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 31px;
  left: 78px;
}
@media (max-width: 992px) {
  .anim-logo__point.-four .anim-logo__label {
    top: unset;
    left: unset;
  }
}
.anim-logo__label-line {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #5c5c5c;
  top: -37px;
  left: calc(50% - 1px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition: 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
@media (max-width: 992px) {
  .anim-logo__label-line {
    display: none;
  }
}
.anim-logo__label {
  /* Label styles */
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 10px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
  -webkit-transition: 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}
@media (max-width: 768px) {
  .anim-logo__label {
    font-size: 13px;
  }
}
.anim-logo__label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #282828;
  border: 2px solid #e6b300;
  margin-right: 10px;
  -webkit-transition: 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.anim-logo__label--reversed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: auto;
  right: 40px;
}
.anim-logo__label--reversed::before {
  margin: 0 0 0 10px;
}
.anim-logo__point--inactive {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.anim-logo__point--inactive .anim-logo__label-line {
  -webkit-transform: rotate(-35deg) scale(0);
          transform: rotate(-35deg) scale(0);
}
.anim-logo__point--inactive .anim-logo__label {
  color: transparent;
}
.anim-logo__point--inactive .anim-logo__label::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.anim-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.anim-item__wrap {
  position: absolute;
}

@media (min-width: 992px) {
  .typing-animation {
    -webkit-animation: typewriter 3s steps(35) 1s 1 normal both;
            animation: typewriter 3s steps(35) 1s 1 normal both;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 2px;
    min-height: 50px;
  }
}

@-webkit-keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  /* Animated Logo */
}
@media (max-width: 1150px) {
  .anim-logo--home .anim-logo__point {
    display: none;
  }
}
@media (max-width: 576px) {
  .typing-animation {
    letter-spacing: 0;
    -webkit-animation: none;
            animation: none;
    text-overflow: unset;
    white-space: normal;
  }
}
.project-listings-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.project-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #d4d4d4;
  cursor: pointer;
  width: 45%;
  max-width: 700px;
}
@media (max-width: 767.98px) {
  .project-listing {
    width: 100%;
  }
  .project-listing:nth-child(2) {
    margin-top: 100px;
  }
}
.project-listing__image {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 40%;
  padding-right: 50px;
  min-width: 202px;
}
.project-listing .btn-arrow {
  color: #e6b300;
}
.project-listing .btn-arrow:hover {
  background-color: transparent;
}
.project-listing:hover .project-listing__title {
  color: #d4d4d4;
}
.project-listing:hover .btn-arrow {
  border-color: #d4d4d4;
  color: #d4d4d4;
}
@media (max-width: 1200px) {
  .project-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project-listing__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .project-listing__image {
    margin: 0 0 30px;
    padding: 0;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .project-listing__title {
    font-size: 30px;
  }
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 70px);
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Layout */
  /* Element Styles */
  /* Flip marker label order */
  /* inactive animation */
}
@media (max-width: 1024px) {
  .map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.map__locations {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1450px) {
  .map__locations {
    position: absolute;
    height: 100%;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 81, 81, 0)), to(#282828));
    background-image: linear-gradient(180deg, rgba(81, 81, 81, 0) 0%, #282828 100%);
  }
}
@media (max-width: 1024px) {
  .map__locations {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (max-width: 768px) {
  .map__locations {
    display: none;
  }
}
.map__info-panels {
  -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
@media (min-width: 1024px) and (max-width: 1450px) {
  .map__info-panels {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(81, 81, 81, 0)), to(#282828));
    background-image: linear-gradient(90deg, rgba(81, 81, 81, 0) 0%, #282828 100%);
    z-index: 1;
    max-width: 369px;
  }
}
@media (max-width: 1024px) {
  .map__info-panels {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-height: 500px;
  }
}
.map__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
}
@media (min-width: 1024px) and (max-width: 1450px) {
  .map__wrapper {
    max-width: 58%;
  }
}
@media (max-width: 1024px) {
  .map__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 991.98px) {
  .map__wrapper {
    position: fixed;
    width: 100%;
    z-index: -1;
  }
}
.map__markers {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  color: #FFFFFF;
}
.map__location {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #d4d4d4;
  display: block;
  margin: 0 0 60px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.map__location {
  font-size: 20px;
}
@media screen and (min-width: 520px) {
  .map__location {
    font-size: calc(20px + 12 * (100vw - 520px) / 1280);
  }
}
@media screen and (min-width: 1800px) {
  .map__location {
    font-size: 32px;
  }
}
.map__location:focus {
  outline: none;
}
.map__location--active, .map__location:hover {
  color: #e6b300;
}
.map__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(66, 66, 66, 0.3);
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.43, 2.24) 0s;
  transition: 0.4s cubic-bezier(0, 0, 0.43, 2.24) 0s;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .map__marker {
    display: none;
  }
}
.map__marker-line {
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #5c5c5c;
  top: -37px;
  left: calc(50% - 1px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
}
.map__marker-label {
  /* Label styles */
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 10px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
  transition: 1.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0;
}
.map__marker-label:hover:before {
  -webkit-transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-color: #e6b301;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.map__marker-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #282828;
  border: 2px solid #5c5c5c;
  margin-right: 10px;
  color: #FFFFFF;
}
.map__marker--active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.map__marker--active .map__marker-label::before {
  border-color: #e6b300;
}
.map__marker--reversed .map__marker-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.map__marker--reversed .map__marker-label::before {
  margin: 0 0 0 10px;
}
.map__marker--inactive {
  -webkit-transform: scale(0);
          transform: scale(0);
  color: #FFFFFF !important;
}
.map__marker--inactive .map__marker-line {
  -webkit-transform: rotate(-35deg) scale(0);
          transform: rotate(-35deg) scale(0);
}
.map__marker--inactive .map__marker-label {
  color: transparent;
}
.map__marker--inactive .map__marker-label::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.map-info-item {
  text-align: right;
  position: absolute;
  top: calc(50% - 120px);
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.map-info-item__title {
  font-size: 30px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #e6b300;
  margin: 0 0 60px;
  display: inline-block;
}
.map-info-item__line {
  display: block;
  margin: 0 0 20px;
}
.map-info-item__line i {
  margin-right: 10px;
}
.map-info-item a.map-info-item__line {
  color: #d4d4d4;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.map-info-item a.map-info-item__line:hover {
  color: #e6b300;
  text-decoration: underline;
}
.map-info-item--active {
  right: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .map-info-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: static;
    margin-bottom: 60px;
  }
  .map-info-item:nth-child(even) {
    text-align: left;
  }
  .map-info-item:last-child {
    margin: 0;
  }
  .map-info-item__title {
    margin: 0 0 30px;
  }
}

/* Contact page socials */
.contact-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wap;
          flex-flow: row wap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .contact-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}

.contact-social {
  font-size: 28px;
  padding: 0 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contact-social:hover {
  color: #fff;
}
.contact-social:first-child {
  padding-left: 0;
}
@media (max-width: 576px) {
  .contact-social {
    display: block;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    padding: 0 0 15px;
    text-align: center;
  }
}

/* CSS for these awful animations stolen from CodePen */
.animated-image--tiles {
  display: -ms-grid;
  display: grid;
  width: 550px;
  height: 590px;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: (1fr)[8];
  grid-template-rows: repeat(8, 1fr);
}
.animated-image--tiles > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(29) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(30) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(31) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(32) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(34) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(36) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(37) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(38) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(39) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(40) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(41) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(42) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(43) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(44) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(45) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(46) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(47) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(48) {
  -ms-grid-row: 6;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(49) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(50) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(51) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(52) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(53) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(54) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(55) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(56) {
  -ms-grid-row: 7;
  -ms-grid-column: 8;
}
.animated-image--tiles > *:nth-child(57) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.animated-image--tiles > *:nth-child(58) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.animated-image--tiles > *:nth-child(59) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.animated-image--tiles > *:nth-child(60) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.animated-image--tiles > *:nth-child(61) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.animated-image--tiles > *:nth-child(62) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
.animated-image--tiles > *:nth-child(63) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}
.animated-image--tiles > *:nth-child(64) {
  -ms-grid-row: 8;
  -ms-grid-column: 8;
}
.animated-image--tiles.animated-image--medium {
  height: 450px;
}
.animated-image--tiles .animated-image__slice {
  width: calc(100% + 0.5px);
  height: calc(100% + 0.5px);
  background-image: var(--img);
  background-size: 800% 800%;
  position: relative;
  opacity: 0;
}
.animated-image--tiles .animated-image__slice:nth-of-type(1) {
  -webkit-transition: all 1.4170037661s;
  transition: all 1.4170037661s;
  background-position: 0% 0%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.3662025139turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.3662025139turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(2) {
  -webkit-transition: all 0.6075739213s;
  transition: all 0.6075739213s;
  background-position: 14.2857142857% 0%;
  -webkit-transform: translateX(18.1158181627vw) translateY(5vw) rotate(0.008947458turn);
          transform: translateX(18.1158181627vw) translateY(5vw) rotate(0.008947458turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(3) {
  -webkit-transition: all 1.2404231623s;
  transition: all 1.2404231623s;
  background-position: 28.5714285714% 0%;
  -webkit-transform: translateX(25vw) translateY(5vw) rotate(0.7435480217turn);
          transform: translateX(25vw) translateY(5vw) rotate(0.7435480217turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(4) {
  -webkit-transition: all 0.5733445699s;
  transition: all 0.5733445699s;
  background-position: 42.8571428571% 0%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.9606994632turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.9606994632turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(5) {
  -webkit-transition: all 1.002463323s;
  transition: all 1.002463323s;
  background-position: 57.1428571429% 0%;
  -webkit-transform: translateX(5.4910193684vw) translateY(5vw) rotate(0.87252267turn);
          transform: translateX(5.4910193684vw) translateY(5vw) rotate(0.87252267turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(6) {
  -webkit-transition: all 1.4211346694s;
  transition: all 1.4211346694s;
  background-position: 71.4285714286% 0%;
  -webkit-transform: translateX(22.5156875804vw) translateY(5vw) rotate(0.0385345648turn);
          transform: translateX(22.5156875804vw) translateY(5vw) rotate(0.0385345648turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(7) {
  -webkit-transition: all 1.0268333162s;
  transition: all 1.0268333162s;
  background-position: 85.7142857143% 0%;
  -webkit-transform: translateX(19.302253183vw) translateY(-3vw) rotate(0.8705803051turn);
          transform: translateX(19.302253183vw) translateY(-3vw) rotate(0.8705803051turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(8) {
  -webkit-transition: all 0.5564864724s;
  transition: all 0.5564864724s;
  background-position: 100% 0%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.3727912519turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.3727912519turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(9) {
  -webkit-transition: all 1.4072199657s;
  transition: all 1.4072199657s;
  background-position: 114.2857142857% 14.2857142857%;
  -webkit-transform: translateX(14.4025916643vw) translateY(5vw) rotate(0.2463619057turn);
          transform: translateX(14.4025916643vw) translateY(5vw) rotate(0.2463619057turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(10) {
  -webkit-transition: all 1.3976889301s;
  transition: all 1.3976889301s;
  background-position: 128.5714285714% 14.2857142857%;
  -webkit-transform: translateX(1.8040329588vw) translateY(5vw) rotate(0.2430053201turn);
          transform: translateX(1.8040329588vw) translateY(5vw) rotate(0.2430053201turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(11) {
  -webkit-transition: all 1.0536451512s;
  transition: all 1.0536451512s;
  background-position: 142.8571428571% 14.2857142857%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.5071033605turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.5071033605turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(12) {
  -webkit-transition: all 0.6834280534s;
  transition: all 0.6834280534s;
  background-position: 157.1428571429% 14.2857142857%;
  -webkit-transform: translateX(16.3964412813vw) translateY(2.8009541909vw) rotate(0.4893830988turn);
          transform: translateX(16.3964412813vw) translateY(2.8009541909vw) rotate(0.4893830988turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(13) {
  -webkit-transition: all 0.8683524908s;
  transition: all 0.8683524908s;
  background-position: 171.4285714286% 14.2857142857%;
  -webkit-transform: translateX(-1.3748666928vw) translateY(0.8842747596vw) rotate(0.7472730416turn);
          transform: translateX(-1.3748666928vw) translateY(0.8842747596vw) rotate(0.7472730416turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(14) {
  -webkit-transition: all 1.4031723423s;
  transition: all 1.4031723423s;
  background-position: 185.7142857143% 14.2857142857%;
  -webkit-transform: translateX(16.9194456346vw) translateY(5vw) rotate(0.7111785386turn);
          transform: translateX(16.9194456346vw) translateY(5vw) rotate(0.7111785386turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(15) {
  -webkit-transition: all 0.6139482248s;
  transition: all 0.6139482248s;
  background-position: 200% 14.2857142857%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.5942803107turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.5942803107turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(16) {
  -webkit-transition: all 0.7682376892s;
  transition: all 0.7682376892s;
  background-position: 214.2857142857% 14.2857142857%;
  -webkit-transform: translateX(-20vw) translateY(0.0228940412vw) rotate(0.4851597768turn);
          transform: translateX(-20vw) translateY(0.0228940412vw) rotate(0.4851597768turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(17) {
  -webkit-transition: all 0.9288430401s;
  transition: all 0.9288430401s;
  background-position: 228.5714285714% 28.5714285714%;
  -webkit-transform: translateX(-8.2857639874vw) translateY(-3vw) rotate(0.3221313159turn);
          transform: translateX(-8.2857639874vw) translateY(-3vw) rotate(0.3221313159turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(18) {
  -webkit-transition: all 0.5072493653s;
  transition: all 0.5072493653s;
  background-position: 242.8571428571% 28.5714285714%;
  -webkit-transform: translateX(-20vw) translateY(-3vw) rotate(0.9179136456turn);
          transform: translateX(-20vw) translateY(-3vw) rotate(0.9179136456turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(19) {
  -webkit-transition: all 1.0901264073s;
  transition: all 1.0901264073s;
  background-position: 257.1428571429% 28.5714285714%;
  -webkit-transform: translateX(10.1333173037vw) translateY(-3vw) rotate(0.3102233715turn);
          transform: translateX(10.1333173037vw) translateY(-3vw) rotate(0.3102233715turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(20) {
  -webkit-transition: all 0.7936972966s;
  transition: all 0.7936972966s;
  background-position: 271.4285714286% 28.5714285714%;
  -webkit-transform: translateX(25vw) translateY(5vw) rotate(0.2578129711turn);
          transform: translateX(25vw) translateY(5vw) rotate(0.2578129711turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(21) {
  -webkit-transition: all 0.739767417s;
  transition: all 0.739767417s;
  background-position: 285.7142857143% 28.5714285714%;
  -webkit-transform: translateX(-19.5178208795vw) translateY(5vw) rotate(0.3164675396turn);
          transform: translateX(-19.5178208795vw) translateY(5vw) rotate(0.3164675396turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(22) {
  -webkit-transition: all 0.6850343881s;
  transition: all 0.6850343881s;
  background-position: 300% 28.5714285714%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.913089043turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.913089043turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(23) {
  -webkit-transition: all 0.9341324518s;
  transition: all 0.9341324518s;
  background-position: 314.2857142857% 28.5714285714%;
  -webkit-transform: translateX(-20vw) translateY(2.2238616584vw) rotate(0.7620525049turn);
          transform: translateX(-20vw) translateY(2.2238616584vw) rotate(0.7620525049turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(24) {
  -webkit-transition: all 1.1883767992s;
  transition: all 1.1883767992s;
  background-position: 328.5714285714% 28.5714285714%;
  -webkit-transform: translateX(10.9880854278vw) translateY(-3vw) rotate(0.9769692225turn);
          transform: translateX(10.9880854278vw) translateY(-3vw) rotate(0.9769692225turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(25) {
  -webkit-transition: all 1.2298889582s;
  transition: all 1.2298889582s;
  background-position: 342.8571428571% 42.8571428571%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.1940423729turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.1940423729turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(26) {
  -webkit-transition: all 1.1286808256s;
  transition: all 1.1286808256s;
  background-position: 357.1428571429% 42.8571428571%;
  -webkit-transform: translateX(-5.7157703902vw) translateY(5vw) rotate(0.9753607698turn);
          transform: translateX(-5.7157703902vw) translateY(5vw) rotate(0.9753607698turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(27) {
  -webkit-transition: all 0.5396758975s;
  transition: all 0.5396758975s;
  background-position: 371.4285714286% 42.8571428571%;
  -webkit-transform: translateX(21.8065036569vw) translateY(-3vw) rotate(0.7533796416turn);
          transform: translateX(21.8065036569vw) translateY(-3vw) rotate(0.7533796416turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(28) {
  -webkit-transition: all 0.5198563948s;
  transition: all 0.5198563948s;
  background-position: 385.7142857143% 42.8571428571%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.5145378413turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.5145378413turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(29) {
  -webkit-transition: all 1.0282189713s;
  transition: all 1.0282189713s;
  background-position: 400% 42.8571428571%;
  -webkit-transform: translateX(16.5771749095vw) translateY(5vw) rotate(0.5089078765turn);
          transform: translateX(16.5771749095vw) translateY(5vw) rotate(0.5089078765turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(30) {
  -webkit-transition: all 0.8832758024s;
  transition: all 0.8832758024s;
  background-position: 414.2857142857% 42.8571428571%;
  -webkit-transform: translateX(14.9374547661vw) translateY(5vw) rotate(0.98886421turn);
          transform: translateX(14.9374547661vw) translateY(5vw) rotate(0.98886421turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(31) {
  -webkit-transition: all 0.7474911786s;
  transition: all 0.7474911786s;
  background-position: 428.5714285714% 42.8571428571%;
  -webkit-transform: translateX(25vw) translateY(0.0526083805vw) rotate(0.9743928927turn);
          transform: translateX(25vw) translateY(0.0526083805vw) rotate(0.9743928927turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(32) {
  -webkit-transition: all 1.1494774242s;
  transition: all 1.1494774242s;
  background-position: 442.8571428571% 42.8571428571%;
  -webkit-transform: translateX(-16.2531466796vw) translateY(-2.2613732344vw) rotate(0.5799440613turn);
          transform: translateX(-16.2531466796vw) translateY(-2.2613732344vw) rotate(0.5799440613turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(33) {
  -webkit-transition: all 0.792504257s;
  transition: all 0.792504257s;
  background-position: 457.1428571429% 57.1428571429%;
  -webkit-transform: translateX(-20vw) translateY(1.23458503vw) rotate(0.3155818406turn);
          transform: translateX(-20vw) translateY(1.23458503vw) rotate(0.3155818406turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(34) {
  -webkit-transition: all 0.843947653s;
  transition: all 0.843947653s;
  background-position: 471.4285714286% 57.1428571429%;
  -webkit-transform: translateX(-2.5474682604vw) translateY(-3vw) rotate(0.1271305093turn);
          transform: translateX(-2.5474682604vw) translateY(-3vw) rotate(0.1271305093turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(35) {
  -webkit-transition: all 0.594780077s;
  transition: all 0.594780077s;
  background-position: 485.7142857143% 57.1428571429%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.0540560697turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.0540560697turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(36) {
  -webkit-transition: all 1.350045669s;
  transition: all 1.350045669s;
  background-position: 500% 57.1428571429%;
  -webkit-transform: translateX(9.795423271vw) translateY(5vw) rotate(0.5521813397turn);
          transform: translateX(9.795423271vw) translateY(5vw) rotate(0.5521813397turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(37) {
  -webkit-transition: all 0.7060360372s;
  transition: all 0.7060360372s;
  background-position: 514.2857142857% 57.1428571429%;
  -webkit-transform: translateX(-2.0566175421vw) translateY(-3vw) rotate(0.8618369857turn);
          transform: translateX(-2.0566175421vw) translateY(-3vw) rotate(0.8618369857turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(38) {
  -webkit-transition: all 1.2359185651s;
  transition: all 1.2359185651s;
  background-position: 528.5714285714% 57.1428571429%;
  -webkit-transform: translateX(-11.5552622157vw) translateY(0.5299408187vw) rotate(0.0495537308turn);
          transform: translateX(-11.5552622157vw) translateY(0.5299408187vw) rotate(0.0495537308turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(39) {
  -webkit-transition: all 1.1759661518s;
  transition: all 1.1759661518s;
  background-position: 542.8571428571% 57.1428571429%;
  -webkit-transform: translateX(-18.6076876743vw) translateY(5vw) rotate(0.3801017535turn);
          transform: translateX(-18.6076876743vw) translateY(5vw) rotate(0.3801017535turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(40) {
  -webkit-transition: all 0.6309156754s;
  transition: all 0.6309156754s;
  background-position: 557.1428571429% 57.1428571429%;
  -webkit-transform: translateX(-7.1087075788vw) translateY(-3vw) rotate(0.2031565273turn);
          transform: translateX(-7.1087075788vw) translateY(-3vw) rotate(0.2031565273turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(41) {
  -webkit-transition: all 1.1450666767s;
  transition: all 1.1450666767s;
  background-position: 571.4285714286% 71.4285714286%;
  -webkit-transform: translateX(21.5529060812vw) translateY(-3vw) rotate(0.2133583001turn);
          transform: translateX(21.5529060812vw) translateY(-3vw) rotate(0.2133583001turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(42) {
  -webkit-transition: all 1.2753576509s;
  transition: all 1.2753576509s;
  background-position: 585.7142857143% 71.4285714286%;
  -webkit-transform: translateX(-20vw) translateY(1.1144722078vw) rotate(0.8163300985turn);
          transform: translateX(-20vw) translateY(1.1144722078vw) rotate(0.8163300985turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(43) {
  -webkit-transition: all 1.1511725914s;
  transition: all 1.1511725914s;
  background-position: 600% 71.4285714286%;
  -webkit-transform: translateX(25vw) translateY(5vw) rotate(0.6381086076turn);
          transform: translateX(25vw) translateY(5vw) rotate(0.6381086076turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(44) {
  -webkit-transition: all 1.1809342561s;
  transition: all 1.1809342561s;
  background-position: 614.2857142857% 71.4285714286%;
  -webkit-transform: translateX(25vw) translateY(5vw) rotate(0.1868288947turn);
          transform: translateX(25vw) translateY(5vw) rotate(0.1868288947turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(45) {
  -webkit-transition: all 0.5630760121s;
  transition: all 0.5630760121s;
  background-position: 628.5714285714% 71.4285714286%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.8266855205turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.8266855205turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(46) {
  -webkit-transition: all 0.7884649534s;
  transition: all 0.7884649534s;
  background-position: 642.8571428571% 71.4285714286%;
  -webkit-transform: translateX(-20vw) translateY(-3vw) rotate(0.9310847184turn);
          transform: translateX(-20vw) translateY(-3vw) rotate(0.9310847184turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(47) {
  -webkit-transition: all 0.5621195441s;
  transition: all 0.5621195441s;
  background-position: 657.1428571429% 71.4285714286%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.3321121286turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.3321121286turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(48) {
  -webkit-transition: all 1.2565488208s;
  transition: all 1.2565488208s;
  background-position: 671.4285714286% 71.4285714286%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.4393746014turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.4393746014turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(49) {
  -webkit-transition: all 0.8974759596s;
  transition: all 0.8974759596s;
  background-position: 685.7142857143% 85.7142857143%;
  -webkit-transform: translateX(7.8405426207vw) translateY(5vw) rotate(0.5966854585turn);
          transform: translateX(7.8405426207vw) translateY(5vw) rotate(0.5966854585turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(50) {
  -webkit-transition: all 0.519428347s;
  transition: all 0.519428347s;
  background-position: 700% 85.7142857143%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.2074821046turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.2074821046turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(51) {
  -webkit-transition: all 1.3970426393s;
  transition: all 1.3970426393s;
  background-position: 714.2857142857% 85.7142857143%;
  -webkit-transform: translateX(25vw) translateY(-3vw) rotate(0.5775777762turn);
          transform: translateX(25vw) translateY(-3vw) rotate(0.5775777762turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(52) {
  -webkit-transition: all 0.9915238209s;
  transition: all 0.9915238209s;
  background-position: 728.5714285714% 85.7142857143%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.4709102071turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.4709102071turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(53) {
  -webkit-transition: all 0.9795518542s;
  transition: all 0.9795518542s;
  background-position: 742.8571428571% 85.7142857143%;
  -webkit-transform: translateX(3.2365473152vw) translateY(-1.62084367vw) rotate(0.7859847824turn);
          transform: translateX(3.2365473152vw) translateY(-1.62084367vw) rotate(0.7859847824turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(54) {
  -webkit-transition: all 1.3035124012s;
  transition: all 1.3035124012s;
  background-position: 757.1428571429% 85.7142857143%;
  -webkit-transform: translateX(-2.1748215979vw) translateY(-3vw) rotate(0.2470905225turn);
          transform: translateX(-2.1748215979vw) translateY(-3vw) rotate(0.2470905225turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(55) {
  -webkit-transition: all 1.0274878055s;
  transition: all 1.0274878055s;
  background-position: 771.4285714286% 85.7142857143%;
  -webkit-transform: translateX(-13.3587852992vw) translateY(5vw) rotate(0.2800917166turn);
          transform: translateX(-13.3587852992vw) translateY(5vw) rotate(0.2800917166turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(56) {
  -webkit-transition: all 1.2172707142s;
  transition: all 1.2172707142s;
  background-position: 785.7142857143% 85.7142857143%;
  -webkit-transform: translateX(-20vw) translateY(-0.9437070497vw) rotate(0.3459095929turn);
          transform: translateX(-20vw) translateY(-0.9437070497vw) rotate(0.3459095929turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(57) {
  -webkit-transition: all 1.2273508238s;
  transition: all 1.2273508238s;
  background-position: 800% 100%;
  -webkit-transform: translateX(-20vw) translateY(-2.653001615vw) rotate(0.4754194001turn);
          transform: translateX(-20vw) translateY(-2.653001615vw) rotate(0.4754194001turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(58) {
  -webkit-transition: all 1.4471421934s;
  transition: all 1.4471421934s;
  background-position: 814.2857142857% 100%;
  -webkit-transform: translateX(-20vw) translateY(-3vw) rotate(0.2894982838turn);
          transform: translateX(-20vw) translateY(-3vw) rotate(0.2894982838turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(59) {
  -webkit-transition: all 0.9229881268s;
  transition: all 0.9229881268s;
  background-position: 828.5714285714% 100%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.6802218927turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.6802218927turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(60) {
  -webkit-transition: all 1.3722986372s;
  transition: all 1.3722986372s;
  background-position: 842.8571428571% 100%;
  -webkit-transform: translateX(-20vw) translateY(5vw) rotate(0.039004918turn);
          transform: translateX(-20vw) translateY(5vw) rotate(0.039004918turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(61) {
  -webkit-transition: all 0.5922376407s;
  transition: all 0.5922376407s;
  background-position: 857.1428571429% 100%;
  -webkit-transform: translateX(25vw) translateY(5vw) rotate(0.8688839822turn);
          transform: translateX(25vw) translateY(5vw) rotate(0.8688839822turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(62) {
  -webkit-transition: all 1.333694985s;
  transition: all 1.333694985s;
  background-position: 871.4285714286% 100%;
  -webkit-transform: translateX(13.7762646681vw) translateY(-3vw) rotate(0.5376254318turn);
          transform: translateX(13.7762646681vw) translateY(-3vw) rotate(0.5376254318turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(63) {
  -webkit-transition: all 1.290863927s;
  transition: all 1.290863927s;
  background-position: 885.7142857143% 100%;
  -webkit-transform: translateX(-20vw) translateY(0.8037732808vw) rotate(0.4108564379turn);
          transform: translateX(-20vw) translateY(0.8037732808vw) rotate(0.4108564379turn);
}
.animated-image--tiles .animated-image__slice:nth-of-type(64) {
  -webkit-transition: all 1.3963120087s;
  transition: all 1.3963120087s;
  background-position: 900% 100%;
  -webkit-transform: translateX(10.5168742245vw) translateY(-3vw) rotate(0.7616364646turn);
          transform: translateX(10.5168742245vw) translateY(-3vw) rotate(0.7616364646turn);
}

.section.animated-image--focused .animated-image--tiles .animated-image__slice {
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  opacity: 1;
}

.animated-image--squares {
  width: var(--w);
  height: var(--h);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
  -ms-grid-rows: (1fr)[12];
  grid-template-rows: repeat(12, 1fr);
}

.animated-image--squares > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(25) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(26) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(27) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(29) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(30) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(31) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(32) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(33) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(34) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(35) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(36) {
  -ms-grid-row: 4;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(37) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(38) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(39) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(40) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(41) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(42) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(43) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(44) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(45) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(46) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(47) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(48) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(49) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(50) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(51) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(52) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(53) {
  -ms-grid-row: 6;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(54) {
  -ms-grid-row: 6;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(55) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(56) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(57) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(58) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(59) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(60) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(61) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(62) {
  -ms-grid-row: 7;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(63) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(64) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(65) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(66) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(67) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(68) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(69) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(70) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(71) {
  -ms-grid-row: 8;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(72) {
  -ms-grid-row: 8;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(73) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(74) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(75) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(76) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(77) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(78) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(79) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(80) {
  -ms-grid-row: 9;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(81) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(82) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(83) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(84) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(85) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(86) {
  -ms-grid-row: 10;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(87) {
  -ms-grid-row: 10;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(88) {
  -ms-grid-row: 10;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(89) {
  -ms-grid-row: 10;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(90) {
  -ms-grid-row: 10;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(91) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(92) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(93) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(94) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(95) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(96) {
  -ms-grid-row: 11;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(97) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(98) {
  -ms-grid-row: 11;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(99) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}

.animated-image--squares > *:nth-child(100) {
  -ms-grid-row: 12;
  -ms-grid-column: 1;
}

.animated-image--squares > *:nth-child(101) {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
}

.animated-image--squares > *:nth-child(102) {
  -ms-grid-row: 12;
  -ms-grid-column: 3;
}

.animated-image--squares > *:nth-child(103) {
  -ms-grid-row: 12;
  -ms-grid-column: 4;
}

.animated-image--squares > *:nth-child(104) {
  -ms-grid-row: 12;
  -ms-grid-column: 5;
}

.animated-image--squares > *:nth-child(105) {
  -ms-grid-row: 12;
  -ms-grid-column: 6;
}

.animated-image--squares > *:nth-child(106) {
  -ms-grid-row: 12;
  -ms-grid-column: 7;
}

.animated-image--squares > *:nth-child(107) {
  -ms-grid-row: 12;
  -ms-grid-column: 8;
}

.animated-image--squares > *:nth-child(108) {
  -ms-grid-row: 12;
  -ms-grid-column: 9;
}
.animated-image--squares .animated-image__slice {
  opacity: 0;
  width: calc(100% + 0.5px);
  height: calc(100% + 0.5px);
  background-image: var(--img);
  background-size: 900% 1200%;
}
.animated-image--squares .animated-image__slice:nth-of-type(1) {
  background-position: 200% 0%;
  -webkit-transform: rotate(0.6370024225turn);
          transform: rotate(0.6370024225turn);
  -webkit-transition: all 1.6302946279s;
  transition: all 1.6302946279s;
}
.animated-image--squares .animated-image__slice:nth-of-type(2) {
  background-position: 100% 0%;
  -webkit-transform: rotate(0.7275522097turn);
          transform: rotate(0.7275522097turn);
  -webkit-transition: all 1.6943875008s;
  transition: all 1.6943875008s;
}
.animated-image--squares .animated-image__slice:nth-of-type(3) {
  background-position: 0% 0%;
  -webkit-transform: rotate(-0.103137502turn);
          transform: rotate(-0.103137502turn);
  -webkit-transition: all 1.9040464704s;
  transition: all 1.9040464704s;
}
.animated-image--squares .animated-image__slice:nth-of-type(4) {
  background-position: -100% 0%;
  -webkit-transform: rotate(0.0015086655turn);
          transform: rotate(0.0015086655turn);
  -webkit-transition: all 1.0766043663s;
  transition: all 1.0766043663s;
}
.animated-image--squares .animated-image__slice:nth-of-type(5) {
  background-position: -200% 0%;
  -webkit-transform: rotate(0.0840305397turn);
          transform: rotate(0.0840305397turn);
  -webkit-transition: all 1.6936319678s;
  transition: all 1.6936319678s;
}
.animated-image--squares .animated-image__slice:nth-of-type(6) {
  background-position: -300% 0%;
  -webkit-transform: rotate(-0.3284548751turn);
          transform: rotate(-0.3284548751turn);
  -webkit-transition: all 1.5456685835s;
  transition: all 1.5456685835s;
}
.animated-image--squares .animated-image__slice:nth-of-type(7) {
  background-position: -400% 0%;
  -webkit-transform: rotate(-0.1528785065turn);
          transform: rotate(-0.1528785065turn);
  -webkit-transition: all 1.9256597464s;
  transition: all 1.9256597464s;
}
.animated-image--squares .animated-image__slice:nth-of-type(8) {
  background-position: -500% 0%;
  -webkit-transform: rotate(0.5670070081turn);
          transform: rotate(0.5670070081turn);
  -webkit-transition: all 1.3572048416s;
  transition: all 1.3572048416s;
}
.animated-image--squares .animated-image__slice:nth-of-type(9) {
  background-position: -600% 0%;
  -webkit-transform: rotate(0.3331786879turn);
          transform: rotate(0.3331786879turn);
  -webkit-transition: all 1.6445858333s;
  transition: all 1.6445858333s;
}
.animated-image--squares .animated-image__slice:nth-of-type(10) {
  background-position: -700% -100%;
  -webkit-transform: rotate(0.1312698049turn);
          transform: rotate(0.1312698049turn);
  -webkit-transition: all 1.9939931822s;
  transition: all 1.9939931822s;
}
.animated-image--squares .animated-image__slice:nth-of-type(11) {
  background-position: -800% -100%;
  -webkit-transform: rotate(0.1129434845turn);
          transform: rotate(0.1129434845turn);
  -webkit-transition: all 1.6114267988s;
  transition: all 1.6114267988s;
}
.animated-image--squares .animated-image__slice:nth-of-type(12) {
  background-position: -900% -100%;
  -webkit-transform: rotate(0.7238274117turn);
          transform: rotate(0.7238274117turn);
  -webkit-transition: all 1.0046857706s;
  transition: all 1.0046857706s;
}
.animated-image--squares .animated-image__slice:nth-of-type(13) {
  background-position: -1000% -100%;
  -webkit-transform: rotate(0.2994169026turn);
          transform: rotate(0.2994169026turn);
  -webkit-transition: all 1.5513179127s;
  transition: all 1.5513179127s;
}
.animated-image--squares .animated-image__slice:nth-of-type(14) {
  background-position: -1100% -100%;
  -webkit-transform: rotate(-0.1538726311turn);
          transform: rotate(-0.1538726311turn);
  -webkit-transition: all 1.3763419066s;
  transition: all 1.3763419066s;
}
.animated-image--squares .animated-image__slice:nth-of-type(15) {
  background-position: -1200% -100%;
  -webkit-transform: rotate(0.5869591667turn);
          transform: rotate(0.5869591667turn);
  -webkit-transition: all 1.5366477884s;
  transition: all 1.5366477884s;
}
.animated-image--squares .animated-image__slice:nth-of-type(16) {
  background-position: -1300% -100%;
  -webkit-transform: rotate(-0.1570723379turn);
          transform: rotate(-0.1570723379turn);
  -webkit-transition: all 1.3465548602s;
  transition: all 1.3465548602s;
}
.animated-image--squares .animated-image__slice:nth-of-type(17) {
  background-position: -1400% -100%;
  -webkit-transform: rotate(-0.2355622548turn);
          transform: rotate(-0.2355622548turn);
  -webkit-transition: all 1.0289432366s;
  transition: all 1.0289432366s;
}
.animated-image--squares .animated-image__slice:nth-of-type(18) {
  background-position: -1500% -100%;
  -webkit-transform: rotate(-0.3118900657turn);
          transform: rotate(-0.3118900657turn);
  -webkit-transition: all 1.16522149s;
  transition: all 1.16522149s;
}
.animated-image--squares .animated-image__slice:nth-of-type(19) {
  background-position: -1600% -200%;
  -webkit-transform: rotate(-0.3446276257turn);
          transform: rotate(-0.3446276257turn);
  -webkit-transition: all 1.8148353437s;
  transition: all 1.8148353437s;
}
.animated-image--squares .animated-image__slice:nth-of-type(20) {
  background-position: -1700% -200%;
  -webkit-transform: rotate(0.5280246802turn);
          transform: rotate(0.5280246802turn);
  -webkit-transition: all 1.6777048788s;
  transition: all 1.6777048788s;
}
.animated-image--squares .animated-image__slice:nth-of-type(21) {
  background-position: -1800% -200%;
  -webkit-transform: rotate(-0.4439856186turn);
          transform: rotate(-0.4439856186turn);
  -webkit-transition: all 1.6574497635s;
  transition: all 1.6574497635s;
}
.animated-image--squares .animated-image__slice:nth-of-type(22) {
  background-position: -1900% -200%;
  -webkit-transform: rotate(0.62666828turn);
          transform: rotate(0.62666828turn);
  -webkit-transition: all 1.5763554192s;
  transition: all 1.5763554192s;
}
.animated-image--squares .animated-image__slice:nth-of-type(23) {
  background-position: -2000% -200%;
  -webkit-transform: rotate(0.0571973877turn);
          transform: rotate(0.0571973877turn);
  -webkit-transition: all 1.7543464997s;
  transition: all 1.7543464997s;
}
.animated-image--squares .animated-image__slice:nth-of-type(24) {
  background-position: -2100% -200%;
  -webkit-transform: rotate(0.3131669327turn);
          transform: rotate(0.3131669327turn);
  -webkit-transition: all 1.9971339565s;
  transition: all 1.9971339565s;
}
.animated-image--squares .animated-image__slice:nth-of-type(25) {
  background-position: -2200% -200%;
  -webkit-transform: rotate(0.0850111242turn);
          transform: rotate(0.0850111242turn);
  -webkit-transition: all 1.7182889152s;
  transition: all 1.7182889152s;
}
.animated-image--squares .animated-image__slice:nth-of-type(26) {
  background-position: -2300% -200%;
  -webkit-transform: rotate(0.100281588turn);
          transform: rotate(0.100281588turn);
  -webkit-transition: all 1.6102994225s;
  transition: all 1.6102994225s;
}
.animated-image--squares .animated-image__slice:nth-of-type(27) {
  background-position: -2400% -200%;
  -webkit-transform: rotate(0.2546041379turn);
          transform: rotate(0.2546041379turn);
  -webkit-transition: all 1.8141685689s;
  transition: all 1.8141685689s;
}
.animated-image--squares .animated-image__slice:nth-of-type(28) {
  background-position: -2500% -300%;
  -webkit-transform: rotate(-0.1239157453turn);
          transform: rotate(-0.1239157453turn);
  -webkit-transition: all 1.5565624673s;
  transition: all 1.5565624673s;
}
.animated-image--squares .animated-image__slice:nth-of-type(29) {
  background-position: -2600% -300%;
  -webkit-transform: rotate(0.50037608turn);
          transform: rotate(0.50037608turn);
  -webkit-transition: all 1.2688057702s;
  transition: all 1.2688057702s;
}
.animated-image--squares .animated-image__slice:nth-of-type(30) {
  background-position: -2700% -300%;
  -webkit-transform: rotate(0.0246877555turn);
          transform: rotate(0.0246877555turn);
  -webkit-transition: all 1.7127188548s;
  transition: all 1.7127188548s;
}
.animated-image--squares .animated-image__slice:nth-of-type(31) {
  background-position: -2800% -300%;
  -webkit-transform: rotate(-0.1023714694turn);
          transform: rotate(-0.1023714694turn);
  -webkit-transition: all 1.780140851s;
  transition: all 1.780140851s;
}
.animated-image--squares .animated-image__slice:nth-of-type(32) {
  background-position: -2900% -300%;
  -webkit-transform: rotate(0.5601206076turn);
          transform: rotate(0.5601206076turn);
  -webkit-transition: all 1.2721635445s;
  transition: all 1.2721635445s;
}
.animated-image--squares .animated-image__slice:nth-of-type(33) {
  background-position: -3000% -300%;
  -webkit-transform: rotate(0.4820252528turn);
          transform: rotate(0.4820252528turn);
  -webkit-transition: all 1.1603100527s;
  transition: all 1.1603100527s;
}
.animated-image--squares .animated-image__slice:nth-of-type(34) {
  background-position: -3100% -300%;
  -webkit-transform: rotate(-0.1741462502turn);
          transform: rotate(-0.1741462502turn);
  -webkit-transition: all 1.8461617217s;
  transition: all 1.8461617217s;
}
.animated-image--squares .animated-image__slice:nth-of-type(35) {
  background-position: -3200% -300%;
  -webkit-transform: rotate(-0.247700711turn);
          transform: rotate(-0.247700711turn);
  -webkit-transition: all 1.5228957882s;
  transition: all 1.5228957882s;
}
.animated-image--squares .animated-image__slice:nth-of-type(36) {
  background-position: -3300% -300%;
  -webkit-transform: rotate(0.6256761832turn);
          transform: rotate(0.6256761832turn);
  -webkit-transition: all 1.6803581151s;
  transition: all 1.6803581151s;
}
.animated-image--squares .animated-image__slice:nth-of-type(37) {
  background-position: -3400% -400%;
  -webkit-transform: rotate(-0.3149516117turn);
          transform: rotate(-0.3149516117turn);
  -webkit-transition: all 1.172266669s;
  transition: all 1.172266669s;
}
.animated-image--squares .animated-image__slice:nth-of-type(38) {
  background-position: -3500% -400%;
  -webkit-transform: rotate(0.4548891596turn);
          transform: rotate(0.4548891596turn);
  -webkit-transition: all 1.9860720601s;
  transition: all 1.9860720601s;
}
.animated-image--squares .animated-image__slice:nth-of-type(39) {
  background-position: -3600% -400%;
  -webkit-transform: rotate(-0.1987814514turn);
          transform: rotate(-0.1987814514turn);
  -webkit-transition: all 1.655995765s;
  transition: all 1.655995765s;
}
.animated-image--squares .animated-image__slice:nth-of-type(40) {
  background-position: -3700% -400%;
  -webkit-transform: rotate(-0.4521874799turn);
          transform: rotate(-0.4521874799turn);
  -webkit-transition: all 1.7669022328s;
  transition: all 1.7669022328s;
}
.animated-image--squares .animated-image__slice:nth-of-type(41) {
  background-position: -3800% -400%;
  -webkit-transform: rotate(-0.0273809024turn);
          transform: rotate(-0.0273809024turn);
  -webkit-transition: all 1.0133953688s;
  transition: all 1.0133953688s;
}
.animated-image--squares .animated-image__slice:nth-of-type(42) {
  background-position: -3900% -400%;
  -webkit-transform: rotate(-0.0766807593turn);
          transform: rotate(-0.0766807593turn);
  -webkit-transition: all 1.5117070666s;
  transition: all 1.5117070666s;
}
.animated-image--squares .animated-image__slice:nth-of-type(43) {
  background-position: -4000% -400%;
  -webkit-transform: rotate(-0.1041513616turn);
          transform: rotate(-0.1041513616turn);
  -webkit-transition: all 1.3325840966s;
  transition: all 1.3325840966s;
}
.animated-image--squares .animated-image__slice:nth-of-type(44) {
  background-position: -4100% -400%;
  -webkit-transform: rotate(-0.1698797209turn);
          transform: rotate(-0.1698797209turn);
  -webkit-transition: all 1.5350248382s;
  transition: all 1.5350248382s;
}
.animated-image--squares .animated-image__slice:nth-of-type(45) {
  background-position: -4200% -400%;
  -webkit-transform: rotate(0.147481842turn);
          transform: rotate(0.147481842turn);
  -webkit-transition: all 1.0725200342s;
  transition: all 1.0725200342s;
}
.animated-image--squares .animated-image__slice:nth-of-type(46) {
  background-position: -4300% -500%;
  -webkit-transform: rotate(-0.2006604318turn);
          transform: rotate(-0.2006604318turn);
  -webkit-transition: all 1.818635597s;
  transition: all 1.818635597s;
}
.animated-image--squares .animated-image__slice:nth-of-type(47) {
  background-position: -4400% -500%;
  -webkit-transform: rotate(-0.500105108turn);
          transform: rotate(-0.500105108turn);
  -webkit-transition: all 1.4539353389s;
  transition: all 1.4539353389s;
}
.animated-image--squares .animated-image__slice:nth-of-type(48) {
  background-position: -4500% -500%;
  -webkit-transform: rotate(0.1592001907turn);
          transform: rotate(0.1592001907turn);
  -webkit-transition: all 1.4557174666s;
  transition: all 1.4557174666s;
}
.animated-image--squares .animated-image__slice:nth-of-type(49) {
  background-position: -4600% -500%;
  -webkit-transform: rotate(0.2579615406turn);
          transform: rotate(0.2579615406turn);
  -webkit-transition: all 1.3370096995s;
  transition: all 1.3370096995s;
}
.animated-image--squares .animated-image__slice:nth-of-type(50) {
  background-position: -4700% -500%;
  -webkit-transform: rotate(0.5881024357turn);
          transform: rotate(0.5881024357turn);
  -webkit-transition: all 1.5435555832s;
  transition: all 1.5435555832s;
}
.animated-image--squares .animated-image__slice:nth-of-type(51) {
  background-position: -4800% -500%;
  -webkit-transform: rotate(-0.1216736618turn);
          transform: rotate(-0.1216736618turn);
  -webkit-transition: all 1.6717078287s;
  transition: all 1.6717078287s;
}
.animated-image--squares .animated-image__slice:nth-of-type(52) {
  background-position: -4900% -500%;
  -webkit-transform: rotate(0.1478193567turn);
          transform: rotate(0.1478193567turn);
  -webkit-transition: all 1.4115618108s;
  transition: all 1.4115618108s;
}
.animated-image--squares .animated-image__slice:nth-of-type(53) {
  background-position: -5000% -500%;
  -webkit-transform: rotate(0.1607326824turn);
          transform: rotate(0.1607326824turn);
  -webkit-transition: all 1.6515833676s;
  transition: all 1.6515833676s;
}
.animated-image--squares .animated-image__slice:nth-of-type(54) {
  background-position: -5100% -500%;
  -webkit-transform: rotate(0.2718034344turn);
          transform: rotate(0.2718034344turn);
  -webkit-transition: all 1.9211977452s;
  transition: all 1.9211977452s;
}
.animated-image--squares .animated-image__slice:nth-of-type(55) {
  background-position: -5200% -600%;
  -webkit-transform: rotate(0.2080130951turn);
          transform: rotate(0.2080130951turn);
  -webkit-transition: all 1.9974197819s;
  transition: all 1.9974197819s;
}
.animated-image--squares .animated-image__slice:nth-of-type(56) {
  background-position: -5300% -600%;
  -webkit-transform: rotate(-0.3066767208turn);
          transform: rotate(-0.3066767208turn);
  -webkit-transition: all 1.3206453822s;
  transition: all 1.3206453822s;
}
.animated-image--squares .animated-image__slice:nth-of-type(57) {
  background-position: -5400% -600%;
  -webkit-transform: rotate(-0.3150459839turn);
          transform: rotate(-0.3150459839turn);
  -webkit-transition: all 1.8443041653s;
  transition: all 1.8443041653s;
}
.animated-image--squares .animated-image__slice:nth-of-type(58) {
  background-position: -5500% -600%;
  -webkit-transform: rotate(-0.0828413997turn);
          transform: rotate(-0.0828413997turn);
  -webkit-transition: all 1.5985705169s;
  transition: all 1.5985705169s;
}
.animated-image--squares .animated-image__slice:nth-of-type(59) {
  background-position: -5600% -600%;
  -webkit-transform: rotate(0.086159782turn);
          transform: rotate(0.086159782turn);
  -webkit-transition: all 1.4661680957s;
  transition: all 1.4661680957s;
}
.animated-image--squares .animated-image__slice:nth-of-type(60) {
  background-position: -5700% -600%;
  -webkit-transform: rotate(0.307801486turn);
          transform: rotate(0.307801486turn);
  -webkit-transition: all 1.5899889552s;
  transition: all 1.5899889552s;
}
.animated-image--squares .animated-image__slice:nth-of-type(61) {
  background-position: -5800% -600%;
  -webkit-transform: rotate(0.0551630435turn);
          transform: rotate(0.0551630435turn);
  -webkit-transition: all 1.1826051327s;
  transition: all 1.1826051327s;
}
.animated-image--squares .animated-image__slice:nth-of-type(62) {
  background-position: -5900% -600%;
  -webkit-transform: rotate(-0.2884542586turn);
          transform: rotate(-0.2884542586turn);
  -webkit-transition: all 1.4695334309s;
  transition: all 1.4695334309s;
}
.animated-image--squares .animated-image__slice:nth-of-type(63) {
  background-position: -6000% -600%;
  -webkit-transform: rotate(0.180116735turn);
          transform: rotate(0.180116735turn);
  -webkit-transition: all 1.0890952349s;
  transition: all 1.0890952349s;
}
.animated-image--squares .animated-image__slice:nth-of-type(64) {
  background-position: -6100% -700%;
  -webkit-transform: rotate(0.5409570829turn);
          transform: rotate(0.5409570829turn);
  -webkit-transition: all 1.9117488589s;
  transition: all 1.9117488589s;
}
.animated-image--squares .animated-image__slice:nth-of-type(65) {
  background-position: -6200% -700%;
  -webkit-transform: rotate(-0.1281323394turn);
          transform: rotate(-0.1281323394turn);
  -webkit-transition: all 1.8852123261s;
  transition: all 1.8852123261s;
}
.animated-image--squares .animated-image__slice:nth-of-type(66) {
  background-position: -6300% -700%;
  -webkit-transform: rotate(-0.580694833turn);
          transform: rotate(-0.580694833turn);
  -webkit-transition: all 1.6904974097s;
  transition: all 1.6904974097s;
}
.animated-image--squares .animated-image__slice:nth-of-type(67) {
  background-position: -6400% -700%;
  -webkit-transform: rotate(0.4282017954turn);
          transform: rotate(0.4282017954turn);
  -webkit-transition: all 1.0153763798s;
  transition: all 1.0153763798s;
}
.animated-image--squares .animated-image__slice:nth-of-type(68) {
  background-position: -6500% -700%;
  -webkit-transform: rotate(0.0375926621turn);
          transform: rotate(0.0375926621turn);
  -webkit-transition: all 1.864568834s;
  transition: all 1.864568834s;
}
.animated-image--squares .animated-image__slice:nth-of-type(69) {
  background-position: -6600% -700%;
  -webkit-transform: rotate(-0.108208697turn);
          transform: rotate(-0.108208697turn);
  -webkit-transition: all 1.3741972328s;
  transition: all 1.3741972328s;
}
.animated-image--squares .animated-image__slice:nth-of-type(70) {
  background-position: -6700% -700%;
  -webkit-transform: rotate(0.0957419354turn);
          transform: rotate(0.0957419354turn);
  -webkit-transition: all 1.8332195558s;
  transition: all 1.8332195558s;
}
.animated-image--squares .animated-image__slice:nth-of-type(71) {
  background-position: -6800% -700%;
  -webkit-transform: rotate(0.0719673351turn);
          transform: rotate(0.0719673351turn);
  -webkit-transition: all 1.6144848438s;
  transition: all 1.6144848438s;
}
.animated-image--squares .animated-image__slice:nth-of-type(72) {
  background-position: -6900% -700%;
  -webkit-transform: rotate(0.1892327044turn);
          transform: rotate(0.1892327044turn);
  -webkit-transition: all 1.1585593131s;
  transition: all 1.1585593131s;
}
.animated-image--squares .animated-image__slice:nth-of-type(73) {
  background-position: -7000% -800%;
  -webkit-transform: rotate(0.3914322787turn);
          transform: rotate(0.3914322787turn);
  -webkit-transition: all 1.9565400582s;
  transition: all 1.9565400582s;
}
.animated-image--squares .animated-image__slice:nth-of-type(74) {
  background-position: -7100% -800%;
  -webkit-transform: rotate(-0.2781484874turn);
          transform: rotate(-0.2781484874turn);
  -webkit-transition: all 1.43828257s;
  transition: all 1.43828257s;
}
.animated-image--squares .animated-image__slice:nth-of-type(75) {
  background-position: -7200% -800%;
  -webkit-transform: rotate(0.3196519948turn);
          transform: rotate(0.3196519948turn);
  -webkit-transition: all 1.8677024625s;
  transition: all 1.8677024625s;
}
.animated-image--squares .animated-image__slice:nth-of-type(76) {
  background-position: -7300% -800%;
  -webkit-transform: rotate(0.1571143335turn);
          transform: rotate(0.1571143335turn);
  -webkit-transition: all 1.2611977396s;
  transition: all 1.2611977396s;
}
.animated-image--squares .animated-image__slice:nth-of-type(77) {
  background-position: -7400% -800%;
  -webkit-transform: rotate(-0.0468308962turn);
          transform: rotate(-0.0468308962turn);
  -webkit-transition: all 1.3293406251s;
  transition: all 1.3293406251s;
}
.animated-image--squares .animated-image__slice:nth-of-type(78) {
  background-position: -7500% -800%;
  -webkit-transform: rotate(0.4103869387turn);
          transform: rotate(0.4103869387turn);
  -webkit-transition: all 1.2829463853s;
  transition: all 1.2829463853s;
}
.animated-image--squares .animated-image__slice:nth-of-type(79) {
  background-position: -7600% -800%;
  -webkit-transform: rotate(-0.3790450775turn);
          transform: rotate(-0.3790450775turn);
  -webkit-transition: all 1.3291747301s;
  transition: all 1.3291747301s;
}
.animated-image--squares .animated-image__slice:nth-of-type(80) {
  background-position: -7700% -800%;
  -webkit-transform: rotate(0.018262598turn);
          transform: rotate(0.018262598turn);
  -webkit-transition: all 1.818446078s;
  transition: all 1.818446078s;
}
.animated-image--squares .animated-image__slice:nth-of-type(81) {
  background-position: -7800% -800%;
  -webkit-transform: rotate(-0.3999226454turn);
          transform: rotate(-0.3999226454turn);
  -webkit-transition: all 1.7210288214s;
  transition: all 1.7210288214s;
}
.animated-image--squares .animated-image__slice:nth-of-type(82) {
  background-position: -7900% -900%;
  -webkit-transform: rotate(-0.1984292731turn);
          transform: rotate(-0.1984292731turn);
  -webkit-transition: all 1.4502711706s;
  transition: all 1.4502711706s;
}
.animated-image--squares .animated-image__slice:nth-of-type(83) {
  background-position: -8000% -900%;
  -webkit-transform: rotate(-0.0328286323turn);
          transform: rotate(-0.0328286323turn);
  -webkit-transition: all 1.9690209228s;
  transition: all 1.9690209228s;
}
.animated-image--squares .animated-image__slice:nth-of-type(84) {
  background-position: -8100% -900%;
  -webkit-transform: rotate(0.4409705686turn);
          transform: rotate(0.4409705686turn);
  -webkit-transition: all 1.0710185166s;
  transition: all 1.0710185166s;
}
.animated-image--squares .animated-image__slice:nth-of-type(85) {
  background-position: -8200% -900%;
  -webkit-transform: rotate(-0.1626503012turn);
          transform: rotate(-0.1626503012turn);
  -webkit-transition: all 1.4415674012s;
  transition: all 1.4415674012s;
}
.animated-image--squares .animated-image__slice:nth-of-type(86) {
  background-position: -8300% -900%;
  -webkit-transform: rotate(-0.3075784691turn);
          transform: rotate(-0.3075784691turn);
  -webkit-transition: all 1.4705835519s;
  transition: all 1.4705835519s;
}
.animated-image--squares .animated-image__slice:nth-of-type(87) {
  background-position: -8400% -900%;
  -webkit-transform: rotate(-0.0554243467turn);
          transform: rotate(-0.0554243467turn);
  -webkit-transition: all 1.4297416564s;
  transition: all 1.4297416564s;
}
.animated-image--squares .animated-image__slice:nth-of-type(88) {
  background-position: -8500% -900%;
  -webkit-transform: rotate(-0.0852207554turn);
          transform: rotate(-0.0852207554turn);
  -webkit-transition: all 1.0910175636s;
  transition: all 1.0910175636s;
}
.animated-image--squares .animated-image__slice:nth-of-type(89) {
  background-position: -8600% -900%;
  -webkit-transform: rotate(0.0614484705turn);
          transform: rotate(0.0614484705turn);
  -webkit-transition: all 1.4365745371s;
  transition: all 1.4365745371s;
}
.animated-image--squares .animated-image__slice:nth-of-type(90) {
  background-position: -8700% -900%;
  -webkit-transform: rotate(0.5911635199turn);
          transform: rotate(0.5911635199turn);
  -webkit-transition: all 1.6936666772s;
  transition: all 1.6936666772s;
}
.animated-image--squares .animated-image__slice:nth-of-type(91) {
  background-position: -8800% -1000%;
  -webkit-transform: rotate(-0.4276629173turn);
          transform: rotate(-0.4276629173turn);
  -webkit-transition: all 1.6554205682s;
  transition: all 1.6554205682s;
}
.animated-image--squares .animated-image__slice:nth-of-type(92) {
  background-position: -8900% -1000%;
  -webkit-transform: rotate(-0.6842882474turn);
          transform: rotate(-0.6842882474turn);
  -webkit-transition: all 1.0169886032s;
  transition: all 1.0169886032s;
}
.animated-image--squares .animated-image__slice:nth-of-type(93) {
  background-position: -9000% -1000%;
  -webkit-transform: rotate(0.2259222108turn);
          transform: rotate(0.2259222108turn);
  -webkit-transition: all 1.551699723s;
  transition: all 1.551699723s;
}
.animated-image--squares .animated-image__slice:nth-of-type(94) {
  background-position: -9100% -1000%;
  -webkit-transform: rotate(-0.3465031028turn);
          transform: rotate(-0.3465031028turn);
  -webkit-transition: all 1.1099789973s;
  transition: all 1.1099789973s;
}
.animated-image--squares .animated-image__slice:nth-of-type(95) {
  background-position: -9200% -1000%;
  -webkit-transform: rotate(-0.0815888079turn);
          transform: rotate(-0.0815888079turn);
  -webkit-transition: all 1.7661583586s;
  transition: all 1.7661583586s;
}
.animated-image--squares .animated-image__slice:nth-of-type(96) {
  background-position: -9300% -1000%;
  -webkit-transform: rotate(-0.7460808524turn);
          transform: rotate(-0.7460808524turn);
  -webkit-transition: all 1.9860873402s;
  transition: all 1.9860873402s;
}
.animated-image--squares .animated-image__slice:nth-of-type(97) {
  background-position: -9400% -1000%;
  -webkit-transform: rotate(-0.1796451106turn);
          transform: rotate(-0.1796451106turn);
  -webkit-transition: all 1.8562439546s;
  transition: all 1.8562439546s;
}
.animated-image--squares .animated-image__slice:nth-of-type(98) {
  background-position: -9500% -1000%;
  -webkit-transform: rotate(-0.1191776201turn);
          transform: rotate(-0.1191776201turn);
  -webkit-transition: all 1.050891052s;
  transition: all 1.050891052s;
}
.animated-image--squares .animated-image__slice:nth-of-type(99) {
  background-position: -9600% -1000%;
  -webkit-transform: rotate(-0.5617504695turn);
          transform: rotate(-0.5617504695turn);
  -webkit-transition: all 1.4179088842s;
  transition: all 1.4179088842s;
}
.animated-image--squares .animated-image__slice:nth-of-type(100) {
  background-position: -9700% -1100%;
  -webkit-transform: rotate(-0.505717446turn);
          transform: rotate(-0.505717446turn);
  -webkit-transition: all 1.0959379627s;
  transition: all 1.0959379627s;
}
.animated-image--squares .animated-image__slice:nth-of-type(101) {
  background-position: -9800% -1100%;
  -webkit-transform: rotate(0.1145421264turn);
          transform: rotate(0.1145421264turn);
  -webkit-transition: all 1.2568238559s;
  transition: all 1.2568238559s;
}
.animated-image--squares .animated-image__slice:nth-of-type(102) {
  background-position: -9900% -1100%;
  -webkit-transform: rotate(0.263736915turn);
          transform: rotate(0.263736915turn);
  -webkit-transition: all 1.0137493807s;
  transition: all 1.0137493807s;
}
.animated-image--squares .animated-image__slice:nth-of-type(103) {
  background-position: -10000% -1100%;
  -webkit-transform: rotate(-0.046493009turn);
          transform: rotate(-0.046493009turn);
  -webkit-transition: all 1.8936781614s;
  transition: all 1.8936781614s;
}
.animated-image--squares .animated-image__slice:nth-of-type(104) {
  background-position: -10100% -1100%;
  -webkit-transform: rotate(-0.135816211turn);
          transform: rotate(-0.135816211turn);
  -webkit-transition: all 1.3712777406s;
  transition: all 1.3712777406s;
}
.animated-image--squares .animated-image__slice:nth-of-type(105) {
  background-position: -10200% -1100%;
  -webkit-transform: rotate(0.0112774429turn);
          transform: rotate(0.0112774429turn);
  -webkit-transition: all 1.0177639586s;
  transition: all 1.0177639586s;
}
.animated-image--squares .animated-image__slice:nth-of-type(106) {
  background-position: -10300% -1100%;
  -webkit-transform: rotate(-0.2310803849turn);
          transform: rotate(-0.2310803849turn);
  -webkit-transition: all 1.0226904861s;
  transition: all 1.0226904861s;
}
.animated-image--squares .animated-image__slice:nth-of-type(107) {
  background-position: -10400% -1100%;
  -webkit-transform: rotate(0.2770208174turn);
          transform: rotate(0.2770208174turn);
  -webkit-transition: all 1.5452130917s;
  transition: all 1.5452130917s;
}
.animated-image--squares .animated-image__slice:nth-of-type(108) {
  background-position: -10500% -1100%;
  -webkit-transform: rotate(-0.0959919804turn);
          transform: rotate(-0.0959919804turn);
  -webkit-transition: all 1.8310086532s;
  transition: all 1.8310086532s;
}
.animated-image--squares:hover .animated-image__slice {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.section.animated-image--focused .animated-image--squares .animated-image__slice {
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  opacity: 1;
}

/* Cms row adjustments */
.cms-image--animated {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 30px;
  padding: 0;
}
.cms-image--animated .animated-image--tiles {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cms-image--animated .cms-title {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.section--animation-row {
  overflow: hidden;
}

@media (max-width: 992px) {
  .animated-image--tiles,
  .animated-image--squares {
    position: static;
  }
  .cms-image--animated {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-image--animated .cms-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* IE10+ Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cms-row > * {
    -ms-flex-preferred-size: calc(50% - 100px);
        flex-basis: calc(50% - 100px);
  }
  .cms-row--flex > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-counter {
    display: none;
  }
  .map__wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .anim-logo__point {
    display: none !important;
  }
  .section--hourglass .cms-text,
  .section--hourglass .anim-logo {
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
  }
  .map__locations, .map__info-panels {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .map__wrapper {
    display: none;
  }
}
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg__top-left {
  background-image: url("/h5/img/backgrounds/page-top-left.png");
  background-repeat: no-repeat;
}
.bg__bottom-right {
  background-image: url("/h5/img/backgrounds/landing-bottom-right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.2;
}

body.nav-open {
  overflow: hidden;
}

@-webkit-keyframes glow {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}

@keyframes glow {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
.onloadCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  background: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onloadCover svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}