@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  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;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -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%;
  }
}

html {
  box-sizing: border-box;
}

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

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@keyframes kv {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.6);
  }
}

@keyframes loopBackground {
  from {
    background-position: 0 center;
  }
  to {
    background-position: 200% center;
  }
}

@keyframes blurIn {
  from {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  to {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes shake {
  from,
  to {
    transform: translate(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-20px, 0) rotate(-4deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate(20px, 0) rotate(4deg);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate(0, -30px);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate(0, -15px);
  }
  90% {
    transform: translate(0, -4px);
  }
}

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

@keyframes scaleInY {
  from,
  to {
    transform-origin: center;
  }
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes scaleInX {
  from,
  to {
    transform-origin: center;
  }
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-20%, 0px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(20%, 0px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate(0px, -20%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translate(0px, 20%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(-5%, 0px);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(5%, 0px);
  }
}

@keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(0px, -5%);
  }
}

@keyframes fadeOutBottom {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(0px, 5%);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-20%, -5%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes scaleInBottom {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: top;
  }
  from {
    transform: scaleY(0) scaleX(1);
  }
  60% {
    transform: scaleY(1.2) scaleX(1.08);
  }
  75% {
    transform: scaleY(0.8) scaleX(0.95);
  }
  90% {
    transform: scaleY(1.04) scaleX(1.02);
  }
  to {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes scaleInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: bottom;
  }
  from {
    transform: scaleY(0) scaleX(1);
  }
  60% {
    transform: scaleY(1.2) scaleX(1.08);
  }
  75% {
    transform: scaleY(0.8) scaleX(0.95);
  }
  90% {
    transform: scaleY(1.04) scaleX(1.02);
  }
  to {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes scaleInRight {
  0% {
    transform: scale(0);
    transform-origin: right;
  }
  100% {
    transform: scale(1);
    transform-origin: left;
  }
}

@keyframes scaleInLeft {
  0% {
    transform: scale(0);
    transform-origin: left center;
  }
  100% {
    transform: scale(1);
    transform-origin: left center;
  }
}

@keyframes scaleInOut {
  0% {
    transform: scale(1);
    transform-origin: center;
  }
  50% {
    transform: scale(1.08);
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes scaleInOutRotate {
  0% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
  50% {
    transform: scale(1.12) rotate(12deg);
    transform-origin: center;
  }
  100% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
    transform-origin: center;
  }
  50% {
    transform: scale(1.08);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes rubberJump {
  0%,
  100% {
    transform-origin: center;
  }
  from {
    margin-top: 0%;
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.08, 0.85, 1);
  }
  40% {
    margin-top: -6%;
    transform: scale3d(0.75, 1.05, 1);
  }
  50% {
    transform: scale3d(1.04, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    margin-top: 0%;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0%,
  100% {
    transform-origin: center;
  }
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes engine {
  0%,
  100% {
    transform-origin: bottom;
  }
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.85, 1);
  }
  40% {
    transform: scale3d(0.85, 1.05, 1);
  }
  50% {
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    transform: scale3d(0.98, 1.05, 1);
  }
  85% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(2%, 0, 0);
  }
  75% {
    transform: translate3d(-1%, 0, 0);
  }
  90% {
    transform: translate3d(0.5%, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInBottom {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -8%, 0);
  }
  75% {
    transform: translate3d(0, 2%, 0);
  }
  90% {
    transform: translate3d(0, -0.5%, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floatUpDown {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20px);
  }
  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInOut {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes twinkle {
  from {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 0.6;
  }
}

@keyframes littleRotate {
  from,
  to {
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes flyInLeft {
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes flyInRight {
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(200px, -200px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes hammer {
  0% {
    transform: rotate(-36deg);
  }
  80% {
    transform: rotate(40deg);
  }
  90% {
    transform: rotate(28deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes star-1 {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 20px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes star-2 {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 40px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes star-3 {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, -25px) rotate(-90deg);
    opacity: 0;
  }
}

@keyframes star-4 {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, 0) rotate(150deg);
    opacity: 0;
  }
}

@keyframes star-5 {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, 25px) rotate(-90deg);
    opacity: 0;
  }
}

@keyframes star-1a {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 20px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes star-2a {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 40px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes star-3a {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, -25px) rotate(-90deg);
    opacity: 0;
  }
}

@keyframes star-4a {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, 0) rotate(150deg);
    opacity: 0;
  }
}

@keyframes star-5a {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, 25px) rotate(-90deg);
    opacity: 0;
  }
}

html {
  box-sizing: border-box;
}

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

/*!
 * hms
 * @description Tasty CSS-animated hms
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hms
 * @link https://github.com/jonsuh/hms
 */
.hm {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  width: 17.34375%;
  height: 100%;
  right: 0px;
  top: 0px;
  margin: 0px 1.5625% 0px 0px;
}

.hm:focus {
  outline-color: transparent !important;
}

.hm:hover {
  opacity: 0.8;
}

.hm-box {
  width: 50%;
  height: 45%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hm-inner {
  display: block;
  top: 40%;
  transform-origin: center center;
  height: 15%;
}

.hm-inner,
.hm-inner::before,
.hm-inner::after {
  width: 100%;
  background-color: #07308c;
  border-radius: 24px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hm-inner::before,
.hm-inner::after {
  content: "";
  display: block;
  height: 100%;
}

.hm-inner::before {
  top: -200%;
}

.hm-inner::after {
  bottom: -200%;
}

/*
 * 3DX
 */
.hm-3dx .hm-box {
  perspective: 80px;
}

.hm-3dx .hm-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dx .hm-inner::before,
.hm-3dx .hm-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dx.active .hm-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hm-3dx.active .hm-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-3dx.active .hm-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hm-3dx-r .hm-box {
  perspective: 80px;
}

.hm-3dx-r .hm-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dx-r .hm-inner::before,
.hm-3dx-r .hm-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dx-r.active .hm-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hm-3dx-r.active .hm-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-3dx-r.active .hm-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hm-3dy .hm-box {
  perspective: 80px;
}

.hm-3dy .hm-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dy .hm-inner::before,
.hm-3dy .hm-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dy.active .hm-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hm-3dy.active .hm-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-3dy.active .hm-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hm-3dy-r .hm-box {
  perspective: 80px;
}

.hm-3dy-r .hm-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dy-r .hm-inner::before,
.hm-3dy-r .hm-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hm-3dy-r.active .hm-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hm-3dy-r.active .hm-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-3dy-r.active .hm-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hm-arrow.active .hm-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hm-arrow.active .hm-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hm-arrow-r.active .hm-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hm-arrow-r.active .hm-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hm-arrowalt .hm-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hm-arrowalt .hm-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hm-arrowalt.active .hm-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hm-arrowalt.active .hm-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hm-arrowalt-r .hm-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hm-arrowalt-r .hm-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hm-arrowalt-r.active .hm-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hm-arrowalt-r.active .hm-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hm-boring .hm-inner,
.hm-boring .hm-inner::before,
.hm-boring .hm-inner::after {
  transition-property: none;
}

.hm-boring.active .hm-inner {
  transform: rotate(45deg);
}

.hm-boring.active .hm-inner::before {
  top: 0;
  opacity: 0;
}

.hm-boring.active .hm-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hm-collapse .hm-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-collapse .hm-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hm-collapse .hm-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-collapse.active .hm-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-collapse.active .hm-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hm-collapse.active .hm-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hm-collapse-r .hm-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-collapse-r .hm-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hm-collapse-r .hm-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-collapse-r.active .hm-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-collapse-r.active .hm-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hm-collapse-r.active .hm-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hm-elastic .hm-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hm-elastic .hm-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hm-elastic .hm-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hm-elastic.active .hm-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

.hm-elastic.active .hm-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hm-elastic.active .hm-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hm-elastic-r .hm-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hm-elastic-r .hm-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hm-elastic-r .hm-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hm-elastic-r.active .hm-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}

.hm-elastic-r.active .hm-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hm-elastic-r.active .hm-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hm-emphatic {
  overflow: hidden;
}

.hm-emphatic .hm-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hm-emphatic .hm-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hm-emphatic .hm-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hm-emphatic.active .hm-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hm-emphatic.active .hm-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hm-emphatic.active .hm-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hm-emphatic-r {
  overflow: hidden;
}

.hm-emphatic-r .hm-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hm-emphatic-r .hm-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hm-emphatic-r .hm-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hm-emphatic-r.active .hm-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hm-emphatic-r.active .hm-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hm-emphatic-r.active .hm-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hm-slider .hm-inner {
  top: 2px;
}

.hm-slider .hm-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hm-slider .hm-inner::after {
  top: 20px;
}

.hm-slider.active .hm-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-slider.active .hm-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hm-slider.active .hm-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hm-slider-r .hm-inner {
  top: 2px;
}

.hm-slider-r .hm-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hm-slider-r .hm-inner::after {
  top: 20px;
}

.hm-slider-r.active .hm-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hm-slider-r.active .hm-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hm-slider-r.active .hm-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hm-spring .hm-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}

.hm-spring .hm-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spring .hm-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spring.active .hm-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}

.hm-spring.active .hm-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hm-spring.active .hm-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hm-spring-r .hm-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spring-r .hm-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hm-spring-r .hm-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spring-r.active .hm-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-spring-r.active .hm-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hm-spring-r.active .hm-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hm-stand .hm-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hm-stand .hm-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-stand .hm-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-stand.active .hm-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hm-stand.active .hm-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-stand.active .hm-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hm-stand-r .hm-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hm-stand-r .hm-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-stand-r .hm-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-stand-r.active .hm-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hm-stand-r.active .hm-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-stand-r.active .hm-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hm-spin .hm-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spin .hm-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hm-spin .hm-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spin.active .hm-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-spin.active .hm-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hm-spin.active .hm-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hm-spin-r .hm-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spin-r .hm-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hm-spin-r .hm-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-spin-r.active .hm-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-spin-r.active .hm-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hm-spin-r.active .hm-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hm-squeeze .hm-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-squeeze .hm-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hm-squeeze .hm-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hm-squeeze.active .hm-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-squeeze.active .hm-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hm-squeeze.active .hm-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hm-vortex .hm-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hm-vortex .hm-inner::before,
.hm-vortex .hm-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hm-vortex .hm-inner::before {
  transition-property: top, opacity;
}

.hm-vortex .hm-inner::after {
  transition-property: bottom, transform;
}

.hm-vortex.active .hm-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hm-vortex.active .hm-inner::before,
.hm-vortex.active .hm-inner::after {
  transition-delay: 0s;
}

.hm-vortex.active .hm-inner::before {
  top: 0;
  opacity: 0;
}

.hm-vortex.active .hm-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hm-vortex-r .hm-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hm-vortex-r .hm-inner::before,
.hm-vortex-r .hm-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hm-vortex-r .hm-inner::before {
  transition-property: top, opacity;
}

.hm-vortex-r .hm-inner::after {
  transition-property: bottom, transform;
}

.hm-vortex-r.active .hm-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hm-vortex-r.active .hm-inner::before,
.hm-vortex-r.active .hm-inner::after {
  transition-delay: 0s;
}

.hm-vortex-r.active .hm-inner::before {
  top: 0;
  opacity: 0;
}

.hm-vortex-r.active .hm-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

html {
  box-sizing: border-box;
}

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

html {
  box-sizing: border-box;
}

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

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  white-space: nowrap;
  z-index: 996;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 4px 3px rgba(170, 170, 170, 0.19);
  transition: 0.3s ease all;
}

.navbar.affix .side-menu {
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .navbar.affix .side-menu {
    position: relative;
  }
}

.navbar.affix .logo-bloc {
  width: 60px;
  padding: 5px 10px;
  transition: 0.3s ease all;
}

.navbar.affix .nav h2 {
  margin-top: 6px;
}

.navbar.affix .nav .logo-col {
  width: 10%;
}

.navbar.affix .nav .logo-col .logo {
  display: none;
}

.navbar.affix .nav .logo-col .affix-logo {
  display: block;
}

.navbar.affix .nav .icon {
  width: 0;
  margin-bottom: 0em;
}

.navbar li img {
  width: 100%;
}

.navbar li a,
.navbar li h1,
.navbar li h2,
.navbar li img {
  display: block;
  margin: 0;
  padding: 0;
}

.navbar li a {
  color: #07308c;
}

.navbar .side-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .navbar .side-menu {
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .side-menu {
    display: none;
  }
}

.navbar .side-menu > a {
  display: inline-block;
  position: relative;
  padding: 0.2em 0.4em;
  color: white;
  transition: 0.3s ease all;
}

.navbar .side-menu > a:last-child:before {
  transform: translate(6%, 0) skewX(0deg);
}

.navbar .side-menu > a:hover:after, .navbar .side-menu > a:hover:before {
  background-color: #1b82ad;
}

.navbar .side-menu > a:hover > span {
  width: 100%;
  font-size: 1em;
}

.navbar .side-menu > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #7fd8b8;
  border-radius: 4px;
  transform: skewX(20deg);
  z-index: -1;
  border: 1px solid transparent;
  transition: 0.3s ease all;
}

.navbar .side-menu > a > span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  width: 0%;
  height: 1em;
  text-align: left;
  overflow: hidden;
  font-size: 0;
  transform-origin: left;
  transition: 0.3s ease width;
  font-family: "微軟正黑體", 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'sans-serif' !important;
}

.navbar .side-menu > a > .icon {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}

.navbar .nav-head {
  display: none;
  width: 100%;
  height: 64px;
  position: relative;
  z-index: 2;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .navbar .nav-head {
    display: block;
  }
}

.navbar .nav-head .logo {
  position: absolute;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar .nav-head .hm {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
}

.navbar .nav {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  z-index: 1;
  text-align: center;
  transition: 0.3s ease all;
}

@media screen and (max-width: 1024px) {
  .navbar .nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 76px;
    overflow-y: auto;
    background-color: white;
    transform: translate(100%, 0);
  }
  .navbar .nav.active {
    box-shadow: -2px 3px 16px #aaa;
    transform: translate(0%, 0);
  }
}

.navbar .nav .bar {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.5em;
  background-color: #43a884;
  box-shadow: 1px 4px 3px rgba(170, 170, 170, 0.19);
  transition: 0.3s ease all;
  transform: scaleY(0);
}

.navbar .nav .bar.active {
  visibility: visible;
  transform: scaleY(1);
}

@media screen and (max-width: 1024px) {
  .navbar .nav .bar {
    display: none;
  }
}

.navbar .nav > li {
  width: 10.375%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-size: 1em;
  padding: 0px 0;
  cursor: pointer;
  font-weight: 400;
}

.navbar .nav > li:first-child {
  margin-left: 10.375%;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li {
    width: 100%;
    display: block;
    font-size: 1.4em;
  }
  .navbar .nav > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #aaa;
  }
  .navbar .nav > li.active > h2:after {
    transform: rotate(180deg);
  }
}

.navbar .nav > li .icon {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-bottom: 8%;
  transform: translate(0, 30%);
  transition: 0.3s ease all;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li .icon {
    display: none;
  }
}

.navbar .nav > li .sub {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}

.navbar .nav > li .sub > a {
  text-align: center;
  display: inline-block;
}

.navbar .nav > li .sub > a:first-child {
  width: 100%;
}

.navbar .nav > li:hover > h2, .navbar .nav > li.active > h2 {
  color: #43a884;
}

.navbar .nav > li > h2 {
  display: block;
  color: #07308c;
  line-height: 1.2em;
  margin-bottom: 6px;
  transition: 0.3s ease all;
}

.navbar .nav > li > h2:after {
  content: '';
  width: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 0.3s ease all;
  transform-origin: center;
  background: url("../img/icon_com01.png") center/contain no-repeat;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li > h2 {
    font-size: 1em;
    padding: 2% 0 4% 0;
  }
}

.navbar .nav > li > h2 > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.navbar .nav > li > h2:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav > li > h2 > ul {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  bottom: 0;
  transition: 0.3s ease all;
  transform: translate(0, 100%);
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li > h2 > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 6px;
    margin-top: 12px;
    display: none;
    height: auto;
    transition: 0s ease all;
    transform: translate(0, 0%);
  }
}

.navbar .nav > li > h2 > ul > a {
  display: inline-block;
  margin-right: 8px;
  color: white;
  position: relative;
  font-size: 0.9em;
  margin-right: 0;
  text-align: center;
  padding: 0 15%;
  overflow: hidden;
  height: 100%;
  transition: 0.3s ease all;
}

.navbar .nav > li > h2 > ul > a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li > h2 > ul > a {
    display: block;
    width: 100%;
    color: #07308c;
  }
}

.navbar .nav > li > h2 > ul > a:hover {
  background-color: #78b7a0;
}

.navbar .nav > li > h2 > ul > a:last-child:after {
  display: none;
}

.navbar .nav > li > h2 > ul > a:after {
  content: '';
  position: absolute;
  height: 60%;
  width: 1px;
  right: 0;
  top: 20%;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li > h2 > ul > a:after {
    display: none;
  }
}

.navbar .nav > li.logo-col {
  width: 17%;
  transform-origin: center;
  transition: 0.3s ease all;
}

.navbar .nav > li.logo-col img {
  width: 100%;
}

.navbar .nav > li.logo-col .affix-logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li.logo-col {
    display: none;
  }
}

.navbar .nav > li.show-m {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navbar .nav > li.show-m {
    display: block;
  }
}

.navbar .logo-bloc {
  position: absolute;
  width: 120px;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.3s ease all;
}

@media screen and (max-width: 1024px) {
  .navbar .logo-bloc {
    width: 75px;
    padding: 10px;
  }
}

.footer {
  background-color: #07308c;
}

.footer > .scrollTop {
  display: block;
  background: url(../img/icon_up.png) #b4b4b6 center/auto 40% no-repeat;
  width: 100%;
  height: 32px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.footer > .scrollTop:hover {
  opacity: 0.8;
  transform: scale(1.06);
}

.footer > .wrapper {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
}

.footer > .wrapper > .logo {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  padding-right: 15px;
}

@media screen and (max-width: 1024px) {
  .footer > .wrapper > .logo {
    display: none;
  }
}

.footer > .wrapper > .logo-m {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer > .wrapper > .logo-m {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 48px;
  }
}

.footer > .wrapper > p {
  text-align: left;
  color: white !important;
  font-size: 85%;
  line-height: 1.8em;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .footer > .wrapper > p {
    text-align: center;
  }
}

.footer > .bottom {
  display: block;
  background-color: white;
  text-align: center;
  font-size: 0.8em;
  padding: 12px 0;
  color: #3db7e4;
  white-space: nowrap;
}

html {
  box-sizing: border-box;
}

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

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 64px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  transform: translate(0, -50%);
}

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

.swiper-button-prev {
  background: url("../img/prev.png") center/100% no-repeat;
  background: url("../img/prev.png") center/100% no-repeat;
  left: 0;
}

.swiper-button-next {
  background: url("../img/next.png") center/100% no-repeat;
  background: url("../img/next.png") center/100% no-repeat;
  right: 0;
}

/* Pagination Styles */
.swiper-control {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: auto;
  z-index: 2;
  padding: 0 5%;
  transform: translate(-50%, 0);
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
  height: 24px;
  width: 24px;
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next,
.swiper-control .swiper-pagination {
  margin-top: 0;
  left: 0;
  top: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.swiper-control .swiper-pagination {
  margin: 0 24px;
}

.swiper-pagination {
  margin: 24px auto;
  text-align: center;
  transition: 0.3s ease all;
  transform: translate(0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 1em;
  border-radius: 100%;
  border: 2px solid white;
  background-color: transparent;
  transition: 0.3s ease all;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: transparent;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

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

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

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

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

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

html {
  box-sizing: border-box;
}

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

.sub-title {
  font-size: 1.2em;
}

body {
  line-height: 1.5;
  font-size: 16px;
  color: #707070;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
}

* {
  font-family: "微軟正黑體", 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'sans-serif' !important;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .d {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .m {
    display: none !important;
  }
}

.step-item {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .step-item {
    width: 100%;
  }
}

br {
  font-family: "微軟正黑體", 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'sans-serif' !important;
}

.icon-right {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../img/icon_05a.png") center/contain no-repeat;
}

a {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}

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

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

.map {
  width: 100%;
  display: block;
  height: 450px;
}

@media screen and (max-width: 1024px) {
  .map {
    height: 280px;
  }
}

ol {
  list-style: none;
}

ol > li {
  position: relative;
  margin-bottom: 18px;
  line-height: 1.5em;
  padding-left: 1.5em;
  white-space: pre-line;
}

ol > li:before {
  content: '>';
  left: 0;
  position: absolute;
  color: transparent;
  background: url("../img/icon_05a.png") center/contain no-repeat;
}

.chart-container {
  display: block;
  overflow-x: auto;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.chart-container .chart {
  display: block;
  width: 960px;
  margin: 6% auto;
}

@media screen and (max-width: 1024px) {
  .chart-container .chart {
    display: none !important;
  }
}

.orange-header {
  background-color: #f3b657;
  padding: 12px;
  color: white;
  margin: 6% auto;
  display: block;
  font-size: 1.2em;
  text-align: center;
}

.container {
  max-width: 100%;
  padding: 0;
}

.container > .cover {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.container > .cover > img {
  width: 100%;
}

.container > .cover > .title {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.6em;
  text-align: left;
  padding: 24px;
  border-radius: 6px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .container > .cover > .title {
    padding: 4%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.container > .cover > .title > span {
  margin-top: 6%;
  display: block;
  font-size: 0.6em;
  white-space: nowrap;
}

.container > .content {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 12px;
}

.container > .content span {
  color: #f3b657;
}

.container > .content > .header {
  background-color: #98c2d8;
  padding: 6% 12%;
  color: white;
  line-height: 2em;
  margin-bottom: 6%;
}

.container > .content > .tabs {
  display: block;
  text-align: center;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%, rgba(40, 75, 155, 0.8) 25%, #284b9b 50%, rgba(40, 75, 155, 0.8) 75%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .container > .content > .tabs {
    background-color: #32539f;
  }
}

.container > .content > .tabs:before {
  content: '';
}

.container > .content > .tabs > a {
  display: inline-block;
  margin-right: 6%;
  color: white;
  padding: 18px 0;
  position: relative;
  transition: 0.3s ease all;
}

.container > .content > .tabs > a:hover, .container > .content > .tabs > a.active {
  color: #f3b657;
  font-weight: 400;
}

.container > .content > .tabs > a:last-child {
  margin-right: 0%;
}

.container > .content > .tabs > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #f3b657;
  transition: 0.3s ease all;
  transform: translate(-50%, 0);
}

.container > .content > .title {
  text-align: center;
  color: #f3b657;
  font-size: 2em;
  margin: 6% 0;
  font-weight: 400;
}

.container > .content > .title.title-small {
  font-size: 2em;
  line-height: 1.2em;
}

.container > .content > .title.title-small > span {
  margin-top: 6px;
  font-size: 0.6em;
}

.container > .content > .title.blue {
  color: #07308c;
}

.container > .content > .title > p {
  color: #565656;
  display: block;
  font-size: 0.6em;
  margin-top: 12px;
  text-align: left;
  line-height: 1.5;
  font-weight: bolder;
}

.container > .content > .title > span {
  display: block;
  font-size: 0.5em;
  margin-top: 12px;
}

.container > .content p {
  line-height: 2em;
}

.container > .content p > b {
  font-size: 1.2em;
}

.container > .content p > blue {
  color: #07308c;
}

.container > .content p:first-child > o {
  margin-top: 0;
}

.container > .content p > o {
  /*font-size: 1.2em;*/
  color: #f3b657;
  /*margin: 18px 0;*/
  display: inline-block;
}

.container > .content > .border {
  display: block;
  margin: 4% auto;
  width: 200px;
  border-bottom: 1px solid #f3b657;
}

.container .swiper-kv {
  display: block;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .container .swiper-kv {
    max-height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .container .swiper-kv {
    max-height: 300px;
  }
}

.container .swiper-kv > .swiper-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.container .swiper-kv .scrollTo {
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: 32px;
  z-index: 2;
  transform: translate(-50%, 0);
}

.container .swiper-kv .scrollTo:hover {
  opacity: 0.8;
}

.container .swiper-kv .scrollTo > img {
  width: 100%;
}

.container .swiper-kv .swiper-button-prev {
  left: 2%;
}

.container .swiper-kv .swiper-button-next {
  right: 2%;
}

.container .swiper-kv .swiper-slide.swiper-slide-active .bg, .container .swiper-kv .swiper-slide.swiper-slide-prev .bg {
  animation: kv 24s linear 0s 1;
}

.container .swiper-kv .swiper-slide .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2em;
  text-align: center;
  padding: 24px;
  border-radius: 6px;
  letter-spacing: 3px;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .container .swiper-kv .swiper-slide .title {
    padding: 4%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.container .swiper-kv .swiper-slide .bg {
  background: url("../img/sa01.jpg") top/cover no-repeat;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 362px;
}

.container .swiper-kv .swiper-slide .bg > img {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container .swiper-kv .swiper-slide .bg > img {
    display: none;
  }
}

.full {
  min-height: 600px;
}

@media screen and (max-width: 1024px) {
  .full {
    min-height: initial;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .full.pic {
    max-height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .full.pic {
    max-height: 280px;
  }
}

.arrow {
  display: block;
  margin: 24px auto;
  width: 24px;
}

.table-container {
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 12px;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */
}

.table-container.pad-left {
  padding-left: 40px;
}

.table-year {
  line-height: 2em;
  margin: 0 auto;
  font-size: 1em;
  margin: 12% auto;
  margin-top: calc(63px + 6%);
  width: 100%;
  min-width: 600px;
}

.table-year ul {
  list-style: disc;
  padding-left: 1.5em;
}

.table-year tr {
  position: relative;
}

.table-year tr:first-child .year-arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.table-year tr:first-child .year-arrow:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  left: -50%;
  border-style: solid;
  border-width: 0 63px 63px 63px;
  border-color: transparent transparent #98c2d8 transparent;
}

.table-year tr td {
  vertical-align: middle;
  padding: 2% 2%;
  position: relative;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1024px) {
  .table-year tr td {
    padding: 6px;
  }
}

.table-year tr td.year {
  width: 60px;
  color: white;
  font-weight: 400;
  background-color: #98c2d8;
  border-bottom: 1px solid #98c2d8;
  padding: 2% 12px;
  text-align: center;
  overflow: visible;
}

.table-year tr td:last-child {
  color: #07308c;
}

.table {
  margin: 0 auto;
  margin-bottom: 6%;
  font-weight: 400;
  font-size: 1.2em;
  padding: 6px 0;
  overflow: visible;
}

.table.table-stripe tr:nth-child(odd) {
  color: white;
  background-color: #98c2d8;
}

.table.table-stripe tr:nth-child(even) {
  color: #7d7874;
  background-color: white;
}

.table.table-border thead {
  color: white;
  margin-bottom: 20px;
}

.table.table-border thead > tr {
  background-color: #98c2d8;
}

.table.table-border thead > tr.space {
  background-color: white;
  border: none;
}

.table.table-border tr {
  border-bottom: 1px dashed #aaa;
}

.table.table-border tr td {
  padding: 12px 6px;
  line-height: 1.5em;
}

.table.table-border.table-blue {
  margin: 24px auto;
  border-bottom: 1px solid #3c5ca4;
}

.table.table-border.table-blue b {
  color: #3c5ca4;
}

.table.table-border.table-blue a {
  color: #3c5ca4;
}

.table.table-border.table-blue thead tr {
  background-color: white;
}

.table.table-border.table-blue thead tr td {
  color: #3c5ca4;
  font-size: 1.2em;
  text-align: center;
  font-weight: bolder;
}

.table.table-border.table-blue tbody {
  border-top: 1px solid #3c5ca4;
}

.table.table-border.table-blue tr > td {
  padding: 18px 2%;
}

.table.table-border.table-blue tr > td:first-child {
  font-weight: bolder;
  color: #3c5ca4;
  text-align: right;
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .table.table-border.table-blue tr > td:first-child {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .table.table-rwd tr {
    display: block;
    margin-bottom: 12px;
  }
  .table.table-rwd tr td {
    display: block;
  }
}

.table tr {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .table tr {
    padding: 0;
    display: table-row;
  }
}

.table tr td,
.table tr th {
  line-height: 1.5em;
  padding: 18px;
  white-space: initial;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .table tr td,
  .table tr th {
    padding: 6px;
    /*text-align: center;*/
  }
}

.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid::after {
  clear: both;
  content: "";
  display: block;
}

.grid.little {
  max-width: 640px;
  text-align: left;
  margin: 6% auto;
}

@media screen and (max-width: 1024px) {
  .grid.little {
    text-align: center;
  }
}

.grid.little > .col {
  padding-right: 4px;
  border-right: 1px solid #aaa;
}

.grid.little > .col:last-child {
  border: none;
}

@media screen and (max-width: 1024px) {
  .grid.little > .col {
    border-right: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #aaa;
  }
}

.grid > .col-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.grid > .col-1:last-child {
  margin-right: 0;
}

.grid > .col-1:nth-child(12n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-1:nth-child(12n) {
    margin-right: 2.35765%;
  }
  .grid > .col-1:nth-child(12n+1) {
    clear: none;
  }
  .grid > .col-1:last-child {
    margin-right: 0;
  }
}

.grid > .col-1 > img {
  width: 100%;
}

.grid > .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.grid > .col-2:last-child {
  margin-right: 0;
}

.grid > .col-2:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-2:nth-child(6n) {
    margin-right: 2.35765%;
  }
  .grid > .col-2:nth-child(6n+1) {
    clear: none;
  }
  .grid > .col-2:last-child {
    margin-right: 0;
  }
}

.grid > .col-2 > img {
  width: 100%;
}

.grid > .col-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.grid > .col-3:last-child {
  margin-right: 0;
}

.grid > .col-3:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-3:nth-child(4n) {
    margin-right: 2.35765%;
  }
  .grid > .col-3:nth-child(4n+1) {
    clear: none;
  }
  .grid > .col-3:last-child {
    margin-right: 0;
  }
}

.grid > .col-3 > img {
  width: 100%;
}

.grid > .col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.grid > .col-4:last-child {
  margin-right: 0;
}

.grid > .col-4:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-4:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .grid > .col-4:nth-child(3n+1) {
    clear: none;
  }
  .grid > .col-4:last-child {
    margin-right: 0;
  }
}

.grid > .col-4 > img {
  width: 100%;
}

.grid > .col-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.grid > .col-5:last-child {
  margin-right: 0;
}

.grid > .col-5:nth-child(2.4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-5:nth-child(2.4n) {
    margin-right: 2.35765%;
  }
  .grid > .col-5:nth-child(2.4n+1) {
    clear: none;
  }
  .grid > .col-5:last-child {
    margin-right: 0;
  }
}

.grid > .col-5 > img {
  width: 100%;
}

.grid > .col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.grid > .col-6:last-child {
  margin-right: 0;
}

.grid > .col-6:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-6:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .grid > .col-6:nth-child(2n+1) {
    clear: none;
  }
  .grid > .col-6:last-child {
    margin-right: 0;
  }
}

.grid > .col-6 > img {
  width: 100%;
}

.grid > .col-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.grid > .col-7:last-child {
  margin-right: 0;
}

.grid > .col-7:nth-child(1.71429n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-7:nth-child(1.71429n) {
    margin-right: 2.35765%;
  }
  .grid > .col-7:nth-child(1.71429n+1) {
    clear: none;
  }
  .grid > .col-7:last-child {
    margin-right: 0;
  }
}

.grid > .col-7 > img {
  width: 100%;
}

.grid > .col-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.grid > .col-8:last-child {
  margin-right: 0;
}

.grid > .col-8:nth-child(1.5n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-8:nth-child(1.5n) {
    margin-right: 2.35765%;
  }
  .grid > .col-8:nth-child(1.5n+1) {
    clear: none;
  }
  .grid > .col-8:last-child {
    margin-right: 0;
  }
}

.grid > .col-8 > img {
  width: 100%;
}

.grid > .col-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.grid > .col-9:last-child {
  margin-right: 0;
}

.grid > .col-9:nth-child(1.33333n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-9:nth-child(1.33333n) {
    margin-right: 2.35765%;
  }
  .grid > .col-9:nth-child(1.33333n+1) {
    clear: none;
  }
  .grid > .col-9:last-child {
    margin-right: 0;
  }
}

.grid > .col-9 > img {
  width: 100%;
}

.grid > .col-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}

.grid > .col-10:last-child {
  margin-right: 0;
}

.grid > .col-10:nth-child(1.2n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-10:nth-child(1.2n) {
    margin-right: 2.35765%;
  }
  .grid > .col-10:nth-child(1.2n+1) {
    clear: none;
  }
  .grid > .col-10:last-child {
    margin-right: 0;
  }
}

.grid > .col-10 > img {
  width: 100%;
}

.grid > .col-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.grid > .col-11:last-child {
  margin-right: 0;
}

.grid > .col-11:nth-child(1.09091n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-11:nth-child(1.09091n) {
    margin-right: 2.35765%;
  }
  .grid > .col-11:nth-child(1.09091n+1) {
    clear: none;
  }
  .grid > .col-11:last-child {
    margin-right: 0;
  }
}

.grid > .col-11 > img {
  width: 100%;
}

.grid > .col-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.grid > .col-12:last-child {
  margin-right: 0;
}

.grid > .col-12:nth-child(1n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .grid > .col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 6%;
  }
  .grid > .col-12:nth-child(1n) {
    margin-right: 2.35765%;
  }
  .grid > .col-12:nth-child(1n+1) {
    clear: none;
  }
  .grid > .col-12:last-child {
    margin-right: 0;
  }
}

.grid > .col-12 > img {
  width: 100%;
}

.boxes-little {
  display: block;
}

.boxes-little.reverse > .box:nth-child(even) .col p {
  text-align: left;
}

.boxes-little.reverse > .box:nth-child(even) .col:last-child {
  margin-right: 0;
}

.boxes-little.reverse > .box:nth-child(even) .col.pic {
  float: left;
}

.boxes-little.reverse > .box:nth-child(odd) .col p {
  text-align: left;
}

.boxes-little.reverse > .box:nth-child(odd) .col:last-child {
  margin-right: 0;
}

.boxes-little.reverse > .box:nth-child(odd) .col.pic {
  float: right;
}

.boxes-little > .box {
  position: relative;
  height: 100%;
  margin-bottom: 12%;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}

.boxes-little > .box:nth-child(odd) .col:last-child {
  margin-right: 0;
}

.boxes-little > .box:nth-child(odd) .col.pic {
  float: left;
}

.boxes-little > .box:nth-child(even) .col:last-child {
  margin-right: 0;
}

.boxes-little > .box:nth-child(even) .col.pic {
  float: right;
}

.boxes-little > .box .col {
  display: inline-block;
  vertical-align: middle;
  white-space: initial;
  padding: 0 2%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col {
    padding: 10% 0 4% 0;
  }
}

.boxes-little > .box .col.pic {
  padding: 0;
}

.boxes-little > .box .col.col-1 {
  width: 8.33333%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-1 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-1.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-2 {
  width: 16.66667%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-2 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-2.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-3 {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-3 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-3.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-4 {
  width: 33.33333%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-4 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-4.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-5 {
  width: 41.66667%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-5 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-5.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-6 {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-6 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-6.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-7 {
  width: 58.33333%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-7 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-7.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-8 {
  width: 66.66667%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-8 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-8.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-9 {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-9 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-9.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-10 {
  width: 83.33333%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-10 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-10.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-11 {
  width: 91.66667%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-11 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-11.pic {
    float: none !important;
  }
}

.boxes-little > .box .col.col-12 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col.col-12 {
    display: block;
    position: relative;
    width: 100%;
  }
  .boxes-little > .box .col.col-12.pic {
    float: none !important;
  }
}

.boxes-little > .box .col h4 {
  color: #f3b657;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 24px;
  display: block;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .boxes-little > .box .col h4 {
    text-align: center;
  }
}

.boxes-little > .box .col h4 > span {
  white-space: pre-line;
  display: inline-block;
  border-bottom: 1px solid #f3b657;
}

.boxes-little > .box .col p {
  display: block;
  font-size: 1em;
  line-height: 2em;
  white-space: normal;
}

.boxes-little > .box .content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 12% 3%;
  color: #7d7874;
  text-align: center;
  white-space: initial;
  transform: translate(0%, 0%);
}

.boxes-little > .box .content > h3 {
  padding: 6px;
  font-size: 2em;
  margin-bottom: 6%;
}

.boxes-little > .box .content > h3 > span {
  margin-top: 4%;
  display: block;
  font-size: 0.5em;
}

.boxes-little > .box .content > .btn {
  display: block;
  margin: 0 auto;
  margin-top: 12%;
  padding: 4% 6%;
  color: white;
  background-color: #f3b657;
  width: 240px;
  max-width: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease all;
  border: 2px solid #aaa;
  background-color: white;
  color: #aaa;
  letter-spacing: 2px;
  transition: 0.3s ease all;
}

.boxes-little > .box .content > .btn:hover {
  background-color: #aaa;
  color: white;
}

.boxes-little > .box .content > .btn:hover:after {
  background: url("../img/icon_05.png") center/contain no-repeat;
}

.boxes-little > .box .content > .btn:after {
  background: url("../img/icon_05a.png") center/contain no-repeat;
}

.boxes {
  display: block;
}

.boxes.reverse > .box:nth-child(odd) {
  text-align: left;
}

.boxes.reverse > .box:nth-child(odd) > .pic {
  background-position: left;
}

.boxes.reverse > .box:nth-child(odd) > .wrapper {
  right: 0;
  left: initial;
}

.boxes.reverse > .box:nth-child(even) {
  text-align: right;
}

.boxes.reverse > .box:nth-child(even) > .pic {
  background-position: right;
}

.boxes.reverse > .box:nth-child(even) > .wrapper {
  left: 0;
  right: initial;
}

.boxes > .box {
  position: relative;
  height: 100%;
}

.boxes > .box:nth-child(odd) {
  text-align: right;
}

.boxes > .box:nth-child(odd) .pic > .wrap {
  background-position: right;
}

.boxes > .box:nth-child(odd) .wrapper {
  left: 0;
}

.boxes > .box:nth-child(even) {
  text-align: left;
}

.boxes > .box:nth-child(even) .pic > .wrap {
  background-position: left;
}

.boxes > .box:nth-child(even) .wrapper {
  right: 0;
}

.boxes > .box .wrap {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .boxes > .box .wrap {
    position: relative;
  }
}

.boxes > .box h4 {
  color: #f3b657;
  border-bottom: 1px solid #f3b657;
  font-size: 1.8em;
  padding-bottom: 6px;
  margin-bottom: 24px;
  display: inline-block;
}

.boxes > .box h3 {
  padding: 6px;
  font-size: 2em;
  margin-bottom: 6%;
}

.boxes > .box h3 > span {
  margin-top: 4%;
  display: block;
  font-size: 0.5em;
}

.boxes > .box p {
  display: block;
  font-size: 1em;
  line-height: 2em;
  white-space: inherit;
}

.boxes > .box .btn {
  display: block;
  margin: 0 auto;
  margin-top: 12%;
  padding: 3% 4%;
  color: white;
  background-color: #9bc8df;
  width: 240px;
  max-width: 100%;
  border: 2px solid white;
  letter-spacing: 2px;
  transition: 0.3s ease all;
}

.boxes > .box .btn:hover {
  border: 1px solid #7fd8b8;
  background-color: white;
  color: #7fd8b8;
}

.boxes > .box .btn:hover:after {
  background: url("../img/icon_05a.png") center/contain no-repeat;
}

.boxes > .box .btn:after {
  content: '';
  width: 12px;
  padding-bottom: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon_05.png") center/contain no-repeat;
}

.boxes > .box > .pic {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  width: 50%;
  z-index: 1;
  display: inline-block;
  margin-bottom: -2px;
  overflow: hidden;
}

.boxes > .box > .pic .wrap {
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .boxes > .box > .pic {
    width: 100%;
    position: relative;
  }
}

.boxes > .box > .wrapper {
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.boxes > .box > .wrapper > .wrap {
  background-color: #9bc8df;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .boxes > .box > .wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
  }
}

.boxes > .box > .wrapper .content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  display: block;
  padding: 12% 6%;
  white-space: inherit;
}

@media screen and (max-width: 1024px) {
  .boxes > .box > .wrapper .content {
    position: relative;
    transform: translate(0%, 0%);
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}

[animate],
[infinite] {
  visibility: hidden;
}

.row img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */