@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.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: 1000px) {
  .container {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.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.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@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%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1000px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1000px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 4.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4.5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.m-9 {
  margin: 8rem !important;
}

.mt-9,
.my-9 {
  margin-top: 8rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 8rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 8rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 8rem !important;
}

.m-10 {
  margin: 11rem !important;
}

.mt-10,
.my-10 {
  margin-top: 11rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 11rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 11rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 11rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 4.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4.5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.p-9 {
  padding: 8rem !important;
}

.pt-9,
.py-9 {
  padding-top: 8rem !important;
}

.pr-9,
.px-9 {
  padding-right: 8rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 8rem !important;
}

.pl-9,
.px-9 {
  padding-left: 8rem !important;
}

.p-10 {
  padding: 11rem !important;
}

.pt-10,
.py-10 {
  padding-top: 11rem !important;
}

.pr-10,
.px-10 {
  padding-right: 11rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 11rem !important;
}

.pl-10,
.px-10 {
  padding-left: 11rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4.5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .m-sm-9 {
    margin: 8rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 8rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 8rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 8rem !important;
  }
  .m-sm-10 {
    margin: 11rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 11rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 11rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 11rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4.5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .p-sm-9 {
    padding: 8rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 8rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 8rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 8rem !important;
  }
  .p-sm-10 {
    padding: 11rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 11rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 11rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 11rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4.5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
  .m-md-9 {
    margin: 8rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 8rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 8rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 8rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 8rem !important;
  }
  .m-md-10 {
    margin: 11rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 11rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 11rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 11rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 11rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4.5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .p-md-9 {
    padding: 8rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 8rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 8rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 8rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 8rem !important;
  }
  .p-md-10 {
    padding: 11rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 11rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 11rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 11rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 11rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4.5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .m-lg-9 {
    margin: 8rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 8rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 8rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 8rem !important;
  }
  .m-lg-10 {
    margin: 11rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 11rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 11rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 11rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4.5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .p-lg-9 {
    padding: 8rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 8rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 8rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 8rem !important;
  }
  .p-lg-10 {
    padding: 11rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 11rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 11rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 11rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4.5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .m-xl-9 {
    margin: 8rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 8rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 8rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 8rem !important;
  }
  .m-xl-10 {
    margin: 11rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 11rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 11rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 11rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4.5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .p-xl-9 {
    padding: 8rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 8rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 8rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 8rem !important;
  }
  .p-xl-10 {
    padding: 11rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 11rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 11rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 11rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (max-width: 575px) {
  *[class*="col-"] {
    padding-right: 7px;
    padding-left: 8px;
  }
  .row {
    margin-right: -7px;
    margin-left: -8px;
  }
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a.no-txt-deco {text-decoration:none !important;}

html {
  font-size: 62.5%;
  /*10px*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input, textarea, select {
  font-size: 16px;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline:none !important;
  float: left;
  height: 100%;
  max-height: 300px;
  min-height: 1px;
  display: none;
}
.slick-slide a{
outline:none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-slide {
  text-align: center;
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #e3007f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
  z-index: 1;
}

@media (max-width: 575px) {
  .slick-prev {
    left: 0px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -15px;
}

@media (max-width: 575px) {
  [dir="rtl"] .slick-prev {
    left: 0px;
  }
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -15px;
}

@media (max-width: 575px) {
  .slick-next {
    right: 0px;
  }
}

[dir="rtl"] .slick-next {
  right: -15px;
  right: auto;
}

@media (max-width: 575px) {
  [dir="rtl"] .slick-next {
    right: 0px;
  }
}

.slick-next:before {
  content: "\f105";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  background: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #e3007f;
  opacity: 0.75;
}

@media (max-width: 575px) {
  *[class*="col-"], *[class="col"] {
    padding-right: 7px;
    padding-left: 8px;
  }
  .row {
    margin-right: -7px;
    margin-left: -8px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
}

.row20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row20 > *[class*="col-"], .row20 > *[class="col"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row15 {
  margin-right: -7px;
  margin-left: -8px;
}

.row15 > *[class*="col-"], .row15 > *[class="col"] {
  padding-right: 7px;
  padding-left: 8px;
}

.row10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row10 > *[class*="col-"], .row10 > *[class="col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row5 {
  margin-right: -2px;
  margin-left: -3px;
}

.row5 > *[class*="col-"], .row5 > *[class="col"] {
  padding-right: 2px;
  padding-left: 3px;
}

/* クリアフィックス */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* width */
.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-10 {
    width: 10%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-20 {
    width: 20%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-30 {
    width: 30%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-40 {
    width: 40%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-50 {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-60 {
    width: 60%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-70 {
    width: 70%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-80 {
    width: 80%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-90 {
    width: 90%;
  }
}

@media (min-width: 576px) {
  .width-sm-inherit {
    width: inherit;
  }
  .width-sm-100 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-10 {
    width: 10%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-20 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-30 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-40 {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-50 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-60 {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-70 {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-80 {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-90 {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .width-md-inherit {
    width: inherit;
  }
  .width-md-100 {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-10 {
    width: 10%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-20 {
    width: 20%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-30 {
    width: 30%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-40 {
    width: 40%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-50 {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-60 {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-70 {
    width: 70%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-80 {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-90 {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .width-lg-inherit {
    width: inherit;
  }
  .width-lg-100 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-10 {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-30 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-60 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-80 {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-90 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .width-xl-inherit {
    width: inherit;
  }
  .width-xl-100 {
    width: 100%;
  }
}

.center {
  margin-right: auto;
  margin-left: auto;
}

/* マージン設定 */
.mt-none {
  margin-top: 0 !important;
}

.mt-tiny {
  margin-top: 1em !important;
}

.mt-small {
  margin-top: 1.5em !important;
}

.mt-medium {
  margin-top: 3em !important;
}

.mt-large {
  margin-top: 5em !important;
}

.mt-fuge {
  margin-top: 7em !important;
}

/* 連続マージン */
.list-mt-none > * {
  margin-top: 0;
}

.list-mt-tiny > * {
  margin-top: 1em;
}

.list-mt-small > * {
  margin-top: 1.5em;
}

.list-mt-medium > * {
  margin-top: 3em;
}

.list-mt-large > * {
  margin-top: 5em;
}

.list-mt-fuge > * {
  margin-top: 7em;
}

/* アイコン位置 */
.icon-left {
  margin-right: 0.5rem;
}

.icon-right {
  margin-left: 0.5rem;
}

/* 太字 */
.bold {
  font-weight: bold;
}

/* テキストサイズ */
.font-tiny {
  font-size: 75%;
}

.font-small {
  font-size: 88%;
}

.font-large {
  font-size: 120%;
}

.font-huge {
  font-size: 140%;
}

/* 透過用ロールオーバー用 */
.hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.hover:hover {
  opacity: 0.7;
}

.hoverWrap {
  display: block;
  overflow: hidden;
}

.anime:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ※マーク */
.asterisk {
  display: block;
  font-size: 86%;
  margin-left: 1em;
  text-indent: -1em;
}

/* テーブル */
@media (max-width: 575px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive th, .table-responsive td {
    display: table-cell;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/* 周り込figure */
.figureR {
  display: table;
  float: right;
  margin: 2rem 0 3rem 3rem;
}

.figureL {
  display: table;
  float: left;
  margin: 2rem 3rem 3rem 0;
}

.figureR figcaption, .figureL figcaption {
  display: block;
  width: 100%;
  font-size: 86%;
  text-align: center;
}

@media (max-width: 767px) {
  .figureR, .figureL {
    width: inherit;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

/* youtubeのレスポンシブ対応 */
.youtube {
  margin-top: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
start
========================================================= */
@media (max-width: 575px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #e3007f;
}

a:active {
  color: #e3007f;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
layout
========================================================= */
.fa, .fas {
  color: #e3007f;
}

a[href*="tel:"] {
  text-decoration: none;
}

@media (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

body {
  overflow-x: hidden;
}

body.open {
  overflow: hidden;
}

.overlay.open {
  z-index: 1;
  content: "a";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
  padding: 0.8rem;
  border-radius: 3px;
  border: 1px solid #646464;
  font-size: 16px;
  line-height: 1;
}

input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  color: #999;
}

.logo {
  padding: 0 3rem 0 3rem;
}

@media (max-width: 999px) {
  .logo {
    padding: 0.5rem 1rem 1rem;
  }
}

.globalHeader {
  z-index: 10;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 999px) {
  .globalHeader_top {
    border-bottom: 1px solid #e3007f;
  }
}

@media (min-width: 1000px) {
  .globalHeader.none {
    opacity: 0.9;
  }
  .globalHeader.none .globalHeader_top {
    display: none;
  }
  .globalHeader.none .globalMenu li a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .globalHeader.none .globalMenu li a small {
    display: none;
  }
}

main p, main figure {
  margin-top: 2rem;
}

main ul, main ol, main table {
  margin-top: 2.5rem;
}

main a {
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .globaNav_store {
    display: none;
  }
}

@media (max-width: 999px) {
  .globaNav_menu {
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    padding: 15px;
    background: #FFF;
    position: fixed;
    right: -335px;
    height: 100%;
    overflow-y: scroll;
    width: 335px;
    padding-bottom: 20px;
  }
  .globaNav_menu.open {
    right: 0;
  }
  .globaNav_menu.close {
    display: none;
  }
  .globaNav_store {
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    padding: 0 15px 5rem 15px;
    background: #FFF;
    position: fixed;
    right: -335px;
    height: 100%;
    overflow-y: scroll;
    width: 335px;
  }
  .globaNav_store.open {
    z-index: 10;
    right: 0;
  }
  .globaNav_store.close {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .globaNav_store {
    width: 290px;
    right: -290px;
  }
  .globaNav_menu {
    width: 290px;
    right: -290px;
  }
}

@media screen and (min-width: 576px) and (max-width: 999px) {
  .globaNav_store {
    width: 500px;
    right: -500px;
  }
  .globaNav_menu {
    width: 500px;
    right: -500px;
  }
}

.globalMenu li a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.globalMenu li a[target="_blank"]:after {
  color: #e3007f;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f35d";
  margin-left: 10px;
}

.globalMenu li a.current {
  color: #e3007f;
}

.globalMenu li ul {
  display: none;
}

@media (max-width: 999px) {
  .globalMenu {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 3rem;
    margin-bottom: 9rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .globalMenu > li {
    border-top: 1px solid #e6e6e6;
  }
  .globalMenu > li > a {
    position: relative;
    padding: 1rem;
    display: block;
  }
  .globalMenu > li > a small {
    display: none;
  }
  .globalMenu > li ul {
    margin-top: 0.5rem 0;
    background: url(../images/graybg.jpg);
  }
  .globalMenu > li ul li {
    border-top: 1px solid #FFF;
  }
  .globalMenu > li ul li a {
    display: block;
    padding: 0.7rem 2rem;
  }
  .globalMenu > li.haschild > a:after {
    font-size: 2rem;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -1rem;
    line-height: 1;
    color: #e3007f;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0fe";
  }
  .globalMenu > li.haschild > a.open:after {
    content: "\f146";
  }
}

@media (min-width: 1200px) {
  .globalMenu > li > a {
    padding: 1rem 2rem 3rem 2rem;
  }
}

@media (min-width: 1000px) {
  .globalMenu {
    display: table;
    width: 100%;
    text-align: center;
  }
  .globalMenu > li {
    position: relative;
    font-weight: bold;
    line-height: 1.3;
    display: table-cell;
  }
  .globalMenu > li + li {
    position: relative;
  }
  .globalMenu > li + li:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: #e6e6e6;
  }
  .globalMenu > li > a {
    padding: 2.5rem 0.5rem;
    display: block;
  }
  .globalMenu > li small {
    letter-spacing: 1px;
    font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
    font-weight: 700;
    font-weight: 400;
    font-size: 1.1rem;
    display: block;
    color: #e3007f;
  }
  .globalMenu > li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
  }
  .globalMenu > li ul li {
    text-align: left;
  }
  .globalMenu > li ul li a {
    font-weight: normal;
    white-space: nowrap;
    padding: 1.5rem 2rem;
    display: block;
  }
  .globalMenu > li ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    margin-right: 5px;
    color: #e3007f;
  }
  .globalMenu > li ul li + li {
    border-top: 1px solid #CCC;
  }
  .globalMenu > li:hover ul {
    display: block;
  }
}

@media (min-width: 1000px) {
  .subMenu {
    padding: 2rem 2rem 0 0;
  }
}

.spButtonList {
  display: table;
}

.spButtonList > * {
  vertical-align: top;
  display: table-cell;
}

.spButtonList_txt {
  font-weight: bold;
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.spButtonList_btn {
  white-space: nowrap;
  width: 58px;
  margin: 0;
  height: 57px;
  color: #e3007f;
  display: block;
  border: none;
  border-left: 1px solid #e3007f;
  font-size: 1rem;
}

.spButtonList_btn.store {
  padding-top: 40px;
  background: url(../images/home_icon.svg) no-repeat center 10px #FFF;
  background-size: 30px auto;
}

.spButtonList_btn.store.open {
  background: url(../images/close_icon2.svg) no-repeat center 10px #FFF;
  background-size: 28px auto;
}

.spButtonList_btn.menu {
  background: #e3007f;
  color: #FFF !important;
}

.spButtonList_btn.menu .menu-trigger,
.spButtonList_btn.menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.spButtonList_btn.menu .menu-trigger {
  display: block;
  position: relative;
  width: 28px;
  margin-right: auto;
  padding-top: 5px;
  margin-left: auto;
  height: 22px;
  margin-top: 9px;
}

.spButtonList_btn.menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.spButtonList_btn.menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.spButtonList_btn.menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.spButtonList_btn.menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.load span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
          animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.menu-trigger.load span:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.menu-trigger.load span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
          animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.menu-trigger.load.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
          animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

.menu-trigger.load.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.load.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}

.spNavStoreList li {
  margin-top: 2rem;
  text-align: center;
  background: url(../images/graybg.jpg);
  border-bottom: 2px solid #ccc;
}

.spNavStoreList_img {
  position: relative;
}

.spNavStoreList_img:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  background: #e3007f;
  color: #FFF;
  line-height: 1;
  padding: 1.5rem 2rem;
  font-size: 2rem;
}

.spNavStoreList_title {
  font-size: 2.2rem;
}

.storeArea {
  padding-bottom: 5rem;
  padding-top: 3rem;
  background: rgba(183, 0, 109, 0.1);
}

.storeList {
  margin-top: 2rem;
  border-radius: 5px;
  background: #FFF;
}

.storeList_title {
  border-radius: 5px 5px 0 0;
  padding-top: 1.3rem;
  min-height: 5.5rem;
  line-height: 1.1;
  text-align: center;
  color: #FFF;
  background: #e3007f;
}

.storeList_tel {
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem;
  display: block;
  font-weight: bold;
}

.storeList_tel .fa-phone {
  color: #e3007f;
}

@media (max-width: 575px) {
  .storeList_tel {
    font-size: 1.6rem;
  }
}

.bannerSlider {
  margin-right: -15px;
  margin-left: -15px;
}

.bannerSlider a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .bannerSlider {
    margin-right: -7px;
    margin-left: -8px;
  }
  .bannerSlider a {
    margin-left: 7px;
    margin-right: 8px;
  }
}

.footerBanner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../images/graybg.jpg);
}

.footerNav > li {
  margin-top: 1rem;
}

.footerNav > li > a {
  position: relative;
  font-weight: bold;
  padding-left: 1.3rem;
}

.footerNav > li > a:before {
  position: absolute;
  left: 0;
  color: #e3007f;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
}

.footerNav > li > a[target="_blank"]:after {
  color: #e3007f;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f35d";
  margin-left: 10px;
}

.footerNav > li ul {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}

.copryArea {
  padding: 4rem 0;
}

.copyRight {
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #b3b3b3;
}

.pageTop {
  display: none;
  font-size: 2.2rem;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 4;
  background: #e3007f;
  line-height: 1;
  text-align: center;
}

.pageTop i {
  color: #FFF !important;
}

.pageHeader {
  background-color: rgba(227, 0, 127, 0.08);
  padding-bottom: 2rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pageHeader.short {
  padding-bottom: 1rem;
}

.pageHeader.short .pageTitle {
  margin-top: 4rem;
  margin-bottom: 0rem;
}

@media (max-width: 575px) {
  .pageHeader.short .pageTitle {
    font-size: 2.8rem;
  }
}

.pageHeader.short .beadclumbs {
  margin-top: 1rem;
}

.pageTitle {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10rem;
  margin-bottom: 7rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.4rem;
  padding: 0.8rem 0;
  color: #FFF;
  display: table;
  border-top: 3px solid #e3007f;
  border-bottom: 3px solid #e3007f;
}

.pageTitle.black {
  color: #000;
}

.beadclumbs {
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.4;
}

.beadclumbs li {
  display: inline-block;
}

.beadclumbs li + li:before {
  margin-right: 5px;
  content: ">";
}

.beadclumbs a {
  text-decoration: underline;
}

.beadclumbs a:link, .beadclumbs a:visited, .beadclumbs a:hover, .beadclumbs a:active {
  color: #FFF;
}

.beadclumbs.black {
  color: #000;
}

.beadclumbs.black a {
  color: #000;
}

.beadclumbs.black a:hover {
  color: #e3007f;
}

.childMenuLink {
  margin-top: 3rem;
  width: 100%;
  margin-left: -5px;
}

.childMenuLink li a {
  border-left: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  text-decoration: none;
  padding: 2rem 0.5rem;
  text-align: center;
  display: block;
  background: #f2f2f2;
}

.childMenuLink li a:before {
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  color: #e3007f;
}

.childMenuLink li a:hover, .childMenuLink li a.current {
  background: #e3007f;
  color: #FFF;
}

.childMenuLink li a:hover:before, .childMenuLink li a.current:before {
  color: #FFF;
}

.catLink {
  margin-top: 0;
}

.catLink li {
  margin-top: 2rem;
}

.catLink a {
  text-decoration: none;
  padding: 1.5rem;
  line-height: 1.2;
  text-align: center;
  display: block;
  border: 1px solid #e3007f;
  background: #e3007f;
  border-radius: 5px;
  color: #FFF;
}

.catLink a:link, .catLink a:visited, .catLink a:hover, .catLink a:active {
  color: #FFF;
}

.catLink a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  margin-right: 5px;
}

.catLink a:hover {
  color: #e3007f;
  background: #FFF;
}

.ankerLink {
  margin-top: 3rem;
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(227, 0, 127, 0.05);
}

.ankerLink li {
  display: inline-block;
}

.ankerLink li a {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.5rem;
}

.ankerLink li a:before {
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f107";
  color: #e3007f;
}

.entryContent {
  margin-bottom: 7rem;
  padding-top: 3rem;
}

.contactArea {
  margin-top: 5rem;
  padding: 2rem;
  background: url(../images/graybg.jpg);
}

.footerContact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
}

@media (min-width: 1000px) {
  .footerContact .btn-primary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.headline1 {
  overflow: hidden;
  margin-top: 6rem;
  line-height: 1.4;
  text-align: center;
  color: #e3007f;
  font-size: 3.2rem;
}

.headline1 .en {
  letter-spacing: 2px;
  font-size: 1.2rem;
  color: #000;
  display: block;
}

.headline2, .box-gray_headline {
  overflow: hidden;
  font-size: 2.2rem;
  border-bottom: 2px solid #e3007f;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  padding-bottom: 1rem;
}

.headline3 {
  margin-top: 4rem;
  background: rgba(227, 0, 127, 0.06);
  border-left: 3px solid #e3007f;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  padding: 1rem 1.5rem;
}

.headline3 .number {
  position: absolute;
  font-weight: normal;
  font-size: 85%;
  background: #e3007f;
  color: #FFF;
  left: 0;
  line-height: 1;
  margin-right: 5px;
  padding: 0.6rem 0.8rem;
}

.headline4 {
  font-size: 1.8rem;
  background: url(../images/headline4icon.svg) no-repeat left 0.4em;
  padding-left: 25px;
  margin-top: 3rem;
}

.headline5 {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e3007f;
  font-weight: bold;
}

.lead {
  font-size: 2rem;
  line-height: 2.3;
}

.lead span {
  padding-bottom: 0.9rem;
  border-bottom: 1px dotted #e3007f;
}

.highlight1 {
  color: #e3007f;
}

.highlight2 {
  background: rgba(227, 0, 127, 0.2);
}

.highlight3 {
  color: #FFF100;
}

.caption {
  margin-top: 0.5rem;
  font-size: 85%;
}

@media (min-width: 1000px) {
  .keyVisualSlider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .keyVisualSlider .slick-slide img {
    width: 100%;
    height: auto;
  }
  .keyVisualSlider .slick-dots {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}

.iconMenu {
  margin-top: 2rem;
  border-radius: 5px;
  display: table;
  background: url(../images/graybg.jpg);
  display: block;
  font-weight: bold;
  white-space: nowrap;
}

.iconMenu > * {
  vertical-align: middle;
  padding: 1rem 0.5rem;
  display: table-cell;
}

.iconMenu img {
  vertical-align: top;
}

.iconMenu_icon {
  border-radius: 5px 0 0 5px;
  background: #e3007f;
}

.eventInfo {
  margin-top: 2rem;
}

.eventInfo_title {
  text-align: center;
  font-size: 1.8rem;
}

.eventInfo_inner {
  border-bottom: 1px solid #CCC;
  background: url(../images/graybg.jpg);
}

.eventInfo_address {
  margin-top: 0;
  position: relative;
  padding-left: 2.5rem;
}

.eventInfo_address:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f015";
  color: #e3007f;
}

.estateList {
  margin-top: 2rem;
  border-top: 1px solid #e3007f;
  border-left: 1px solid #e3007f;
}

.estateList > *:nth-child(even) .estateArea_content {
  background: #FFF;
  margin-left: -100%;
  margin-top: 1px;
}

.estateList > *:nth-child(odd) .estateArea_content {
  background: #FFF;
  margin-right: -100%;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .estateList.top {
    border: none;
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .estateList.top .estateArea_content {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

.estateArea {
  background: #FFF;
}

.estateArea ul {
  margin-top: 0;
}

@media (min-width: 768px) {
  .estateArea.top {
    margin-top: 4rem;
  }
}

.estateArea.open .estateArea_content {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e3007f;
  display: block;
}

.estateArea.open .estateArea_title {
  border-bottom: none;
}

@media (max-width: 767px) {
  .estateArea.open .estateArea_title:after {
    content: "\f146";
  }
}

.estateArea_content {
  display: none;
  border-right: 1px solid #e3007f;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .estateArea_content.top {
    display: block;
    border-right: none;
    padding: 0 3rem 3rem;
  }
}

.estateArea_title {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 14% 1rem 5%;
  border-bottom: 1px solid #e3007f;
  border-right: 1px solid #e3007f;
}

.estateArea_title:after {
  position: absolute;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #e3007f;
  content: "\f0fe";
  margin-left: 5px;
}

@media (min-width: 768px) {
  .estateArea_title.top {
    font-size: 2.2rem;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    padding: 0;
    top: -2rem;
  }
  .estateArea_title.top:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
    background: #e3007f;
    display: block;
    content: "";
    height: 1px;
  }
  .estateArea_title.top:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    background: #e3007f;
    display: block;
    content: "";
    height: 1px;
  }
}

.estateKind {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 5px;
  text-align: center;
  display: block;
  background: #ca0071;
  line-height: 1.3;
  font-weight: bold;
}

.estateKind:link, .estateKind:visited, .estateKind:hover, .estateKind:active {
  color: #FFF;
}

.estateKind_icon {
  border-radius: 5px 5px 0 0;
  padding: 1.5rem 0;
  height: 6.5rem;
  background: #e3007f;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.estateKind_title {
  height: 6rem;
  display: block;
}

@media (max-width: 575px) {
  .estateKind_title {
    font-size: 1.3rem;
    height: 5rem;
  }
}

.estateKind:hover {
  background: #b00062;
}

.estateKind:hover .estateKind_icon {
  background: #ca0071;
}

.bannerMenu {
  border-radius: 5px;
  position: relative;
  line-height: 1.3;
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  font-weight: 700;
  list-style: 1.4;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 3.6rem;
  background: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 238px;
}

@media (max-width: 767px) {
.bannerMenu {
  height: 150px;
}
}

.bannerMenu:link, .bannerMenu:visited, .bannerMenu:hover, .bannerMenu:active {
  color: #FFF;
}

.bannerMenu small {
  display: block;
  font-size: 1.6rem;
}

.bannerMenu:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.bannerMenu2 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  height: 150px;
  line-height: 1.3;
  display: block;
  text-align: center;
  border-radius: 5px;
  background: url(../images/sb_bg4.svg) #e3007f no-repeat center bottom;
  background-size: 100% auto;
  font-weight: bold;
  font-size: 2.6rem;
}

.bannerMenu2:link, .bannerMenu2:visited, .bannerMenu2:hover, .bannerMenu2:active {
  color: #FFF;
}

.bannerMenu2:after {
  color: #e3007f;
  background: #FFF;
  border: 2px solid #e3007f;
  line-height: 1;
  right: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
}

.bannerMenu2:hover {
  background: url(../images/sb_bg4.svg) #ca0071 no-repeat center bottom;
}

.houseSlider {
  margin-top: 2rem;
}

.houseSlider li {
  margin-right: 15px;
  margin-left: 15px;
}

.houseSlider li a {
  text-decoration: none;
}

.modelHouse_img {
  border-radius: 50%;
}

.modelHouse_title {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  text-align: center;
}

.modelHouse_txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 0;
}

.newsWrap {
  height: 300px;
  overflow-y: scroll;
}

.newsList {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.newsList + .newsList {
  border-top: 1px solid #e6e6e6;
}

.newsList_date {
  color: #999;
}

.newsIcon {
  display: inline-block;
  width: 78px;
  text-align: center;
  border-radius: 1000px;
  line-height: 1;
  background: #CCC;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  font-style: normal;
  margin: 0 10px;
}

.newsIcon.estate {
  background: #fbb03b;
}

.newsIcon.update {
  background: #22b573;
}

.newsIcon.news {
  background: #4dc2d3;
}

.bigCheck {
  height: 20px;
  width: 20px;
  display: inline-block;
}

/* =========================================================
parts
========================================================= */
.headline-centerborder {
  margin-top: 3rem;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

.headline-centerborder:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 2px dotted #e3007f;
}

.headline-centerborder span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 2rem;
  background: #FFF;
}

.headline-home {
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.3;
  margin-top: 5rem;
  color: #e3007f;
  text-align: center;
}

.headline-home small {
  font-weight: normal;
  display: block;
  color: #000;
  font-size: 1.4rem;
}

.btn, .btn-border, .btn-primaryborder, .btn-primary, .btn-accent, .btn-gray {
  font-size: 100%;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  padding: 0.8rem 3rem;
  text-align: center;
  text-decoration: none;
}

.btn .fa, .btn-border .fa, .btn-primaryborder .fa, .btn-primary .fa, .btn-accent .fa, .btn-gray .fa, .btn .fas, .btn-border .fas, .btn-primaryborder .fas, .btn-primary .fas, .btn-accent .fas, .btn-gray .fas {
  color: #e3007f;
}

.btn-border {
  background: #FFF;
  border: 1px solid #e6e6e6;
}

.btn-primaryborder {
  background: #FFF;
  border: 1px solid #e3007f;
}

.btn-primary {
  font-weight: bold;
  background: #e3007f;
  color: #FFF;
  border: 1px solid #e3007f;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
  color: #FFF;
}

.btn-primary .fa, .btn-primary .fas {
  color: #FFF;
}

.btn-primary:hover {
  background: #ca0071;
}

.btn-accent {
  background: #D2AA78;
  color: #FFF;
}

.btn-accent:link, .btn-accent:visited, .btn-accent:hover, .btn-accent:active {
  color: #FFF;
}

.btn-accent .fa, .btn-accent .fas {
  color: #FFF;
}

.btn-accent:hover {
  background: #c59252;
}

.btn-gray {
  background: #909297;
}

.btn-gray:link, .btn-gray:visited, .btn-gray:hover, .btn-gray:active {
  color: #FFF;
}

.btn-gray .fa, .btn-gray .fas {
  color: #FFF;
}

.btn-gray:hover {
  background: #76787e;
}

.btn.fontPrimary, .fontPrimary.btn-border, .fontPrimary.btn-primaryborder, .fontPrimary.btn-primary, .fontPrimary.btn-accent, .fontPrimary.btn-gray {
  color: #e3007f;
}

.btn.fontPrimary:link, .fontPrimary.btn-border:link, .fontPrimary.btn-primaryborder:link, .fontPrimary.btn-primary:link, .fontPrimary.btn-accent:link, .fontPrimary.btn-gray:link, .btn.fontPrimary:visiter, .fontPrimary.btn-border:visiter, .fontPrimary.btn-primaryborder:visiter, .fontPrimary.btn-primary:visiter, .fontPrimary.btn-accent:visiter, .fontPrimary.btn-gray:visiter {
  color: #e3007f;
}

.btn.fontPrimary:hover, .fontPrimary.btn-border:hover, .fontPrimary.btn-primaryborder:hover, .fontPrimary.btn-primary:hover, .fontPrimary.btn-accent:hover, .fontPrimary.btn-gray:hover, .btn.fontPrimary:active, .fontPrimary.btn-border:active, .fontPrimary.btn-primaryborder:active, .fontPrimary.btn-primary:active, .fontPrimary.btn-accent:active, .fontPrimary.btn-gray:active {
  color: #000;
}

.btn.radius, .radius.btn-border, .radius.btn-primaryborder, .radius.btn-primary, .radius.btn-accent, .radius.btn-gray {
  border-radius: 1000px;
}

.btn-large {
  font-size: 1.8rem;
  padding-right: 7rem;
  padding-left: 7rem;
}

.btn.heightLarge, .heightLarge.btn-border, .heightLarge.btn-primaryborder, .heightLarge.btn-primary, .heightLarge.btn-accent, .heightLarge.btn-gray {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.textLink {
  position: relative;
  padding-left: 14px;
  text-decoration: underline;
}

.textLink:before {
  position: absolute;
  left: 0;
  color: #e3007f;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
}

.ulList li {
  padding-left: 15px;
  position: relative;
}

.ulList li:before {
  font-size: 85%;
  left: 0;
  position: absolute;
  content: "●";
  color: #e3007f;
}

.ulList li ul {
  margin-top: 0;
}

.ulList li ul li:before {
  content: "○";
}

.olList {
  counter-reset: li;
}

.olList li {
  margin-top: 0.3rem;
  position: relative;
  padding-left: 33px;
}

.olList li:before {
  background: #e3007f;
  color: #FFF;
  left: 0;
  font-size: 85%;
  width: 23px;
  text-align: center;
  border: 1px solid #e3007f;
  content: counter(li);
  counter-increment: li;
  position: absolute;
}

.olList li ol {
  margin-top: 0.5rem;
  counter-reset: li;
}

.olList li ol > li:before {
  background: transparent;
  border: 1px solid #e3007f;
  color: #e3007f;
}

.table-row {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.table-row tr > * + * {
  padding-left: 2rem;
}

.table-row th, .table-row td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e6e6e6;
}

.table-row th {
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .table-row th, .table-row td {
    white-space: normal;
    padding-left: 0;
    display: block;
  }
}

.table-rowcol {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.table-rowcol tr > * + * {
  border-left: 1px solid #e6e6e6;
}

.table-rowcol th, .table-rowcol td {
  padding: 1.5rem;
  border-top: 1px solid #e6e6e6;
}

.table-rowcol th {
  white-space: nowrap;
  background: #f8f8f8;
  text-align: left;
}

.table-rowcol thead th {
  white-space: normal;
  background: #e3007f;
  color: #FFF;
  text-align: center;
}

.table-responsive:after {
  content: "※この表は指で横にスクロールできます";
  color: #999999;
  font-size: 85%;
  text-align: right;
  margin-top: 1rem;
  display: block;
}

.table-primary {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.table-primary th, .table-primary td {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

.table-primary th {
  text-align: left;
  background: rgba(227, 0, 127, 0.05);
}

.bg-gray {
  overflow: hidden;
  background: url(../images/graybg.jpg);
}

.centerOb {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .spFullWidth {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.img-border {
  border: 1px solid #CCC;
}

.img-radius {
  border-radius: 5px;
}

.box, .box-gray {
  padding: 4rem;
  margin-top: 3rem;
}

.box > *, .box-gray > * {
  margin-top: 0;
}

@media (max-width: 575px) {
  .box, .box-gray {
    padding: 2rem;
  }
}

.box-gray {
  background: url(../images/graybg.jpg);
}

.box-gray_headline {
  margin-top: 0;
}

.box-border {
  border: 1px solid #e3007f;
}

.box-border_headline {
  background: rgba(227, 0, 127, 0.06);
  color: #e3007f;
  text-align: center;
  font-size: 2.2rem;
  margin-top: -4rem;
  margin-left: -4rem;
  margin-right: -4rem;
  padding: 1.5rem 1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .box-border_headline {
    margin-top: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.box-qa {
  border: 1px solid #e6e6e6;
}

.box-qa_headline {
  background: rgba(227, 0, 127, 0.06);
  margin-top: -4rem;
  margin-left: -4rem;
  margin-right: -4rem;
  padding: 2rem 2rem 2rem 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.box-qa_headline .inner {
  padding-left: 20px;
  position: relative;
  display: block;
}

.box-qa_headline .inner:before {
  position: absolute;
  left: -1rem;
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  content: "Q.";
  color: #e3007f;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 575px) {
  .box-qa_headline {
    padding-left: 2rem;
    margin-top: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.box-qa_headline .point {
  font-size: 2.2rem;
  padding-right: 5px;
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  color: #e3007f;
}

@media (max-width: 575px) {
  .box-qa_headline .point {
    text-align: center;
    display: block;
  }
}

.box-qa_anser {
  padding-left: 20px;
  position: relative;
}

.box-qa_anser:before {
  position: absolute;
  left: -1rem;
  line-height: 1.5;
  color: #e3007f;
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  content: "A.";
  font-size: 2rem;
  font-weight: 700;
}

.box-step {
  position: relative;
  border: 1px dotted #e3007f;
  padding: 0 4rem 4rem 4rem;
  margin-top: 5rem;
}

@media (max-width: 575px) {
  .box-step {
    padding: 0 2rem 2rem;
  }
}

.box-step_headline {
  line-height: 1.3;
  font-size: 2rem;
  margin-top: -5rem;
  display: inline-block;
  background: #FFF;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 999px) {
  .box-step_headline {
    margin-top: -2rem;
  }
}

.box-step .en {
  padding-right: 8px;
  color: #e3007f;
  font-family: "ubuntu", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Verdana, "メイリオ", "游ゴシック", Meiryo, sans-serif;
  font-size: 3.4rem;
}

.box-step + .box-step {
  position: relative;
}

.box-step + .box-step:before {
  font-size: 3.4rem;
  position: absolute;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f107";
  color: #e3007f;
  top: -4.5rem;
  left: 50%;
}

@media (min-width: 1000px) {
  .overbox {
    width: 50vw;
  }
  .overbox.left {
    margin-left: calc(-50vw + 100%);
  }
}

.catIcon {
  vertical-align: middle;
  display: inline-block;
  background: #D2AA78;
  color: #FFF;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  font-style: normal;
  font-size: 1.8rem;
}

.galleryList {
  margin-top: 3rem;
}

.galleryList a {
  text-decoration: none;
}

.galleryList a:hover img {
  opacity: 0.8;
}

.galleryList_wrap {
  background: #F2F2F2;
  display: block;
}

.galleryList_title {
  padding: 1rem;
  line-height: 1.2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  background: #FFF;
  border-left: 3px solid #e3007f;
}

.galleryList_img {
  margin-top: 0;
}

@media (min-width: 576px) {
  .galleryList_img {
    padding: 13px 13px 0 13px;
  }
}

.galleryList_txt {
  padding: 13px;
}

.galleryList .catIcon {
  margin-right: 5px;
  font-size: 1.1rem;
}

.gallerySlider {
  -ms-touch-action: auto;
      touch-action: auto;
}

.gallerySlider .slick-arrow:before {
  color: #D2AA78;
  font-size: 4rem;
}

.gallerySlider .slick-next {
  right: 5%;
}

.gallerySlider .slick-next:before {
  content: "\f138";
}

.gallerySlider .slick-prev {
  left: 5%;
}

.gallerySlider .slick-prev:before {
  content: "\f137";
}

.gallerySlider .slick-slide {
  opacity: 0.5;
  position: relative;
}

.gallerySlider .slick-slide.slick-current {
  opacity: 1;
}

@media (min-width: 768px) {
  .gallerySlider .slick-slide {
    margin: 0 10px;
  }
}

.gallerySlider .galleryImg {
  display: block;
  position: relative;
}

.gallerySlider .galleryImg_caption {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 0.5rem 1rem;
  margin-top: 0;
}

.gallerySlider .slick-prev, .gallerySlider .slick-next {
  width: 4rem;
  height: 4rem;
}

.gallerySlider .slick-dots {
  width: inherit;
  font-size: 0;
  text-align: center;
  margin-top: 3rem;
  margin-right: -4px;
  margin-left: -4px;
  text-align: left;
}

@media (max-width: 575px) {
  .gallerySlider .slick-dots {
    margin-top: 1rem;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.gallerySlider .slick-dots li {
  font-size: 1.1rem;
  width: 11.11%;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  padding-right: 4px;
  padding-left: 4px;
  height: auto;
}

@media (max-width: 767px) {
  .gallerySlider .slick-dots li {
    width: 20%;
  }
}

.gallerySlider .slick-dots li img {
  margin-right: auto;
  margin-left: auto;
  max-height: 100px;
  display: block;
}

.gallerySlider .slick-dots li.slick-active .slick-dots_wrap:before {
  border: 2px solid #e3007f;
  background: none;
}

.gallerySlider .slick-dots li.slick-active .slick-dots_caption {
  color: #000 !important;
}

.gallerySlider .slick-dots_wrap {
  display: block;
  position: relative;
}

.gallerySlider .slick-dots_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: border-box;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.gallerySlider .slick-dots_caption {
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px;
  color: #FFF;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

@media (max-width: 575px) {
  .house_title {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.modelHouseSlider {
  -ms-touch-action: auto;
      touch-action: auto;
}

.modelHouseSlider .slick-list li {
  background: #F2F2F2;
}

.modelHouseSlider_txt {
  text-align: left;
  padding: 2rem;
}

.modelHouseSlider_txt > * {
  margin-top: 0;
}

.modelHouseSlider .slick-arrow:before {
  color: #D2AA78;
  font-size: 4rem;
}

.modelHouseSlider .slick-next:before {
  content: "\f138";
}

.modelHouseSlider .slick-prev:before {
  content: "\f137";
}

.modelHouseSlider .slick-slide {
  opacity: 0.5;
  position: relative;
}

.modelHouseSlider .slick-slide.slick-current {
  opacity: 1;
}

.modelHouseSlider .slick-prev, .modelHouseSlider .slick-next {
  width: 4rem;
  height: 4rem;
}

.modelHouseSlider .slick-dots {
  width: inherit;
  font-size: 0;
  text-align: center;
  margin-top: 3rem;
  margin-right: -2px;
  margin-left: -2px;
  text-align: left;
}

@media (max-width: 575px) {
  .modelHouseSlider .slick-dots {
    margin-top: 1rem;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.modelHouseSlider .slick-dots li {
  font-size: 1.1rem;
  width: 14.2857%;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  padding-right: 2px;
  padding-left: 2px;
  height: auto;
}

@media (max-width: 767px) {
  .modelHouseSlider .slick-dots li {
    width: 20%;
  }
}

.modelHouseSlider .slick-dots li img {
  margin-right: auto;
  margin-left: auto;
  max-height: 100px;
  display: block;
}

.modelHouseSlider .slick-dots li.slick-active .slick-dots_wrap:before {
  border: 2px solid #e3007f;
  background: none;
}

.modelHouseSlider .slick-dots li.slick-active .slick-dots_caption {
  color: #000 !important;
}

.modelHouseSlider .slick-dots_wrap {
  display: block;
  position: relative;
}

.modelHouseSlider .slick-dots_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: border-box;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.modelHouseList {
  margin-top: 3rem;
}

.modelHouseList a {
  text-decoration: none;
}

.modelHouseList a:hover img {
  opacity: 0.8;
}

.modelHouseList_wrap {
  background: #F2F2F2;
  display: block;
}

@media (min-width: 576px) {
  .modelHouseList_wrap {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #FFF;
  }
}

.modelHouseList_title {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.modelHouseList_img {
  position: relative;
  margin-top: 0;
}

.modelHouseList_img .visitIcon {
  font-style: normal;
  color: #FFF;
  font-size: 1.2rem;
  background: #e3007f;
  top: 0;
  right: 0;
  padding: 0.3rem 1rem;
  position: absolute;
}

.modelHouseList_txt {
  padding: 0 13px 13px;
}

.estateBox {
  overflow: hidden;
  border: 1px solid #D2D2D2;
}

@media (min-width: 576px) {
  .estateBox {
    margin-top: 2rem;
  }
}

.estateBox_right {
  border-left: 1px solid #D2D2D2;
}

.estateBox_img {
  text-align: center;
  padding: 2rem !important;
}

.estateBox_img figure {
  margin-top: 0;
}

@media (max-width: 575px) {
  .estateBox_img {
    padding: 1rem !important;
  }
  .estateBox_img figcaption {
    display: none;
  }
}

.estateBox_table {
  margin-top: -1px;
  position: relative;
  border-top: 1px solid #D2D2D2;
  word-break: break-word;
  line-height: 1.4;
  width: 100%;
  margin-bottom: -1px;
}

.estateBox_table th {
  text-align: left;
  white-space: nowrap;
}

.estateBox_table tr th + td {
  border-left: 1px solid #D2D2D2;
}

.estateBox_table tr td + th {
  border-left: 1px solid #D2D2D2;
}

.estateBox_table th, .estateBox_table td {
  padding: 1rem;
  border-bottom: 1px solid #D2D2D2;
}

@media (max-width: 575px) {
  .estateBox_table th, .estateBox_table td {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 999px) {
  .estateBox_table.single {
    border-right: 1px solid #D2D2D2;
    margin-bottom: 0;
  }
}

.estateBox_btnarea {
  padding: 0 2rem 2rem;
}

@media (max-width: 999px) {
  .estateBox.single {
    border: none;
  }
  .estateBox.single .estateBox_img {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.free_icon img {
  vertical-align: baseline;
}

.telInfo a {
  font-size: 3.2rem;
}

.telBanner {
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.2;
  padding: 1rem;
  background: #e3007f;
}

.telBanner p {
  margin-top: 0;
}

.telBanner a:link, .telBanner a:visited, .telBanner a:hover, .telBanner a:active {
  color: #FFF;
}

.telBanner a .fa {
  font-size: 7rem;
  color: #FFF;
}

.telBanner a strong {
  font-size: 3rem;
}

.modal .modaltarget {
  display: none;
}

.modal .modaltarget:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.modal .modaltarget:target .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}

.modal .modaltarget:target img {
  -webkit-animation: fadein .3s;
          animation: fadein .3s;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.requireIcon {
  background: #e3007f;
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  margin-left: 5px;
  font-style: normal;
}

.anyIcon {
  background: #909297;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  margin-left: 5px;
  font-style: normal;
}

.contactTable th {
  width: 10%;
  white-space: nowrap;
}

.contactTable select {
  height: 30px;
}

.contactTable textarea {
  height: 100px;
}

.contactTable_intable {
  margin-top: 0;
  width: 100%;
}

.contactTable_intable th, .contactTable_intable td {
  border: none;
  padding: 5px 5px 0 0;
  background: none;
}

@media (max-width: 575px) {
  .contactTable {
    margin-top: 0;
    border: none;
  }
  .contactTable td {
    padding: 1rem 0 0 0;
  }
  .contactTable th, .contactTable td {
    border: none;
    display: block;
  }
  .contactTable th {
    padding: 0;
    background: none;
    display: none;
  }
  .contactTable input[type="text"], .contactTable input[type="email"], .contactTable input[type="tel"], .contactTable input[type="number"], .contactTable textarea, .contactTable select {
    width: 100%;
  }
  .contactTable .required, .contactTable .any {
    position: relative;
  }
  .contactTable .required:before, .contactTable .any:before {
    z-index: 1;
    position: absolute;
    right: 2%;
    top: 1rem;
    display: inline-block;
    background: #e3007f;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem 0.8rem;
  }
  .contactTable .required.ok:before, .contactTable .any.ok:before {
    display: none;
    content: "";
  }
  .contactTable .required:before {
    content: "必須";
  }
  .contactTable .required input, .contactTable .required textarea {
    background: #FFFCE5;
  }
  .contactTable .required .error {
    background: #FEE;
  }
  .contactTable .any:before {
    content: "任意";
    top: 8px;
    background: #909297;
  }
}

.flow {
  padding-top: 4rem;
  background: url(../images/flow_border.svg) repeat-y 7px 0px;
}

.flow .headline4 {
  margin-top: 0;
}

.flow_txt {
  padding-left: 25px;
}

.aisinpoint-headline {
  margin-top: 3rem;
  background: url(../images/pointtitle_bg.svg) no-repeat center bottom;
  background-size: auto 90%;
  line-height: 1.2;
  border-radius: 10px;
  font-size: 3.2rem;
  text-align: center;
  border: 5px solid #FCE5F2;
}

@media (max-width: 575px) {
  .aisinpoint-headline {
    background-position: right bottom;
  }
}

.aisinpoint-headline .inner {
  position: relative;
  display: block;
  border: 5px solid #F9CCE5;
  border-radius: 7px;
  padding: 40px 0.5rem;
}

.aisinpoint-headline .inner2 {
  top: -40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #FFF;
}

.aisinpoint-headline strong {
  font-size: 4.8rem;
  display: block;
  color: #e3007f;
}

.aisinpoint-headline .number {
  color: #D2AA78;
  font-size: 5.6rem;
}

.pointList li {
  margin-top: 2rem;
  text-align: center;
}

.pointList li a {
  border-radius: 4px;
  padding: 2rem 0.5rem;
  line-height: 1.4;
  display: block;
  color: #FFF;
  background: #e3007f;
  text-decoration: none;
}

.pointList li a:link, .pointList li a:visited, .pointList li a:hover, .pointList li a:active {
  color: #FFF;
}

.pointList li a:hover {
  background: #ca0071;
}

.pointList li a .fa, .pointList li a .fas {
  color: #FFF;
}

.pointList li a strong {
  font-size: 3.2rem;
  display: block;
}

@media (max-width: 575px) {
  .pointList li a strong {
    font-size: 2rem;
  }
}

/*野田*/
a.linkNone {
    pointer-events: none;
}
.modal .overlay img {max-height:90vh;
padding: 10px;
background: #FFFFFF;
border:solid 1px #000;}