/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

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

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

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

/* line 28, node_modules/bootstrap/scss/_grid.scss */

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

/* line 34, node_modules/bootstrap/scss/_grid.scss */

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

/* line 38, node_modules/bootstrap/scss/_grid.scss */

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

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.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;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

/* line 8, resources/assets/styles/common/_reboot.scss */

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

/* line 14, resources/assets/styles/common/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 21, resources/assets/styles/common/_reboot.scss */

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

/* line 34, resources/assets/styles/common/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 45, resources/assets/styles/common/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 51, resources/assets/styles/common/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 65, resources/assets/styles/common/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 71, resources/assets/styles/common/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 78, resources/assets/styles/common/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 82, resources/assets/styles/common/_reboot.scss */

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 87, resources/assets/styles/common/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 91, resources/assets/styles/common/_reboot.scss */

b,
strong {
  font-weight: bold;
}

/* line 96, resources/assets/styles/common/_reboot.scss */

small {
  font-size: 80%;
}

/* line 100, resources/assets/styles/common/_reboot.scss */

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

/* line 108, resources/assets/styles/common/_reboot.scss */

sub {
  bottom: -0.25em;
}

/* line 112, resources/assets/styles/common/_reboot.scss */

sup {
  top: -0.5em;
}

/* line 116, resources/assets/styles/common/_reboot.scss */

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media screen and (hover: hover) {
  /* line 122, resources/assets/styles/common/_reboot.scss */

  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }

  /* line 126, resources/assets/styles/common/_reboot.scss */

  a:hover:not([href]) {
    color: inherit;
    text-decoration: none;
  }
}

/* line 133, resources/assets/styles/common/_reboot.scss */

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 139, resources/assets/styles/common/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 147, resources/assets/styles/common/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 154, resources/assets/styles/common/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 158, resources/assets/styles/common/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
  word-break: break-all;
}

/* line 164, resources/assets/styles/common/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 169, resources/assets/styles/common/_reboot.scss */

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

/* line 176, resources/assets/styles/common/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 180, resources/assets/styles/common/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 188, resources/assets/styles/common/_reboot.scss */

th {
  text-align: inherit;
}

/* line 192, resources/assets/styles/common/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 197, resources/assets/styles/common/_reboot.scss */

button {
  border-radius: 0;
}

/* line 200, resources/assets/styles/common/_reboot.scss */

button:focus {
  outline: 0;
}

/* line 205, resources/assets/styles/common/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%;
}

/* line 217, resources/assets/styles/common/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 222, resources/assets/styles/common/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 227, resources/assets/styles/common/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 231, resources/assets/styles/common/_reboot.scss */

select {
  word-wrap: normal;
  cursor: pointer;
}

/* line 236, resources/assets/styles/common/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 242, resources/assets/styles/common/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 246, resources/assets/styles/common/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 252, resources/assets/styles/common/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 258, resources/assets/styles/common/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

/* line 264, resources/assets/styles/common/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 271, resources/assets/styles/common/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 283, resources/assets/styles/common/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 287, resources/assets/styles/common/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 292, resources/assets/styles/common/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 297, resources/assets/styles/common/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 301, resources/assets/styles/common/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 306, resources/assets/styles/common/_reboot.scss */

output {
  display: inline-block;
}

/* line 310, resources/assets/styles/common/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 315, resources/assets/styles/common/_reboot.scss */

template {
  display: none;
}

/* line 319, resources/assets/styles/common/_reboot.scss */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url(/wp-content/themes/scanme/dist/fonts/LibreFranklin-Regular.woff2) format("woff2"), url(/wp-content/themes/scanme/dist/fonts/LibreFranklin-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url(/wp-content/themes/scanme/dist/fonts/LibreFranklin-SemiBold.woff2) format("woff2"), url(/wp-content/themes/scanme/dist/fonts/LibreFranklin-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/wp-content/themes/scanme/dist/fonts/Montserrat-Bold.woff2) format("woff2"), url(/wp-content/themes/scanme/dist/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* line 37, resources/assets/styles/common/_global.scss */

body {
  --primary-dark: #171717;
  --cod-gray: #0b0b0b;
  --gray: #808080;
  --school_bus_yellow: #FFE000;
  --gorse: #ffeb5c;
  --corn: #e8b500;
  --gallery: #ededed;
  --mine-shaft: #2f2e2e;
  --primary-light: #cfd8dc;
  --primary-light-05: rgba(207, 216, 220, 0.5);
  --primary: #607d8b;
  --text: #fff;
  --text-primary: #212121;
  --text-secondary: #757575;
  --divider: #bdbdbd;
  --accent: #536dfe;
  --tfont: 'Libre Franklin', sans-serif;
  --sfont: 'Montserrat', sans-serif;
  font-family: var(--tfont);
  color: var(--text-primary);
}

/* line 60, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span,
.btn {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 320px) / (1920 - 320))), var(--max-font-px));
  line-height: normal;
}

/* line 81, resources/assets/styles/common/_global.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 84, resources/assets/styles/common/_global.scss */

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 91, resources/assets/styles/common/_global.scss */

h1 {
  --min-font-px: 28px;
  --min-font: 28;
  --max-font: 36;
  --max-font-px: 36px;
}

/* line 98, resources/assets/styles/common/_global.scss */

h2 {
  --min-font-px: 24px;
  --min-font: 24;
  --max-font: 28;
  --max-font-px: 28px;
}

/* line 105, resources/assets/styles/common/_global.scss */

h3 {
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 24;
  --max-font-px: 24px;
}

/* line 112, resources/assets/styles/common/_global.scss */

h4 {
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 20;
  --max-font-px: 20px;
}

/* line 119, resources/assets/styles/common/_global.scss */

h5 {
  --min-font-px: 16px;
  --min-font: 16;
  --max-font: 18;
  --max-font-px: 18px;
}

/* line 126, resources/assets/styles/common/_global.scss */

h6 {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 16;
  --max-font-px: 16px;
}

/* line 133, resources/assets/styles/common/_global.scss */

a {
  color: var(--accent);
}

/* line 137, resources/assets/styles/common/_global.scss */

.screen-reader-text,
.screen-reader-response,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 150, resources/assets/styles/common/_global.scss */

.embed {
  position: relative;
  overflow: hidden;
}

/* line 154, resources/assets/styles/common/_global.scss */

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

/* line 164, resources/assets/styles/common/_global.scss */

.embed--21by9 {
  padding-top: 42.85714%;
}

/* line 168, resources/assets/styles/common/_global.scss */

.embed--16by9 {
  padding-top: 56.25%;
}

/* line 172, resources/assets/styles/common/_global.scss */

.embed--4by3 {
  padding-top: 75%;
}

/* line 176, resources/assets/styles/common/_global.scss */

.embed--1by1 {
  padding-top: 100%;
}

/* line 181, resources/assets/styles/common/_global.scss */

.overflow {
  overflow: hidden;
}

/* line 185, resources/assets/styles/common/_global.scss */

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

/* line 190, resources/assets/styles/common/_global.scss */

span.hightlight {
  color: var(--school_bus_yellow) !important;
}

/* line 194, resources/assets/styles/common/_global.scss */

.check_out {
  display: inline-block;
  background: linear-gradient(98.85deg, var(--school_bus_yellow) 20.28%, var(--gorse) 51.77%, var(--school_bus_yellow) 84.84%);
  border: 2px solid var(--corn);
  border-radius: 10px;
  color: var(--primary-dark);
  font-family: var(--tfont);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 32px;
  margin-top: 30px;
}

/* line 208, resources/assets/styles/common/_global.scss */

.check_out:hover {
  text-decoration: none;
  color: var(--primary-dark);
}

/* line 214, resources/assets/styles/common/_global.scss */

.background_gray {
  background-color: var(--primary-dark);
}

/* line 218, resources/assets/styles/common/_global.scss */

hr {
  border: 1px solid var(--school_bus_yellow);
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  display: inline-block;
  padding: 15px 30px;
  border: none;
  background-color: var(--primary-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
}

/* line 16, resources/assets/styles/components/_buttons.scss */

.btn--outline {
  border: 1px solid var(--primary-dark);
  background-color: transparent;
}

/* line 21, resources/assets/styles/components/_buttons.scss */

.btn.loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: 3px solid var(--divider);
  border-top-color: var(--text-secondary);
  -webkit-animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
          animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
  pointer-events: none;
}

/* line 38, resources/assets/styles/components/_buttons.scss */

.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

@media screen and (hover: hover) {
  /* line 46, resources/assets/styles/components/_buttons.scss */

  .btn:hover {
    text-decoration: none;
    color: var(--primary-dark);
    background-color: var(--primary-light);
  }

  /* line 52, resources/assets/styles/components/_buttons.scss */

  .btn:hover.btn--outline {
    background-color: var(--primary-dark);
    color: #fff;
  }
}

/* line 2, resources/assets/styles/components/_forms.scss */

.form-group label {
  margin: 0;
  cursor: pointer;
}

/* line 7, resources/assets/styles/components/_forms.scss */

.form-group--prepend,
.form-group--append {
  --btn-width: 30px;
  position: relative;
}

/* line 12, resources/assets/styles/components/_forms.scss */

.form-group--prepend .btn,
.form-group--append .btn {
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 25px;
}

/* line 23, resources/assets/styles/components/_forms.scss */

.form-group--prepend .btn {
  left: 0;
}

/* line 27, resources/assets/styles/components/_forms.scss */

.form-group--prepend .form-control {
  padding-left: var(--btn-width);
}

/* line 33, resources/assets/styles/components/_forms.scss */

.form-group--append .btn {
  right: 0;
}

/* line 37, resources/assets/styles/components/_forms.scss */

.form-group--append .form-control {
  padding-right: var(--btn-width);
}

/* line 43, resources/assets/styles/components/_forms.scss */

.form-control {
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  color: var(--text);
  border: 1px solid var(--divider);
  border-radius: 5px;
  width: 100%;
}

/* line 52, resources/assets/styles/components/_forms.scss */

.form-control::-webkit-input-placeholder {
  color: inherit;
}

.form-control::-moz-placeholder {
  color: inherit;
}

.form-control::-ms-input-placeholder {
  color: inherit;
}

.form-control::placeholder {
  color: inherit;
}

/* line 1, resources/assets/styles/components/_modal.scss */

.modal {
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background-color: rgba(12, 13, 22, 0.5);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  opacity: 0;
}

/* line 17, resources/assets/styles/components/_modal.scss */

.modal--slide-right {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* line 22, resources/assets/styles/components/_modal.scss */

.modal--slide-bottom {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* line 27, resources/assets/styles/components/_modal.scss */

.modal--slide-left {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/* line 32, resources/assets/styles/components/_modal.scss */

.modal--fade-in {
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* line 38, resources/assets/styles/components/_modal.scss */

.modal--dark .modal__content {
  background-color: transparent;
}

/* line 42, resources/assets/styles/components/_modal.scss */

.modal--dark .btn--close {
  color: #fff;
}

/* line 47, resources/assets/styles/components/_modal.scss */

.modal.show {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* line 53, resources/assets/styles/components/_modal.scss */

.modal__content {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
}

/* line 59, resources/assets/styles/components/_modal.scss */

.modal__header {
  position: relative;
}

/* line 62, resources/assets/styles/components/_modal.scss */

.modal__header .btn--close {
  display: block;
  padding: 10px;
  margin-left: auto;
}

/* line 69, resources/assets/styles/components/_modal.scss */

.modal__body {
  height: 100%;
  max-height: calc(100vh - 150px);
  overflow: hidden auto;
}

@media screen and (max-width: 575px) {
  /* line 76, resources/assets/styles/components/_modal.scss */

  .modal__content {
    padding: 15px;
  }
}

/* line 1, resources/assets/styles/components/_to-top.scss */

.btn--top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

/* line 15, resources/assets/styles/components/_to-top.scss */

.btn--top.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 2, resources/assets/styles/layouts/_footer.scss */

#footer .nav_footer_wrapper {
  background-color: var(--primary-dark);
}

/* line 5, resources/assets/styles/layouts/_footer.scss */

#footer .nav_footer_wrapper .nav_footer {
  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;
  padding: 80px 0 40px;
  border-top: 1px solid var(--school_bus_yellow);
}

/* line 14, resources/assets/styles/layouts/_footer.scss */

#footer .rights-wrapper {
  background-color: var(--cod-gray);
}

/* line 17, resources/assets/styles/layouts/_footer.scss */

#footer .rights-wrapper .rights {
  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;
  height: 50px;
}

/* line 23, resources/assets/styles/layouts/_footer.scss */

#footer .rights-wrapper .rights span {
  font-family: var(--tfont);
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
}

/* line 29, resources/assets/styles/layouts/_footer.scss */

#footer .rights-wrapper .rights span a {
  color: var(--gray);
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 41, resources/assets/styles/layouts/_footer.scss */

  #footer .socials {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  /* line 49, resources/assets/styles/layouts/_footer.scss */

  #footer .socials {
    display: none;
  }
}

/* line 1, resources/assets/styles/layouts/_navigation.scss */

.toggler {
  --bcolor: #333;
  padding: 0;
  width: 25px;
  height: 25px;
  border: none;
  position: relative;
  z-index: 1001;
  background-color: transparent;
  margin-left: auto;
}

/* line 12, resources/assets/styles/layouts/_navigation.scss */

.toggler span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid var(--bcolor);
  width: 100%;
  -webkit-transition: 550ms all ease;
  transition: 550ms all ease;
}

/* line 20, resources/assets/styles/layouts/_navigation.scss */

.toggler span:first-of-type {
  -webkit-transform: translate3d(-50%, calc(-50% - 8px), 0);
          transform: translate3d(-50%, calc(-50% - 8px), 0);
}

/* line 24, resources/assets/styles/layouts/_navigation.scss */

.toggler span:nth-of-type(2) {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* line 28, resources/assets/styles/layouts/_navigation.scss */

.toggler span:nth-of-type(3) {
  -webkit-transform: translate3d(-50%, calc(-50% + 8px), 0);
          transform: translate3d(-50%, calc(-50% + 8px), 0);
}

/* line 36, resources/assets/styles/layouts/_navigation.scss */

.toggler--navbar[aria-expanded=true] span:first-of-type {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}

/* line 40, resources/assets/styles/layouts/_navigation.scss */

.toggler--navbar[aria-expanded=true] span:nth-of-type(2) {
  width: 1px;
}

/* line 44, resources/assets/styles/layouts/_navigation.scss */

.toggler--navbar[aria-expanded=true] span:last-of-type {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
}

/* line 52, resources/assets/styles/layouts/_navigation.scss */

.navbar {
  --link-color: var(--primary);
  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;
  padding: 15px 0;
}

/* line 61, resources/assets/styles/layouts/_navigation.scss */

.navbar-nav {
  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;
  list-style: none;
  padding: 0;
}

/* line 67, resources/assets/styles/layouts/_navigation.scss */

.navbar-nav ul {
  list-style: none;
  padding: 0;
}

/* line 74, resources/assets/styles/layouts/_navigation.scss */

.menu-item-has-children {
  position: relative;
}

/* line 77, resources/assets/styles/layouts/_navigation.scss */

.menu-item-has-children .sub-menu {
  -webkit-transition: 300ms all cubic-bezier(0.66, 0.1, 0.58, 1);
  transition: 300ms all cubic-bezier(0.66, 0.1, 0.58, 1);
  opacity: 0;
}

/* line 82, resources/assets/styles/layouts/_navigation.scss */

.menu-item-has-children::after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--link-color);
  border-bottom: 2px solid var(--link-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 250ms top ease, 250ms -webkit-transform ease;
  transition: 250ms top ease, 250ms -webkit-transform ease;
  transition: 250ms transform ease, 250ms top ease;
  transition: 250ms transform ease, 250ms top ease, 250ms -webkit-transform ease;
}

/* line 98, resources/assets/styles/layouts/_navigation.scss */

.nav__link {
  display: block;
  padding: 20px 15px;
  color: var(--link-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (min-width: 992px) {
  /* line 108, resources/assets/styles/layouts/_navigation.scss */

  .toggler--navbar {
    display: none;
  }

  /* line 114, resources/assets/styles/layouts/_navigation.scss */

  .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  /* line 119, resources/assets/styles/layouts/_navigation.scss */

  .menu-item-has-children:hover::after {
    top: 30px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  /* line 126, resources/assets/styles/layouts/_navigation.scss */

  .sub-menu {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }

  /* line 137, resources/assets/styles/layouts/_navigation.scss */

  .sub-menu .menu-item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  /* line 144, resources/assets/styles/layouts/_navigation.scss */

  .navbar {
    padding: 15px 0;
  }

  /* line 148, resources/assets/styles/layouts/_navigation.scss */

  .navbar-collapse {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: 250ms -webkit-transform ease;
    transition: 250ms -webkit-transform ease;
    transition: 250ms transform ease;
    transition: 250ms transform ease, 250ms -webkit-transform ease;
  }

  /* line 162, resources/assets/styles/layouts/_navigation.scss */

  .navbar-collapse.show {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  /* line 167, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    max-height: calc(100vh - 50px);
    overflow: hidden auto;
  }

  /* line 174, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav > .menu-item {
    padding: 0;
  }

  /* line 178, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item {
    width: 100%;
  }

  /* line 182, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item-has-children .sub-menu {
    height: 0;
    overflow: hidden;
  }

  /* line 187, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item-has-children::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    right: 20px;
  }

  /* line 197, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item-has-children::after {
    top: 20px;
    right: 40px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* line 206, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item-has-children.open::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* line 207, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .menu-item-has-children.open::after .sub-menu {
    opacity: 1;
  }

  /* line 217, resources/assets/styles/layouts/_navigation.scss */

  .navbar-nav .nav__link {
    max-width: calc(100% - 80px);
  }
}

/* line 3, resources/assets/styles/layouts/_header.scss */

#header {
  background-color: var(--primary-dark);
  height: 100px;
  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;
}

/* line 11, resources/assets/styles/layouts/_header.scss */

#header .socials a {
  padding-left: 10px;
}

/* line 14, resources/assets/styles/layouts/_header.scss */

#header .socials a:hover {
  text-decoration: none;
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.single-scanme #header {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 29, resources/assets/styles/layouts/_header.scss */

  #header .socials {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  /* line 37, resources/assets/styles/layouts/_header.scss */

  #header .socials {
    display: none;
  }
}

/* line 1, resources/assets/styles/layouts/_cookie.scss */

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 1030;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

/* line 11, resources/assets/styles/layouts/_cookie.scss */

.cookie .container {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 10px;
  padding: 30px;
}

/* line 19, resources/assets/styles/layouts/_cookie.scss */

.cookie .cookie__text p {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 17;
  --max-font-px: 17px;
}

/* line 26, resources/assets/styles/layouts/_cookie.scss */

.cookie .cookie__text a {
  color: #fff;
  text-decoration: underline;
}

/* line 32, resources/assets/styles/layouts/_cookie.scss */

.cookie .btn {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 18;
  --max-font-px: 18px;
  display: block;
  margin-left: auto;
  padding: 10px 35px;
}

/* line 42, resources/assets/styles/layouts/_cookie.scss */

.cookie.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  /* line 49, resources/assets/styles/layouts/_cookie.scss */

  .cookie .container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  /* line 57, resources/assets/styles/layouts/_cookie.scss */

  .cookie .container {
    padding: 15px;
  }
}

/* line 4, stdin */

.first_fold .first_fold-wrapper {
  padding-top: 86px;
  padding-bottom: 86px;
  position: relative;
  background: radial-gradient(72.06% 72.06% at 50% 21.32%, #171717 0%, rgba(66, 63, 63, 0) 100%);
}

/* line 12, stdin */

.first_fold h1 p {
  font-family: var(--sfont);
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  color: white;
  margin-bottom: 30px;
}

/* line 20, stdin */

.first_fold h1 p .highlight {
  font-family: var(--sfont);
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  color: var(--school_bus_yellow);
}

/* line 31, stdin */

.first_fold .content p {
  font-family: var(--tfont);
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

/* line 40, stdin */

.first_fold .first_fold-focus {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 48, stdin */

.operating {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* line 53, stdin */

.operating h2 * {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 68px;
  color: white;
  text-align: center;
}

/* line 64, stdin */

.operating .step {
  margin-top: 40px;
}

/* line 67, stdin */

.operating .step svg {
  display: none;
}

/* line 71, stdin */

.operating .step .order_number {
  background-color: var(--gallery);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 30px auto 20px auto;
}

/* line 78, stdin */

.operating .step .order_number .number {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 68px;
  padding: 37px 32px;
  color: black;
  text-align: center;
}

/* line 90, stdin */

.operating .step .content {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: white;
  margin-bottom: 70px;
}

/* line 102, stdin */

.operating .step:hover .step_wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
}

/* line 109, stdin */

.operating .step:hover svg {
  display: block;
}

/* line 113, stdin */

.operating .step:hover .order_number {
  background: var(--school_bus_yellow);
  color: var(--primary-dark);
}

/* line 121, stdin */

.informations {
  padding-bottom: 182px;
}

/* line 125, stdin */

.informations h2 * {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: white;
  text-align: center;
  margin-bottom: 77px;
}

/* line 137, stdin */

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

/* line 140, stdin */

.informations .info img {
  margin-bottom: 20px;
}

/* line 144, stdin */

.informations .info h3 {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

/* line 157, stdin */

.informations .content p {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: white;
}

/* line 167, stdin */

.informations .content.extended {
  margin-top: 77px;
}

/* line 168, stdin */

.informations .content.extended h2 {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

/* line 179, stdin */

.informations .content.extended h3 {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

/* line 195, stdin */

.scan {
  background-color: var(--gallery);
}

/* line 198, stdin */

.scan .image_scan {
  margin-top: -90px;
}

/* line 202, stdin */

.scan h2 {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 68px;
  margin-bottom: 10px;
}

/* line 211, stdin */

.scan p {
  font-family: var(--tfont);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

/* line 220, stdin */

.scan .content_scan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 226, stdin */

.options {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 230, stdin */

.options .options_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 236, stdin */

.options h2 {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 247, stdin */

.options .content p {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

/* line 260, stdin */

.profile h2 * {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 68px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

/* line 272, stdin */

.profile .content {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

/* line 283, stdin */

.profile .profile_specification {
  background: var(--gallery);
  border-radius: 10px;
  padding: 29px;
  height: 100%;
}

/* line 289, stdin */

.profile .profile_specification h3 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 295, stdin */

.profile .profile_specification ul li {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-dark);
}

/* line 305, stdin */

.profile .profile_specification .check_out {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 313, stdin */

.benefits {
  margin-top: 61px;
  overflow: hidden;
}

/* line 318, stdin */

.benefits h2 * {
  font-family: var(--sfont);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 68px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

/* line 330, stdin */

.benefits .content {
  font-family: var(--tfont);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

/* line 341, stdin */

.benefits .form_wrapper {
  background-color: var(--mine-shaft);
  border-radius: 10px;
  padding: 31px 50px 47px;
  overflow: hidden;
}

/* line 347, stdin */

.benefits .form_wrapper h2 {
  text-align: left;
}

/* line 351, stdin */

.benefits .form_wrapper .content {
  text-align: left;
}

/* line 356, stdin */

.benefits .form_wrapper .wpcf7 input[type='text'] {
  padding: 16px 23px;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

/* line 366, stdin */

.benefits .form_wrapper img {
  position: absolute;
  right: -35px;
  bottom: -47px;
}

@media screen and (max-width: 768px) {
  /* line 377, stdin */

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

  /* line 384, stdin */

  .benefits .form_wrapper img {
    display: none;
  }

  /* line 392, stdin */

  .operating .step:hover svg {
    width: 100%;
  }

  /* line 399, stdin */

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

@media screen and (max-width: 599px) {
  /* line 406, stdin */

  .first_fold {
    padding-top: 30px;
  }

  /* line 409, stdin */

  .first_fold h1 {
    font-size: 35px;
    line-height: 52px;
    margin-top: 20px;
  }

  /* line 414, stdin */

  .first_fold h1 p {
    font-size: 35px;
    line-height: 52px;
  }

  /* line 420, stdin */

  .first_fold .first_fold-focus {
    position: relative;
    top: unset;
    right: -15px;
    -webkit-transform: unset;
            transform: unset;
  }

  /* line 426, stdin */

  .first_fold .first_fold-focus img {
    margin-top: 30px;
  }

  /* line 431, stdin */

  .first_fold .first_fold-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }

  /* line 437, stdin */

  .operating {
    margin: 40px 0;
  }

  /* line 440, stdin */

  .operating .step {
    margin-top: 20px;
  }

  /* line 443, stdin */

  .operating .step .content {
    margin-bottom: 10px;
  }

  /* line 449, stdin */

  .scan {
    padding-top: 100px;
  }

  /* line 452, stdin */

  .scan .image_scan {
    margin-top: -250px;
  }

  /* line 458, stdin */

  .options h2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* line 463, stdin */

  .options img {
    margin-top: 30px;
  }

  /* line 469, stdin */

  .benefits h2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* line 475, stdin */

  .benefits .form_wrapper img {
    display: none;
  }

  /* line 482, stdin */

  .profile .profile_specification {
    margin-bottom: 30px;
    height: unset;
  }

  /* line 488, stdin */

  h2 {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  /* line 492, stdin */

  h2 * {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  /* line 499, stdin */

  .contact_info_card .vcf {
    margin-bottom: 20px;
  }

  /* line 505, stdin */

  .how_to .content {
    margin-bottom: 20px;
  }

  /* line 510, stdin */

  .product {
    padding-bottom: 20px;
  }
}


/*# sourceMappingURL=front-page.css.map*/