@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f7f8;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #eef0f2;
}

.table-hover .table-light:hover {
  background-color: #e8eaed;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8eaed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d6d8db;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-dark:hover {
  background-color: #c8cbcf;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c8cbcf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #333;
  border-color: #464646;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6remrem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2remrem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4remrem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4remrem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2remrem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4remrem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4remrem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6remrem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-dark {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-link, .profile__description > a {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover, .profile__description > a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .profile__description > a:focus, .btn-link.focus, .profile__description > a.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .profile__description > a:disabled, .btn-link.disabled, .profile__description > a.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 2remrem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.4remrem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6remrem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2remrem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4remrem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck, .card-deck-sm {
  display: flex;
  flex-direction: column;
}
.card-deck .card, .card-deck-sm .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck, .card-deck-sm {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck-sm .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #c1c9d0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #6c757d;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.9rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-light hr {
  border-top-color: #e8eaed;
}
.alert-light .alert-link {
  color: #5a5c5e;
}

.alert-dark {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-dark hr {
  border-top-color: #c8cbcf;
}
.alert-dark .alert-link {
  color: #202326;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-dark {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c1c9d0 !important;
}

.bg-dark {
  background-color: #6c757d !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #545b62 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

.border-light {
  border-color: #dee2e6 !important;
}

.border-dark {
  border-color: #6c757d !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
* Media Query
*/
/* ==================
  Wordpress Override
================== */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.content .size-full, .content .size-large, .content .size-medium, .content .size-thumbnail {
  width: auto;
}

p:blank,
p:empty {
  margin: 0 !important;
}
p:blank::after,
p:empty::after {
  content: none !important;
}

.content .card .alignright, .content .card .alignleft {
  margin: 0;
}
.content .alignright, .content .alignleft, .content .aligncenter {
  max-width: 50%;
}

/* ==================
  The Thor Override
================== */
body {
  line-height: 1.4;
}

@media (min-width: 576px) {
  .box-align-balloon {
    margin: 0 100px;
  }
}

.l-wrapper {
  width: auto;
}
@media (min-width: 576px) {
  .l-wrapper {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .l-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .l-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-wrapper {
    max-width: 1140px;
  }
}

.custom .btn {
  margin-bottom: -1.5em;
}

.btn-secondary {
  border-radius: 100px;
  border: 1px solid #333;
  color: #333 !important;
}

.siteTitle {
  min-width: 165px;
}

.content a:active,
.content a:hover {
  font-weight: normal;
  opacity: 0.6;
  text-decoration: underline;
}
.content a.btn {
  color: #fff;
}
.content blockquote {
  padding: 20px 15px 20px 20px;
}
.content blockquote::before {
  color: #dedede;
}
.content blockquote p {
  position: relative;
  z-index: 1;
}
.content dt h3 {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
.content dt h3::after {
  content: inherit;
}
.content dd {
  border-top: 0;
}
.content div.card,
.content .card p:first-child,
.content .card div {
  margin-top: 0;
}
.content div.card:first-child,
.content .card p:first-child:first-child,
.content .card div:first-child {
  margin-top: 0;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 3rem;
}
.content h2 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .content h2 {
    font-size: 2.2rem;
  }
}
.content h3 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 1.8rem;
  }
}
.content h3.card-header::after {
  content: none;
}
@media (min-width: 576px) {
  .content h4 {
    font-size: 1.6rem;
  }
}
.content h5 {
  font-weight: normal;
  font-size: 1.4rem;
}
.content p::after {
  content: none;
}
.content [class*=col-] {
  margin-top: 0;
}
.content .accordionBox dt {
  padding-right: 30px;
}
.content .balloon .balloon__img,
.content .balloon .balloon__img-left div,
.content .balloon .balloon__img-right div {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .content .balloon .balloon__img,
  .content .balloon .balloon__img-left div,
  .content .balloon .balloon__img-right div {
    width: 80px;
    height: 80px;
  }
}
.content .balloon .balloon__text {
  max-width: calc(100% - 55px);
}
@media (min-width: 576px) {
  .content .balloon .balloon__text {
    max-width: calc(100% - 200px);
  }
}
.content .balloon-sm .balloon__img {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 8px;
}
.content .balloon-sm .balloon__img div {
  width: 50px !important;
  height: 50px !important;
}
.content .balloon-sm .balloon__img-left {
  margin-right: 16px;
}
.content .balloon-sm .balloon__img-right {
  margin-left: 16px;
}
.content .balloon-sm .balloon__text {
  max-width: calc(100% - 66px) !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .content .balloon-sm .balloon__text {
    font-size: 14px;
  }
}
.content .btn-primary {
  color: #fff;
}
.content .btn__link-secondary {
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 28px;
}
.content .es-FbigL {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 2.3rem;
}
.content .nav-tabs li.nav-item {
  margin-top: 0;
  padding-left: 1rem;
}
.content .nav-tabs li.nav-item::before {
  content: none;
}
.content .nav-tabs li.nav-item .nav-link {
  background-color: #efefef;
}
.content .nav-tabs li.nav-item .nav-link.active {
  background-color: transparent;
}
.content .profile__list {
  background: none;
  padding: 0;
  flex-wrap: wrap;
}
.content .profile__list .profile__item {
  margin: 0;
  padding: 0 1px 4px;
}
.content .profile__list .profile__item:before {
  content: none;
}
.content .profile__list .profile__item a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.content .profile__list .profile__item .profile__link.icon-sphere:hover {
  animation: flash 1s;
}
.content .sitecard__contents .phrase {
  display: block;
}
.content.postCta {
  margin-bottom: -40px;
}

.container.container-header {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .container.container-header {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .commonCtr .container {
    width: 800px;
    margin: auto;
  }
}

.globalNavi__list li {
  font-size: 1.4rem;
}
.globalNavi__list .globalNavi__list__menu-item--accent > a {
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.globalNavi__list .globalNavi__list__menu-item--accent > a:hover {
  color: #fff;
}

.commonCtr {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .commonCtr {
    margin-top: -60px;
  }
}

.page-template-page-lp2 .commonCtr {
  margin-top: 0;
}

.lesson-list a,
.type-lesson a {
  text-decoration: underline;
}

.l-header {
  z-index: 10;
  padding: 10px 0 5px;
}
@media (min-width: 992px) {
  .l-header {
    padding: 0;
  }
}

.partsH2-4 h2 {
  padding-top: 10px;
}

.partsH3-61 h3 {
  padding-left: 22px;
}
@media (min-width: 576px) {
  .partsH3-61 h3 {
    padding-left: 30px;
  }
}
.partsH3-61 h3::after {
  width: 12px;
}
@media (min-width: 576px) {
  .partsH3-61 h3::after {
    width: 20px;
  }
}

.rankingBox__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.type-instructor .profile__description > a {
  display: none;
}

#viewNormal:checked ~ .archive .archive__contents .phrase,
#viewCard:checked ~ .archive .archive__contents .phrase {
  display: block;
  font-size: 10px;
}
@media (min-width: 576px) {
  #viewNormal:checked ~ .archive .archive__contents .phrase,
  #viewCard:checked ~ .archive .archive__contents .phrase {
    font-size: inherit;
  }
}

.heading {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .heading {
    margin-bottom: 20px;
  }
}

.content ul > li.icon-checkbox-checked,
.content ul.icon-checkbox-checked > li,
ul > li.icon-checkbox-checked,
ul.icon-checkbox-checked > li {
  padding-left: 2rem;
}
.content ul > li.icon-checkbox-checked::before,
.content ul.icon-checkbox-checked > li::before,
ul > li.icon-checkbox-checked::before,
ul.icon-checkbox-checked > li::before {
  transform: scale(1);
  content: "\ea53";
}

.content ul.icon-checkbox-checked::before,
ul.icon-checkbox-checked::before {
  content: none;
}

ul.icon-checkbox-checked {
  position: relative;
  list-style: none;
  margin-top: 1rem;
  line-height: 1.5;
}

.icon-checked::before {
  content: "\ea12";
  font-size: 140%;
  margin-top: -4px;
}

.icon-chevron-down {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  top: calc(50% - 6px);
}

.prevNext__item,
.related__item {
  margin: 0;
}

.prevNext__title {
  z-index: 1;
}

@media (min-width: 768px) {
  .prevNext__item.prevNext__item-prev {
    padding-right: 16px;
  }
  .prevNext__item.prevNext__item-next {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .l-main-wide1000 {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-main-wide800 {
    max-width: 800px;
    width: 100%;
  }
}

.mask-blackmesh::after {
  background-color: rgba(0, 0, 0, 0.5);
}

#viewNormal:checked ~ .archive .eyecatch {
  max-width: 90px;
}
@media (min-width: 576px) {
  #viewNormal:checked ~ .archive .eyecatch {
    max-width: 300px;
  }
}

.t-headerColor .globalNavi::before {
  background: none !important;
}

.t-headerColor .globalNavi__list .current-menu-item > a,
.t-headerColor .globalNavi__list .current-menu-parent > a,
.t-headerColor .globalNavi__list .current_page_item > a,
.t-headerColor .globalNavi__list .menu-item a:hover,
.t-headerColor .globalNavi__list .page_item a:hover {
  border-color: #212529;
  color: #212529;
}
@media (min-width: 992px) {
  .t-headerColor .globalNavi__list .current-menu-item > a,
  .t-headerColor .globalNavi__list .current-menu-parent > a,
  .t-headerColor .globalNavi__list .current_page_item > a,
  .t-headerColor .globalNavi__list .menu-item a:hover,
  .t-headerColor .globalNavi__list .page_item a:hover {
    border-color: white;
    color: white;
  }
}

.btn__link-pickupHead {
  border-color: white;
  color: white;
}
.btn__link-pickupHead::before {
  border-top-color: white;
  border-right-color: white;
}

.controllerFooter__freeArea {
  height: 62px;
}

/* ==================
  Contact Form 7 Override
================== */
.wpcf7-list-item label {
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0 1rem 1rem 0;
}

.wpcf7-response-output {
  text-align: left;
}

.c-form .wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 8px;
}

/* ==================
  Bootstrap Override
================== */
.nav-link {
  cursor: pointer;
}

.modal-header .close {
  border: none;
  background: no-repeat;
}

.modal .modal-body {
  margin-top: 0;
}

.modal-sm {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .card-deck-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .card-deck-sm .card {
    margin-left: 5px;
    margin-right: 5px;
  }
  .card-deck-sm .card-body {
    padding: 1rem;
  }
}

.list-group .list-group-item {
  margin-top: 0;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 374px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 374px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.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 {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 374px) {
  .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 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.table-responsive,
.table-responsive-sm,
.table-responsive-md,
.table-responsive-lg,
.table-responsive-xs {
  position: relative;
}
.table-responsive::before,
.table-responsive-sm::before,
.table-responsive-md::before,
.table-responsive-lg::before,
.table-responsive-xs::before {
  content: "※表は左右にスクロールできます";
  font-size: 10px;
  position: absolute;
  top: -18px;
}
.table-responsive table,
.table-responsive-sm table,
.table-responsive-md table,
.table-responsive-lg table,
.table-responsive-xs table {
  word-break: keep-all;
}
.table-responsive.fixed-th th,
.table-responsive-sm.fixed-th th,
.table-responsive-md.fixed-th th,
.table-responsive-lg.fixed-th th,
.table-responsive-xs.fixed-th th {
  position: sticky;
  left: 0;
  z-index: 10;
}
.table-responsive.fixed-th th::before,
.table-responsive-sm.fixed-th th::before,
.table-responsive-md.fixed-th th::before,
.table-responsive-lg.fixed-th th::before,
.table-responsive-xs.fixed-th th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #E5E5E5;
}
.table-responsive.fixed-th th::after,
.table-responsive-sm.fixed-th th::after,
.table-responsive-md.fixed-th th::after,
.table-responsive-lg.fixed-th th::after,
.table-responsive-xs.fixed-th th::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #E5E5E5;
}

.table-responsive::before {
  content: none;
}

@media (min-width: 576px) {
  .table-responsive-sm::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .table-responsive-md::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .table-responsive-lg::before {
    content: none;
  }
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 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 {
  padding-right: 16px;
  padding-left: 16px;
}

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

.img-fluid {
  width: 100%;
}

.table.table-sm th, .table.table-sm td {
  padding: 0.3rem;
}

table.text-center th,
table.text-center td {
  text-align: center;
}

.card-header *[data-toggle=collapse], .card-header[data-toggle=collapse] {
  text-decoration: none;
  color: inherit;
}
.card-header *[aria-expanded=true]::before, .card-header[aria-expanded=true]::before {
  content: "-";
  border: 1px solid #000;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.card-header *[aria-expanded=false]::before, .card-header[aria-expanded=false]::before {
  content: "+";
  border: 1px solid #000;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Temp
   ----------------------------------------------------------------- */
/*全ページ共通*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #fff;
  margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header {
  width: auto;
  float: none;
  background-color: #511f19;
  background-image: url(/old/image/cmn_head_s.jpg);
  height: 90px;
}

/*h1ロゴの設定*/
/*ロゴ画像の設定*/
#header h2 {
  text-align: left;
  color: #fff;
  padding-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#header h2 em {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 140%;
}

#header h2 p {
  font-size: 80%;
  padding-top: 5px;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
/*ロゴ画像*/
header #logo {
  width: 200px; /*ロゴ画像の幅*/
  margin-top: 22px; /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

@media screen and (max-width: 767px) {
  /*メインメニュー
  ---------------------------------------------------------------------------*/
  /*スマホ用メニューブロック*/
  #menubar-s {
    top: 90px; /*上から100pxの場所に配置*/
  }
  /*３本バーアイコン設定
  ---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    top: 7px; /*上から9pxの場所に配置*/
  }
  /*ヘッダー右側の電話番号ブロック
  ---------------------------------------------------------------------------*/
  /*TELブロック全体*/
  #tel {
    display: none; /*非表示にする*/
  }
  /*fixmenu設定（メニューが画面上部に到達した際のスタイル）
  ---------------------------------------------------------------------------*/
  /*fixmenuから折りたたみメニューになるのでリセット。
  body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}*/
  /*メインメニュー
  ---------------------------------------------------------------------------*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
  @keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*スマホ用メニューブロック*/
  #menubar-s {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 90px; /*上から100pxの場所に配置*/
    border-top: 1px solid #fff; /*上の線の幅、線種、色*/
    width: 100%;
    z-index: 10;
    animation-name: menu1; /*上のkeyframesの名前*/
    animation-duration: 0.5s; /*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both; /*アニメーションの完了後、最後のキーフレームを維持する*/
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 15px; /*上、右、下、左へのメニュー内の余白*/
    border-bottom: 1px solid #fff; /*下の線の幅、線種、色*/
    background: rgba(51, 0, 0, 0.8); /*背景色R:51 G:0 B:0 R:222 G:184 B:135*/
    font-size: 100%;
    color: #fff; /*文字色*/
    text-align: center;
  }
  /*英語表記（飾り文字）*/
  #menubar-s li a span {
    padding-left: 15px;
    font-size: 10px; /*文字サイズ*/
  }
  /*３本バーアイコン設定
  ---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 7px; /*上から24pxの場所に配置*/
    right: 2%; /*右から3%の場所に配置*/
    border: 1px solid #efefef; /*枠線の幅、線種、色*/
  }
  /*アイコン共通設定*/
  #menubar_hdr.close,
  #menubar_hdr.open {
    width: 50px; /*幅*/
    height: 50px; /*高さ*/
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: url(/old/image/icon_menu.png) no-repeat center top/50px;
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: url(/old/image/icon_menu.png) no-repeat center bottom/50px;
  }
}
/*
#header {
	width: 980px;
//	height: 120px;
	margin: 0px auto;
	background-image: url(/old/image/cmn_head.jpg);
}

#header h1 {
	font-size: smaller;
	color: #D1B69C;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#header .pp {
	font-size: 10px;
	color: #D1B69C;
	text-align: right;
	float: none;
	margin: 0px;
	padding-right: 10px;
}
#header .pp a {
	color: #D1B69C;
	text-decoration:none;
	font-size: 10px;
}
#header .pp a:hover {
	color: #624A35;
	text-decoration:none;
}

#header h2 {
	width: auto;
	text-align: left;
	float: left;
	color: #511F19;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#header h2 em {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 150%;
}

#header h3 {
	text-align:right;
	float: none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#hnav { 
	width: 980px;
	margin: auto;
}

#hnav a {
	margin:0px;
	float:none;
	margin-top:30px;
	display:block;
	background-image:url(/old/image/cmn_navhead.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:17px;
    text-indent:-9999px;
    text-decoration:none;
}

#hnav1 a { background-position: 0 0;
	margin-left:500px;
}
#hnav2 a {	background-position:-120px 0;}
#hnav3 a {	background-position:-240px 0;}

#hnav1 a:hover{ background-position:-360px 0px;}
#hnav2 a:hover{ background-position:-480px 0px;}
#hnav3 a:hover{ background-position:-600px 0px;}*/
/*  スマホ対応NEWナビ用 270303 */
/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
  background-color: #511f19; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a98963), to(#511f19)); /*グラデーション*/
  background-image: -webkit-linear-gradient(#a98963, #511f19); /*同上*/
  background-image: linear-gradient(#a98963, #511f19); /*同上*/
  border-radius: 4px 4px 4px 4px; /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
  -webkit-box-shadow: 1px 2px 7px #b7b7b7; /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
  box-shadow: 1px 2px 7px #b7b7b7; /*同上*/
  height: 45px;
  min-width: 980px;
  padding-top: 8px;
  padding-left: 20px;
  margin-bottom: 15px;
  margin: auto;
}

/*メニュー１個ごとの設定*/
nav#menu ul li {
  float: left;
  width: 135px; /*メニュー幅*/
  border-right: 1px dotted rgba(255, 255, 255, 0.6); /*メニューの右側の線の幅、線種、色（左３つの数字で色を指定、最後の小数点で透明度を指定）*/
  line-height: 1.7;
  text-align: center;
  font-weight: bold; /*文字を太字にする設定*/
}

nav#menu ul li a {
  color: #fff; /*文字色*/
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
}

/*最初のメニューの設定*/
nav#menu ul li:first-child {
  border-left: 1px dotted rgba(255, 255, 255, 0.6); /*左側に線を入れる*/
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
  color: #900; /*文字色*/
  background: #f0e6dd; /*背景色*/
}

/*英語表記の設定*/
nav#menu ul li a span {
  font-size: 9px; /*文字サイズ*/
  display: block;
  font-weight: normal; /*文字を太字でなく標準にする設定*/
  letter-spacing: 0.2em; /*文字間隔を少しあける設定*/
  color: #999; /*文字色*/
}

/* 会社概要有の7ボタン用 261015*/
#nav {
  width: 980px;
  height: 45px;
  background-image: url(/old/image/cmn_navbtn7.jpg);
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  background-repeat: no-repeat;
}

#nav li {
  float: left;
  width: 140px;
  height: 45px;
  display: block;
  border: 0;
}

#nav li a {
  display: block;
  background-image: url(/old/image/cmn_navbtn7.jpg);
  background-repeat: no-repeat;
  width: 140px;
  height: 45px;
  text-indent: -9999px;
  text-decoration: none;
}

#nav1 a {
  background-position: 0 0;
}

#nav2 a {
  background-position: -140px 0;
}

#nav3 a {
  background-position: -280px 0;
}

#nav4 a {
  background-position: -420px 0;
}

#nav5 a {
  background-position: -560px 0;
}

#nav6 a {
  background-position: -700px 0;
}

#nav7 a {
  background-position: -840px 0;
}

#nav1 a:hover {
  background-position: 0 -50px;
}

#nav2 a:hover {
  background-position: -140px -50px;
}

#nav3 a:hover {
  background-position: -280px -50px;
}

#nav4 a:hover {
  background-position: -420px -50px;
}

#nav5 a:hover {
  background-position: -560px -50px;
}

#nav6 a:hover {
  background-position: -700px -50px;
}

#nav7 a:hover {
  background-position: -840px -50px;
}

#nav1 a:active {
  background-position: 0 -100px;
}

#nav2 a:active {
  background-position: -140px -100px;
}

#nav3 a:active {
  background-position: -280px -100px;
}

#nav4 a:active {
  background-position: -420px -100px;
}

#nav5 a:active {
  background-position: -560px -100px;
}

#nav6 a:active {
  background-position: -700px -100px;
}

#nav7 a:active {
  background-position: -840px -100px;
}

/* 会社概要無の6ボタン用
#nav {
	width: 980px;
	height:45px;
	background-image: url(/old/image/cmn_navbtn.jpg);
	float: left;
	padding:0;
	margin:0;
	text-align:center;
	background-repeat:no-repeat;
}

#nav li {
	float: left;
	width:163px;
	height:45px;
	display:block;
	border:0;
}

#nav li a{
	display:block;
	background-image:url(/old/image/cmn_navbtn.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:45px;
    text-indent:-9999px;
    text-decoration:none;
}


#nav1 a { background-position:0     0;}
#nav2 a { background-position:-163px  0;}
#nav3 a { background-position:-326px  0;}
#nav4 a { background-position:-489px  0;}
#nav5 a { background-position:-652px  0;}
#nav6 a { background-position:-815px  0;}

#nav1 a:hover{ background-position:0       -50px;}
#nav2 a:hover{ background-position:-163px  -50px;}
#nav3 a:hover{ background-position:-326px  -50px;}
#nav4 a:hover{ background-position:-489px  -50px;}
#nav5 a:hover{ background-position:-652px  -50px;}
#nav6 a:hover{ background-position:-815px  -50px;}

#nav1 a:active{ background-position:0       -100px;}
#nav2 a:active{ background-position:-163px  -100px;}
#nav3 a:active{ background-position:-326px  -100px;}
#nav4 a:active{ background-position:-489px  -100px;}
#nav5 a:active{ background-position:-652px  -100px;}
#nav6 a:active{ background-position:-815px  -100px;}
*/
/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
  margin: auto;
  text-align: center; /*文字を中央に*/
  right: 0;
  position: absolute;
  font-size: 12px;
}

/*メニュー１個あたりの設定*/
#menubar li {
  float: left; /*左に回り込み*/
}

#menubar li a {
  text-decoration: none;
  display: block;
  line-height: 1.6; /*行間を少し狭く*/
  color: #fff; /*文字色*/
  padding-top: 5px; /*上に追加する余白*/
}

/*１つ目のメニューへの追加設定*/
/*飾り文字*/
#menubar li span {
  font-weight: normal; /*文字を太字でなく標準に戻す設定*/
  letter-spacing: 0.2em; /*文字間隔を少しあける設定*/
  opacity: 0.5; /*透明度50％*/
}

/*マウスオン時、現在表示中(current)のメニューの共通設定*/
#menubar li a:hover,
#menubar li.current a {
  color: #fdf2c8; /*文字色*/
}

#topbox0 h2 {
  text-align: center;
  color: #511f19;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 20px solid #dbdbdb;
  padding: 50px 0px 10px 0;
  margin-bottom: 50px;
}

#step h2 {
  text-align: center;
  color: #511f19;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 18px solid #dbdbdb;
  padding: 35px 0px 10px 0;
  margin-bottom: 80px;
}

.content .spo_title,
.content .spo_text {
  margin-top: 0;
}
.content .spo_text {
  line-height: 2;
}

.spo_title {
  font-size: 100%;
  width: 48%;
  padding: 0px 30px 5px 10px;
  margin: 0 auto;
  text-align: left;
  color: #511f19;
  font-weight: 600;
  float: left;
}

.background-green {
  position: relative;
  width: 20px;
  height: 20px;
  background: #9fcd53;
  float: left;
}

.spo_text {
  width: 47%;
  float: left;
  color: #333;
  text-align: left !important;
  margin: auto;
  padding-bottom: 50px;
}

.spo_gtext {
  color: #666 !important;
  text-align: left !important;
  font-size: 90%;
  padding: 20px 25px 15px 20px;
  float: right;
}

#topbox1 h2 {
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 8px 0px;
  background-color: #9fcd53;
}

#topbox2 h2 {
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 8px 0px;
  background-color: #9fcd53;
}

a:hover #topbox1 h2,
a:hover #topbox2 h2 {
  color: #ff9;
  border: 1px solid #coo;
  padding: 8px 0px;
}

#topbox1 p,
#topbox2 p {
  margin-top: 0;
  text-align: center;
  color: #333;
  line-height: 1.4rem;
  padding: 20px;
}

#topbox1 div,
#topbox2 div {
  margin-top: 0;
}

#topbox0 p {
  text-align: center;
  color: #333;
  line-height: 1.65rem;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 100%;
}

#resbox1,
#resbox2 {
  width: 90%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  float: none;
  margin: auto;
}

#resbox1 h2 {
  text-align: center;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  padding: 8px 0px;
  background: linear-gradient(#ff512f, #f09819);
}

#resbox2 h2 {
  text-align: center;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  padding: 8px 0px;
  background: linear-gradient(#4cb8c4, #3cd3ad);
}

#resbox1 p,
#resbox2 p {
  text-align: center;
  color: #000;
  padding: 20px;
}

#step table {
  margin: 30px auto;
}

#step table th {
  width: 12%;
  padding: 0px;
  margin-right: 20px;
  vertical-align: top;
}

#step table th img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

#step table td {
  width: 70%;
  padding: 0 0px 15px 90px;
  vertical-align: top;
}

#step table td p {
  width: auto;
  font-size: 120%;
  font-weight: 600;
  color: #511f19;
}

.green {
  color: #9fcd53;
}

.green2 {
  color: #609b00;
}

#step table td div {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: nomal;
}

/*ページ下部の「メールで相談する（無料）」ボタン
---------------------------------------------------------------------------*/
a.btn {
  width: 85%;
  max-width: 980px;
  margin: 30px auto;
  line-height: 1.4em;
  display: block;
  text-decoration: none;
  background: #d90000; /*背景色（古いブラウザ用）*/
  background: linear-gradient(#d90000, #a70000); /*グラデーション*/
  color: #fff; /*文字色*/
  font-size: 18px; /*文字サイズ*/
  text-align: center; /*文字をセンタリング*/
  padding: 15px 10px; /*ボタン内の余白*/
  border-radius: 10px; /*角丸のサイズ*/
  letter-spacing: 0em; /*文字間隔を広くとる設定*/
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
  border: 1px solid #a70000; /*枠線の幅、線種、色*/
}

/*マウスオン時*/
a:hover.btn {
  box-shadow: none;
  background: #fff; /*背景色*/
  color: #a70000; /*文字色*/
}

#pankuzu {
  padding: 10px 26px;
  font-size: 80%;
}

#page {
  padding: 0px;
  width: 980px;
  background-color: #fff;
  clear: both;
  float: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#page img {
  margin: auto;
}

#page h1 {
  position: relative;
  padding: 2.5em 0;
  font-size: 110%;
  text-align: center;
  color: #511f19;
  font-weight: 600;
}

#page h1:after {
  width: 30%;
  margin: auto;
  margin-top: 10px;
  content: "";
  display: block;
  height: 4px;
}

#nxtBak {
  padding: 10px 0;
  height: 20px;
  width: 980px;
  margin: 0 auto;
  color: #666;
  float: none;
  font-size: 12px;
}

#nxtBak a,
.txtLink a {
  text-decoration: none;
  display: block;
  height: 20px;
}

#nxtBak .next a,
#nxtBak .next a:hover {
  float: right;
  padding-right: 25px;
}

#nxtBak .back a,
#nxtBak .back a:hover {
  float: left;
  padding-left: 25px;
}

.txtLink a,
.txtLink a:hover {
  padding-left: 25px;
}

#nxtBak .next a:hover,
#nxtBak .back a:hover,
.txtLink a:hover {
  color: #900;
  text-decoration: none;
}

/*ページの最後のみ*/
#navfoot {
  width: 370px;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
  padding: 0;
  float: none;
  text-align: center;
  display: block;
  overflow: hidden;
}

#navfoot a {
  margin: auto;
  float: left;
  display: block;
  background-image: url(/old/image/cmn_navfoot.jpg);
  background-repeat: no-repeat;
  width: 370px;
  height: 100px;
  text-indent: -9999px;
  text-decoration: none;
}

#navfoot1 a {
  background-position: 0 0;
}

#navfoot2 a {
  background-position: -370px 0;
}

#navfoot1 a:hover {
  background-position: -370px 0;
}

#navfoot2 a:hover {
  background-position: -370px -80px;
}

/*ページの合間用「メール相談無料」*/
.navaima {
  width: auto;
  height: 100px;
  margin: auto;
  float: none;
  text-align: center;
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

.navaima a {
  margin: auto;
  float: none;
  display: block;
  background-image: url(/old/image/cmn_navfoot2.jpg);
  background-repeat: no-repeat;
  width: 370px;
  height: 100px;
  text-indent: -9999px;
  text-decoration: none;
}

.navaima1 a {
  background-position: 0 0;
}

.navaima1 a:hover {
  background-position: -370px 0;
}

/* TOPページのみ使用 */
#ya {
  background-image: url(/old/image/top_gimon_ya.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin: auto;
  text-align: center;
  color: #511f19;
  font-size: 26px;
  font-weight: bold;
  line-height: 150px;
}

#topqa {
  width: 100%;
  margin: auto;
}

#top_a {
  background-image: url(/old/image/top_a.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_b {
  background-image: url(/old/image/top_b.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_c {
  background-image: url(/old/image/top_c.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_d {
  background-image: url(/old/image/top_d.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_e {
  background-image: url(/old/image/top_e.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_f {
  background-image: url(/old/image/top_f.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_y {
  background-image: url(/old/image/top_y.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_k {
  background-image: url(/old/image/top_k.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_k2 {
  background-image: url(/old/image/top_k.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_o {
  background-image: url(/old/image/top_o.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

#top_m {
  background-image: url(/old/image/top_m.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 260px;
}

.name {
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
  height: 40px;
}

.question {
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  padding-left: 50px;
}

.answer {
  background-image: url(/old/image/kage.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 110px;
  font-size: 100%;
  padding: 30px 30px 50px 200px;
}

/*980幅*/
.box1 {
  color: #333;
  width: auto;
  text-align: left;
  float: none;
  clear: none;
  margin: 0px auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .box1 {
    width: 980px;
  }
}

.box1 img {
  padding: 0;
}

.box1_1 {
  width: 980px;
}

.box1_1 img {
  padding: 0;
}

.box1_2 {
  width: 100%;
}

.box1_2 img {
  padding: 0;
  width: 100%;
  height: auto;
}

/*5つのポイント*/
.box2 {
  text-align: left;
  color: #333;
  width: auto;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  float: none;
}
@media (min-width: 992px) {
  .box2 {
    width: 980px;
  }
}

.green_en {
  background-image: url(/old/image/top/green.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

.purple_en {
  background-image: url(/old/image/top/purple.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

.box26 {
  margin: 2em auto;
  position: relative;
  padding: 1em;
  border-radius: 5px;
  max-height: 410px;
  overflow-x: auto;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.box26 .box-title {
  display: inline-block;
  top: -13px;
  left: 30px;
  padding: 0 9px;
  font-size: 120%;
  background: #fff;
  color: #511f19;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 10px;
}

.box26 em {
  font-weight: 300;
  color: #c00;
}

.box26 li {
  padding-left: 1em;
  padding-bottom: 10px;
  font-size: 90%;
}

.box27 {
  position: relative;
  padding: 0.5em 1em;
  border-radius: 8px;
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 27%;
  padding: 0 9px;
  font-size: 120%;
  background: #fff;
  color: #765653;
  font-weight: bold;
  text-align: center;
}

.box27 p {
  margin: 0;
  padding: 10px;
}

.box27 em {
  color: #c00;
}

.box27 li {
  margin-bottom: 30px;
}

/*サブコンテンツ*/
.box3 {
  border: 1px solid #f7efdb;
  text-align: left;
  color: #666;
  width: 225px;
  height: 380px;
  margin-top: 26px;
  margin-right: 26px;
  margin-bottom: 26px;
  padding: 8px;
  float: right;
}

/*サブコンテンツ画像*/
.box3_1 {
  text-align: left;
  color: #666;
  width: 100%;
  width: 245px;
  height: 485px;
  margin-top: 26px;
  margin-right: 26px;
  margin-bottom: 26px;
  float: right;
}

/*PP説明文*/
.box4 {
  width: 90%;
  font-size: 90%;
  color: #333;
  text-align: left;
  margin: auto;
  padding: 0px;
}

/*form 送信ボタン*/
.box5 {
  width: 80%;
  color: #333;
  text-align: center;
  margin: auto;
  padding: 10px;
}

/*サイトマップ*/
.box6 {
  width: 70%;
  font-size: 120%;
  color: #333;
  text-align: left;
  margin: auto;
  padding: 0px;
}

/*タイトル下部テキスト*/
.box7 {
  color: #000;
  text-align: left;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}

/*ページ下部ポイント*/
.box8 {
  width: 90%;
  color: #dac9ba;
  text-align: left;
  margin: auto;
  padding: 20px;
}

.box8 em {
  color: #fff;
}

/*コンセプトテキスト*/
#concept h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 8px 0px;
  background-color: #9fcd53;
}

.box9 {
  width: 95%;
  font-size: 120%;
  color: #000;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.box9 p {
  padding-bottom: 20px;
}

/*よくあるご質問Q用*/
.box10 {
  margin-bottom: 20px;
  padding: 0px;
  float: left;
  height: auto;
}

.box11 {
  width: 590px;
  font-size: 100%;
  color: #333;
  text-align: left;
  margin: 10px;
  padding: 0px;
  float: right;
  text-indent: -18px;
}

.box12 {
  width: 600px;
  font-size: 100%;
  color: #333;
  text-align: left;
  margin: 10px;
  margin-left: 50px;
  padding: 0px;
  float: left;
  text-indent: -18px;
}

.box13 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  float: right;
}

/*コンセプト 著書紹介*/
.box14 {
  width: 90%;
  color: #333;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box14 li {
  margin-left: 30px;
}

.box14 p {
  padding-bottom: 10px;
}

.red {
  color: #f00;
}

.paple {
  color: #c0f;
}

.f16 {
  font-size: 16px;
}

.f100 {
  font-size: 100%;
}

.f14 {
  font-size: 14px;
}

.f90 {
  font-size: 90%;
}

.b {
  font-weight: bold;
}

.mt15 {
  margin-top: 15px;
  margin-bottom: 5px;
}

#back-top {
  position: fixed;
  bottom: 120px;
  right: 50px;
}

#back-top a {
  width: 94px;
  display: block;
}

#back-top span {
  width: 94px;
  height: 56px;
  display: block;
  margin-bottom: 7px;
  background: url(/old/image/cmn_gotop.jpg) no-repeat top left;
}

/* navfoot */
#foot_nav {
  width: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 30px;
}

#foot_nav li {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 5px;
}

#foot_nav li a {
  text-decoration: none;
}

#copyright {
  width: 100%;
  padding: 8px 0px;
  text-align: center;
  font-size: 80%;
  background-color: #511f19;
  color: #fff;
  float: none;
}

img {
  padding: 0;
}

#new {
  width: 90%;
  border: 1px solid #f0e8d2;
  font-size: 140%;
  text-align: center;
  background-color: #f0e8d2;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.new_txt {
  text-align: left;
  padding-bottom: 10px;
  list-style-position: inside;
  list-style-type: square;
  margin-left: 20px;
  text-indent: -1.7em;
}

/*   ポイントページ  */
#point {
  width: 928px;
  color: #666666;
  margin-top: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f6f1eb;
  float: none;
  color: #291500;
}

#point_i {
  width: 210px;
  padding-left: 10px;
  float: left;
}

#point_toi {
  width: 700px;
  float: left;
  margin-top: 40px;
}

.p_box1 {
  width: 900px;
  padding-left: 10px;
  padding-right: 1px;
  margin-bottom: 10px;
  float: left;
  background-color: #f4e8d4;
  border: 2px solid #f4e8d4;
  border-radius: 10px;
}

.p_box1 th {
  width: 163px;
  background-color: #f4e8d4;
  font-size: 140%;
  text-align: center;
  padding: 20px;
}

.p_box1 td {
  width: 680px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

/*   新着物件ページ  */
#bukken {
  width: 928px;
  color: #666666;
  margin-top: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f6f1eb;
  float: none;
  color: #291500;
}

.bukken_top {
  font-size: 140%;
  padding: 15px;
  background-color: #900;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.b_box1 {
  width: 900px;
  padding-left: 10px;
  padding-right: 1px;
  margin-bottom: 10px;
  float: left;
  background-color: #f4e8d4;
  border: 2px solid #f4e8d4;
  border-radius: 10px;
}

.b_box1 th {
  width: 150px;
  background-color: #fae9d3;
  text-align: center;
  padding: 10px;
}

.b_box1 td {
  width: 720px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

/*   リフォームページ  */
#reform {
  width: 928px;
  color: #666666;
  margin-top: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f6f1eb;
  float: none;
  color: #333;
}

.reform_top {
  font-size: 120%;
  padding: 15px;
  background-color: #fae9d3;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.reform_wide, #viewWide:checked ~ .archive .type-reform .heading.heading-secondary {
  font-size: 90%;
  padding: 15px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 30px;
  border-top: solid 2px #c00;
}

.reform_wide p, #viewWide:checked ~ .archive .type-reform .heading.heading-secondary p {
  font-size: 100%;
  margin-bottom: 10px;
}

.r_box2 {
  max-width: 900px;
  margin-bottom: 10px;
  margin: auto;
  float: none;
  font-size: 90%;
}

.r_box2 img {
  width: 100%;
}

.r_box1,
.r_box_b {
  width: 720px;
  padding-left: 10px;
  padding-right: 1px;
  margin-bottom: 10px;
  float: none;
  background-color: #fae9d3;
  border: 2px solid #fae9d3;
  border-radius: 10px;
  color: #fff;
  margin: auto;
  font-size: 90%;
}

.r_box1 th,
.r_box_b th {
  width: 100px;
  background-color: #fff;
  text-align: center;
  padding: 5px;
}

.r_box1 td,
.r_box_b td {
  width: 720px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  margin: auto;
  text-align: center;
}

.r_txt {
  text-align: left;
  color: #333;
  padding: 10px 20px;
}

/*   流れのページ  */
/*flow.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#flow .list article {
  border-radius: 10px; /*角丸のサイズ*/
  -webkit-box-shadow: 0px 1px 6px #999; /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
  box-shadow: 0px 1px 6px #999; /*同上*/
  background-color: #fff; /*背景色（古いブラウザだとここの色のみが出ます）*/
  padding: 20px; /*ボックス内の余白*/
  overflow: hidden;
}

/*各ボックスの設定*/
#flow .list article {
  float: none;
  width: 100%;
  height: auto;
  margin: 0px 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*各ボックス内の画像設定*/
#flow .list article img {
  float: left; /*左に回り込み*/
  width: auto; /*画像幅*/
  height: auto;
  margin-right: 20px;
}

#flow .list article .voice_woman {
  float: none;
}

#flow .list article .voice_aristea {
  background-color: #fff; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background-image: url(/old/image/kage.gif);
  background-position: right top;
  background-repeat: no-repeat;
  float: none;
}

/*ボックス内の段落タグ設定*/
#main section.list article p {
  padding: 0px;
  color: #666; /*文字色*/
}

#flow {
  width: 95%;
  color: #666666;
  margin-top: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f6f1eb;
  float: none;
  color: #291500;
}

#flow h4 {
  font-size: 120%;
  font-weight: bold;
  color: #443319; /*文字色*/
  border-bottom: 2px dotted #443319; /*下線の幅、線種、色*/
  margin-bottom: 5px;
}

.f_box1 {
  width: 900px;
  margin-bottom: 10px;
  float: left;
  background-color: #f4e8d4;
  border: 0px solid #f4e8d4;
  border-radius: 10px;
}

.f_box1 th {
  width: 170px;
  font-size: 100%;
  text-align: center;
  padding: 10px;
}

.f_box1 td {
  width: 340px;
  background-color: #ffffff;
  padding: 10px;
  border: 5px solid #f4e8d4;
  border-radius: 10px;
}

.ari td {
  font-size: 120%;
  background-color: #f4e8d4;
}

/*   会社概要のページ  */
#company {
  font-size: 90%;
  color: #666666;
  margin-top: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  color: #333;
}

#company h2 {
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 8px 0px;
  background-color: #9fcd53;
}

#company table {
  width: 100%;
}

#company table th {
  width: 30%;
  text-align: center;
  border-bottom: solid 1px #efefef;
}

#company table td {
  padding: 20px 10px;
  border-bottom: solid 1px #efefef;
}

#company table td .float-l {
  width: 60%;
  float: left;
}

#company table td .float-r {
  width: 30%;
  float: right;
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

#company_i {
  width: auto;
  padding-left: 10px;
  float: left;
}

#company_toi {
  width: auto;
  float: left;
  margin-top: 40px;
}

.c_box1 {
  width: 100%;
  padding-left: 10px;
  padding-right: 1px;
  margin-bottom: 2px;
  float: left;
  background-color: #f4e8d4;
  border: 1px solid #f4e8d4;
  border-radius: 5px;
}

.c_box1 th {
  width: 120px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
}

.c_box1 td {
  width: 100%;
  background-color: #f4e8d4;
  padding: 10px;
  border-radius: 5px;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
  color: #666;
}

.book {
  width: 120px;
  height: auto;
  float: left;
  margin-right: 50px;
  padding: 0 10px;
  clear: left;
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

/*スマホ用メニューを表示させない
#menubar-s {display: none;}*/
/*３本バーアイコンを表示させない
#menubar_hdr {display: none;}*/
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {
  display: none;
}

/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  z-index: 100;
  position: fixed;
  width: 50px; /*幅*/
  bottom: 50px; /*下から50pxの場所に配置*/
  right: 3%; /*右から3%の場所に配置*/
  background: #000; /*背景色（古いブラウザ用）*/
  background: rgba(51, 0, 0, 0.8); /*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
  color: #fff; /*文字色*/
  border: 1px solid #fff; /*枠線の幅、線種、色*/
  animation-name: scroll; /*上のアニメーションで指定しているkeyframesの名前（scroll）*/
  animation-duration: 1s; /*アニメーションの実行時間*/
  animation-fill-mode: forwards; /*アニメーションの完了後、最後のキーフレームを維持する*/
  border-radius: 25px;
}

/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: #d1b69c; /*背景色*/
}

/*CSS続きを読む設定
---------------------------------------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
  padding: 5px;
  text-align: left;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  height: 0px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 30px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: inherit;
  bottom: 1px;
  z-index: 2;
  padding: 0 10px;
  background-color: #d90000;
  border-radius: 120px;
  color: #fff;
  font-size: smaller;
  font-weight: 600;
  width: 90px;
  height: 90px;
  margin: 10px 0 0 60%;
}

.readmore-label:before {
  content: " 詳しく見る ";
  text-align: center;
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
}

.readmore-check:checked ~ .readmore-label:before {
  content: " 閉じる";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

.phrase-slider {
  color: #511f19;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  text-align: left;
}
@media (min-width: 768px) {
  .phrase-slider {
    font-size: 2.2rem;
  }
}
.phrase-slider em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:900px){*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  body {
    font-size: 14px;
  }
  .swiper-slide img {
    max-width: 100%;
  }
  /*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
  ---------------------------------------------------------------------------*/
  /*コンテナー（HPを囲むブロック）
  ---------------------------------------------------------------------------*/
  #container {
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
  }
  #page {
    width: 100%;
  }
  #page h1 {
    position: relative;
    padding: 2.5em 0;
    font-size: 16px;
    text-align: center;
  }
  #page h1:after {
    width: 50%;
    margin: auto;
    margin-top: 10px;
    content: "";
    display: block;
    height: 4px;
  }
  /*#page h1 {
       text-align: center;
  }

  #page h1 span{
       position: relative;
       display: inline-block;
       padding-bottom:0.5em;
       border-bottom: 1px solid black;
  }

  #page h1 span::before,
  #page h1 span::after {
       position: absolute;
       top: 100%;
       left:50%;
       transform:translateX(-50%);
       content: '';
       border: 10px solid transparent;
  }*/
  #page h1 span::before {
    border-top: 10px solid black;
  }
  #page h1 span::after {
    margin-top: -1px;
    border-top: 10px solid white;
  }
  /*上部のメインメニュー
  ---------------------------------------------------------------------------
  nav#menu ul {
  	height: auto;
  	padding: 0;
  }*/
  /*メニュー１個ごとの設定
  nav#menu ul li {
  	float: none;
  	width: 100%;
  	border: none !important;
  	background-image: url(/old/images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#A98963), to(#511F19));	/*グラデーション
  	background-image: url(/old/images/btn_arrow.png), -webkit-linear-gradient(#A98963, #511F19);	/*同上
  	background-image: url(/old/images/btn_arrow.png), linear-gradient(#A98963, #511F19);			/*同上
  	background-repeat: no-repeat;
  	background-position: right center;
  	text-align: left;
  }
  nav#menu ul li a {
  	padding: 10px 0px 10px 20px;
  }
  /*最初のメニューの設定
  nav#menu ul li:first-child {
  	border-radius: 10px 10px 0 0;
  }
  /*最後のメニューの設定
  nav#menu ul li:last-child {
  	border-radius: 0 0 10px 10px;
  	margin-bottom: 10px;
  }
  /*英語表記の設定
  nav#menu ul li a span {
  	display: none;	/*表示させない設定
  }
  */
  /*コンテンツ（main,subを囲むブロック）
  ---------------------------------------------------------------------------*/
  #page {
    width: 100%;
  }
  #contents {
    width: auto;
  }
  /*main,subコンテンツ
  ---------------------------------------------------------------------------*/
  #main,
  #sub {
    float: none;
    width: auto;
  }
  #main p {
    padding: 0;
  }
  /*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
  ---------------------------------------------------------------------------*/
  #mainimg {
    display: none;
  }
  /*トップページ内「更新情報・お知らせ」ブロック
  ---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    height: auto;
    padding-left: 0;
  }
  /*日付設定*/
  #new dt {
    float: none;
    width: auto;
  }
  /*記事設定*/
  #new dd {
    padding-left: 0;
  }
  /*5つのポイント*/
  .box2 {
    font-size: 100%;
    text-align: left;
    color: #333;
    margin: auto;
    margin-top: 35px;
    padding: 0px;
    float: none;
  }
  .purple_en {
    background-image: url(/old/image/top/topstep.jpg);
    background-repeat: no-repeat;
    background-position: top right;
  }
  .box26 {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    padding: 1em;
    border: none;
    border-radius: 8px;
  }
  .box26 .box-title {
    display: inline-block;
    left: 10px;
    padding: 0 9px;
    font-size: 110%;
    background: #fff;
    color: #511f19;
    font-weight: bold;
  }
  .box26 p {
    margin: 0;
    padding: 10px;
  }
  .box26 em {
    font-weight: 300;
    color: #c00;
  }
  .box26 li {
    padding-bottom: 10px;
    font-size: 90%;
  }
  .box27 {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 8px;
  }
  .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: -5%;
    right: -5%;
    margin: auto;
    padding: 0 9px;
    font-size: 110%;
    background: #fff;
    color: #511f19;
    font-weight: bold;
  }
  .box27 p {
    margin: 0;
    padding: 10px;
  }
  .box27 em {
    color: #c00;
  }
  .box27 li {
    text-indent: 1.4em;
    text-indent: -1.4em;
    padding-left: 2em;
    padding-bottom: 10px;
  }
  #topbox0 {
    width: 100%;
    background-image: url(/old/image/top/topbox0.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    margin: 20px auto;
    padding-top: 30px;
    float: none;
  }
  #topbox0 em {
    color: #c00;
  }
  #topbox1 {
    width: 100%;
    background-color: #fff;
    background-image: url(/old/image/top/topbox1.jpg);
    background-repeat: no-repeat;
    padding: 20px 0;
    margin: 20px auto;
    float: none;
  }
  #topbox1 h2,
  #topbox2 h2 {
    border: none;
    background-color: #7030a0;
  }
  #topbox2 {
    width: 100%;
    background-color: #fff;
    background-image: url(/old/image/top/topbox2.jpg);
    background-repeat: no-repeat;
    padding: 20px 0;
    margin: 20px auto;
    float: none;
    border: 1px solid #efefef;
  }
  a {
    text-decoration-line: none;
  }
  /*サブコンテンツ画像をセンター表示*/
  .box3_1 {
    float: none;
    width: 100%;
    margin-left: 50px;
    text-align: left;
  }
  /*10年後の自分を・・・非表示*/
  .box1_1 {
    display: none;
  }
  /*トップQAの調整*/
  .answer {
    padding: 10px;
    height: auto;
  }
  /*BOX1　980幅　→　変動に*/
  .box1 {
    width: 100%;
  }
  .box11 {
    width: 90%;
    float: none;
    text-indent: 0px;
  }
  .box13 {
    float: none;
  }
  .box12 {
    width: 90%;
    margin-left: 10px;
    float: none;
    text-indent: 0px;
  }
  #step table td {
    width: 100%;
    display: block;
    padding: 0 0px 15px 5px;
  }
  #step table td div {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 100%;
    font-weight: nomal;
    padding: 0;
  }
  #step table th {
    display: block;
    width: 25%;
    float: left;
  }
  #step table th img {
    width: 100%;
    right: 0;
    margin: 0;
  }
  /*NEXT BACKを非表示
  ---------------------------------------------------------------------------*/
  #nxtBak {
    display: none;
  }
  #copyright {
    min-width: 100%;
    padding-bottom: 50px;
  }
  /*テーブル１
  ---------------------------------------------------------------------------*/
  /*テーブル内の右側*/
  .ta1 td {
    width: auto;
    padding: 2px;
  }
  /*テーブル内の左側の見出し部分*/
  .ta1 th {
    width: 100px;
    padding: 2px;
  }
  /*service.html内の一覧の各ブロック
  ---------------------------------------------------------------------------*/
  /*ボックス内の段落タグ設定*/
  #service #main article p {
    margin-left: 0;
  }
  /*ボックス内の写真設定*/
  #service #main article figure img {
    width: 40%;
    height: auto;
    margin-right: 5px;
  }
  /*service2.htmlの製品詳細
  ---------------------------------------------------------------------------*/
  /*写真設定*/
  #service2 #main figure > img {
    width: 100%;
    height: auto;
  }
  /*staff.html内の製品紹介の各ブロック
  ---------------------------------------------------------------------------*/
  /*各ボックスの設定
  #staff #main article {
  	float: none;
  	width: auto;
  	height: auto;
  	display: block;
  }*/
  /*ボックス内の段落タグ設定
  #staff #main article p {
  	font-size: 14px;
  	line-height: 2;
  }*/
  /*ボックス内の写真設定
  #staff #main article figure img {
  	float: left;
  	margin-right: 10px;
  	width: 40%;
  	height: auto;
  }*/
  /*その他
  ---------------------------------------------------------------------------*/
  /*製品詳細ページで上部メニューを表示させない設定。*/
  #service2 nav#menu ul {
    display: none;
  }
  /*お問い合わせページで上部メニューを表示させない設定。*/
  #contact nav#menu ul {
    display: none;
  }
  /*トップページ以外では、サブコンテンツを表示させない設定。表示させていたいならこのブロックを削除する。*/
  #company #sub,
  #service #sub,
  #service2 #sub,
  #staff #sub,
  #recruit #sub,
  #contact #sub {
    display: none;
  }
  .book img {
    width: 100px;
    height: auto;
  }
  .book {
    width: 120px;
    float: left;
    margin-right: 0px;
    padding: 10px;
    clear: left;
  }
  .new_txt {
    text-align: left;
    padding-bottom: 10px;
    list-style-position: inside;
    list-style-type: square;
    margin-left: 20px;
    text-indent: -1.7em;
  }
  /*PC用メニューを非表示にする*/
  #menubar {
    display: none;
  }
  /*contents（３カラムを囲むブロック）
  ---------------------------------------------------------------------------*/
  #contents {
    padding: 20px 2%; /*上下、左右へのボックス内の余白*/
  }
  /*main,sub,side,contents-in
  ---------------------------------------------------------------------------*/
  #main,
  #sub,
  #side,
  #contents-in {
    float: none;
    width: auto;
  }
  /*購入の流れ
  ---------------------------------------------------------------------------*/
  .f_box1 {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 10px;
    float: none;
    background-color: #f4e8d4;
    border: 3px solid #f4e8d4;
    border-radius: 10px;
  }
  .f_box1 th {
    width: 90%;
    font-size: 120%;
    text-align: center;
    padding: 10px;
  }
  .f_box1 td {
    width: 90%;
    background-color: #ffffff;
    padding: 10px;
    border: 3px solid #f4e8d4;
    border-radius: 10px;
  }
  .ari td {
    font-size: 120%;
    background-color: #f4e8d4;
  }
  /*折り畳んで非表示にしておく*/
  .hidden_box {
    margin: 0.5em 0; /*前後の余白*/
    padding: 0;
  }
  /*ボタン装飾*/
  .hidden_box label {
    padding: 5px;
    font-weight: normal;
    border: solid 0px black;
    cursor: pointer;
  }
  /*ボタンホバー時*/
  .hidden_box label:hover {
    background: #efefef;
  }
  /*チェックは見えなくする*/
  .hidden_box input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  /*クリックで中身表示*/
  .hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
  }
  /*リフォームページ
  ---------------------------------------------------------------------------*/
  #reform {
    width: 100%;
    font-size: 100%;
    color: #666666;
    margin-top: 10px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f6f1eb;
    float: none;
    color: #333;
  }
  .reform_top {
    width: 90%;
    font-size: 100%;
    padding: 15px;
    background-color: #fae9d3;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin: auto;
    margin-top: 20px;
  }
  .reform_wide, #viewWide:checked ~ .archive .type-reform .heading.heading-secondary {
    font-size: 100%;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 30px;
    border-top: solid 2px #c00;
  }
  .r_box2 {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    float: none;
    margin: auto;
  }
  .r_box2 img {
    max-width: 640px;
    width: 100%;
    padding-top: 20px;
  }
  .r_box1,
  .r_box_b {
    width: 95%;
    padding-left: 10px;
    padding-right: 1px;
    margin-bottom: 10px;
    margin: auto;
    float: none;
    background-color: #fae9d3;
    border: 2px solid #fae9d3;
    border-radius: 10px;
    color: #fff;
  }
  .r_box1 th,
  .r_box_b th {
    display: none;
  }
  .r_box1 td,
  .r_box_b td {
    width: 95%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    margin: auto;
    text-align: center;
  }
  .r_box1 td img,
  .r_box_b img {
    width: 100%;
    height: auto;
  }
  .r_txt {
    text-align: left;
    color: #333;
    padding: 10px 5px;
  }
  /*スマホ固定ボタン
  ---------------------------------------------------------------------------*/
  .footer_fix_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0 5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #000000;
    border-top: 2px solid #ffffff;
  }
  .footer_fix_btn a {
    display: block;
    width: 80%;
    text-decoration: none;
  }
  .footer_fix_btn a:hover {
    opacity: 0.8;
  }
  a.btn_fix {
    width: 60%;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    background: #d90000; /*背景色（古いブラウザ用）*/
    background: linear-gradient(#d90000, #a70000); /*グラデーション*/
    color: #fff; /*文字色*/
    font-size: 16px; /*文字サイズ*/
    text-align: center; /*文字をセンタリング*/
    padding: 10px; /*ボタン内の余白*/
    border-radius: 10px; /*角丸のサイズ*/
    letter-spacing: 0em; /*文字間隔を広くとる設定*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
    border: 1px solid #a70000; /*枠線の幅、線種、色*/
  }
  /*マウスオン時
  a:hover.btn_fix {
  	box-shadow: none;
  	background: #fff;	
  	color: #a70000;		
  }*/
  /*その他
  ---------------------------------------------------------------------------*/
  body.s-n #sub,
  body.s-n #side {
    display: none;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  #topbox0 h2 {
    border-bottom: 18px solid #dbdbdb;
    font-size: 18px;
    margin-bottom: 0;
  }
  .spo_title {
    width: 100%;
    padding: 0px 0 0 25px;
    color: #511f19;
    font-size: 100%;
    font-weight: 600;
    float: none;
  }
  .spo_text {
    color: #333;
    text-align: left;
    width: 95%;
    margin-left: 5%;
    float: none;
  }
  .txt_right {
    text-align: center;
    color: #666;
    font-size: small;
  }
  .box14 {
    width: 100%;
    font-size: 100%;
  }
  #company {
    font-size: 100%;
  }
  #company table {
    width: auto;
  }
  #company table th {
    width: auto;
    display: block;
    text-align: center;
    border-bottom: solid 1px #efefef;
    float: none;
  }
  #company table td {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0px 20px 0px;
    border-bottom: solid 0px #efefef;
  }
  #company table .tleft {
    text-align: left;
    margin-top: 20px;
  }
  #company table td .float-l {
    width: 100%;
    float: none;
  }
  #company table td .float-r {
    width: 30%;
    float: none;
    text-align: right;
    margin: auto;
  }
  /*全体の設定
  ---------------------------------------------------------------------------*/
  /*mainコンテンツ
  ---------------------------------------------------------------------------*/
  #main h2,
  #main h3 {
    font-size: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /*段落タグ設定*/
  #main p {
    padding: 0px 10px 15px;
  }
  /*求人一覧ページの各ブロック
  ---------------------------------------------------------------------------*/
  /*各ボックスの設定*/
  .list {
    padding: 15px; /*ボックス内の余白*/
  }
  /*ボックス内のh4タグ設定*/
  .list h4 {
    font-size: 140%; /*文字サイズ*/
  }
  /*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
  ---------------------------------------------------------------------------*/
  /*各ボックスの設定*/
  .list2 li {
    width: 96%;
  }
  .list2 .img {
    float: right;
    padding: 10px;
  }
  .list2 .outline {
    padding: 5px; /*上下、左右へのボックス内の余白*/
  }
  /*件数のテキスト。※list2内でspanタグで囲った場合。*/
  .list2 span {
    font-size: 140%; /*文字サイズ*/
  }
  /*submenu（sub,sideのメニュー）
  ---------------------------------------------------------------------------*/
  /*メニュー１個ごとの設定*/
  #sub .submenu li a,
  #side .submenu li a {
    padding: 10px; /*ボックス内の余白*/
  }
  /*アイコン（正社員、アルバイト、パート、未経験可、など）
  ---------------------------------------------------------------------------*/
  /*アイコン共通*/
  .icon {
    font-size: 9px; /*文字サイズ*/
  }
  /*一覧ページのボックス内の右上のマーク
  （CMSの場合は管理ページだと「オプション1」〜のプルダウン、setup.phpだと「オプション選択肢」に関連します）
  ---------------------------------------------------------------------------*/
  /*option1〜option3、と、newアイコン共通*/
  .option1,
  .option2,
  .option3,
  .new {
    font-size: 9px; /*文字サイズ*/
    padding: 0 10px; /*上下、左右へのアイコン内の余白*/
    right: 15px; /*右から15pxの場所に配置*/
  }
  /*トップページ内「更新情報・お知らせ」ブロック
  ---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*求人一覧ページの「詳細を見る・応募する」ボタン
  ---------------------------------------------------------------------------*/
  a.btn {
    font-size: 140%; /*文字サイズ*/
    letter-spacing: normal; /*文字間隔を標準に戻す*/
  }
  /*テーブル(ta1)
  ---------------------------------------------------------------------------*/
  /*余白の上書き*/
  .ta1 caption,
  .ta1 th,
  .ta1 td {
    padding: 5px;
  }
  /*テーブル内の左側*/
  .ta1 th {
    width: 100px;
  }
  /*labelタグを1列にする（CMS用）*/
  .ta1.cms td label {
    float: none;
    width: 100%;
  }
  /*その他
  ---------------------------------------------------------------------------*/
  .ws,
  .wl {
    width: 94%;
  }
  .big1 {
    font-size: 160%;
    letter-spacing: normal;
  }
  img.fr,
  img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .box4 {
    font-size: 100%;
  }
  .c_box1 th {
    width: 80px;
    padding: 2px;
  }
  #topbox1 .box26 div {
    box-sizing: unset;
  }
  #topbox1 .box26 div hr {
    clear: unset;
    margin: 5px 0;
  }
}
#viewWide:checked ~ .archive .type-reform .heading.heading-secondary {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #viewWide:checked ~ .archive .type-reform .heading.heading-secondary {
    font-size: 2.2rem;
  }
}

.type-reform .content table tr:nth-child(odd) td {
  background-color: white;
}

#menu-item-16 a,
#menu-item-17 a,
#menu-item-18 a {
  border: none;
}

.swiper-slider {
  height: 210px;
}
@media (min-width: 576px) {
  .swiper-slider {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .swiper-slider {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .swiper-slider {
    height: 400px;
  }
}

#step table {
  border: none;
}
#step table th, #step table td {
  border: none;
  background: transparent;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* SideBar
    ----------------------------------------------------------------- */
/* Main
    ----------------------------------------------------------------- */
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */
/* fontsize_controll start */
.f8-xs, .f.f8-xs {
  font-size: 0.8rem !important;
}

.l8-xs, .l.l8-xs {
  line-height: 0.8rem !important;
}

.f9-xs, .f.f9-xs {
  font-size: 0.9rem !important;
}

.l9-xs, .l.l9-xs {
  line-height: 0.9rem !important;
}

.f10-xs, .f.f10-xs {
  font-size: 1rem !important;
}

.l10-xs, .l.l10-xs {
  line-height: 1rem !important;
}

.f11-xs, .f.f11-xs {
  font-size: 1.1rem !important;
}

.l11-xs, .l.l11-xs {
  line-height: 1.1rem !important;
}

.f12-xs, .f.f12-xs {
  font-size: 1.2rem !important;
}

.l12-xs, .l.l12-xs {
  line-height: 1.2rem !important;
}

.f13-xs, .f.f13-xs {
  font-size: 1.3rem !important;
}

.l13-xs, .l.l13-xs {
  line-height: 1.3rem !important;
}

.f14-xs, .f.f14-xs {
  font-size: 1.4rem !important;
}

.l14-xs, .l.l14-xs {
  line-height: 1.4rem !important;
}

.f15-xs, .f.f15-xs {
  font-size: 1.5rem !important;
}

.l15-xs, .l.l15-xs {
  line-height: 1.5rem !important;
}

.f16-xs, .f.f16-xs {
  font-size: 1.6rem !important;
}

.l16-xs, .l.l16-xs {
  line-height: 1.6rem !important;
}

.f17-xs, .f.f17-xs {
  font-size: 1.7rem !important;
}

.l17-xs, .l.l17-xs {
  line-height: 1.7rem !important;
}

.f18-xs, .f.f18-xs {
  font-size: 1.8rem !important;
}

.l18-xs, .l.l18-xs {
  line-height: 1.8rem !important;
}

.f19-xs, .f.f19-xs {
  font-size: 1.9rem !important;
}

.l19-xs, .l.l19-xs {
  line-height: 1.9rem !important;
}

.f20-xs, .f.f20-xs {
  font-size: 2rem !important;
}

.l20-xs, .l.l20-xs {
  line-height: 2rem !important;
}

.f22-xs, .f.f22-xs {
  font-size: 2.2rem !important;
}

.l22-xs, .l.l22-xs {
  line-height: 2.2rem !important;
}

.f24-xs, .f.f24-xs {
  font-size: 2.4rem !important;
}

.l24-xs, .l.l24-xs {
  line-height: 2.4rem !important;
}

.f26-xs, .f.f26-xs {
  font-size: 2.6rem !important;
}

.l26-xs, .l.l26-xs {
  line-height: 2.6rem !important;
}

.f28-xs, .f.f28-xs {
  font-size: 2.8rem !important;
}

.l28-xs, .l.l28-xs {
  line-height: 2.8rem !important;
}

.f30-xs, .f.f30-xs {
  font-size: 3rem !important;
}

.l30-xs, .l.l30-xs {
  line-height: 3rem !important;
}

.f32-xs, .f.f32-xs {
  font-size: 3.2rem !important;
}

.l32-xs, .l.l32-xs {
  line-height: 3.2rem !important;
}

.f34-xs, .f.f34-xs {
  font-size: 3.4rem !important;
}

.l34-xs, .l.l34-xs {
  line-height: 3.4rem !important;
}

.f36-xs, .f.f36-xs {
  font-size: 3.6rem !important;
}

.l36-xs, .l.l36-xs {
  line-height: 3.6rem !important;
}

.f38-xs, .f.f38-xs {
  font-size: 3.8rem !important;
}

.l38-xs, .l.l38-xs {
  line-height: 3.8rem !important;
}

.f40-xs, .f.f40-xs {
  font-size: 4rem !important;
}

.l40-xs, .l.l40-xs {
  line-height: 4rem !important;
}

.f48-xs, .f.f48-xs {
  font-size: 4.8rem !important;
}

.l48-xs, .l.l48-xs {
  line-height: 4.8rem !important;
}

.f56-xs, .f.f56-xs {
  font-size: 5.6rem !important;
}

.l56-xs, .l.l56-xs {
  line-height: 5.6rem !important;
}

.f64-xs, .f.f64-xs {
  font-size: 6.4rem !important;
}

.l64-xs, .l.l64-xs {
  line-height: 6.4rem !important;
}

.f72-xs, .f.f72-xs {
  font-size: 7.2rem !important;
}

.l72-xs, .l.l72-xs {
  line-height: 7.2rem !important;
}

.f80-xs, .f.f80-xs {
  font-size: 8rem !important;
}

.l80-xs, .l.l80-xs {
  line-height: 8rem !important;
}

@media (min-width: 576px) {
  .f8-sm, .f.f8-sm {
    font-size: 0.8rem !important;
  }
  .l8-sm, .l.l8-sm {
    line-height: 0.8rem !important;
  }
  .f9-sm, .f.f9-sm {
    font-size: 0.9rem !important;
  }
  .l9-sm, .l.l9-sm {
    line-height: 0.9rem !important;
  }
  .f10-sm, .f.f10-sm {
    font-size: 1rem !important;
  }
  .l10-sm, .l.l10-sm {
    line-height: 1rem !important;
  }
  .f11-sm, .f.f11-sm {
    font-size: 1.1rem !important;
  }
  .l11-sm, .l.l11-sm {
    line-height: 1.1rem !important;
  }
  .f12-sm, .f.f12-sm {
    font-size: 1.2rem !important;
  }
  .l12-sm, .l.l12-sm {
    line-height: 1.2rem !important;
  }
  .f13-sm, .f.f13-sm {
    font-size: 1.3rem !important;
  }
  .l13-sm, .l.l13-sm {
    line-height: 1.3rem !important;
  }
  .f14-sm, .f.f14-sm {
    font-size: 1.4rem !important;
  }
  .l14-sm, .l.l14-sm {
    line-height: 1.4rem !important;
  }
  .f15-sm, .f.f15-sm {
    font-size: 1.5rem !important;
  }
  .l15-sm, .l.l15-sm {
    line-height: 1.5rem !important;
  }
  .f16-sm, .f.f16-sm {
    font-size: 1.6rem !important;
  }
  .l16-sm, .l.l16-sm {
    line-height: 1.6rem !important;
  }
  .f17-sm, .f.f17-sm {
    font-size: 1.7rem !important;
  }
  .l17-sm, .l.l17-sm {
    line-height: 1.7rem !important;
  }
  .f18-sm, .f.f18-sm {
    font-size: 1.8rem !important;
  }
  .l18-sm, .l.l18-sm {
    line-height: 1.8rem !important;
  }
  .f19-sm, .f.f19-sm {
    font-size: 1.9rem !important;
  }
  .l19-sm, .l.l19-sm {
    line-height: 1.9rem !important;
  }
  .f20-sm, .f.f20-sm {
    font-size: 2rem !important;
  }
  .l20-sm, .l.l20-sm {
    line-height: 2rem !important;
  }
  .f22-sm, .f.f22-sm {
    font-size: 2.2rem !important;
  }
  .l22-sm, .l.l22-sm {
    line-height: 2.2rem !important;
  }
  .f24-sm, .f.f24-sm {
    font-size: 2.4rem !important;
  }
  .l24-sm, .l.l24-sm {
    line-height: 2.4rem !important;
  }
  .f26-sm, .f.f26-sm {
    font-size: 2.6rem !important;
  }
  .l26-sm, .l.l26-sm {
    line-height: 2.6rem !important;
  }
  .f28-sm, .f.f28-sm {
    font-size: 2.8rem !important;
  }
  .l28-sm, .l.l28-sm {
    line-height: 2.8rem !important;
  }
  .f30-sm, .f.f30-sm {
    font-size: 3rem !important;
  }
  .l30-sm, .l.l30-sm {
    line-height: 3rem !important;
  }
  .f32-sm, .f.f32-sm {
    font-size: 3.2rem !important;
  }
  .l32-sm, .l.l32-sm {
    line-height: 3.2rem !important;
  }
  .f34-sm, .f.f34-sm {
    font-size: 3.4rem !important;
  }
  .l34-sm, .l.l34-sm {
    line-height: 3.4rem !important;
  }
  .f36-sm, .f.f36-sm {
    font-size: 3.6rem !important;
  }
  .l36-sm, .l.l36-sm {
    line-height: 3.6rem !important;
  }
  .f38-sm, .f.f38-sm {
    font-size: 3.8rem !important;
  }
  .l38-sm, .l.l38-sm {
    line-height: 3.8rem !important;
  }
  .f40-sm, .f.f40-sm {
    font-size: 4rem !important;
  }
  .l40-sm, .l.l40-sm {
    line-height: 4rem !important;
  }
  .f48-sm, .f.f48-sm {
    font-size: 4.8rem !important;
  }
  .l48-sm, .l.l48-sm {
    line-height: 4.8rem !important;
  }
  .f56-sm, .f.f56-sm {
    font-size: 5.6rem !important;
  }
  .l56-sm, .l.l56-sm {
    line-height: 5.6rem !important;
  }
  .f64-sm, .f.f64-sm {
    font-size: 6.4rem !important;
  }
  .l64-sm, .l.l64-sm {
    line-height: 6.4rem !important;
  }
  .f72-sm, .f.f72-sm {
    font-size: 7.2rem !important;
  }
  .l72-sm, .l.l72-sm {
    line-height: 7.2rem !important;
  }
  .f80-sm, .f.f80-sm {
    font-size: 8rem !important;
  }
  .l80-sm, .l.l80-sm {
    line-height: 8rem !important;
  }
}
@media (min-width: 768px) {
  .f8-md, .f.f8-md {
    font-size: 0.8rem !important;
  }
  .l8-md, .l.l8-md {
    line-height: 0.8rem !important;
  }
  .f9-md, .f.f9-md {
    font-size: 0.9rem !important;
  }
  .l9-md, .l.l9-md {
    line-height: 0.9rem !important;
  }
  .f10-md, .f.f10-md {
    font-size: 1rem !important;
  }
  .l10-md, .l.l10-md {
    line-height: 1rem !important;
  }
  .f11-md, .f.f11-md {
    font-size: 1.1rem !important;
  }
  .l11-md, .l.l11-md {
    line-height: 1.1rem !important;
  }
  .f12-md, .f.f12-md {
    font-size: 1.2rem !important;
  }
  .l12-md, .l.l12-md {
    line-height: 1.2rem !important;
  }
  .f13-md, .f.f13-md {
    font-size: 1.3rem !important;
  }
  .l13-md, .l.l13-md {
    line-height: 1.3rem !important;
  }
  .f14-md, .f.f14-md {
    font-size: 1.4rem !important;
  }
  .l14-md, .l.l14-md {
    line-height: 1.4rem !important;
  }
  .f15-md, .f.f15-md {
    font-size: 1.5rem !important;
  }
  .l15-md, .l.l15-md {
    line-height: 1.5rem !important;
  }
  .f16-md, .f.f16-md {
    font-size: 1.6rem !important;
  }
  .l16-md, .l.l16-md {
    line-height: 1.6rem !important;
  }
  .f17-md, .f.f17-md {
    font-size: 1.7rem !important;
  }
  .l17-md, .l.l17-md {
    line-height: 1.7rem !important;
  }
  .f18-md, .f.f18-md {
    font-size: 1.8rem !important;
  }
  .l18-md, .l.l18-md {
    line-height: 1.8rem !important;
  }
  .f19-md, .f.f19-md {
    font-size: 1.9rem !important;
  }
  .l19-md, .l.l19-md {
    line-height: 1.9rem !important;
  }
  .f20-md, .f.f20-md {
    font-size: 2rem !important;
  }
  .l20-md, .l.l20-md {
    line-height: 2rem !important;
  }
  .f22-md, .f.f22-md {
    font-size: 2.2rem !important;
  }
  .l22-md, .l.l22-md {
    line-height: 2.2rem !important;
  }
  .f24-md, .f.f24-md {
    font-size: 2.4rem !important;
  }
  .l24-md, .l.l24-md {
    line-height: 2.4rem !important;
  }
  .f26-md, .f.f26-md {
    font-size: 2.6rem !important;
  }
  .l26-md, .l.l26-md {
    line-height: 2.6rem !important;
  }
  .f28-md, .f.f28-md {
    font-size: 2.8rem !important;
  }
  .l28-md, .l.l28-md {
    line-height: 2.8rem !important;
  }
  .f30-md, .f.f30-md {
    font-size: 3rem !important;
  }
  .l30-md, .l.l30-md {
    line-height: 3rem !important;
  }
  .f32-md, .f.f32-md {
    font-size: 3.2rem !important;
  }
  .l32-md, .l.l32-md {
    line-height: 3.2rem !important;
  }
  .f34-md, .f.f34-md {
    font-size: 3.4rem !important;
  }
  .l34-md, .l.l34-md {
    line-height: 3.4rem !important;
  }
  .f36-md, .f.f36-md {
    font-size: 3.6rem !important;
  }
  .l36-md, .l.l36-md {
    line-height: 3.6rem !important;
  }
  .f38-md, .f.f38-md {
    font-size: 3.8rem !important;
  }
  .l38-md, .l.l38-md {
    line-height: 3.8rem !important;
  }
  .f40-md, .f.f40-md {
    font-size: 4rem !important;
  }
  .l40-md, .l.l40-md {
    line-height: 4rem !important;
  }
  .f48-md, .f.f48-md {
    font-size: 4.8rem !important;
  }
  .l48-md, .l.l48-md {
    line-height: 4.8rem !important;
  }
  .f56-md, .f.f56-md {
    font-size: 5.6rem !important;
  }
  .l56-md, .l.l56-md {
    line-height: 5.6rem !important;
  }
  .f64-md, .f.f64-md {
    font-size: 6.4rem !important;
  }
  .l64-md, .l.l64-md {
    line-height: 6.4rem !important;
  }
  .f72-md, .f.f72-md {
    font-size: 7.2rem !important;
  }
  .l72-md, .l.l72-md {
    line-height: 7.2rem !important;
  }
  .f80-md, .f.f80-md {
    font-size: 8rem !important;
  }
  .l80-md, .l.l80-md {
    line-height: 8rem !important;
  }
}
@media (min-width: 992px) {
  .f8-lg, .f.f8-lg {
    font-size: 0.8rem !important;
  }
  .l8-lg, .l.l8-lg {
    line-height: 0.8rem !important;
  }
  .f9-lg, .f.f9-lg {
    font-size: 0.9rem !important;
  }
  .l9-lg, .l.l9-lg {
    line-height: 0.9rem !important;
  }
  .f10-lg, .f.f10-lg {
    font-size: 1rem !important;
  }
  .l10-lg, .l.l10-lg {
    line-height: 1rem !important;
  }
  .f11-lg, .f.f11-lg {
    font-size: 1.1rem !important;
  }
  .l11-lg, .l.l11-lg {
    line-height: 1.1rem !important;
  }
  .f12-lg, .f.f12-lg {
    font-size: 1.2rem !important;
  }
  .l12-lg, .l.l12-lg {
    line-height: 1.2rem !important;
  }
  .f13-lg, .f.f13-lg {
    font-size: 1.3rem !important;
  }
  .l13-lg, .l.l13-lg {
    line-height: 1.3rem !important;
  }
  .f14-lg, .f.f14-lg {
    font-size: 1.4rem !important;
  }
  .l14-lg, .l.l14-lg {
    line-height: 1.4rem !important;
  }
  .f15-lg, .f.f15-lg {
    font-size: 1.5rem !important;
  }
  .l15-lg, .l.l15-lg {
    line-height: 1.5rem !important;
  }
  .f16-lg, .f.f16-lg {
    font-size: 1.6rem !important;
  }
  .l16-lg, .l.l16-lg {
    line-height: 1.6rem !important;
  }
  .f17-lg, .f.f17-lg {
    font-size: 1.7rem !important;
  }
  .l17-lg, .l.l17-lg {
    line-height: 1.7rem !important;
  }
  .f18-lg, .f.f18-lg {
    font-size: 1.8rem !important;
  }
  .l18-lg, .l.l18-lg {
    line-height: 1.8rem !important;
  }
  .f19-lg, .f.f19-lg {
    font-size: 1.9rem !important;
  }
  .l19-lg, .l.l19-lg {
    line-height: 1.9rem !important;
  }
  .f20-lg, .f.f20-lg {
    font-size: 2rem !important;
  }
  .l20-lg, .l.l20-lg {
    line-height: 2rem !important;
  }
  .f22-lg, .f.f22-lg {
    font-size: 2.2rem !important;
  }
  .l22-lg, .l.l22-lg {
    line-height: 2.2rem !important;
  }
  .f24-lg, .f.f24-lg {
    font-size: 2.4rem !important;
  }
  .l24-lg, .l.l24-lg {
    line-height: 2.4rem !important;
  }
  .f26-lg, .f.f26-lg {
    font-size: 2.6rem !important;
  }
  .l26-lg, .l.l26-lg {
    line-height: 2.6rem !important;
  }
  .f28-lg, .f.f28-lg {
    font-size: 2.8rem !important;
  }
  .l28-lg, .l.l28-lg {
    line-height: 2.8rem !important;
  }
  .f30-lg, .f.f30-lg {
    font-size: 3rem !important;
  }
  .l30-lg, .l.l30-lg {
    line-height: 3rem !important;
  }
  .f32-lg, .f.f32-lg {
    font-size: 3.2rem !important;
  }
  .l32-lg, .l.l32-lg {
    line-height: 3.2rem !important;
  }
  .f34-lg, .f.f34-lg {
    font-size: 3.4rem !important;
  }
  .l34-lg, .l.l34-lg {
    line-height: 3.4rem !important;
  }
  .f36-lg, .f.f36-lg {
    font-size: 3.6rem !important;
  }
  .l36-lg, .l.l36-lg {
    line-height: 3.6rem !important;
  }
  .f38-lg, .f.f38-lg {
    font-size: 3.8rem !important;
  }
  .l38-lg, .l.l38-lg {
    line-height: 3.8rem !important;
  }
  .f40-lg, .f.f40-lg {
    font-size: 4rem !important;
  }
  .l40-lg, .l.l40-lg {
    line-height: 4rem !important;
  }
  .f48-lg, .f.f48-lg {
    font-size: 4.8rem !important;
  }
  .l48-lg, .l.l48-lg {
    line-height: 4.8rem !important;
  }
  .f56-lg, .f.f56-lg {
    font-size: 5.6rem !important;
  }
  .l56-lg, .l.l56-lg {
    line-height: 5.6rem !important;
  }
  .f64-lg, .f.f64-lg {
    font-size: 6.4rem !important;
  }
  .l64-lg, .l.l64-lg {
    line-height: 6.4rem !important;
  }
  .f72-lg, .f.f72-lg {
    font-size: 7.2rem !important;
  }
  .l72-lg, .l.l72-lg {
    line-height: 7.2rem !important;
  }
  .f80-lg, .f.f80-lg {
    font-size: 8rem !important;
  }
  .l80-lg, .l.l80-lg {
    line-height: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .f8-xl, .f.f8-xl {
    font-size: 0.8rem !important;
  }
  .l8-xl, .l.l8-xl {
    line-height: 0.8rem !important;
  }
  .f9-xl, .f.f9-xl {
    font-size: 0.9rem !important;
  }
  .l9-xl, .l.l9-xl {
    line-height: 0.9rem !important;
  }
  .f10-xl, .f.f10-xl {
    font-size: 1rem !important;
  }
  .l10-xl, .l.l10-xl {
    line-height: 1rem !important;
  }
  .f11-xl, .f.f11-xl {
    font-size: 1.1rem !important;
  }
  .l11-xl, .l.l11-xl {
    line-height: 1.1rem !important;
  }
  .f12-xl, .f.f12-xl {
    font-size: 1.2rem !important;
  }
  .l12-xl, .l.l12-xl {
    line-height: 1.2rem !important;
  }
  .f13-xl, .f.f13-xl {
    font-size: 1.3rem !important;
  }
  .l13-xl, .l.l13-xl {
    line-height: 1.3rem !important;
  }
  .f14-xl, .f.f14-xl {
    font-size: 1.4rem !important;
  }
  .l14-xl, .l.l14-xl {
    line-height: 1.4rem !important;
  }
  .f15-xl, .f.f15-xl {
    font-size: 1.5rem !important;
  }
  .l15-xl, .l.l15-xl {
    line-height: 1.5rem !important;
  }
  .f16-xl, .f.f16-xl {
    font-size: 1.6rem !important;
  }
  .l16-xl, .l.l16-xl {
    line-height: 1.6rem !important;
  }
  .f17-xl, .f.f17-xl {
    font-size: 1.7rem !important;
  }
  .l17-xl, .l.l17-xl {
    line-height: 1.7rem !important;
  }
  .f18-xl, .f.f18-xl {
    font-size: 1.8rem !important;
  }
  .l18-xl, .l.l18-xl {
    line-height: 1.8rem !important;
  }
  .f19-xl, .f.f19-xl {
    font-size: 1.9rem !important;
  }
  .l19-xl, .l.l19-xl {
    line-height: 1.9rem !important;
  }
  .f20-xl, .f.f20-xl {
    font-size: 2rem !important;
  }
  .l20-xl, .l.l20-xl {
    line-height: 2rem !important;
  }
  .f22-xl, .f.f22-xl {
    font-size: 2.2rem !important;
  }
  .l22-xl, .l.l22-xl {
    line-height: 2.2rem !important;
  }
  .f24-xl, .f.f24-xl {
    font-size: 2.4rem !important;
  }
  .l24-xl, .l.l24-xl {
    line-height: 2.4rem !important;
  }
  .f26-xl, .f.f26-xl {
    font-size: 2.6rem !important;
  }
  .l26-xl, .l.l26-xl {
    line-height: 2.6rem !important;
  }
  .f28-xl, .f.f28-xl {
    font-size: 2.8rem !important;
  }
  .l28-xl, .l.l28-xl {
    line-height: 2.8rem !important;
  }
  .f30-xl, .f.f30-xl {
    font-size: 3rem !important;
  }
  .l30-xl, .l.l30-xl {
    line-height: 3rem !important;
  }
  .f32-xl, .f.f32-xl {
    font-size: 3.2rem !important;
  }
  .l32-xl, .l.l32-xl {
    line-height: 3.2rem !important;
  }
  .f34-xl, .f.f34-xl {
    font-size: 3.4rem !important;
  }
  .l34-xl, .l.l34-xl {
    line-height: 3.4rem !important;
  }
  .f36-xl, .f.f36-xl {
    font-size: 3.6rem !important;
  }
  .l36-xl, .l.l36-xl {
    line-height: 3.6rem !important;
  }
  .f38-xl, .f.f38-xl {
    font-size: 3.8rem !important;
  }
  .l38-xl, .l.l38-xl {
    line-height: 3.8rem !important;
  }
  .f40-xl, .f.f40-xl {
    font-size: 4rem !important;
  }
  .l40-xl, .l.l40-xl {
    line-height: 4rem !important;
  }
  .f48-xl, .f.f48-xl {
    font-size: 4.8rem !important;
  }
  .l48-xl, .l.l48-xl {
    line-height: 4.8rem !important;
  }
  .f56-xl, .f.f56-xl {
    font-size: 5.6rem !important;
  }
  .l56-xl, .l.l56-xl {
    line-height: 5.6rem !important;
  }
  .f64-xl, .f.f64-xl {
    font-size: 6.4rem !important;
  }
  .l64-xl, .l.l64-xl {
    line-height: 6.4rem !important;
  }
  .f72-xl, .f.f72-xl {
    font-size: 7.2rem !important;
  }
  .l72-xl, .l.l72-xl {
    line-height: 7.2rem !important;
  }
  .f80-xl, .f.f80-xl {
    font-size: 8rem !important;
  }
  .l80-xl, .l.l80-xl {
    line-height: 8rem !important;
  }
}
.accent {
  font-size: 125% !important;
}

.weaken {
  font-size: 75% !important;
}

.text-scale200 {
  font-size: 200% !important;
}

.text-scale180 {
  font-size: 180% !important;
}

.text-scale150 {
  font-size: 150% !important;
}

.text-scale125 {
  font-size: 125% !important;
}

.text-scale100 {
  font-size: 100% !important;
}

.text-scale80 {
  font-size: 80% !important;
}

.text-scale70 {
  font-size: 70% !important;
}

.text-scale60 {
  font-size: 60% !important;
}

.text-scale50 {
  font-size: 50% !important;
}

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

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

.nodeco {
  border: none !important;
  text-decoration: none !important;
  font-style: normal !important;
}
.nodeco::before, .nodeco::after {
  content: none !important;
  background: none !important;
  border: none !important;
}

/* fontsize_controll end */
/* space_controll start */
/* compiled by sass meister
https://www.sassmeister.com/ */
.m0-xs, .m.m0-xs {
  margin: 0px !important;
}

.mt0-xs, .m.mt0-xs {
  margin-top: 0px !important;
}

.mr0-xs, .m.mr0-xs {
  margin-right: 0px !important;
}

.mb0-xs, .m.mb0-xs {
  margin-bottom: 0px !important;
}

.ml0-xs, .m.ml0-xs {
  margin-left: 0px !important;
}

.mx0-xs, .m.mx0-xs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my0-xs, .m.my0-xs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mtn0-xs, .m.mtn0-xs {
  margin-top: 0px !important;
}

.mrn0-xs, .m.mrn0-xs {
  margin-right: 0px !important;
}

.mbn0-xs, .m.mbn0-xs {
  margin-bottom: 0px !important;
}

.mln0-xs, .m.mln0-xs {
  margin-left: 0px !important;
}

.mxn0-xs, .m.mxn0-xs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.myn0-xs, .m.myn0-xs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0-xs, .p.p0-xs {
  padding: 0px !important;
}

.pt0-xs, .p.pt0-xs {
  padding-top: 0px !important;
}

.pr0-xs, .p.pr0-xs {
  padding-right: 0px !important;
}

.pb0-xs, .p.pb0-xs {
  padding-bottom: 0px !important;
}

.pl0-xs, .p.pl0-xs {
  padding-left: 0px !important;
}

.px0-xs, .p.px0-xs {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py0-xs, .p.py0-xs {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m1-xs, .m.m1-xs {
  margin: 4px !important;
}

.mt1-xs, .m.mt1-xs {
  margin-top: 4px !important;
}

.mr1-xs, .m.mr1-xs {
  margin-right: 4px !important;
}

.mb1-xs, .m.mb1-xs {
  margin-bottom: 4px !important;
}

.ml1-xs, .m.ml1-xs {
  margin-left: 4px !important;
}

.mx1-xs, .m.mx1-xs {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.my1-xs, .m.my1-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mtn1-xs, .m.mtn1-xs {
  margin-top: -4px !important;
}

.mrn1-xs, .m.mrn1-xs {
  margin-right: -4px !important;
}

.mbn1-xs, .m.mbn1-xs {
  margin-bottom: -4px !important;
}

.mln1-xs, .m.mln1-xs {
  margin-left: -4px !important;
}

.mxn1-xs, .m.mxn1-xs {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.myn1-xs, .m.myn1-xs {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.p1-xs, .p.p1-xs {
  padding: 4px !important;
}

.pt1-xs, .p.pt1-xs {
  padding-top: 4px !important;
}

.pr1-xs, .p.pr1-xs {
  padding-right: 4px !important;
}

.pb1-xs, .p.pb1-xs {
  padding-bottom: 4px !important;
}

.pl1-xs, .p.pl1-xs {
  padding-left: 4px !important;
}

.px1-xs, .p.px1-xs {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.py1-xs, .p.py1-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m2-xs, .m.m2-xs {
  margin: 8px !important;
}

.mt2-xs, .m.mt2-xs {
  margin-top: 8px !important;
}

.mr2-xs, .m.mr2-xs {
  margin-right: 8px !important;
}

.mb2-xs, .m.mb2-xs {
  margin-bottom: 8px !important;
}

.ml2-xs, .m.ml2-xs {
  margin-left: 8px !important;
}

.mx2-xs, .m.mx2-xs {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my2-xs, .m.my2-xs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mtn2-xs, .m.mtn2-xs {
  margin-top: -8px !important;
}

.mrn2-xs, .m.mrn2-xs {
  margin-right: -8px !important;
}

.mbn2-xs, .m.mbn2-xs {
  margin-bottom: -8px !important;
}

.mln2-xs, .m.mln2-xs {
  margin-left: -8px !important;
}

.mxn2-xs, .m.mxn2-xs {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.myn2-xs, .m.myn2-xs {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.p2-xs, .p.p2-xs {
  padding: 8px !important;
}

.pt2-xs, .p.pt2-xs {
  padding-top: 8px !important;
}

.pr2-xs, .p.pr2-xs {
  padding-right: 8px !important;
}

.pb2-xs, .p.pb2-xs {
  padding-bottom: 8px !important;
}

.pl2-xs, .p.pl2-xs {
  padding-left: 8px !important;
}

.px2-xs, .p.px2-xs {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py2-xs, .p.py2-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m3-xs, .m.m3-xs {
  margin: 16px !important;
}

.mt3-xs, .m.mt3-xs {
  margin-top: 16px !important;
}

.mr3-xs, .m.mr3-xs {
  margin-right: 16px !important;
}

.mb3-xs, .m.mb3-xs {
  margin-bottom: 16px !important;
}

.ml3-xs, .m.ml3-xs {
  margin-left: 16px !important;
}

.mx3-xs, .m.mx3-xs {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my3-xs, .m.my3-xs {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mtn3-xs, .m.mtn3-xs {
  margin-top: -16px !important;
}

.mrn3-xs, .m.mrn3-xs {
  margin-right: -16px !important;
}

.mbn3-xs, .m.mbn3-xs {
  margin-bottom: -16px !important;
}

.mln3-xs, .m.mln3-xs {
  margin-left: -16px !important;
}

.mxn3-xs, .m.mxn3-xs {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.myn3-xs, .m.myn3-xs {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.p3-xs, .p.p3-xs {
  padding: 16px !important;
}

.pt3-xs, .p.pt3-xs {
  padding-top: 16px !important;
}

.pr3-xs, .p.pr3-xs {
  padding-right: 16px !important;
}

.pb3-xs, .p.pb3-xs {
  padding-bottom: 16px !important;
}

.pl3-xs, .p.pl3-xs {
  padding-left: 16px !important;
}

.px3-xs, .p.px3-xs {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py3-xs, .p.py3-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m4-xs, .m.m4-xs {
  margin: 24px !important;
}

.mt4-xs, .m.mt4-xs {
  margin-top: 24px !important;
}

.mr4-xs, .m.mr4-xs {
  margin-right: 24px !important;
}

.mb4-xs, .m.mb4-xs {
  margin-bottom: 24px !important;
}

.ml4-xs, .m.ml4-xs {
  margin-left: 24px !important;
}

.mx4-xs, .m.mx4-xs {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my4-xs, .m.my4-xs {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mtn4-xs, .m.mtn4-xs {
  margin-top: -24px !important;
}

.mrn4-xs, .m.mrn4-xs {
  margin-right: -24px !important;
}

.mbn4-xs, .m.mbn4-xs {
  margin-bottom: -24px !important;
}

.mln4-xs, .m.mln4-xs {
  margin-left: -24px !important;
}

.mxn4-xs, .m.mxn4-xs {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.myn4-xs, .m.myn4-xs {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.p4-xs, .p.p4-xs {
  padding: 24px !important;
}

.pt4-xs, .p.pt4-xs {
  padding-top: 24px !important;
}

.pr4-xs, .p.pr4-xs {
  padding-right: 24px !important;
}

.pb4-xs, .p.pb4-xs {
  padding-bottom: 24px !important;
}

.pl4-xs, .p.pl4-xs {
  padding-left: 24px !important;
}

.px4-xs, .p.px4-xs {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py4-xs, .p.py4-xs {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.m5-xs, .m.m5-xs {
  margin: 32px !important;
}

.mt5-xs, .m.mt5-xs {
  margin-top: 32px !important;
}

.mr5-xs, .m.mr5-xs {
  margin-right: 32px !important;
}

.mb5-xs, .m.mb5-xs {
  margin-bottom: 32px !important;
}

.ml5-xs, .m.ml5-xs {
  margin-left: 32px !important;
}

.mx5-xs, .m.mx5-xs {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.my5-xs, .m.my5-xs {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mtn5-xs, .m.mtn5-xs {
  margin-top: -32px !important;
}

.mrn5-xs, .m.mrn5-xs {
  margin-right: -32px !important;
}

.mbn5-xs, .m.mbn5-xs {
  margin-bottom: -32px !important;
}

.mln5-xs, .m.mln5-xs {
  margin-left: -32px !important;
}

.mxn5-xs, .m.mxn5-xs {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.myn5-xs, .m.myn5-xs {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.p5-xs, .p.p5-xs {
  padding: 32px !important;
}

.pt5-xs, .p.pt5-xs {
  padding-top: 32px !important;
}

.pr5-xs, .p.pr5-xs {
  padding-right: 32px !important;
}

.pb5-xs, .p.pb5-xs {
  padding-bottom: 32px !important;
}

.pl5-xs, .p.pl5-xs {
  padding-left: 32px !important;
}

.px5-xs, .p.px5-xs {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py5-xs, .p.py5-xs {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.m6-xs, .m.m6-xs {
  margin: 48px !important;
}

.mt6-xs, .m.mt6-xs {
  margin-top: 48px !important;
}

.mr6-xs, .m.mr6-xs {
  margin-right: 48px !important;
}

.mb6-xs, .m.mb6-xs {
  margin-bottom: 48px !important;
}

.ml6-xs, .m.ml6-xs {
  margin-left: 48px !important;
}

.mx6-xs, .m.mx6-xs {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.my6-xs, .m.my6-xs {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mtn6-xs, .m.mtn6-xs {
  margin-top: -48px !important;
}

.mrn6-xs, .m.mrn6-xs {
  margin-right: -48px !important;
}

.mbn6-xs, .m.mbn6-xs {
  margin-bottom: -48px !important;
}

.mln6-xs, .m.mln6-xs {
  margin-left: -48px !important;
}

.mxn6-xs, .m.mxn6-xs {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.myn6-xs, .m.myn6-xs {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.p6-xs, .p.p6-xs {
  padding: 48px !important;
}

.pt6-xs, .p.pt6-xs {
  padding-top: 48px !important;
}

.pr6-xs, .p.pr6-xs {
  padding-right: 48px !important;
}

.pb6-xs, .p.pb6-xs {
  padding-bottom: 48px !important;
}

.pl6-xs, .p.pl6-xs {
  padding-left: 48px !important;
}

.px6-xs, .p.px6-xs {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py6-xs, .p.py6-xs {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.m7-xs, .m.m7-xs {
  margin: 64px !important;
}

.mt7-xs, .m.mt7-xs {
  margin-top: 64px !important;
}

.mr7-xs, .m.mr7-xs {
  margin-right: 64px !important;
}

.mb7-xs, .m.mb7-xs {
  margin-bottom: 64px !important;
}

.ml7-xs, .m.ml7-xs {
  margin-left: 64px !important;
}

.mx7-xs, .m.mx7-xs {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.my7-xs, .m.my7-xs {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mtn7-xs, .m.mtn7-xs {
  margin-top: -64px !important;
}

.mrn7-xs, .m.mrn7-xs {
  margin-right: -64px !important;
}

.mbn7-xs, .m.mbn7-xs {
  margin-bottom: -64px !important;
}

.mln7-xs, .m.mln7-xs {
  margin-left: -64px !important;
}

.mxn7-xs, .m.mxn7-xs {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

.myn7-xs, .m.myn7-xs {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.p7-xs, .p.p7-xs {
  padding: 64px !important;
}

.pt7-xs, .p.pt7-xs {
  padding-top: 64px !important;
}

.pr7-xs, .p.pr7-xs {
  padding-right: 64px !important;
}

.pb7-xs, .p.pb7-xs {
  padding-bottom: 64px !important;
}

.pl7-xs, .p.pl7-xs {
  padding-left: 64px !important;
}

.px7-xs, .p.px7-xs {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.py7-xs, .p.py7-xs {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.m8-xs, .m.m8-xs {
  margin: 72px !important;
}

.mt8-xs, .m.mt8-xs {
  margin-top: 72px !important;
}

.mr8-xs, .m.mr8-xs {
  margin-right: 72px !important;
}

.mb8-xs, .m.mb8-xs {
  margin-bottom: 72px !important;
}

.ml8-xs, .m.ml8-xs {
  margin-left: 72px !important;
}

.mx8-xs, .m.mx8-xs {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.my8-xs, .m.my8-xs {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mtn8-xs, .m.mtn8-xs {
  margin-top: -72px !important;
}

.mrn8-xs, .m.mrn8-xs {
  margin-right: -72px !important;
}

.mbn8-xs, .m.mbn8-xs {
  margin-bottom: -72px !important;
}

.mln8-xs, .m.mln8-xs {
  margin-left: -72px !important;
}

.mxn8-xs, .m.mxn8-xs {
  margin-right: -72px !important;
  margin-left: -72px !important;
}

.myn8-xs, .m.myn8-xs {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.p8-xs, .p.p8-xs {
  padding: 72px !important;
}

.pt8-xs, .p.pt8-xs {
  padding-top: 72px !important;
}

.pr8-xs, .p.pr8-xs {
  padding-right: 72px !important;
}

.pb8-xs, .p.pb8-xs {
  padding-bottom: 72px !important;
}

.pl8-xs, .p.pl8-xs {
  padding-left: 72px !important;
}

.px8-xs, .p.px8-xs {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.py8-xs, .p.py8-xs {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.m9-xs, .m.m9-xs {
  margin: 80px !important;
}

.mt9-xs, .m.mt9-xs {
  margin-top: 80px !important;
}

.mr9-xs, .m.mr9-xs {
  margin-right: 80px !important;
}

.mb9-xs, .m.mb9-xs {
  margin-bottom: 80px !important;
}

.ml9-xs, .m.ml9-xs {
  margin-left: 80px !important;
}

.mx9-xs, .m.mx9-xs {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my9-xs, .m.my9-xs {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtn9-xs, .m.mtn9-xs {
  margin-top: -80px !important;
}

.mrn9-xs, .m.mrn9-xs {
  margin-right: -80px !important;
}

.mbn9-xs, .m.mbn9-xs {
  margin-bottom: -80px !important;
}

.mln9-xs, .m.mln9-xs {
  margin-left: -80px !important;
}

.mxn9-xs, .m.mxn9-xs {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.myn9-xs, .m.myn9-xs {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.p9-xs, .p.p9-xs {
  padding: 80px !important;
}

.pt9-xs, .p.pt9-xs {
  padding-top: 80px !important;
}

.pr9-xs, .p.pr9-xs {
  padding-right: 80px !important;
}

.pb9-xs, .p.pb9-xs {
  padding-bottom: 80px !important;
}

.pl9-xs, .p.pl9-xs {
  padding-left: 80px !important;
}

.px9-xs, .p.px9-xs {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py9-xs, .p.py9-xs {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m10-xs, .m.m10-xs {
  margin: 96px !important;
}

.mt10-xs, .m.mt10-xs {
  margin-top: 96px !important;
}

.mr10-xs, .m.mr10-xs {
  margin-right: 96px !important;
}

.mb10-xs, .m.mb10-xs {
  margin-bottom: 96px !important;
}

.ml10-xs, .m.ml10-xs {
  margin-left: 96px !important;
}

.mx10-xs, .m.mx10-xs {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.my10-xs, .m.my10-xs {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mtn10-xs, .m.mtn10-xs {
  margin-top: -96px !important;
}

.mrn10-xs, .m.mrn10-xs {
  margin-right: -96px !important;
}

.mbn10-xs, .m.mbn10-xs {
  margin-bottom: -96px !important;
}

.mln10-xs, .m.mln10-xs {
  margin-left: -96px !important;
}

.mxn10-xs, .m.mxn10-xs {
  margin-right: -96px !important;
  margin-left: -96px !important;
}

.myn10-xs, .m.myn10-xs {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.p10-xs, .p.p10-xs {
  padding: 96px !important;
}

.pt10-xs, .p.pt10-xs {
  padding-top: 96px !important;
}

.pr10-xs, .p.pr10-xs {
  padding-right: 96px !important;
}

.pb10-xs, .p.pb10-xs {
  padding-bottom: 96px !important;
}

.pl10-xs, .p.pl10-xs {
  padding-left: 96px !important;
}

.px10-xs, .p.px10-xs {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.py10-xs, .p.py10-xs {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

@media (min-width: 576px) {
  .m0-sm, .m.m0-sm {
    margin: 0px !important;
  }
  .mt0-sm, .m.mt0-sm {
    margin-top: 0px !important;
  }
  .mr0-sm, .m.mr0-sm {
    margin-right: 0px !important;
  }
  .mb0-sm, .m.mb0-sm {
    margin-bottom: 0px !important;
  }
  .ml0-sm, .m.ml0-sm {
    margin-left: 0px !important;
  }
  .mx0-sm, .m.mx0-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-sm, .m.my0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-sm, .m.mtn0-sm {
    margin-top: 0px !important;
  }
  .mrn0-sm, .m.mrn0-sm {
    margin-right: 0px !important;
  }
  .mbn0-sm, .m.mbn0-sm {
    margin-bottom: 0px !important;
  }
  .mln0-sm, .m.mln0-sm {
    margin-left: 0px !important;
  }
  .mxn0-sm, .m.mxn0-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-sm, .m.myn0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-sm, .p.p0-sm {
    padding: 0px !important;
  }
  .pt0-sm, .p.pt0-sm {
    padding-top: 0px !important;
  }
  .pr0-sm, .p.pr0-sm {
    padding-right: 0px !important;
  }
  .pb0-sm, .p.pb0-sm {
    padding-bottom: 0px !important;
  }
  .pl0-sm, .p.pl0-sm {
    padding-left: 0px !important;
  }
  .px0-sm, .p.px0-sm {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-sm, .p.py0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-sm, .m.m1-sm {
    margin: 4px !important;
  }
  .mt1-sm, .m.mt1-sm {
    margin-top: 4px !important;
  }
  .mr1-sm, .m.mr1-sm {
    margin-right: 4px !important;
  }
  .mb1-sm, .m.mb1-sm {
    margin-bottom: 4px !important;
  }
  .ml1-sm, .m.ml1-sm {
    margin-left: 4px !important;
  }
  .mx1-sm, .m.mx1-sm {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-sm, .m.my1-sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-sm, .m.mtn1-sm {
    margin-top: -4px !important;
  }
  .mrn1-sm, .m.mrn1-sm {
    margin-right: -4px !important;
  }
  .mbn1-sm, .m.mbn1-sm {
    margin-bottom: -4px !important;
  }
  .mln1-sm, .m.mln1-sm {
    margin-left: -4px !important;
  }
  .mxn1-sm, .m.mxn1-sm {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-sm, .m.myn1-sm {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-sm, .p.p1-sm {
    padding: 4px !important;
  }
  .pt1-sm, .p.pt1-sm {
    padding-top: 4px !important;
  }
  .pr1-sm, .p.pr1-sm {
    padding-right: 4px !important;
  }
  .pb1-sm, .p.pb1-sm {
    padding-bottom: 4px !important;
  }
  .pl1-sm, .p.pl1-sm {
    padding-left: 4px !important;
  }
  .px1-sm, .p.px1-sm {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-sm, .p.py1-sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-sm, .m.m2-sm {
    margin: 8px !important;
  }
  .mt2-sm, .m.mt2-sm {
    margin-top: 8px !important;
  }
  .mr2-sm, .m.mr2-sm {
    margin-right: 8px !important;
  }
  .mb2-sm, .m.mb2-sm {
    margin-bottom: 8px !important;
  }
  .ml2-sm, .m.ml2-sm {
    margin-left: 8px !important;
  }
  .mx2-sm, .m.mx2-sm {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-sm, .m.my2-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-sm, .m.mtn2-sm {
    margin-top: -8px !important;
  }
  .mrn2-sm, .m.mrn2-sm {
    margin-right: -8px !important;
  }
  .mbn2-sm, .m.mbn2-sm {
    margin-bottom: -8px !important;
  }
  .mln2-sm, .m.mln2-sm {
    margin-left: -8px !important;
  }
  .mxn2-sm, .m.mxn2-sm {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-sm, .m.myn2-sm {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-sm, .p.p2-sm {
    padding: 8px !important;
  }
  .pt2-sm, .p.pt2-sm {
    padding-top: 8px !important;
  }
  .pr2-sm, .p.pr2-sm {
    padding-right: 8px !important;
  }
  .pb2-sm, .p.pb2-sm {
    padding-bottom: 8px !important;
  }
  .pl2-sm, .p.pl2-sm {
    padding-left: 8px !important;
  }
  .px2-sm, .p.px2-sm {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-sm, .p.py2-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-sm, .m.m3-sm {
    margin: 16px !important;
  }
  .mt3-sm, .m.mt3-sm {
    margin-top: 16px !important;
  }
  .mr3-sm, .m.mr3-sm {
    margin-right: 16px !important;
  }
  .mb3-sm, .m.mb3-sm {
    margin-bottom: 16px !important;
  }
  .ml3-sm, .m.ml3-sm {
    margin-left: 16px !important;
  }
  .mx3-sm, .m.mx3-sm {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-sm, .m.my3-sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-sm, .m.mtn3-sm {
    margin-top: -16px !important;
  }
  .mrn3-sm, .m.mrn3-sm {
    margin-right: -16px !important;
  }
  .mbn3-sm, .m.mbn3-sm {
    margin-bottom: -16px !important;
  }
  .mln3-sm, .m.mln3-sm {
    margin-left: -16px !important;
  }
  .mxn3-sm, .m.mxn3-sm {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-sm, .m.myn3-sm {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-sm, .p.p3-sm {
    padding: 16px !important;
  }
  .pt3-sm, .p.pt3-sm {
    padding-top: 16px !important;
  }
  .pr3-sm, .p.pr3-sm {
    padding-right: 16px !important;
  }
  .pb3-sm, .p.pb3-sm {
    padding-bottom: 16px !important;
  }
  .pl3-sm, .p.pl3-sm {
    padding-left: 16px !important;
  }
  .px3-sm, .p.px3-sm {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-sm, .p.py3-sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-sm, .m.m4-sm {
    margin: 24px !important;
  }
  .mt4-sm, .m.mt4-sm {
    margin-top: 24px !important;
  }
  .mr4-sm, .m.mr4-sm {
    margin-right: 24px !important;
  }
  .mb4-sm, .m.mb4-sm {
    margin-bottom: 24px !important;
  }
  .ml4-sm, .m.ml4-sm {
    margin-left: 24px !important;
  }
  .mx4-sm, .m.mx4-sm {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-sm, .m.my4-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-sm, .m.mtn4-sm {
    margin-top: -24px !important;
  }
  .mrn4-sm, .m.mrn4-sm {
    margin-right: -24px !important;
  }
  .mbn4-sm, .m.mbn4-sm {
    margin-bottom: -24px !important;
  }
  .mln4-sm, .m.mln4-sm {
    margin-left: -24px !important;
  }
  .mxn4-sm, .m.mxn4-sm {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-sm, .m.myn4-sm {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-sm, .p.p4-sm {
    padding: 24px !important;
  }
  .pt4-sm, .p.pt4-sm {
    padding-top: 24px !important;
  }
  .pr4-sm, .p.pr4-sm {
    padding-right: 24px !important;
  }
  .pb4-sm, .p.pb4-sm {
    padding-bottom: 24px !important;
  }
  .pl4-sm, .p.pl4-sm {
    padding-left: 24px !important;
  }
  .px4-sm, .p.px4-sm {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-sm, .p.py4-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-sm, .m.m5-sm {
    margin: 32px !important;
  }
  .mt5-sm, .m.mt5-sm {
    margin-top: 32px !important;
  }
  .mr5-sm, .m.mr5-sm {
    margin-right: 32px !important;
  }
  .mb5-sm, .m.mb5-sm {
    margin-bottom: 32px !important;
  }
  .ml5-sm, .m.ml5-sm {
    margin-left: 32px !important;
  }
  .mx5-sm, .m.mx5-sm {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-sm, .m.my5-sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-sm, .m.mtn5-sm {
    margin-top: -32px !important;
  }
  .mrn5-sm, .m.mrn5-sm {
    margin-right: -32px !important;
  }
  .mbn5-sm, .m.mbn5-sm {
    margin-bottom: -32px !important;
  }
  .mln5-sm, .m.mln5-sm {
    margin-left: -32px !important;
  }
  .mxn5-sm, .m.mxn5-sm {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-sm, .m.myn5-sm {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-sm, .p.p5-sm {
    padding: 32px !important;
  }
  .pt5-sm, .p.pt5-sm {
    padding-top: 32px !important;
  }
  .pr5-sm, .p.pr5-sm {
    padding-right: 32px !important;
  }
  .pb5-sm, .p.pb5-sm {
    padding-bottom: 32px !important;
  }
  .pl5-sm, .p.pl5-sm {
    padding-left: 32px !important;
  }
  .px5-sm, .p.px5-sm {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-sm, .p.py5-sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-sm, .m.m6-sm {
    margin: 48px !important;
  }
  .mt6-sm, .m.mt6-sm {
    margin-top: 48px !important;
  }
  .mr6-sm, .m.mr6-sm {
    margin-right: 48px !important;
  }
  .mb6-sm, .m.mb6-sm {
    margin-bottom: 48px !important;
  }
  .ml6-sm, .m.ml6-sm {
    margin-left: 48px !important;
  }
  .mx6-sm, .m.mx6-sm {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-sm, .m.my6-sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-sm, .m.mtn6-sm {
    margin-top: -48px !important;
  }
  .mrn6-sm, .m.mrn6-sm {
    margin-right: -48px !important;
  }
  .mbn6-sm, .m.mbn6-sm {
    margin-bottom: -48px !important;
  }
  .mln6-sm, .m.mln6-sm {
    margin-left: -48px !important;
  }
  .mxn6-sm, .m.mxn6-sm {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-sm, .m.myn6-sm {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-sm, .p.p6-sm {
    padding: 48px !important;
  }
  .pt6-sm, .p.pt6-sm {
    padding-top: 48px !important;
  }
  .pr6-sm, .p.pr6-sm {
    padding-right: 48px !important;
  }
  .pb6-sm, .p.pb6-sm {
    padding-bottom: 48px !important;
  }
  .pl6-sm, .p.pl6-sm {
    padding-left: 48px !important;
  }
  .px6-sm, .p.px6-sm {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-sm, .p.py6-sm {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-sm, .m.m7-sm {
    margin: 64px !important;
  }
  .mt7-sm, .m.mt7-sm {
    margin-top: 64px !important;
  }
  .mr7-sm, .m.mr7-sm {
    margin-right: 64px !important;
  }
  .mb7-sm, .m.mb7-sm {
    margin-bottom: 64px !important;
  }
  .ml7-sm, .m.ml7-sm {
    margin-left: 64px !important;
  }
  .mx7-sm, .m.mx7-sm {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-sm, .m.my7-sm {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-sm, .m.mtn7-sm {
    margin-top: -64px !important;
  }
  .mrn7-sm, .m.mrn7-sm {
    margin-right: -64px !important;
  }
  .mbn7-sm, .m.mbn7-sm {
    margin-bottom: -64px !important;
  }
  .mln7-sm, .m.mln7-sm {
    margin-left: -64px !important;
  }
  .mxn7-sm, .m.mxn7-sm {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-sm, .m.myn7-sm {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-sm, .p.p7-sm {
    padding: 64px !important;
  }
  .pt7-sm, .p.pt7-sm {
    padding-top: 64px !important;
  }
  .pr7-sm, .p.pr7-sm {
    padding-right: 64px !important;
  }
  .pb7-sm, .p.pb7-sm {
    padding-bottom: 64px !important;
  }
  .pl7-sm, .p.pl7-sm {
    padding-left: 64px !important;
  }
  .px7-sm, .p.px7-sm {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-sm, .p.py7-sm {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-sm, .m.m8-sm {
    margin: 72px !important;
  }
  .mt8-sm, .m.mt8-sm {
    margin-top: 72px !important;
  }
  .mr8-sm, .m.mr8-sm {
    margin-right: 72px !important;
  }
  .mb8-sm, .m.mb8-sm {
    margin-bottom: 72px !important;
  }
  .ml8-sm, .m.ml8-sm {
    margin-left: 72px !important;
  }
  .mx8-sm, .m.mx8-sm {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-sm, .m.my8-sm {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-sm, .m.mtn8-sm {
    margin-top: -72px !important;
  }
  .mrn8-sm, .m.mrn8-sm {
    margin-right: -72px !important;
  }
  .mbn8-sm, .m.mbn8-sm {
    margin-bottom: -72px !important;
  }
  .mln8-sm, .m.mln8-sm {
    margin-left: -72px !important;
  }
  .mxn8-sm, .m.mxn8-sm {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-sm, .m.myn8-sm {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-sm, .p.p8-sm {
    padding: 72px !important;
  }
  .pt8-sm, .p.pt8-sm {
    padding-top: 72px !important;
  }
  .pr8-sm, .p.pr8-sm {
    padding-right: 72px !important;
  }
  .pb8-sm, .p.pb8-sm {
    padding-bottom: 72px !important;
  }
  .pl8-sm, .p.pl8-sm {
    padding-left: 72px !important;
  }
  .px8-sm, .p.px8-sm {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-sm, .p.py8-sm {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-sm, .m.m9-sm {
    margin: 80px !important;
  }
  .mt9-sm, .m.mt9-sm {
    margin-top: 80px !important;
  }
  .mr9-sm, .m.mr9-sm {
    margin-right: 80px !important;
  }
  .mb9-sm, .m.mb9-sm {
    margin-bottom: 80px !important;
  }
  .ml9-sm, .m.ml9-sm {
    margin-left: 80px !important;
  }
  .mx9-sm, .m.mx9-sm {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-sm, .m.my9-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-sm, .m.mtn9-sm {
    margin-top: -80px !important;
  }
  .mrn9-sm, .m.mrn9-sm {
    margin-right: -80px !important;
  }
  .mbn9-sm, .m.mbn9-sm {
    margin-bottom: -80px !important;
  }
  .mln9-sm, .m.mln9-sm {
    margin-left: -80px !important;
  }
  .mxn9-sm, .m.mxn9-sm {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-sm, .m.myn9-sm {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-sm, .p.p9-sm {
    padding: 80px !important;
  }
  .pt9-sm, .p.pt9-sm {
    padding-top: 80px !important;
  }
  .pr9-sm, .p.pr9-sm {
    padding-right: 80px !important;
  }
  .pb9-sm, .p.pb9-sm {
    padding-bottom: 80px !important;
  }
  .pl9-sm, .p.pl9-sm {
    padding-left: 80px !important;
  }
  .px9-sm, .p.px9-sm {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-sm, .p.py9-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-sm, .m.m10-sm {
    margin: 96px !important;
  }
  .mt10-sm, .m.mt10-sm {
    margin-top: 96px !important;
  }
  .mr10-sm, .m.mr10-sm {
    margin-right: 96px !important;
  }
  .mb10-sm, .m.mb10-sm {
    margin-bottom: 96px !important;
  }
  .ml10-sm, .m.ml10-sm {
    margin-left: 96px !important;
  }
  .mx10-sm, .m.mx10-sm {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-sm, .m.my10-sm {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-sm, .m.mtn10-sm {
    margin-top: -96px !important;
  }
  .mrn10-sm, .m.mrn10-sm {
    margin-right: -96px !important;
  }
  .mbn10-sm, .m.mbn10-sm {
    margin-bottom: -96px !important;
  }
  .mln10-sm, .m.mln10-sm {
    margin-left: -96px !important;
  }
  .mxn10-sm, .m.mxn10-sm {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-sm, .m.myn10-sm {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-sm, .p.p10-sm {
    padding: 96px !important;
  }
  .pt10-sm, .p.pt10-sm {
    padding-top: 96px !important;
  }
  .pr10-sm, .p.pr10-sm {
    padding-right: 96px !important;
  }
  .pb10-sm, .p.pb10-sm {
    padding-bottom: 96px !important;
  }
  .pl10-sm, .p.pl10-sm {
    padding-left: 96px !important;
  }
  .px10-sm, .p.px10-sm {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-sm, .p.py10-sm {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .m0-md, .m.m0-md {
    margin: 0px !important;
  }
  .mt0-md, .m.mt0-md {
    margin-top: 0px !important;
  }
  .mr0-md, .m.mr0-md {
    margin-right: 0px !important;
  }
  .mb0-md, .m.mb0-md {
    margin-bottom: 0px !important;
  }
  .ml0-md, .m.ml0-md {
    margin-left: 0px !important;
  }
  .mx0-md, .m.mx0-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-md, .m.my0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-md, .m.mtn0-md {
    margin-top: 0px !important;
  }
  .mrn0-md, .m.mrn0-md {
    margin-right: 0px !important;
  }
  .mbn0-md, .m.mbn0-md {
    margin-bottom: 0px !important;
  }
  .mln0-md, .m.mln0-md {
    margin-left: 0px !important;
  }
  .mxn0-md, .m.mxn0-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-md, .m.myn0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-md, .p.p0-md {
    padding: 0px !important;
  }
  .pt0-md, .p.pt0-md {
    padding-top: 0px !important;
  }
  .pr0-md, .p.pr0-md {
    padding-right: 0px !important;
  }
  .pb0-md, .p.pb0-md {
    padding-bottom: 0px !important;
  }
  .pl0-md, .p.pl0-md {
    padding-left: 0px !important;
  }
  .px0-md, .p.px0-md {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-md, .p.py0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-md, .m.m1-md {
    margin: 4px !important;
  }
  .mt1-md, .m.mt1-md {
    margin-top: 4px !important;
  }
  .mr1-md, .m.mr1-md {
    margin-right: 4px !important;
  }
  .mb1-md, .m.mb1-md {
    margin-bottom: 4px !important;
  }
  .ml1-md, .m.ml1-md {
    margin-left: 4px !important;
  }
  .mx1-md, .m.mx1-md {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-md, .m.my1-md {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-md, .m.mtn1-md {
    margin-top: -4px !important;
  }
  .mrn1-md, .m.mrn1-md {
    margin-right: -4px !important;
  }
  .mbn1-md, .m.mbn1-md {
    margin-bottom: -4px !important;
  }
  .mln1-md, .m.mln1-md {
    margin-left: -4px !important;
  }
  .mxn1-md, .m.mxn1-md {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-md, .m.myn1-md {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-md, .p.p1-md {
    padding: 4px !important;
  }
  .pt1-md, .p.pt1-md {
    padding-top: 4px !important;
  }
  .pr1-md, .p.pr1-md {
    padding-right: 4px !important;
  }
  .pb1-md, .p.pb1-md {
    padding-bottom: 4px !important;
  }
  .pl1-md, .p.pl1-md {
    padding-left: 4px !important;
  }
  .px1-md, .p.px1-md {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-md, .p.py1-md {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-md, .m.m2-md {
    margin: 8px !important;
  }
  .mt2-md, .m.mt2-md {
    margin-top: 8px !important;
  }
  .mr2-md, .m.mr2-md {
    margin-right: 8px !important;
  }
  .mb2-md, .m.mb2-md {
    margin-bottom: 8px !important;
  }
  .ml2-md, .m.ml2-md {
    margin-left: 8px !important;
  }
  .mx2-md, .m.mx2-md {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-md, .m.my2-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-md, .m.mtn2-md {
    margin-top: -8px !important;
  }
  .mrn2-md, .m.mrn2-md {
    margin-right: -8px !important;
  }
  .mbn2-md, .m.mbn2-md {
    margin-bottom: -8px !important;
  }
  .mln2-md, .m.mln2-md {
    margin-left: -8px !important;
  }
  .mxn2-md, .m.mxn2-md {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-md, .m.myn2-md {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-md, .p.p2-md {
    padding: 8px !important;
  }
  .pt2-md, .p.pt2-md {
    padding-top: 8px !important;
  }
  .pr2-md, .p.pr2-md {
    padding-right: 8px !important;
  }
  .pb2-md, .p.pb2-md {
    padding-bottom: 8px !important;
  }
  .pl2-md, .p.pl2-md {
    padding-left: 8px !important;
  }
  .px2-md, .p.px2-md {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-md, .p.py2-md {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-md, .m.m3-md {
    margin: 16px !important;
  }
  .mt3-md, .m.mt3-md {
    margin-top: 16px !important;
  }
  .mr3-md, .m.mr3-md {
    margin-right: 16px !important;
  }
  .mb3-md, .m.mb3-md {
    margin-bottom: 16px !important;
  }
  .ml3-md, .m.ml3-md {
    margin-left: 16px !important;
  }
  .mx3-md, .m.mx3-md {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-md, .m.my3-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-md, .m.mtn3-md {
    margin-top: -16px !important;
  }
  .mrn3-md, .m.mrn3-md {
    margin-right: -16px !important;
  }
  .mbn3-md, .m.mbn3-md {
    margin-bottom: -16px !important;
  }
  .mln3-md, .m.mln3-md {
    margin-left: -16px !important;
  }
  .mxn3-md, .m.mxn3-md {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-md, .m.myn3-md {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-md, .p.p3-md {
    padding: 16px !important;
  }
  .pt3-md, .p.pt3-md {
    padding-top: 16px !important;
  }
  .pr3-md, .p.pr3-md {
    padding-right: 16px !important;
  }
  .pb3-md, .p.pb3-md {
    padding-bottom: 16px !important;
  }
  .pl3-md, .p.pl3-md {
    padding-left: 16px !important;
  }
  .px3-md, .p.px3-md {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-md, .p.py3-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-md, .m.m4-md {
    margin: 24px !important;
  }
  .mt4-md, .m.mt4-md {
    margin-top: 24px !important;
  }
  .mr4-md, .m.mr4-md {
    margin-right: 24px !important;
  }
  .mb4-md, .m.mb4-md {
    margin-bottom: 24px !important;
  }
  .ml4-md, .m.ml4-md {
    margin-left: 24px !important;
  }
  .mx4-md, .m.mx4-md {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-md, .m.my4-md {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-md, .m.mtn4-md {
    margin-top: -24px !important;
  }
  .mrn4-md, .m.mrn4-md {
    margin-right: -24px !important;
  }
  .mbn4-md, .m.mbn4-md {
    margin-bottom: -24px !important;
  }
  .mln4-md, .m.mln4-md {
    margin-left: -24px !important;
  }
  .mxn4-md, .m.mxn4-md {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-md, .m.myn4-md {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-md, .p.p4-md {
    padding: 24px !important;
  }
  .pt4-md, .p.pt4-md {
    padding-top: 24px !important;
  }
  .pr4-md, .p.pr4-md {
    padding-right: 24px !important;
  }
  .pb4-md, .p.pb4-md {
    padding-bottom: 24px !important;
  }
  .pl4-md, .p.pl4-md {
    padding-left: 24px !important;
  }
  .px4-md, .p.px4-md {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-md, .p.py4-md {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-md, .m.m5-md {
    margin: 32px !important;
  }
  .mt5-md, .m.mt5-md {
    margin-top: 32px !important;
  }
  .mr5-md, .m.mr5-md {
    margin-right: 32px !important;
  }
  .mb5-md, .m.mb5-md {
    margin-bottom: 32px !important;
  }
  .ml5-md, .m.ml5-md {
    margin-left: 32px !important;
  }
  .mx5-md, .m.mx5-md {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-md, .m.my5-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-md, .m.mtn5-md {
    margin-top: -32px !important;
  }
  .mrn5-md, .m.mrn5-md {
    margin-right: -32px !important;
  }
  .mbn5-md, .m.mbn5-md {
    margin-bottom: -32px !important;
  }
  .mln5-md, .m.mln5-md {
    margin-left: -32px !important;
  }
  .mxn5-md, .m.mxn5-md {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-md, .m.myn5-md {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-md, .p.p5-md {
    padding: 32px !important;
  }
  .pt5-md, .p.pt5-md {
    padding-top: 32px !important;
  }
  .pr5-md, .p.pr5-md {
    padding-right: 32px !important;
  }
  .pb5-md, .p.pb5-md {
    padding-bottom: 32px !important;
  }
  .pl5-md, .p.pl5-md {
    padding-left: 32px !important;
  }
  .px5-md, .p.px5-md {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-md, .p.py5-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-md, .m.m6-md {
    margin: 48px !important;
  }
  .mt6-md, .m.mt6-md {
    margin-top: 48px !important;
  }
  .mr6-md, .m.mr6-md {
    margin-right: 48px !important;
  }
  .mb6-md, .m.mb6-md {
    margin-bottom: 48px !important;
  }
  .ml6-md, .m.ml6-md {
    margin-left: 48px !important;
  }
  .mx6-md, .m.mx6-md {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-md, .m.my6-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-md, .m.mtn6-md {
    margin-top: -48px !important;
  }
  .mrn6-md, .m.mrn6-md {
    margin-right: -48px !important;
  }
  .mbn6-md, .m.mbn6-md {
    margin-bottom: -48px !important;
  }
  .mln6-md, .m.mln6-md {
    margin-left: -48px !important;
  }
  .mxn6-md, .m.mxn6-md {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-md, .m.myn6-md {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-md, .p.p6-md {
    padding: 48px !important;
  }
  .pt6-md, .p.pt6-md {
    padding-top: 48px !important;
  }
  .pr6-md, .p.pr6-md {
    padding-right: 48px !important;
  }
  .pb6-md, .p.pb6-md {
    padding-bottom: 48px !important;
  }
  .pl6-md, .p.pl6-md {
    padding-left: 48px !important;
  }
  .px6-md, .p.px6-md {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-md, .p.py6-md {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-md, .m.m7-md {
    margin: 64px !important;
  }
  .mt7-md, .m.mt7-md {
    margin-top: 64px !important;
  }
  .mr7-md, .m.mr7-md {
    margin-right: 64px !important;
  }
  .mb7-md, .m.mb7-md {
    margin-bottom: 64px !important;
  }
  .ml7-md, .m.ml7-md {
    margin-left: 64px !important;
  }
  .mx7-md, .m.mx7-md {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-md, .m.my7-md {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-md, .m.mtn7-md {
    margin-top: -64px !important;
  }
  .mrn7-md, .m.mrn7-md {
    margin-right: -64px !important;
  }
  .mbn7-md, .m.mbn7-md {
    margin-bottom: -64px !important;
  }
  .mln7-md, .m.mln7-md {
    margin-left: -64px !important;
  }
  .mxn7-md, .m.mxn7-md {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-md, .m.myn7-md {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-md, .p.p7-md {
    padding: 64px !important;
  }
  .pt7-md, .p.pt7-md {
    padding-top: 64px !important;
  }
  .pr7-md, .p.pr7-md {
    padding-right: 64px !important;
  }
  .pb7-md, .p.pb7-md {
    padding-bottom: 64px !important;
  }
  .pl7-md, .p.pl7-md {
    padding-left: 64px !important;
  }
  .px7-md, .p.px7-md {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-md, .p.py7-md {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-md, .m.m8-md {
    margin: 72px !important;
  }
  .mt8-md, .m.mt8-md {
    margin-top: 72px !important;
  }
  .mr8-md, .m.mr8-md {
    margin-right: 72px !important;
  }
  .mb8-md, .m.mb8-md {
    margin-bottom: 72px !important;
  }
  .ml8-md, .m.ml8-md {
    margin-left: 72px !important;
  }
  .mx8-md, .m.mx8-md {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-md, .m.my8-md {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-md, .m.mtn8-md {
    margin-top: -72px !important;
  }
  .mrn8-md, .m.mrn8-md {
    margin-right: -72px !important;
  }
  .mbn8-md, .m.mbn8-md {
    margin-bottom: -72px !important;
  }
  .mln8-md, .m.mln8-md {
    margin-left: -72px !important;
  }
  .mxn8-md, .m.mxn8-md {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-md, .m.myn8-md {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-md, .p.p8-md {
    padding: 72px !important;
  }
  .pt8-md, .p.pt8-md {
    padding-top: 72px !important;
  }
  .pr8-md, .p.pr8-md {
    padding-right: 72px !important;
  }
  .pb8-md, .p.pb8-md {
    padding-bottom: 72px !important;
  }
  .pl8-md, .p.pl8-md {
    padding-left: 72px !important;
  }
  .px8-md, .p.px8-md {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-md, .p.py8-md {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-md, .m.m9-md {
    margin: 80px !important;
  }
  .mt9-md, .m.mt9-md {
    margin-top: 80px !important;
  }
  .mr9-md, .m.mr9-md {
    margin-right: 80px !important;
  }
  .mb9-md, .m.mb9-md {
    margin-bottom: 80px !important;
  }
  .ml9-md, .m.ml9-md {
    margin-left: 80px !important;
  }
  .mx9-md, .m.mx9-md {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-md, .m.my9-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-md, .m.mtn9-md {
    margin-top: -80px !important;
  }
  .mrn9-md, .m.mrn9-md {
    margin-right: -80px !important;
  }
  .mbn9-md, .m.mbn9-md {
    margin-bottom: -80px !important;
  }
  .mln9-md, .m.mln9-md {
    margin-left: -80px !important;
  }
  .mxn9-md, .m.mxn9-md {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-md, .m.myn9-md {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-md, .p.p9-md {
    padding: 80px !important;
  }
  .pt9-md, .p.pt9-md {
    padding-top: 80px !important;
  }
  .pr9-md, .p.pr9-md {
    padding-right: 80px !important;
  }
  .pb9-md, .p.pb9-md {
    padding-bottom: 80px !important;
  }
  .pl9-md, .p.pl9-md {
    padding-left: 80px !important;
  }
  .px9-md, .p.px9-md {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-md, .p.py9-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-md, .m.m10-md {
    margin: 96px !important;
  }
  .mt10-md, .m.mt10-md {
    margin-top: 96px !important;
  }
  .mr10-md, .m.mr10-md {
    margin-right: 96px !important;
  }
  .mb10-md, .m.mb10-md {
    margin-bottom: 96px !important;
  }
  .ml10-md, .m.ml10-md {
    margin-left: 96px !important;
  }
  .mx10-md, .m.mx10-md {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-md, .m.my10-md {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-md, .m.mtn10-md {
    margin-top: -96px !important;
  }
  .mrn10-md, .m.mrn10-md {
    margin-right: -96px !important;
  }
  .mbn10-md, .m.mbn10-md {
    margin-bottom: -96px !important;
  }
  .mln10-md, .m.mln10-md {
    margin-left: -96px !important;
  }
  .mxn10-md, .m.mxn10-md {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-md, .m.myn10-md {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-md, .p.p10-md {
    padding: 96px !important;
  }
  .pt10-md, .p.pt10-md {
    padding-top: 96px !important;
  }
  .pr10-md, .p.pr10-md {
    padding-right: 96px !important;
  }
  .pb10-md, .p.pb10-md {
    padding-bottom: 96px !important;
  }
  .pl10-md, .p.pl10-md {
    padding-left: 96px !important;
  }
  .px10-md, .p.px10-md {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-md, .p.py10-md {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 992px) {
  .m0-lg, .m.m0-lg {
    margin: 0px !important;
  }
  .mt0-lg, .m.mt0-lg {
    margin-top: 0px !important;
  }
  .mr0-lg, .m.mr0-lg {
    margin-right: 0px !important;
  }
  .mb0-lg, .m.mb0-lg {
    margin-bottom: 0px !important;
  }
  .ml0-lg, .m.ml0-lg {
    margin-left: 0px !important;
  }
  .mx0-lg, .m.mx0-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-lg, .m.my0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-lg, .m.mtn0-lg {
    margin-top: 0px !important;
  }
  .mrn0-lg, .m.mrn0-lg {
    margin-right: 0px !important;
  }
  .mbn0-lg, .m.mbn0-lg {
    margin-bottom: 0px !important;
  }
  .mln0-lg, .m.mln0-lg {
    margin-left: 0px !important;
  }
  .mxn0-lg, .m.mxn0-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-lg, .m.myn0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-lg, .p.p0-lg {
    padding: 0px !important;
  }
  .pt0-lg, .p.pt0-lg {
    padding-top: 0px !important;
  }
  .pr0-lg, .p.pr0-lg {
    padding-right: 0px !important;
  }
  .pb0-lg, .p.pb0-lg {
    padding-bottom: 0px !important;
  }
  .pl0-lg, .p.pl0-lg {
    padding-left: 0px !important;
  }
  .px0-lg, .p.px0-lg {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-lg, .p.py0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-lg, .m.m1-lg {
    margin: 4px !important;
  }
  .mt1-lg, .m.mt1-lg {
    margin-top: 4px !important;
  }
  .mr1-lg, .m.mr1-lg {
    margin-right: 4px !important;
  }
  .mb1-lg, .m.mb1-lg {
    margin-bottom: 4px !important;
  }
  .ml1-lg, .m.ml1-lg {
    margin-left: 4px !important;
  }
  .mx1-lg, .m.mx1-lg {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-lg, .m.my1-lg {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-lg, .m.mtn1-lg {
    margin-top: -4px !important;
  }
  .mrn1-lg, .m.mrn1-lg {
    margin-right: -4px !important;
  }
  .mbn1-lg, .m.mbn1-lg {
    margin-bottom: -4px !important;
  }
  .mln1-lg, .m.mln1-lg {
    margin-left: -4px !important;
  }
  .mxn1-lg, .m.mxn1-lg {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-lg, .m.myn1-lg {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-lg, .p.p1-lg {
    padding: 4px !important;
  }
  .pt1-lg, .p.pt1-lg {
    padding-top: 4px !important;
  }
  .pr1-lg, .p.pr1-lg {
    padding-right: 4px !important;
  }
  .pb1-lg, .p.pb1-lg {
    padding-bottom: 4px !important;
  }
  .pl1-lg, .p.pl1-lg {
    padding-left: 4px !important;
  }
  .px1-lg, .p.px1-lg {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-lg, .p.py1-lg {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-lg, .m.m2-lg {
    margin: 8px !important;
  }
  .mt2-lg, .m.mt2-lg {
    margin-top: 8px !important;
  }
  .mr2-lg, .m.mr2-lg {
    margin-right: 8px !important;
  }
  .mb2-lg, .m.mb2-lg {
    margin-bottom: 8px !important;
  }
  .ml2-lg, .m.ml2-lg {
    margin-left: 8px !important;
  }
  .mx2-lg, .m.mx2-lg {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-lg, .m.my2-lg {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-lg, .m.mtn2-lg {
    margin-top: -8px !important;
  }
  .mrn2-lg, .m.mrn2-lg {
    margin-right: -8px !important;
  }
  .mbn2-lg, .m.mbn2-lg {
    margin-bottom: -8px !important;
  }
  .mln2-lg, .m.mln2-lg {
    margin-left: -8px !important;
  }
  .mxn2-lg, .m.mxn2-lg {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-lg, .m.myn2-lg {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-lg, .p.p2-lg {
    padding: 8px !important;
  }
  .pt2-lg, .p.pt2-lg {
    padding-top: 8px !important;
  }
  .pr2-lg, .p.pr2-lg {
    padding-right: 8px !important;
  }
  .pb2-lg, .p.pb2-lg {
    padding-bottom: 8px !important;
  }
  .pl2-lg, .p.pl2-lg {
    padding-left: 8px !important;
  }
  .px2-lg, .p.px2-lg {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-lg, .p.py2-lg {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-lg, .m.m3-lg {
    margin: 16px !important;
  }
  .mt3-lg, .m.mt3-lg {
    margin-top: 16px !important;
  }
  .mr3-lg, .m.mr3-lg {
    margin-right: 16px !important;
  }
  .mb3-lg, .m.mb3-lg {
    margin-bottom: 16px !important;
  }
  .ml3-lg, .m.ml3-lg {
    margin-left: 16px !important;
  }
  .mx3-lg, .m.mx3-lg {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-lg, .m.my3-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-lg, .m.mtn3-lg {
    margin-top: -16px !important;
  }
  .mrn3-lg, .m.mrn3-lg {
    margin-right: -16px !important;
  }
  .mbn3-lg, .m.mbn3-lg {
    margin-bottom: -16px !important;
  }
  .mln3-lg, .m.mln3-lg {
    margin-left: -16px !important;
  }
  .mxn3-lg, .m.mxn3-lg {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-lg, .m.myn3-lg {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-lg, .p.p3-lg {
    padding: 16px !important;
  }
  .pt3-lg, .p.pt3-lg {
    padding-top: 16px !important;
  }
  .pr3-lg, .p.pr3-lg {
    padding-right: 16px !important;
  }
  .pb3-lg, .p.pb3-lg {
    padding-bottom: 16px !important;
  }
  .pl3-lg, .p.pl3-lg {
    padding-left: 16px !important;
  }
  .px3-lg, .p.px3-lg {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-lg, .p.py3-lg {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-lg, .m.m4-lg {
    margin: 24px !important;
  }
  .mt4-lg, .m.mt4-lg {
    margin-top: 24px !important;
  }
  .mr4-lg, .m.mr4-lg {
    margin-right: 24px !important;
  }
  .mb4-lg, .m.mb4-lg {
    margin-bottom: 24px !important;
  }
  .ml4-lg, .m.ml4-lg {
    margin-left: 24px !important;
  }
  .mx4-lg, .m.mx4-lg {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-lg, .m.my4-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-lg, .m.mtn4-lg {
    margin-top: -24px !important;
  }
  .mrn4-lg, .m.mrn4-lg {
    margin-right: -24px !important;
  }
  .mbn4-lg, .m.mbn4-lg {
    margin-bottom: -24px !important;
  }
  .mln4-lg, .m.mln4-lg {
    margin-left: -24px !important;
  }
  .mxn4-lg, .m.mxn4-lg {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-lg, .m.myn4-lg {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-lg, .p.p4-lg {
    padding: 24px !important;
  }
  .pt4-lg, .p.pt4-lg {
    padding-top: 24px !important;
  }
  .pr4-lg, .p.pr4-lg {
    padding-right: 24px !important;
  }
  .pb4-lg, .p.pb4-lg {
    padding-bottom: 24px !important;
  }
  .pl4-lg, .p.pl4-lg {
    padding-left: 24px !important;
  }
  .px4-lg, .p.px4-lg {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-lg, .p.py4-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-lg, .m.m5-lg {
    margin: 32px !important;
  }
  .mt5-lg, .m.mt5-lg {
    margin-top: 32px !important;
  }
  .mr5-lg, .m.mr5-lg {
    margin-right: 32px !important;
  }
  .mb5-lg, .m.mb5-lg {
    margin-bottom: 32px !important;
  }
  .ml5-lg, .m.ml5-lg {
    margin-left: 32px !important;
  }
  .mx5-lg, .m.mx5-lg {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-lg, .m.my5-lg {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-lg, .m.mtn5-lg {
    margin-top: -32px !important;
  }
  .mrn5-lg, .m.mrn5-lg {
    margin-right: -32px !important;
  }
  .mbn5-lg, .m.mbn5-lg {
    margin-bottom: -32px !important;
  }
  .mln5-lg, .m.mln5-lg {
    margin-left: -32px !important;
  }
  .mxn5-lg, .m.mxn5-lg {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-lg, .m.myn5-lg {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-lg, .p.p5-lg {
    padding: 32px !important;
  }
  .pt5-lg, .p.pt5-lg {
    padding-top: 32px !important;
  }
  .pr5-lg, .p.pr5-lg {
    padding-right: 32px !important;
  }
  .pb5-lg, .p.pb5-lg {
    padding-bottom: 32px !important;
  }
  .pl5-lg, .p.pl5-lg {
    padding-left: 32px !important;
  }
  .px5-lg, .p.px5-lg {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-lg, .p.py5-lg {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-lg, .m.m6-lg {
    margin: 48px !important;
  }
  .mt6-lg, .m.mt6-lg {
    margin-top: 48px !important;
  }
  .mr6-lg, .m.mr6-lg {
    margin-right: 48px !important;
  }
  .mb6-lg, .m.mb6-lg {
    margin-bottom: 48px !important;
  }
  .ml6-lg, .m.ml6-lg {
    margin-left: 48px !important;
  }
  .mx6-lg, .m.mx6-lg {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-lg, .m.my6-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-lg, .m.mtn6-lg {
    margin-top: -48px !important;
  }
  .mrn6-lg, .m.mrn6-lg {
    margin-right: -48px !important;
  }
  .mbn6-lg, .m.mbn6-lg {
    margin-bottom: -48px !important;
  }
  .mln6-lg, .m.mln6-lg {
    margin-left: -48px !important;
  }
  .mxn6-lg, .m.mxn6-lg {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-lg, .m.myn6-lg {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-lg, .p.p6-lg {
    padding: 48px !important;
  }
  .pt6-lg, .p.pt6-lg {
    padding-top: 48px !important;
  }
  .pr6-lg, .p.pr6-lg {
    padding-right: 48px !important;
  }
  .pb6-lg, .p.pb6-lg {
    padding-bottom: 48px !important;
  }
  .pl6-lg, .p.pl6-lg {
    padding-left: 48px !important;
  }
  .px6-lg, .p.px6-lg {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-lg, .p.py6-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-lg, .m.m7-lg {
    margin: 64px !important;
  }
  .mt7-lg, .m.mt7-lg {
    margin-top: 64px !important;
  }
  .mr7-lg, .m.mr7-lg {
    margin-right: 64px !important;
  }
  .mb7-lg, .m.mb7-lg {
    margin-bottom: 64px !important;
  }
  .ml7-lg, .m.ml7-lg {
    margin-left: 64px !important;
  }
  .mx7-lg, .m.mx7-lg {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-lg, .m.my7-lg {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-lg, .m.mtn7-lg {
    margin-top: -64px !important;
  }
  .mrn7-lg, .m.mrn7-lg {
    margin-right: -64px !important;
  }
  .mbn7-lg, .m.mbn7-lg {
    margin-bottom: -64px !important;
  }
  .mln7-lg, .m.mln7-lg {
    margin-left: -64px !important;
  }
  .mxn7-lg, .m.mxn7-lg {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-lg, .m.myn7-lg {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-lg, .p.p7-lg {
    padding: 64px !important;
  }
  .pt7-lg, .p.pt7-lg {
    padding-top: 64px !important;
  }
  .pr7-lg, .p.pr7-lg {
    padding-right: 64px !important;
  }
  .pb7-lg, .p.pb7-lg {
    padding-bottom: 64px !important;
  }
  .pl7-lg, .p.pl7-lg {
    padding-left: 64px !important;
  }
  .px7-lg, .p.px7-lg {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-lg, .p.py7-lg {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-lg, .m.m8-lg {
    margin: 72px !important;
  }
  .mt8-lg, .m.mt8-lg {
    margin-top: 72px !important;
  }
  .mr8-lg, .m.mr8-lg {
    margin-right: 72px !important;
  }
  .mb8-lg, .m.mb8-lg {
    margin-bottom: 72px !important;
  }
  .ml8-lg, .m.ml8-lg {
    margin-left: 72px !important;
  }
  .mx8-lg, .m.mx8-lg {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-lg, .m.my8-lg {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-lg, .m.mtn8-lg {
    margin-top: -72px !important;
  }
  .mrn8-lg, .m.mrn8-lg {
    margin-right: -72px !important;
  }
  .mbn8-lg, .m.mbn8-lg {
    margin-bottom: -72px !important;
  }
  .mln8-lg, .m.mln8-lg {
    margin-left: -72px !important;
  }
  .mxn8-lg, .m.mxn8-lg {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-lg, .m.myn8-lg {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-lg, .p.p8-lg {
    padding: 72px !important;
  }
  .pt8-lg, .p.pt8-lg {
    padding-top: 72px !important;
  }
  .pr8-lg, .p.pr8-lg {
    padding-right: 72px !important;
  }
  .pb8-lg, .p.pb8-lg {
    padding-bottom: 72px !important;
  }
  .pl8-lg, .p.pl8-lg {
    padding-left: 72px !important;
  }
  .px8-lg, .p.px8-lg {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-lg, .p.py8-lg {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-lg, .m.m9-lg {
    margin: 80px !important;
  }
  .mt9-lg, .m.mt9-lg {
    margin-top: 80px !important;
  }
  .mr9-lg, .m.mr9-lg {
    margin-right: 80px !important;
  }
  .mb9-lg, .m.mb9-lg {
    margin-bottom: 80px !important;
  }
  .ml9-lg, .m.ml9-lg {
    margin-left: 80px !important;
  }
  .mx9-lg, .m.mx9-lg {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-lg, .m.my9-lg {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-lg, .m.mtn9-lg {
    margin-top: -80px !important;
  }
  .mrn9-lg, .m.mrn9-lg {
    margin-right: -80px !important;
  }
  .mbn9-lg, .m.mbn9-lg {
    margin-bottom: -80px !important;
  }
  .mln9-lg, .m.mln9-lg {
    margin-left: -80px !important;
  }
  .mxn9-lg, .m.mxn9-lg {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-lg, .m.myn9-lg {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-lg, .p.p9-lg {
    padding: 80px !important;
  }
  .pt9-lg, .p.pt9-lg {
    padding-top: 80px !important;
  }
  .pr9-lg, .p.pr9-lg {
    padding-right: 80px !important;
  }
  .pb9-lg, .p.pb9-lg {
    padding-bottom: 80px !important;
  }
  .pl9-lg, .p.pl9-lg {
    padding-left: 80px !important;
  }
  .px9-lg, .p.px9-lg {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-lg, .p.py9-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-lg, .m.m10-lg {
    margin: 96px !important;
  }
  .mt10-lg, .m.mt10-lg {
    margin-top: 96px !important;
  }
  .mr10-lg, .m.mr10-lg {
    margin-right: 96px !important;
  }
  .mb10-lg, .m.mb10-lg {
    margin-bottom: 96px !important;
  }
  .ml10-lg, .m.ml10-lg {
    margin-left: 96px !important;
  }
  .mx10-lg, .m.mx10-lg {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-lg, .m.my10-lg {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-lg, .m.mtn10-lg {
    margin-top: -96px !important;
  }
  .mrn10-lg, .m.mrn10-lg {
    margin-right: -96px !important;
  }
  .mbn10-lg, .m.mbn10-lg {
    margin-bottom: -96px !important;
  }
  .mln10-lg, .m.mln10-lg {
    margin-left: -96px !important;
  }
  .mxn10-lg, .m.mxn10-lg {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-lg, .m.myn10-lg {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-lg, .p.p10-lg {
    padding: 96px !important;
  }
  .pt10-lg, .p.pt10-lg {
    padding-top: 96px !important;
  }
  .pr10-lg, .p.pr10-lg {
    padding-right: 96px !important;
  }
  .pb10-lg, .p.pb10-lg {
    padding-bottom: 96px !important;
  }
  .pl10-lg, .p.pl10-lg {
    padding-left: 96px !important;
  }
  .px10-lg, .p.px10-lg {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-lg, .p.py10-lg {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1200px) {
  .m0-xl, .m.m0-xl {
    margin: 0px !important;
  }
  .mt0-xl, .m.mt0-xl {
    margin-top: 0px !important;
  }
  .mr0-xl, .m.mr0-xl {
    margin-right: 0px !important;
  }
  .mb0-xl, .m.mb0-xl {
    margin-bottom: 0px !important;
  }
  .ml0-xl, .m.ml0-xl {
    margin-left: 0px !important;
  }
  .mx0-xl, .m.mx0-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-xl, .m.my0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-xl, .m.mtn0-xl {
    margin-top: 0px !important;
  }
  .mrn0-xl, .m.mrn0-xl {
    margin-right: 0px !important;
  }
  .mbn0-xl, .m.mbn0-xl {
    margin-bottom: 0px !important;
  }
  .mln0-xl, .m.mln0-xl {
    margin-left: 0px !important;
  }
  .mxn0-xl, .m.mxn0-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-xl, .m.myn0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-xl, .p.p0-xl {
    padding: 0px !important;
  }
  .pt0-xl, .p.pt0-xl {
    padding-top: 0px !important;
  }
  .pr0-xl, .p.pr0-xl {
    padding-right: 0px !important;
  }
  .pb0-xl, .p.pb0-xl {
    padding-bottom: 0px !important;
  }
  .pl0-xl, .p.pl0-xl {
    padding-left: 0px !important;
  }
  .px0-xl, .p.px0-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-xl, .p.py0-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-xl, .m.m1-xl {
    margin: 4px !important;
  }
  .mt1-xl, .m.mt1-xl {
    margin-top: 4px !important;
  }
  .mr1-xl, .m.mr1-xl {
    margin-right: 4px !important;
  }
  .mb1-xl, .m.mb1-xl {
    margin-bottom: 4px !important;
  }
  .ml1-xl, .m.ml1-xl {
    margin-left: 4px !important;
  }
  .mx1-xl, .m.mx1-xl {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-xl, .m.my1-xl {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-xl, .m.mtn1-xl {
    margin-top: -4px !important;
  }
  .mrn1-xl, .m.mrn1-xl {
    margin-right: -4px !important;
  }
  .mbn1-xl, .m.mbn1-xl {
    margin-bottom: -4px !important;
  }
  .mln1-xl, .m.mln1-xl {
    margin-left: -4px !important;
  }
  .mxn1-xl, .m.mxn1-xl {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-xl, .m.myn1-xl {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-xl, .p.p1-xl {
    padding: 4px !important;
  }
  .pt1-xl, .p.pt1-xl {
    padding-top: 4px !important;
  }
  .pr1-xl, .p.pr1-xl {
    padding-right: 4px !important;
  }
  .pb1-xl, .p.pb1-xl {
    padding-bottom: 4px !important;
  }
  .pl1-xl, .p.pl1-xl {
    padding-left: 4px !important;
  }
  .px1-xl, .p.px1-xl {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-xl, .p.py1-xl {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-xl, .m.m2-xl {
    margin: 8px !important;
  }
  .mt2-xl, .m.mt2-xl {
    margin-top: 8px !important;
  }
  .mr2-xl, .m.mr2-xl {
    margin-right: 8px !important;
  }
  .mb2-xl, .m.mb2-xl {
    margin-bottom: 8px !important;
  }
  .ml2-xl, .m.ml2-xl {
    margin-left: 8px !important;
  }
  .mx2-xl, .m.mx2-xl {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-xl, .m.my2-xl {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-xl, .m.mtn2-xl {
    margin-top: -8px !important;
  }
  .mrn2-xl, .m.mrn2-xl {
    margin-right: -8px !important;
  }
  .mbn2-xl, .m.mbn2-xl {
    margin-bottom: -8px !important;
  }
  .mln2-xl, .m.mln2-xl {
    margin-left: -8px !important;
  }
  .mxn2-xl, .m.mxn2-xl {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-xl, .m.myn2-xl {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-xl, .p.p2-xl {
    padding: 8px !important;
  }
  .pt2-xl, .p.pt2-xl {
    padding-top: 8px !important;
  }
  .pr2-xl, .p.pr2-xl {
    padding-right: 8px !important;
  }
  .pb2-xl, .p.pb2-xl {
    padding-bottom: 8px !important;
  }
  .pl2-xl, .p.pl2-xl {
    padding-left: 8px !important;
  }
  .px2-xl, .p.px2-xl {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-xl, .p.py2-xl {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-xl, .m.m3-xl {
    margin: 16px !important;
  }
  .mt3-xl, .m.mt3-xl {
    margin-top: 16px !important;
  }
  .mr3-xl, .m.mr3-xl {
    margin-right: 16px !important;
  }
  .mb3-xl, .m.mb3-xl {
    margin-bottom: 16px !important;
  }
  .ml3-xl, .m.ml3-xl {
    margin-left: 16px !important;
  }
  .mx3-xl, .m.mx3-xl {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-xl, .m.my3-xl {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-xl, .m.mtn3-xl {
    margin-top: -16px !important;
  }
  .mrn3-xl, .m.mrn3-xl {
    margin-right: -16px !important;
  }
  .mbn3-xl, .m.mbn3-xl {
    margin-bottom: -16px !important;
  }
  .mln3-xl, .m.mln3-xl {
    margin-left: -16px !important;
  }
  .mxn3-xl, .m.mxn3-xl {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-xl, .m.myn3-xl {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-xl, .p.p3-xl {
    padding: 16px !important;
  }
  .pt3-xl, .p.pt3-xl {
    padding-top: 16px !important;
  }
  .pr3-xl, .p.pr3-xl {
    padding-right: 16px !important;
  }
  .pb3-xl, .p.pb3-xl {
    padding-bottom: 16px !important;
  }
  .pl3-xl, .p.pl3-xl {
    padding-left: 16px !important;
  }
  .px3-xl, .p.px3-xl {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-xl, .p.py3-xl {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-xl, .m.m4-xl {
    margin: 24px !important;
  }
  .mt4-xl, .m.mt4-xl {
    margin-top: 24px !important;
  }
  .mr4-xl, .m.mr4-xl {
    margin-right: 24px !important;
  }
  .mb4-xl, .m.mb4-xl {
    margin-bottom: 24px !important;
  }
  .ml4-xl, .m.ml4-xl {
    margin-left: 24px !important;
  }
  .mx4-xl, .m.mx4-xl {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-xl, .m.my4-xl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-xl, .m.mtn4-xl {
    margin-top: -24px !important;
  }
  .mrn4-xl, .m.mrn4-xl {
    margin-right: -24px !important;
  }
  .mbn4-xl, .m.mbn4-xl {
    margin-bottom: -24px !important;
  }
  .mln4-xl, .m.mln4-xl {
    margin-left: -24px !important;
  }
  .mxn4-xl, .m.mxn4-xl {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-xl, .m.myn4-xl {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-xl, .p.p4-xl {
    padding: 24px !important;
  }
  .pt4-xl, .p.pt4-xl {
    padding-top: 24px !important;
  }
  .pr4-xl, .p.pr4-xl {
    padding-right: 24px !important;
  }
  .pb4-xl, .p.pb4-xl {
    padding-bottom: 24px !important;
  }
  .pl4-xl, .p.pl4-xl {
    padding-left: 24px !important;
  }
  .px4-xl, .p.px4-xl {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-xl, .p.py4-xl {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-xl, .m.m5-xl {
    margin: 32px !important;
  }
  .mt5-xl, .m.mt5-xl {
    margin-top: 32px !important;
  }
  .mr5-xl, .m.mr5-xl {
    margin-right: 32px !important;
  }
  .mb5-xl, .m.mb5-xl {
    margin-bottom: 32px !important;
  }
  .ml5-xl, .m.ml5-xl {
    margin-left: 32px !important;
  }
  .mx5-xl, .m.mx5-xl {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-xl, .m.my5-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-xl, .m.mtn5-xl {
    margin-top: -32px !important;
  }
  .mrn5-xl, .m.mrn5-xl {
    margin-right: -32px !important;
  }
  .mbn5-xl, .m.mbn5-xl {
    margin-bottom: -32px !important;
  }
  .mln5-xl, .m.mln5-xl {
    margin-left: -32px !important;
  }
  .mxn5-xl, .m.mxn5-xl {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-xl, .m.myn5-xl {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-xl, .p.p5-xl {
    padding: 32px !important;
  }
  .pt5-xl, .p.pt5-xl {
    padding-top: 32px !important;
  }
  .pr5-xl, .p.pr5-xl {
    padding-right: 32px !important;
  }
  .pb5-xl, .p.pb5-xl {
    padding-bottom: 32px !important;
  }
  .pl5-xl, .p.pl5-xl {
    padding-left: 32px !important;
  }
  .px5-xl, .p.px5-xl {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-xl, .p.py5-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-xl, .m.m6-xl {
    margin: 48px !important;
  }
  .mt6-xl, .m.mt6-xl {
    margin-top: 48px !important;
  }
  .mr6-xl, .m.mr6-xl {
    margin-right: 48px !important;
  }
  .mb6-xl, .m.mb6-xl {
    margin-bottom: 48px !important;
  }
  .ml6-xl, .m.ml6-xl {
    margin-left: 48px !important;
  }
  .mx6-xl, .m.mx6-xl {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-xl, .m.my6-xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-xl, .m.mtn6-xl {
    margin-top: -48px !important;
  }
  .mrn6-xl, .m.mrn6-xl {
    margin-right: -48px !important;
  }
  .mbn6-xl, .m.mbn6-xl {
    margin-bottom: -48px !important;
  }
  .mln6-xl, .m.mln6-xl {
    margin-left: -48px !important;
  }
  .mxn6-xl, .m.mxn6-xl {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-xl, .m.myn6-xl {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-xl, .p.p6-xl {
    padding: 48px !important;
  }
  .pt6-xl, .p.pt6-xl {
    padding-top: 48px !important;
  }
  .pr6-xl, .p.pr6-xl {
    padding-right: 48px !important;
  }
  .pb6-xl, .p.pb6-xl {
    padding-bottom: 48px !important;
  }
  .pl6-xl, .p.pl6-xl {
    padding-left: 48px !important;
  }
  .px6-xl, .p.px6-xl {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-xl, .p.py6-xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-xl, .m.m7-xl {
    margin: 64px !important;
  }
  .mt7-xl, .m.mt7-xl {
    margin-top: 64px !important;
  }
  .mr7-xl, .m.mr7-xl {
    margin-right: 64px !important;
  }
  .mb7-xl, .m.mb7-xl {
    margin-bottom: 64px !important;
  }
  .ml7-xl, .m.ml7-xl {
    margin-left: 64px !important;
  }
  .mx7-xl, .m.mx7-xl {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-xl, .m.my7-xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-xl, .m.mtn7-xl {
    margin-top: -64px !important;
  }
  .mrn7-xl, .m.mrn7-xl {
    margin-right: -64px !important;
  }
  .mbn7-xl, .m.mbn7-xl {
    margin-bottom: -64px !important;
  }
  .mln7-xl, .m.mln7-xl {
    margin-left: -64px !important;
  }
  .mxn7-xl, .m.mxn7-xl {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-xl, .m.myn7-xl {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-xl, .p.p7-xl {
    padding: 64px !important;
  }
  .pt7-xl, .p.pt7-xl {
    padding-top: 64px !important;
  }
  .pr7-xl, .p.pr7-xl {
    padding-right: 64px !important;
  }
  .pb7-xl, .p.pb7-xl {
    padding-bottom: 64px !important;
  }
  .pl7-xl, .p.pl7-xl {
    padding-left: 64px !important;
  }
  .px7-xl, .p.px7-xl {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-xl, .p.py7-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-xl, .m.m8-xl {
    margin: 72px !important;
  }
  .mt8-xl, .m.mt8-xl {
    margin-top: 72px !important;
  }
  .mr8-xl, .m.mr8-xl {
    margin-right: 72px !important;
  }
  .mb8-xl, .m.mb8-xl {
    margin-bottom: 72px !important;
  }
  .ml8-xl, .m.ml8-xl {
    margin-left: 72px !important;
  }
  .mx8-xl, .m.mx8-xl {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-xl, .m.my8-xl {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-xl, .m.mtn8-xl {
    margin-top: -72px !important;
  }
  .mrn8-xl, .m.mrn8-xl {
    margin-right: -72px !important;
  }
  .mbn8-xl, .m.mbn8-xl {
    margin-bottom: -72px !important;
  }
  .mln8-xl, .m.mln8-xl {
    margin-left: -72px !important;
  }
  .mxn8-xl, .m.mxn8-xl {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-xl, .m.myn8-xl {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-xl, .p.p8-xl {
    padding: 72px !important;
  }
  .pt8-xl, .p.pt8-xl {
    padding-top: 72px !important;
  }
  .pr8-xl, .p.pr8-xl {
    padding-right: 72px !important;
  }
  .pb8-xl, .p.pb8-xl {
    padding-bottom: 72px !important;
  }
  .pl8-xl, .p.pl8-xl {
    padding-left: 72px !important;
  }
  .px8-xl, .p.px8-xl {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-xl, .p.py8-xl {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-xl, .m.m9-xl {
    margin: 80px !important;
  }
  .mt9-xl, .m.mt9-xl {
    margin-top: 80px !important;
  }
  .mr9-xl, .m.mr9-xl {
    margin-right: 80px !important;
  }
  .mb9-xl, .m.mb9-xl {
    margin-bottom: 80px !important;
  }
  .ml9-xl, .m.ml9-xl {
    margin-left: 80px !important;
  }
  .mx9-xl, .m.mx9-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-xl, .m.my9-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-xl, .m.mtn9-xl {
    margin-top: -80px !important;
  }
  .mrn9-xl, .m.mrn9-xl {
    margin-right: -80px !important;
  }
  .mbn9-xl, .m.mbn9-xl {
    margin-bottom: -80px !important;
  }
  .mln9-xl, .m.mln9-xl {
    margin-left: -80px !important;
  }
  .mxn9-xl, .m.mxn9-xl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-xl, .m.myn9-xl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-xl, .p.p9-xl {
    padding: 80px !important;
  }
  .pt9-xl, .p.pt9-xl {
    padding-top: 80px !important;
  }
  .pr9-xl, .p.pr9-xl {
    padding-right: 80px !important;
  }
  .pb9-xl, .p.pb9-xl {
    padding-bottom: 80px !important;
  }
  .pl9-xl, .p.pl9-xl {
    padding-left: 80px !important;
  }
  .px9-xl, .p.px9-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-xl, .p.py9-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-xl, .m.m10-xl {
    margin: 96px !important;
  }
  .mt10-xl, .m.mt10-xl {
    margin-top: 96px !important;
  }
  .mr10-xl, .m.mr10-xl {
    margin-right: 96px !important;
  }
  .mb10-xl, .m.mb10-xl {
    margin-bottom: 96px !important;
  }
  .ml10-xl, .m.ml10-xl {
    margin-left: 96px !important;
  }
  .mx10-xl, .m.mx10-xl {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-xl, .m.my10-xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-xl, .m.mtn10-xl {
    margin-top: -96px !important;
  }
  .mrn10-xl, .m.mrn10-xl {
    margin-right: -96px !important;
  }
  .mbn10-xl, .m.mbn10-xl {
    margin-bottom: -96px !important;
  }
  .mln10-xl, .m.mln10-xl {
    margin-left: -96px !important;
  }
  .mxn10-xl, .m.mxn10-xl {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-xl, .m.myn10-xl {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-xl, .p.p10-xl {
    padding: 96px !important;
  }
  .pt10-xl, .p.pt10-xl {
    padding-top: 96px !important;
  }
  .pr10-xl, .p.pr10-xl {
    padding-right: 96px !important;
  }
  .pb10-xl, .p.pb10-xl {
    padding-bottom: 96px !important;
  }
  .pl10-xl, .p.pl10-xl {
    padding-left: 96px !important;
  }
  .px10-xl, .p.px10-xl {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-xl, .p.py10-xl {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
/* space_controll end */
/* size_controll start */
.wd10-xs {
  width: 10% !important;
  -ms-flex: 0 0 10% !important;
  flex: 0 0 10% !important;
  max-width: 10% !important;
}

.wd20-xs {
  width: 20% !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.wd25-xs {
  width: 25% !important;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.wd30-xs {
  width: 30% !important;
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  max-width: 30% !important;
}

.wd33-xs {
  width: 33.3333333333% !important;
  -ms-flex: 0 0 33.3333333333% !important;
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.wd40-xs {
  width: 40% !important;
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.wd50-xs {
  width: 50% !important;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.wd60-xs {
  width: 60% !important;
  -ms-flex: 0 0 60% !important;
  flex: 0 0 60% !important;
  max-width: 60% !important;
}

.wd66-xs {
  width: 66.6666666667% !important;
  -ms-flex: 0 0 66.6666666667% !important;
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.wd70-xs {
  width: 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  max-width: 70% !important;
}

.wd75-xs {
  width: 75% !important;
  -ms-flex: 0 0 75% !important;
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

.wd90-xs {
  width: 90% !important;
  -ms-flex: 0 0 90% !important;
  flex: 0 0 90% !important;
  max-width: 90% !important;
}

.wd100-xs {
  width: 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .wd10-sm {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-sm {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-sm {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-sm {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-sm {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-sm {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-sm {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-sm {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-sm {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-sm {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-sm {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-sm {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-sm {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .wd10-md {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-md {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-md {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-md {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-md {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-md {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-md {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-md {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-md {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-md {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-md {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-md {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-md {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .wd10-lg {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-lg {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-lg {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-lg {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-lg {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-lg {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-lg {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-lg {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-lg {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-lg {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-lg {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-lg {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-lg {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .wd10-xl {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-xl {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-xl {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-xl {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-xl {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-xl {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-xl {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-xl {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-xl {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-xl {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-xl {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-xl {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-xl {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* size_controll end */
.lazyload {
  width: 100%;
}

.wpcf7-form div {
  margin-top: 0;
}