/* Type */
.c-text-sm {
  font-size: 75%;
}

.c-text-xs {
  font-size: 58.33%;
}

/* Headings */
.c-section-title {
  line-height: 1.2;
  font-size: 1.75em;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.c-section-title span {
  letter-spacing: 0.5em;
}
.c-section-title span::after {
  content: " ";
  margin-left: -0.5em;
}
.c-section-title span.-letter-spacing-normal {
  letter-spacing: normal;
}

.heading-tabbed {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.heading-tabbed__title {
  display: inline-block;
  border-top: 1px solid #413935;
  border-right: 1px solid #413935;
  border-left: 1px solid #413935;
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.75em 1.33em 0.5em 1.33em;
  letter-spacing: 0.4em;
}
.heading-tabbed__title::after {
  content: " ";
  margin-left: -0.4em;
}
.heading-tabbed__title.-c01 {
  border-top-color: #174429;
  border-right-color: #174429;
  border-left-color: #174429;
  color: #174429;
}
.heading-tabbed__title.-c02 {
  border-top-color: #a67e5a;
  border-right-color: #a67e5a;
  border-left-color: #a67e5a;
  color: #a67e5a;
}
.heading-tabbed__title.-c03 {
  border-top-color: #eee9e1;
  border-right-color: #eee9e1;
  border-left-color: #eee9e1;
  color: #eee9e1;
}
.heading-tabbed__title.-c04 {
  border-top-color: #ebe0d2;
  border-right-color: #ebe0d2;
  border-left-color: #ebe0d2;
  color: #ebe0d2;
}
.heading-tabbed__title.-c05 {
  border-top-color: #413935;
  border-right-color: #413935;
  border-left-color: #413935;
  color: #413935;
}
.heading-tabbed__title.-c06 {
  border-top-color: #e0be94;
  border-right-color: #e0be94;
  border-left-color: #e0be94;
  color: #e0be94;
}

.p-heading-illust {
  position: relative;
  font-size: 100%;
}
.p-heading-illust__illust {
  position: absolute;
  text-align: center;
}
.p-heading-illust.-home-facility {
  margin-bottom: 2.25em;
  border-top: 5px solid #e0be94;
  padding-top: 6.88em;
}
.p-heading-illust.-home-facility .p-heading-illust__illust {
  top: -3.58em;
  left: 50%;
  margin-left: -5.73em;
  width: 11.46em;
}
.p-heading-illust.-home-school {
  margin-bottom: 2.29em;
  padding-top: 5.92em;
}
.p-heading-illust.-home-school .title span {
  letter-spacing: normal;
}
.p-heading-illust.-home-school .p-heading-illust__illust {
  top: -4.25em;
  left: 50%;
  margin-left: -5.42em;
  width: 10.83em;
}
.p-heading-illust.-lesson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.46em;
}
.p-heading-illust.-lesson .p-heading-illust__title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-heading-illust.-lesson .p-heading-illust__illust {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: static;
  margin-bottom: 1.25em;
}
.p-heading-illust.-lesson .p-heading-illust__illust img {
  width: 3.71em;
}
.p-heading-illust.-school {
  margin-bottom: 2.58em;
}
.p-heading-illust.-school .p-heading-illust__illust {
  top: -8.83em;
  left: 50%;
  margin-left: -2.02em;
  width: 4.04em;
}

.p-heading-cursive {
  position: relative;
  margin-bottom: 1.75em;
}
.p-heading-cursive__cursive {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.p-heading-cursive.-home-hours .p-heading-cursive__cursive {
  width: 8.04em;
  -webkit-transform: translate(0.29em, 1.25em);
          transform: translate(0.29em, 1.25em);
}
.p-heading-cursive.-home-price .p-heading-cursive__cursive {
  width: 2.88em;
  -webkit-transform: translate(1.46em, 1.88em);
          transform: translate(1.46em, 1.88em);
}
.p-heading-cursive.-home-access .p-heading-cursive__cursive {
  left: 50%;
  width: 3.54em;
  -webkit-transform: translate(-1.83em, 2.08em);
          transform: translate(-1.83em, 2.08em);
}

/* Section */
.c-main-image {
  margin-bottom: 2.5em;
}

/* Buttons */
.c-button-bordered {
  display: inline-block;
  border: 2px solid #9c958f;
  border-radius: 0.625em;
  padding: 0.75em 1em;
  line-height: 1.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #413935;
  font-size: 100%;
  font-size: 83%;
  text-decoration: none;
}
.c-button-bordered:hover {
  opacity: 0.7;
}

.c-button-default {
  display: inline-block;
  border: 2px solid #eee9e1;
  border-radius: 0.625em;
  background-color: #a67e5a;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #eee9e1;
  font-size: 83%;
  text-decoration: none;
}
.c-button-default:hover {
  opacity: 0.7;
}

.c-button__color-main01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.63em;
  background-color: #174429;
  padding-right: 2.6em;
  padding-left: 2.6em;
  min-height: 4.17em;
  line-height: 1.3;
  color: #eee9e1 !important;
  font-size: 0.83em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-button__color-main01:hover {
  opacity: 0.7;
}
.c-button__icon-pdf {
  display: inline-block;
  border-radius: 3px;
  background-color: #eee9e1;
  padding: 0.2em 0.5em;
  line-height: 1;
  color: #a67e5a;
  font-size: 0.83em;
}

/* Lists */
.list-dot {
  padding-left: 1.5em;
  list-style: outside disc;
}

.list-number {
  padding-left: 1.5em;
  list-style: outside decimal;
}

.newslist {
  font-size: 83.33%;
}
.newslist__date {
  color: #a67e5a;
}
.newslist__text {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #a67e5a;
  padding-bottom: 0.75em;
}
.newslist__text:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* Boxes */
.c-box {
  border: 2px solid #a67e5a;
  border-radius: 0.21em;
  background: #eee9e1;
  padding: 1.88em 1.67em;
}

.p-common-lead__image {
  margin-bottom: 2.54em;
}

.img-fluid {
  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;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.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: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          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;
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            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: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.table-default th,
.table-default td {
  border-top: 1px solid rgba(65, 57, 53, 0.5);
  vertical-align: middle;
}
.table-default th {
  font-size: 83.33%;
  font-weight: normal;
  text-align: center;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.accordion-toggle::after {
  content: "+";
}

.accordion-toggle.is-active::after {
  content: "-";
}

.collapse-content {
  display: none;
}

.collapse-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.collapse-toggle .collapse-icon::after {
  content: "+";
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 10px;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.collapse-toggle.is-active .collapse-icon::after {
  content: "-";
}

.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

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

.tab-nav .item {
  background: #ccc;
  cursor: pointer;
}

.tab-nav .item.is-active {
  background: #333;
  border-top: 2px solid #333;
  color: #fff;
}

@media (max-width: 767px) {
  .tab-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tab-nav .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .tab-nav .item {
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
  }
}
.p-header {
  background-color: #eee9e1;
}
.p-header__text {
  margin-bottom: 0.63em;
  padding-top: 0.36em;
  padding-left: 0.86em;
  line-height: 1.5;
  color: #a67e5a;
  font-size: max(58.33%, 10px);
}
.p-header__text a {
  text-decoration: none;
  color: inherit !important;
}
.p-header__logo {
  margin-bottom: 1.21em;
  font-size: 100%;
  text-align: center;
}
.p-header__logo img {
  width: 13.38em;
}
.p-header.-home {
  background-image: url("../img/bg-home-header.png");
  background-position: right 1.13em bottom 0.58em;
  background-repeat: no-repeat;
  background-size: 5.6% auto;
}
.p-header.-home .p-header__logo {
  margin-bottom: 2.13em;
  text-align: left;
}
.p-header.-home .p-header__logo img {
  margin-left: 1.25em;
  width: 21.96em;
}
.p-header__nav {
  background-color: #174429;
}
.p-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.p-header__nav-item {
  position: relative;
  font-size: 83.33%;
}
.p-header__nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #e0be94;
  width: 1px;
  height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-header__nav-item:last-child::after {
  display: none;
}
.p-header__nav-item a {
  display: block;
  padding: 0.2em 1em;
  color: #e0be94;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
.p-header.-home .p-header__nav {
  background-color: transparent;
}
.p-header.-home .p-header__nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.71em;
}
.p-header.-home .p-header__nav-item {
  font-size: max(83.33%, 11px);
}
.p-header.-home .p-header__nav-item::after {
  background: #174429;
}
.p-header.-home .p-header__nav-item a {
  padding: 0.5em 1em;
  color: #174429;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-header.-home .p-header__nav-item a:hover {
  opacity: 0.7;
}
@media (max-width: 375px) {
  .p-header.-home .p-header__nav-item {
    font-size: 83.33%;
  }
}

.p-gnav {
  background: none;
}
.p-gnav__list {
  margin-right: auto;
  margin-left: auto;
  background: #174429;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  max-width: 750px;
}
.p-gnav__item {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.p-gnav__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(166, 126, 90, 0.5);
  padding-right: 0.5em;
  padding-left: 0.5em;
  height: 2.5em;
  color: #eee9e1;
  font-size: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-gnav__item a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #eee9e1;
}
.p-gnav__toggle {
  position: fixed;
  top: 0;
  z-index: 100;
}
.p-gnav__toggle-icon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  background: #174429;
  padding: 0;
  font-size: 100%;
  width: 2.5em;
  min-width: 60px;
  height: 2.5em;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-gnav__toggle-humburger {
  position: static;
  margin-top: 46.6667%;
  margin-left: 18.3333%;
  background-color: #a67e5a;
  width: 50%;
  height: 6.6667%;
}
.p-gnav__toggle-humburger::before, .p-gnav__toggle-humburger::after {
  position: absolute;
  left: 18.3333%;
  background-color: #a67e5a;
  height: 6.6667%;
}
.p-gnav__toggle-humburger::before {
  top: 26.6667%;
  width: 66.6667%;
}
.p-gnav__toggle-humburger::after {
  top: 66.6667%;
  width: 33.3333%;
}
.drawer-open .p-gnav__toggle-humburger::before, .drawer-open .p-gnav__toggle-humburger::after {
  top: 45%;
  width: 66.66% !important;
}
@media (max-width: 749px) {
  .p-gnav__toggle {
    right: 0;
  }
}
@media (min-width: 750px) {
  .p-gnav__toggle {
    left: calc(50% + 375px - 60px);
  }
}

.p-footer {
  background: #174429;
  padding-top: 3.13em;
  padding-right: 7.71em;
  padding-left: 7.71em;
  color: #eee9e1;
  text-align: center;
}

.p-footer-menu {
  margin-bottom: 2.75em;
}
.p-footer-menu__item {
  border-bottom: 2px solid rgba(166, 126, 90, 0.5);
}
.p-footer-menu__item a {
  display: block;
  padding-top: 1em;
  padding-bottom: 0.5em;
  color: #eee9e1;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-footer-menu__item a:hover {
  opacity: 0.7;
}

.p-footer-logo {
  margin-bottom: 1.88em;
}

.p-footer-tel {
  margin-bottom: 1em;
  line-height: 1;
  font-size: 150%;
  letter-spacing: 0.12em;
}

.p-footer-hours {
  margin-bottom: 4.07em;
  font-size: 58.33%;
  letter-spacing: 0.1em;
}

.p-footer-copyright {
  padding-top: 1.67em;
  padding-bottom: 1.67em;
  line-height: 1;
  color: #a67e5a;
  font-size: 50%;
  text-align: center;
}

.home-slide {
  margin-bottom: 4.96em;
  padding-right: 0.18%;
}
.home-slide__slide {
  width: 92%;
}
.home-slide .splide__pagination {
  position: static;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.21em;
}
.home-slide .splide__pagination > li {
  margin-right: 0.29em;
  margin-left: 0.29em;
  width: 1.79em;
  height: 2px;
  font-size: 100%;
}
.home-slide .splide__pagination__page {
  display: block;
  margin: 0;
  border-radius: 0;
  background: #eee9e1;
  width: 100%;
  height: 100%;
}
.home-slide .splide__pagination__page.is-active {
  background: #a67e5a;
  -webkit-transform: none;
          transform: none;
}

.home-news {
  padding-bottom: 5.88em;
}

.home-facility {
  margin-top: -3.67em;
  padding-top: 3.67em;
}

.facility-list {
  -webkit-column-gap: 0.91em;
     -moz-column-gap: 0.91em;
          column-gap: 0.91em;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.facility-list__item {
  border-top: 1px solid #a67e5a;
}
.facility-list__item.-border-bottom {
  border-bottom: 1px solid #a67e5a;
}

.facility-photos__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facility-photos__item {
  margin: 0 0 3.71em 0;
}
.facility-photos__item img {
  display: block;
  margin-bottom: 0.83em;
}
.facility-photos__item.-l01 img {
  margin-left: auto;
  width: 25.75em;
}
.facility-photos__item.-l02 {
  padding-left: 10%;
}
.facility-photos__item.-l02 img {
  width: 21.67em;
}
.facility-photos__item.-l03 {
  padding-left: 30.5333%;
}
.facility-photos__item.-l03 img {
  width: 15.25em;
}
.facility-photos__item.-l04 {
  margin-right: auto;
}
.facility-photos__item.-l04 img {
  width: 26.46em;
}
.facility-photos__item.-l04 .facility-photos__content {
  padding-right: 4.79em;
}
.facility-photos__item.-l05 {
  margin-right: auto;
  margin-left: auto;
  width: 25em;
}
.facility-photos__caption {
  line-height: 1;
}
.facility-photos__caption.-indented {
  padding-left: 10%;
}

.home-hours {
  background-color: #ebe0d2;
  padding-top: 2.54em;
  padding-bottom: 2.54em;
}
.home-hours__inner {
  background-color: #eee9e1;
  padding: 3.13em 1.04em 0.79em;
}

.hours-table {
  table-layout: auto;
}
.hours-table tr {
  border-top: 1px solid rgba(65, 57, 53, 0.5);
}
.hours-table th,
.hours-table td {
  padding: 2em 1em;
  line-height: 1;
}
.hours-table__index, .hours-table__time {
  font-size: 83.33%;
}
.hours-table__index {
  font-weight: normal;
  text-align: center;
}
.hours-table__time {
  letter-spacing: 0.1em;
  text-align: right;
}
.hours-table__notice {
  font-size: 75%;
}

.home-price {
  padding-top: 2.5417em;
  padding-bottom: 4.6667em;
}
.home-price__inner {
  background-color: #ebe0d2;
  padding: 3.75em 1.25em 1.88em;
}
.home-price__box {
  border: 4px solid #eee9e1;
  padding: 2.33em 1.08em 0;
}
.home-price__box-heading {
  font-size: 125%;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

.home-price-table01 {
  border-top: 1px solid rgba(65, 57, 53, 0.5);
}
.home-price-table01 tr {
  border-bottom: 1px solid rgba(65, 57, 53, 0.5);
}
.home-price-table01 th,
.home-price-table01 td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.home-price-table01 th {
  width: 30%;
  line-height: 1.5;
  font-size: 83.33%;
  font-weight: normal;
  text-align: center;
}
.home-price-table01 td {
  padding-left: 3.08em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home-price-table01 small {
  font-weight: normal;
  letter-spacing: normal;
}

.home-price-table02 {
  border-top: 1px solid rgba(65, 57, 53, 0.5);
}
.home-price-table02 th {
  font-size: 83.33%;
  font-weight: normal;
}
.home-price-table02 thead {
  text-align: center;
}
.home-price-table02 tbody tr:last-child {
  border-bottom: 0;
}
.home-price-table02 tbody th,
.home-price-table02 tbody td {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.home-price-table02 tbody td {
  padding-left: 0;
  text-align: center;
}

.home-price-table03 {
  text-align: center;
}
.home-price-table03 tr {
  border-top: 2px solid #eee9e1;
}
.home-price-table03 th,
.home-price-table03 td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.home-price-table03 th {
  font-size: 83.33%;
  font-weight: normal;
}
.home-price-table03 td {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home-price-table03 small {
  font-weight: normal;
  letter-spacing: normal;
}

.p-home-school {
  margin-top: -4.25em;
  padding-top: 4.25em;
}
.p-home-school__inner {
  background-color: #174429;
  padding-bottom: 4.75em;
}
.p-home-school__text {
  margin-bottom: 2.38em;
  color: #eee9e1;
}

.p-home-access {
  padding-top: 4em;
  padding-bottom: 3.6667em;
}

.p-home-access-googlemap iframe {
  width: 100%;
}

.p-home-access-table {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 83%;
}
.p-home-access-table th,
.p-home-access-table td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.p-home-access-table th {
  padding-left: 1.2em;
  font-weight: normal;
  text-align: left;
  width: 24.6154%;
}

.p-home-access-map {
  margin-top: 4.5833em;
  text-align: center;
}
.p-home-access-map img {
  width: 80%;
}

.p-home-access-parking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}
.p-home-access-parking__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-size: 83%;
}
.p-home-access-parking__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.p-home-access-parking__table {
  width: 100%;
  table-layout: auto;
}
.p-home-access-parking__table tr {
  border-bottom: 1px solid #9c958f;
}
.p-home-access-parking__table th {
  font-weight: normal;
}
.p-home-access-parking__table td {
  text-align: center;
}

.p-lesson {
  margin-bottom: 6.42em;
}

.p-lesson-lead {
  margin-bottom: 2.08em;
}

.p-school {
  background: #ebe0d2;
  padding-top: 5.71em;
  padding-bottom: 3.25em;
}

.p-school-more {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 1.67em;
  padding-left: 1.67em;
}

.p-school-schedule {
  margin-top: 4.25em;
}

.p-school-schedule-table {
  line-height: 1.6;
}
.p-school-schedule-table th,
.p-school-schedule-table td {
  position: relative;
  border-bottom: 1px solid #a67e5a;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-school-schedule-table tbody tr:last-child th,
.p-school-schedule-table tbody tr:last-child td {
  border-bottom: 0;
}
.p-school-schedule-table th {
  font-weight: normal;
}
.p-school-schedule-table thead th,
.p-school-schedule-table td {
  text-align: center;
}
.p-school-schedule-table thead th::before,
.p-school-schedule-table td::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-color: rgba(166, 126, 90, 0.5);
  width: 1px;
  height: calc(100% - 6px);
}
.p-school-schedule-table thead th:first-child::before {
  display: none;
}
.p-school-schedule-table thead th,
.p-school-schedule-table tbody th {
  color: #a67e5a;
  font-size: 0.83em;
}
.p-school-schedule-table thead th:first-child,
.p-school-schedule-table tbody th {
  width: 18.6441%;
}
.p-school-schedule-table__notice {
  margin-top: 1em;
}
.p-school-schedule-table__link {
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: #174429 !important;
  text-decoration: underline;
}
.p-school-schedule-table__link:hover {
  text-decoration: none;
}

.u-d-none {
  display: none !important;
}
.u-d-inline {
  display: inline !important;
}
.u-d-inline-block {
  display: inline-block !important;
}
.u-d-block {
  display: block !important;
}
.u-d-table {
  display: table !important;
}
.u-d-table-row {
  display: table-row !important;
}
.u-d-table-cell {
  display: table-cell !important;
}
.u-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.u-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-table {
    display: table !important;
  }
  .u-d-xl-table-row {
    display: table-row !important;
  }
  .u-d-xl-table-cell {
    display: table-cell !important;
  }
  .u-d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-d-print-none {
    display: none !important;
  }
  .u-d-print-inline {
    display: inline !important;
  }
  .u-d-print-inline-block {
    display: inline-block !important;
  }
  .u-d-print-block {
    display: block !important;
  }
  .u-d-print-table {
    display: table !important;
  }
  .u-d-print-table-row {
    display: table-row !important;
  }
  .u-d-print-table-cell {
    display: table-cell !important;
  }
  .u-d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

/* Texts */
.u-text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .u-text-sm-left {
    text-align: left !important;
  }
  .u-text-sm-right {
    text-align: right !important;
  }
  .u-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .u-text-lg-left {
    text-align: left !important;
  }
  .u-text-lg-right {
    text-align: right !important;
  }
  .u-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .u-text-xl-left {
    text-align: left !important;
  }
  .u-text-xl-right {
    text-align: right !important;
  }
  .u-text-xl-center {
    text-align: center !important;
  }
}
.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

.u-font-weight-light, .u-font-weight-300 {
  font-weight: 300 !important;
}
.u-font-weight-normal, .u-font-weight-400 {
  font-weight: 400 !important;
}
.u-font-weight-medium, .u-font-weight-500 {
  font-weight: 500 !important;
}
.u-font-weight-semibold, .u-font-weight-600 {
  font-weight: 600 !important;
}
.u-font-weight-bold, .u-font-weight-700 {
  font-weight: 700 !important;
}
.u-font-italic {
  font-style: italic !important;
}

.u-text-white {
  color: #fff !important;
}
.u-text-dark {
  color: inherit !important;
}
.u-text-muted {
  color: #6c757d !important;
}
.u-text-attention {
  color: #f00 !important;
}

.u-text-c01 {
  color: #174429;
}

.u-text-c02 {
  color: #a67e5a;
}

.u-text-c03 {
  color: #eee9e1;
}

.u-text-c04 {
  color: #ebe0d2;
}

.u-text-c05 {
  color: #413935;
}

.u-text-c06 {
  color: #e0be94;
}

.u-bg-dark {
  background-color: #343a40 !important;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-transparent {
  background-color: transparent !important;
}

.u-bg-c01 {
  background-color: #174429;
}

.u-bg-c02 {
  background-color: #a67e5a;
}

.u-bg-c03 {
  background-color: #eee9e1;
}

.u-bg-c04 {
  background-color: #ebe0d2;
}

.u-bg-c05 {
  background-color: #413935;
}

.u-bg-c06 {
  background-color: #e0be94;
}

.u-m-0 {
  margin: 0 !important;
}
.u-mt-0, .u-my-0 {
  margin-top: 0 !important;
}
.u-mr-0, .u-mx-0 {
  margin-right: 0 !important;
}
.u-mb-0, .u-my-0 {
  margin-bottom: 0 !important;
}
.u-ml-0, .u-mx-0 {
  margin-left: 0 !important;
}
.u-m-1 {
  margin: 0.25em !important;
}
.u-mt-1, .u-my-1 {
  margin-top: 0.25em !important;
}
.u-mr-1, .u-mx-1 {
  margin-right: 0.25em !important;
}
.u-mb-1, .u-my-1 {
  margin-bottom: 0.25em !important;
}
.u-ml-1, .u-mx-1 {
  margin-left: 0.25em !important;
}
.u-m-2 {
  margin: 0.5em !important;
}
.u-mt-2, .u-my-2 {
  margin-top: 0.5em !important;
}
.u-mr-2, .u-mx-2 {
  margin-right: 0.5em !important;
}
.u-mb-2, .u-my-2 {
  margin-bottom: 0.5em !important;
}
.u-ml-2, .u-mx-2 {
  margin-left: 0.5em !important;
}
.u-m-3 {
  margin: 1em !important;
}
.u-mt-3, .u-my-3 {
  margin-top: 1em !important;
}
.u-mr-3, .u-mx-3 {
  margin-right: 1em !important;
}
.u-mb-3, .u-my-3 {
  margin-bottom: 1em !important;
}
.u-ml-3, .u-mx-3 {
  margin-left: 1em !important;
}
.u-m-4 {
  margin: 1.5em !important;
}
.u-mt-4, .u-my-4 {
  margin-top: 1.5em !important;
}
.u-mr-4, .u-mx-4 {
  margin-right: 1.5em !important;
}
.u-mb-4, .u-my-4 {
  margin-bottom: 1.5em !important;
}
.u-ml-4, .u-mx-4 {
  margin-left: 1.5em !important;
}
.u-m-5 {
  margin: 3em !important;
}
.u-mt-5, .u-my-5 {
  margin-top: 3em !important;
}
.u-mr-5, .u-mx-5 {
  margin-right: 3em !important;
}
.u-mb-5, .u-my-5 {
  margin-bottom: 3em !important;
}
.u-ml-5, .u-mx-5 {
  margin-left: 3em !important;
}
.u-p-0 {
  padding: 0 !important;
}
.u-pt-0, .u-py-0 {
  padding-top: 0 !important;
}
.u-pr-0, .u-px-0 {
  padding-right: 0 !important;
}
.u-pb-0, .u-py-0 {
  padding-bottom: 0 !important;
}
.u-pl-0, .u-px-0 {
  padding-left: 0 !important;
}
.u-p-1 {
  padding: 0.25em !important;
}
.u-pt-1, .u-py-1 {
  padding-top: 0.25em !important;
}
.u-pr-1, .u-px-1 {
  padding-right: 0.25em !important;
}
.u-pb-1, .u-py-1 {
  padding-bottom: 0.25em !important;
}
.u-pl-1, .u-px-1 {
  padding-left: 0.25em !important;
}
.u-p-2 {
  padding: 0.5em !important;
}
.u-pt-2, .u-py-2 {
  padding-top: 0.5em !important;
}
.u-pr-2, .u-px-2 {
  padding-right: 0.5em !important;
}
.u-pb-2, .u-py-2 {
  padding-bottom: 0.5em !important;
}
.u-pl-2, .u-px-2 {
  padding-left: 0.5em !important;
}
.u-p-3 {
  padding: 1em !important;
}
.u-pt-3, .u-py-3 {
  padding-top: 1em !important;
}
.u-pr-3, .u-px-3 {
  padding-right: 1em !important;
}
.u-pb-3, .u-py-3 {
  padding-bottom: 1em !important;
}
.u-pl-3, .u-px-3 {
  padding-left: 1em !important;
}
.u-p-4 {
  padding: 1.5em !important;
}
.u-pt-4, .u-py-4 {
  padding-top: 1.5em !important;
}
.u-pr-4, .u-px-4 {
  padding-right: 1.5em !important;
}
.u-pb-4, .u-py-4 {
  padding-bottom: 1.5em !important;
}
.u-pl-4, .u-px-4 {
  padding-left: 1.5em !important;
}
.u-p-5 {
  padding: 3em !important;
}
.u-pt-5, .u-py-5 {
  padding-top: 3em !important;
}
.u-pr-5, .u-px-5 {
  padding-right: 3em !important;
}
.u-pb-5, .u-py-5 {
  padding-bottom: 3em !important;
}
.u-pl-5, .u-px-5 {
  padding-left: 3em !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-mt-auto, .u-my-auto {
  margin-top: auto !important;
}
.u-mr-auto, .u-mx-auto {
  margin-right: auto !important;
}
.u-mb-auto, .u-my-auto {
  margin-bottom: auto !important;
}
.u-ml-auto, .u-mx-auto {
  margin-left: auto !important;
}
.u-m-10 {
  margin: 10px !important;
}
.u-m-20 {
  margin: 20px !important;
}
.u-m-30 {
  margin: 30px !important;
}
.u-m-40 {
  margin: 40px !important;
}
.u-m-50 {
  margin: 50px !important;
}
.u-m-60 {
  margin: 60px !important;
}
.u-m-70 {
  margin: 70px !important;
}
.u-m-80 {
  margin: 80px !important;
}
.u-m-90 {
  margin: 90px !important;
}
.u-m-100 {
  margin: 100px !important;
}
.u-mt-10, .u-my-10 {
  margin-top: 10px !important;
}
.u-mt-20, .u-my-20 {
  margin-top: 20px !important;
}
.u-mt-30, .u-my-30 {
  margin-top: 30px !important;
}
.u-mt-40, .u-my-40 {
  margin-top: 40px !important;
}
.u-mt-50, .u-my-50 {
  margin-top: 50px !important;
}
.u-mt-60, .u-my-60 {
  margin-top: 60px !important;
}
.u-mt-70, .u-my-70 {
  margin-top: 70px !important;
}
.u-mt-80, .u-my-80 {
  margin-top: 80px !important;
}
.u-mt-90, .u-my-90 {
  margin-top: 90px !important;
}
.u-mt-100, .u-my-100 {
  margin-top: 100px !important;
}
.u-mr-10, .u-mx-10 {
  margin-right: 10px !important;
}
.u-mr-20, .u-mx-20 {
  margin-right: 20px !important;
}
.u-mr-30, .u-mx-30 {
  margin-right: 30px !important;
}
.u-mr-40, .u-mx-40 {
  margin-right: 40px !important;
}
.u-mr-50, .u-mx-50 {
  margin-right: 50px !important;
}
.u-mr-60, .u-mx-60 {
  margin-right: 60px !important;
}
.u-mr-70, .u-mx-70 {
  margin-right: 70px !important;
}
.u-mr-80, .u-mx-80 {
  margin-right: 80px !important;
}
.u-mr-90, .u-mx-90 {
  margin-right: 90px !important;
}
.u-mr-100, .u-mx-100 {
  margin-right: 100px !important;
}
.u-mb-10, .u-my-10 {
  margin-bottom: 10px !important;
}
.u-mb-20, .u-my-20 {
  margin-bottom: 20px !important;
}
.u-mb-30, .u-my-30 {
  margin-bottom: 30px !important;
}
.u-mb-40, .u-my-40 {
  margin-bottom: 40px !important;
}
.u-mb-50, .u-my-50 {
  margin-bottom: 50px !important;
}
.u-mb-60, .u-my-60 {
  margin-bottom: 60px !important;
}
.u-mb-70, .u-my-70 {
  margin-bottom: 70px !important;
}
.u-mb-80, .u-my-80 {
  margin-bottom: 80px !important;
}
.u-mb-90, .u-my-90 {
  margin-bottom: 90px !important;
}
.u-mb-100, .u-my-100 {
  margin-bottom: 100px !important;
}
.u-ml-10, .u-mx-10 {
  margin-left: 10px !important;
}
.u-ml-20, .u-mx-20 {
  margin-left: 20px !important;
}
.u-ml-30, .u-mx-30 {
  margin-left: 30px !important;
}
.u-ml-40, .u-mx-40 {
  margin-left: 40px !important;
}
.u-ml-50, .u-mx-50 {
  margin-left: 50px !important;
}
.u-ml-60, .u-mx-60 {
  margin-left: 60px !important;
}
.u-ml-70, .u-mx-70 {
  margin-left: 70px !important;
}
.u-ml-80, .u-mx-80 {
  margin-left: 80px !important;
}
.u-ml-90, .u-mx-90 {
  margin-left: 90px !important;
}
.u-ml-100, .u-mx-100 {
  margin-left: 100px !important;
}
.u-p-10 {
  padding: 10px !important;
}
.u-p-20 {
  padding: 20px !important;
}
.u-p-30 {
  padding: 30px !important;
}
.u-p-40 {
  padding: 40px !important;
}
.u-p-50 {
  padding: 50px !important;
}
.u-p-60 {
  padding: 60px !important;
}
.u-p-70 {
  padding: 70px !important;
}
.u-p-80 {
  padding: 80px !important;
}
.u-p-90 {
  padding: 90px !important;
}
.u-p-100 {
  padding: 100px !important;
}
.u-pt-10, .u-py-10 {
  padding-top: 10px !important;
}
.u-pt-20, .u-py-20 {
  padding-top: 20px !important;
}
.u-pt-30, .u-py-30 {
  padding-top: 30px !important;
}
.u-pt-40, .u-py-40 {
  padding-top: 40px !important;
}
.u-pt-50, .u-py-50 {
  padding-top: 50px !important;
}
.u-pt-60, .u-py-60 {
  padding-top: 60px !important;
}
.u-pt-70, .u-py-70 {
  padding-top: 70px !important;
}
.u-pt-80, .u-py-80 {
  padding-top: 80px !important;
}
.u-pt-90, .u-py-90 {
  padding-top: 90px !important;
}
.u-pt-100, .u-py-100 {
  padding-top: 100px !important;
}
.u-pr-10, .u-px-10 {
  padding-right: 10px !important;
}
.u-pr-20, .u-px-20 {
  padding-right: 20px !important;
}
.u-pr-30, .u-px-30 {
  padding-right: 30px !important;
}
.u-pr-40, .u-px-40 {
  padding-right: 40px !important;
}
.u-pr-50, .u-px-50 {
  padding-right: 50px !important;
}
.u-pr-60, .u-px-60 {
  padding-right: 60px !important;
}
.u-pr-70, .u-px-70 {
  padding-right: 70px !important;
}
.u-pr-80, .u-px-80 {
  padding-right: 80px !important;
}
.u-pr-90, .u-px-90 {
  padding-right: 90px !important;
}
.u-pr-100, .u-px-100 {
  padding-right: 100px !important;
}
.u-pb-10, .u-py-10 {
  padding-bottom: 10px !important;
}
.u-pb-20, .u-py-20 {
  padding-bottom: 20px !important;
}
.u-pb-30, .u-py-30 {
  padding-bottom: 30px !important;
}
.u-pb-40, .u-py-40 {
  padding-bottom: 40px !important;
}
.u-pb-50, .u-py-50 {
  padding-bottom: 50px !important;
}
.u-pb-60, .u-py-60 {
  padding-bottom: 60px !important;
}
.u-pb-70, .u-py-70 {
  padding-bottom: 70px !important;
}
.u-pb-80, .u-py-80 {
  padding-bottom: 80px !important;
}
.u-pb-90, .u-py-90 {
  padding-bottom: 90px !important;
}
.u-pb-100, .u-py-100 {
  padding-bottom: 100px !important;
}
.u-pl-10, .u-px-10 {
  padding-left: 10px !important;
}
.u-pl-20, .u-px-20 {
  padding-left: 20px !important;
}
.u-pl-30, .u-px-30 {
  padding-left: 30px !important;
}
.u-pl-40, .u-px-40 {
  padding-left: 40px !important;
}
.u-pl-50, .u-px-50 {
  padding-left: 50px !important;
}
.u-pl-60, .u-px-60 {
  padding-left: 60px !important;
}
.u-pl-70, .u-px-70 {
  padding-left: 70px !important;
}
.u-pl-80, .u-px-80 {
  padding-left: 80px !important;
}
.u-pl-90, .u-px-90 {
  padding-left: 90px !important;
}
.u-pl-100, .u-px-100 {
  padding-left: 100px !important;
}
@media (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }
  .u-mt-sm-0, .u-my-sm-0 {
    margin-top: 0 !important;
  }
  .u-mr-sm-0, .u-mx-sm-0 {
    margin-right: 0 !important;
  }
  .u-mb-sm-0, .u-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-sm-0, .u-mx-sm-0 {
    margin-left: 0 !important;
  }
  .u-m-sm-1 {
    margin: 0.25em !important;
  }
  .u-mt-sm-1, .u-my-sm-1 {
    margin-top: 0.25em !important;
  }
  .u-mr-sm-1, .u-mx-sm-1 {
    margin-right: 0.25em !important;
  }
  .u-mb-sm-1, .u-my-sm-1 {
    margin-bottom: 0.25em !important;
  }
  .u-ml-sm-1, .u-mx-sm-1 {
    margin-left: 0.25em !important;
  }
  .u-m-sm-2 {
    margin: 0.5em !important;
  }
  .u-mt-sm-2, .u-my-sm-2 {
    margin-top: 0.5em !important;
  }
  .u-mr-sm-2, .u-mx-sm-2 {
    margin-right: 0.5em !important;
  }
  .u-mb-sm-2, .u-my-sm-2 {
    margin-bottom: 0.5em !important;
  }
  .u-ml-sm-2, .u-mx-sm-2 {
    margin-left: 0.5em !important;
  }
  .u-m-sm-3 {
    margin: 1em !important;
  }
  .u-mt-sm-3, .u-my-sm-3 {
    margin-top: 1em !important;
  }
  .u-mr-sm-3, .u-mx-sm-3 {
    margin-right: 1em !important;
  }
  .u-mb-sm-3, .u-my-sm-3 {
    margin-bottom: 1em !important;
  }
  .u-ml-sm-3, .u-mx-sm-3 {
    margin-left: 1em !important;
  }
  .u-m-sm-4 {
    margin: 1.5em !important;
  }
  .u-mt-sm-4, .u-my-sm-4 {
    margin-top: 1.5em !important;
  }
  .u-mr-sm-4, .u-mx-sm-4 {
    margin-right: 1.5em !important;
  }
  .u-mb-sm-4, .u-my-sm-4 {
    margin-bottom: 1.5em !important;
  }
  .u-ml-sm-4, .u-mx-sm-4 {
    margin-left: 1.5em !important;
  }
  .u-m-sm-5 {
    margin: 3em !important;
  }
  .u-mt-sm-5, .u-my-sm-5 {
    margin-top: 3em !important;
  }
  .u-mr-sm-5, .u-mx-sm-5 {
    margin-right: 3em !important;
  }
  .u-mb-sm-5, .u-my-sm-5 {
    margin-bottom: 3em !important;
  }
  .u-ml-sm-5, .u-mx-sm-5 {
    margin-left: 3em !important;
  }
  .u-p-sm-0 {
    padding: 0 !important;
  }
  .u-pt-sm-0, .u-py-sm-0 {
    padding-top: 0 !important;
  }
  .u-pr-sm-0, .u-px-sm-0 {
    padding-right: 0 !important;
  }
  .u-pb-sm-0, .u-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-sm-0, .u-px-sm-0 {
    padding-left: 0 !important;
  }
  .u-p-sm-1 {
    padding: 0.25em !important;
  }
  .u-pt-sm-1, .u-py-sm-1 {
    padding-top: 0.25em !important;
  }
  .u-pr-sm-1, .u-px-sm-1 {
    padding-right: 0.25em !important;
  }
  .u-pb-sm-1, .u-py-sm-1 {
    padding-bottom: 0.25em !important;
  }
  .u-pl-sm-1, .u-px-sm-1 {
    padding-left: 0.25em !important;
  }
  .u-p-sm-2 {
    padding: 0.5em !important;
  }
  .u-pt-sm-2, .u-py-sm-2 {
    padding-top: 0.5em !important;
  }
  .u-pr-sm-2, .u-px-sm-2 {
    padding-right: 0.5em !important;
  }
  .u-pb-sm-2, .u-py-sm-2 {
    padding-bottom: 0.5em !important;
  }
  .u-pl-sm-2, .u-px-sm-2 {
    padding-left: 0.5em !important;
  }
  .u-p-sm-3 {
    padding: 1em !important;
  }
  .u-pt-sm-3, .u-py-sm-3 {
    padding-top: 1em !important;
  }
  .u-pr-sm-3, .u-px-sm-3 {
    padding-right: 1em !important;
  }
  .u-pb-sm-3, .u-py-sm-3 {
    padding-bottom: 1em !important;
  }
  .u-pl-sm-3, .u-px-sm-3 {
    padding-left: 1em !important;
  }
  .u-p-sm-4 {
    padding: 1.5em !important;
  }
  .u-pt-sm-4, .u-py-sm-4 {
    padding-top: 1.5em !important;
  }
  .u-pr-sm-4, .u-px-sm-4 {
    padding-right: 1.5em !important;
  }
  .u-pb-sm-4, .u-py-sm-4 {
    padding-bottom: 1.5em !important;
  }
  .u-pl-sm-4, .u-px-sm-4 {
    padding-left: 1.5em !important;
  }
  .u-p-sm-5 {
    padding: 3em !important;
  }
  .u-pt-sm-5, .u-py-sm-5 {
    padding-top: 3em !important;
  }
  .u-pr-sm-5, .u-px-sm-5 {
    padding-right: 3em !important;
  }
  .u-pb-sm-5, .u-py-sm-5 {
    padding-bottom: 3em !important;
  }
  .u-pl-sm-5, .u-px-sm-5 {
    padding-left: 3em !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto, .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto, .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto, .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto, .u-mx-sm-auto {
    margin-left: auto !important;
  }
  .u-m-sm-10 {
    margin: 10px !important;
  }
  .u-m-sm-20 {
    margin: 20px !important;
  }
  .u-m-sm-30 {
    margin: 30px !important;
  }
  .u-m-sm-40 {
    margin: 40px !important;
  }
  .u-m-sm-50 {
    margin: 50px !important;
  }
  .u-m-sm-60 {
    margin: 60px !important;
  }
  .u-m-sm-70 {
    margin: 70px !important;
  }
  .u-m-sm-80 {
    margin: 80px !important;
  }
  .u-m-sm-90 {
    margin: 90px !important;
  }
  .u-m-sm-100 {
    margin: 100px !important;
  }
  .u-mt-sm-10, .u-my-sm-10 {
    margin-top: 10px !important;
  }
  .u-mt-sm-20, .u-my-sm-20 {
    margin-top: 20px !important;
  }
  .u-mt-sm-30, .u-my-sm-30 {
    margin-top: 30px !important;
  }
  .u-mt-sm-40, .u-my-sm-40 {
    margin-top: 40px !important;
  }
  .u-mt-sm-50, .u-my-sm-50 {
    margin-top: 50px !important;
  }
  .u-mt-sm-60, .u-my-sm-60 {
    margin-top: 60px !important;
  }
  .u-mt-sm-70, .u-my-sm-70 {
    margin-top: 70px !important;
  }
  .u-mt-sm-80, .u-my-sm-80 {
    margin-top: 80px !important;
  }
  .u-mt-sm-90, .u-my-sm-90 {
    margin-top: 90px !important;
  }
  .u-mt-sm-100, .u-my-sm-100 {
    margin-top: 100px !important;
  }
  .u-mr-sm-10, .u-mx-sm-10 {
    margin-right: 10px !important;
  }
  .u-mr-sm-20, .u-mx-sm-20 {
    margin-right: 20px !important;
  }
  .u-mr-sm-30, .u-mx-sm-30 {
    margin-right: 30px !important;
  }
  .u-mr-sm-40, .u-mx-sm-40 {
    margin-right: 40px !important;
  }
  .u-mr-sm-50, .u-mx-sm-50 {
    margin-right: 50px !important;
  }
  .u-mr-sm-60, .u-mx-sm-60 {
    margin-right: 60px !important;
  }
  .u-mr-sm-70, .u-mx-sm-70 {
    margin-right: 70px !important;
  }
  .u-mr-sm-80, .u-mx-sm-80 {
    margin-right: 80px !important;
  }
  .u-mr-sm-90, .u-mx-sm-90 {
    margin-right: 90px !important;
  }
  .u-mr-sm-100, .u-mx-sm-100 {
    margin-right: 100px !important;
  }
  .u-mb-sm-10, .u-my-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-sm-20, .u-my-sm-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-sm-30, .u-my-sm-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-sm-40, .u-my-sm-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-sm-50, .u-my-sm-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-sm-60, .u-my-sm-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-sm-70, .u-my-sm-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-sm-80, .u-my-sm-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-sm-90, .u-my-sm-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-sm-100, .u-my-sm-100 {
    margin-bottom: 100px !important;
  }
  .u-ml-sm-10, .u-mx-sm-10 {
    margin-left: 10px !important;
  }
  .u-ml-sm-20, .u-mx-sm-20 {
    margin-left: 20px !important;
  }
  .u-ml-sm-30, .u-mx-sm-30 {
    margin-left: 30px !important;
  }
  .u-ml-sm-40, .u-mx-sm-40 {
    margin-left: 40px !important;
  }
  .u-ml-sm-50, .u-mx-sm-50 {
    margin-left: 50px !important;
  }
  .u-ml-sm-60, .u-mx-sm-60 {
    margin-left: 60px !important;
  }
  .u-ml-sm-70, .u-mx-sm-70 {
    margin-left: 70px !important;
  }
  .u-ml-sm-80, .u-mx-sm-80 {
    margin-left: 80px !important;
  }
  .u-ml-sm-90, .u-mx-sm-90 {
    margin-left: 90px !important;
  }
  .u-ml-sm-100, .u-mx-sm-100 {
    margin-left: 100px !important;
  }
  .u-p-sm-10 {
    padding: 10px !important;
  }
  .u-p-sm-20 {
    padding: 20px !important;
  }
  .u-p-sm-30 {
    padding: 30px !important;
  }
  .u-p-sm-40 {
    padding: 40px !important;
  }
  .u-p-sm-50 {
    padding: 50px !important;
  }
  .u-p-sm-60 {
    padding: 60px !important;
  }
  .u-p-sm-70 {
    padding: 70px !important;
  }
  .u-p-sm-80 {
    padding: 80px !important;
  }
  .u-p-sm-90 {
    padding: 90px !important;
  }
  .u-p-sm-100 {
    padding: 100px !important;
  }
  .u-pt-sm-10, .u-py-sm-10 {
    padding-top: 10px !important;
  }
  .u-pt-sm-20, .u-py-sm-20 {
    padding-top: 20px !important;
  }
  .u-pt-sm-30, .u-py-sm-30 {
    padding-top: 30px !important;
  }
  .u-pt-sm-40, .u-py-sm-40 {
    padding-top: 40px !important;
  }
  .u-pt-sm-50, .u-py-sm-50 {
    padding-top: 50px !important;
  }
  .u-pt-sm-60, .u-py-sm-60 {
    padding-top: 60px !important;
  }
  .u-pt-sm-70, .u-py-sm-70 {
    padding-top: 70px !important;
  }
  .u-pt-sm-80, .u-py-sm-80 {
    padding-top: 80px !important;
  }
  .u-pt-sm-90, .u-py-sm-90 {
    padding-top: 90px !important;
  }
  .u-pt-sm-100, .u-py-sm-100 {
    padding-top: 100px !important;
  }
  .u-pr-sm-10, .u-px-sm-10 {
    padding-right: 10px !important;
  }
  .u-pr-sm-20, .u-px-sm-20 {
    padding-right: 20px !important;
  }
  .u-pr-sm-30, .u-px-sm-30 {
    padding-right: 30px !important;
  }
  .u-pr-sm-40, .u-px-sm-40 {
    padding-right: 40px !important;
  }
  .u-pr-sm-50, .u-px-sm-50 {
    padding-right: 50px !important;
  }
  .u-pr-sm-60, .u-px-sm-60 {
    padding-right: 60px !important;
  }
  .u-pr-sm-70, .u-px-sm-70 {
    padding-right: 70px !important;
  }
  .u-pr-sm-80, .u-px-sm-80 {
    padding-right: 80px !important;
  }
  .u-pr-sm-90, .u-px-sm-90 {
    padding-right: 90px !important;
  }
  .u-pr-sm-100, .u-px-sm-100 {
    padding-right: 100px !important;
  }
  .u-pb-sm-10, .u-py-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-pb-sm-20, .u-py-sm-20 {
    padding-bottom: 20px !important;
  }
  .u-pb-sm-30, .u-py-sm-30 {
    padding-bottom: 30px !important;
  }
  .u-pb-sm-40, .u-py-sm-40 {
    padding-bottom: 40px !important;
  }
  .u-pb-sm-50, .u-py-sm-50 {
    padding-bottom: 50px !important;
  }
  .u-pb-sm-60, .u-py-sm-60 {
    padding-bottom: 60px !important;
  }
  .u-pb-sm-70, .u-py-sm-70 {
    padding-bottom: 70px !important;
  }
  .u-pb-sm-80, .u-py-sm-80 {
    padding-bottom: 80px !important;
  }
  .u-pb-sm-90, .u-py-sm-90 {
    padding-bottom: 90px !important;
  }
  .u-pb-sm-100, .u-py-sm-100 {
    padding-bottom: 100px !important;
  }
  .u-pl-sm-10, .u-px-sm-10 {
    padding-left: 10px !important;
  }
  .u-pl-sm-20, .u-px-sm-20 {
    padding-left: 20px !important;
  }
  .u-pl-sm-30, .u-px-sm-30 {
    padding-left: 30px !important;
  }
  .u-pl-sm-40, .u-px-sm-40 {
    padding-left: 40px !important;
  }
  .u-pl-sm-50, .u-px-sm-50 {
    padding-left: 50px !important;
  }
  .u-pl-sm-60, .u-px-sm-60 {
    padding-left: 60px !important;
  }
  .u-pl-sm-70, .u-px-sm-70 {
    padding-left: 70px !important;
  }
  .u-pl-sm-80, .u-px-sm-80 {
    padding-left: 80px !important;
  }
  .u-pl-sm-90, .u-px-sm-90 {
    padding-left: 90px !important;
  }
  .u-pl-sm-100, .u-px-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-mt-md-0, .u-my-md-0 {
    margin-top: 0 !important;
  }
  .u-mr-md-0, .u-mx-md-0 {
    margin-right: 0 !important;
  }
  .u-mb-md-0, .u-my-md-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-md-0, .u-mx-md-0 {
    margin-left: 0 !important;
  }
  .u-m-md-1 {
    margin: 0.25em !important;
  }
  .u-mt-md-1, .u-my-md-1 {
    margin-top: 0.25em !important;
  }
  .u-mr-md-1, .u-mx-md-1 {
    margin-right: 0.25em !important;
  }
  .u-mb-md-1, .u-my-md-1 {
    margin-bottom: 0.25em !important;
  }
  .u-ml-md-1, .u-mx-md-1 {
    margin-left: 0.25em !important;
  }
  .u-m-md-2 {
    margin: 0.5em !important;
  }
  .u-mt-md-2, .u-my-md-2 {
    margin-top: 0.5em !important;
  }
  .u-mr-md-2, .u-mx-md-2 {
    margin-right: 0.5em !important;
  }
  .u-mb-md-2, .u-my-md-2 {
    margin-bottom: 0.5em !important;
  }
  .u-ml-md-2, .u-mx-md-2 {
    margin-left: 0.5em !important;
  }
  .u-m-md-3 {
    margin: 1em !important;
  }
  .u-mt-md-3, .u-my-md-3 {
    margin-top: 1em !important;
  }
  .u-mr-md-3, .u-mx-md-3 {
    margin-right: 1em !important;
  }
  .u-mb-md-3, .u-my-md-3 {
    margin-bottom: 1em !important;
  }
  .u-ml-md-3, .u-mx-md-3 {
    margin-left: 1em !important;
  }
  .u-m-md-4 {
    margin: 1.5em !important;
  }
  .u-mt-md-4, .u-my-md-4 {
    margin-top: 1.5em !important;
  }
  .u-mr-md-4, .u-mx-md-4 {
    margin-right: 1.5em !important;
  }
  .u-mb-md-4, .u-my-md-4 {
    margin-bottom: 1.5em !important;
  }
  .u-ml-md-4, .u-mx-md-4 {
    margin-left: 1.5em !important;
  }
  .u-m-md-5 {
    margin: 3em !important;
  }
  .u-mt-md-5, .u-my-md-5 {
    margin-top: 3em !important;
  }
  .u-mr-md-5, .u-mx-md-5 {
    margin-right: 3em !important;
  }
  .u-mb-md-5, .u-my-md-5 {
    margin-bottom: 3em !important;
  }
  .u-ml-md-5, .u-mx-md-5 {
    margin-left: 3em !important;
  }
  .u-p-md-0 {
    padding: 0 !important;
  }
  .u-pt-md-0, .u-py-md-0 {
    padding-top: 0 !important;
  }
  .u-pr-md-0, .u-px-md-0 {
    padding-right: 0 !important;
  }
  .u-pb-md-0, .u-py-md-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-md-0, .u-px-md-0 {
    padding-left: 0 !important;
  }
  .u-p-md-1 {
    padding: 0.25em !important;
  }
  .u-pt-md-1, .u-py-md-1 {
    padding-top: 0.25em !important;
  }
  .u-pr-md-1, .u-px-md-1 {
    padding-right: 0.25em !important;
  }
  .u-pb-md-1, .u-py-md-1 {
    padding-bottom: 0.25em !important;
  }
  .u-pl-md-1, .u-px-md-1 {
    padding-left: 0.25em !important;
  }
  .u-p-md-2 {
    padding: 0.5em !important;
  }
  .u-pt-md-2, .u-py-md-2 {
    padding-top: 0.5em !important;
  }
  .u-pr-md-2, .u-px-md-2 {
    padding-right: 0.5em !important;
  }
  .u-pb-md-2, .u-py-md-2 {
    padding-bottom: 0.5em !important;
  }
  .u-pl-md-2, .u-px-md-2 {
    padding-left: 0.5em !important;
  }
  .u-p-md-3 {
    padding: 1em !important;
  }
  .u-pt-md-3, .u-py-md-3 {
    padding-top: 1em !important;
  }
  .u-pr-md-3, .u-px-md-3 {
    padding-right: 1em !important;
  }
  .u-pb-md-3, .u-py-md-3 {
    padding-bottom: 1em !important;
  }
  .u-pl-md-3, .u-px-md-3 {
    padding-left: 1em !important;
  }
  .u-p-md-4 {
    padding: 1.5em !important;
  }
  .u-pt-md-4, .u-py-md-4 {
    padding-top: 1.5em !important;
  }
  .u-pr-md-4, .u-px-md-4 {
    padding-right: 1.5em !important;
  }
  .u-pb-md-4, .u-py-md-4 {
    padding-bottom: 1.5em !important;
  }
  .u-pl-md-4, .u-px-md-4 {
    padding-left: 1.5em !important;
  }
  .u-p-md-5 {
    padding: 3em !important;
  }
  .u-pt-md-5, .u-py-md-5 {
    padding-top: 3em !important;
  }
  .u-pr-md-5, .u-px-md-5 {
    padding-right: 3em !important;
  }
  .u-pb-md-5, .u-py-md-5 {
    padding-bottom: 3em !important;
  }
  .u-pl-md-5, .u-px-md-5 {
    padding-left: 3em !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto, .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto, .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto, .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto, .u-mx-md-auto {
    margin-left: auto !important;
  }
  .u-m-md-10 {
    margin: 10px !important;
  }
  .u-m-md-20 {
    margin: 20px !important;
  }
  .u-m-md-30 {
    margin: 30px !important;
  }
  .u-m-md-40 {
    margin: 40px !important;
  }
  .u-m-md-50 {
    margin: 50px !important;
  }
  .u-m-md-60 {
    margin: 60px !important;
  }
  .u-m-md-70 {
    margin: 70px !important;
  }
  .u-m-md-80 {
    margin: 80px !important;
  }
  .u-m-md-90 {
    margin: 90px !important;
  }
  .u-m-md-100 {
    margin: 100px !important;
  }
  .u-mt-md-10, .u-my-md-10 {
    margin-top: 10px !important;
  }
  .u-mt-md-20, .u-my-md-20 {
    margin-top: 20px !important;
  }
  .u-mt-md-30, .u-my-md-30 {
    margin-top: 30px !important;
  }
  .u-mt-md-40, .u-my-md-40 {
    margin-top: 40px !important;
  }
  .u-mt-md-50, .u-my-md-50 {
    margin-top: 50px !important;
  }
  .u-mt-md-60, .u-my-md-60 {
    margin-top: 60px !important;
  }
  .u-mt-md-70, .u-my-md-70 {
    margin-top: 70px !important;
  }
  .u-mt-md-80, .u-my-md-80 {
    margin-top: 80px !important;
  }
  .u-mt-md-90, .u-my-md-90 {
    margin-top: 90px !important;
  }
  .u-mt-md-100, .u-my-md-100 {
    margin-top: 100px !important;
  }
  .u-mr-md-10, .u-mx-md-10 {
    margin-right: 10px !important;
  }
  .u-mr-md-20, .u-mx-md-20 {
    margin-right: 20px !important;
  }
  .u-mr-md-30, .u-mx-md-30 {
    margin-right: 30px !important;
  }
  .u-mr-md-40, .u-mx-md-40 {
    margin-right: 40px !important;
  }
  .u-mr-md-50, .u-mx-md-50 {
    margin-right: 50px !important;
  }
  .u-mr-md-60, .u-mx-md-60 {
    margin-right: 60px !important;
  }
  .u-mr-md-70, .u-mx-md-70 {
    margin-right: 70px !important;
  }
  .u-mr-md-80, .u-mx-md-80 {
    margin-right: 80px !important;
  }
  .u-mr-md-90, .u-mx-md-90 {
    margin-right: 90px !important;
  }
  .u-mr-md-100, .u-mx-md-100 {
    margin-right: 100px !important;
  }
  .u-mb-md-10, .u-my-md-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-md-20, .u-my-md-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-md-30, .u-my-md-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-md-40, .u-my-md-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-md-50, .u-my-md-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-md-60, .u-my-md-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-md-70, .u-my-md-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-md-80, .u-my-md-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-md-90, .u-my-md-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-md-100, .u-my-md-100 {
    margin-bottom: 100px !important;
  }
  .u-ml-md-10, .u-mx-md-10 {
    margin-left: 10px !important;
  }
  .u-ml-md-20, .u-mx-md-20 {
    margin-left: 20px !important;
  }
  .u-ml-md-30, .u-mx-md-30 {
    margin-left: 30px !important;
  }
  .u-ml-md-40, .u-mx-md-40 {
    margin-left: 40px !important;
  }
  .u-ml-md-50, .u-mx-md-50 {
    margin-left: 50px !important;
  }
  .u-ml-md-60, .u-mx-md-60 {
    margin-left: 60px !important;
  }
  .u-ml-md-70, .u-mx-md-70 {
    margin-left: 70px !important;
  }
  .u-ml-md-80, .u-mx-md-80 {
    margin-left: 80px !important;
  }
  .u-ml-md-90, .u-mx-md-90 {
    margin-left: 90px !important;
  }
  .u-ml-md-100, .u-mx-md-100 {
    margin-left: 100px !important;
  }
  .u-p-md-10 {
    padding: 10px !important;
  }
  .u-p-md-20 {
    padding: 20px !important;
  }
  .u-p-md-30 {
    padding: 30px !important;
  }
  .u-p-md-40 {
    padding: 40px !important;
  }
  .u-p-md-50 {
    padding: 50px !important;
  }
  .u-p-md-60 {
    padding: 60px !important;
  }
  .u-p-md-70 {
    padding: 70px !important;
  }
  .u-p-md-80 {
    padding: 80px !important;
  }
  .u-p-md-90 {
    padding: 90px !important;
  }
  .u-p-md-100 {
    padding: 100px !important;
  }
  .u-pt-md-10, .u-py-md-10 {
    padding-top: 10px !important;
  }
  .u-pt-md-20, .u-py-md-20 {
    padding-top: 20px !important;
  }
  .u-pt-md-30, .u-py-md-30 {
    padding-top: 30px !important;
  }
  .u-pt-md-40, .u-py-md-40 {
    padding-top: 40px !important;
  }
  .u-pt-md-50, .u-py-md-50 {
    padding-top: 50px !important;
  }
  .u-pt-md-60, .u-py-md-60 {
    padding-top: 60px !important;
  }
  .u-pt-md-70, .u-py-md-70 {
    padding-top: 70px !important;
  }
  .u-pt-md-80, .u-py-md-80 {
    padding-top: 80px !important;
  }
  .u-pt-md-90, .u-py-md-90 {
    padding-top: 90px !important;
  }
  .u-pt-md-100, .u-py-md-100 {
    padding-top: 100px !important;
  }
  .u-pr-md-10, .u-px-md-10 {
    padding-right: 10px !important;
  }
  .u-pr-md-20, .u-px-md-20 {
    padding-right: 20px !important;
  }
  .u-pr-md-30, .u-px-md-30 {
    padding-right: 30px !important;
  }
  .u-pr-md-40, .u-px-md-40 {
    padding-right: 40px !important;
  }
  .u-pr-md-50, .u-px-md-50 {
    padding-right: 50px !important;
  }
  .u-pr-md-60, .u-px-md-60 {
    padding-right: 60px !important;
  }
  .u-pr-md-70, .u-px-md-70 {
    padding-right: 70px !important;
  }
  .u-pr-md-80, .u-px-md-80 {
    padding-right: 80px !important;
  }
  .u-pr-md-90, .u-px-md-90 {
    padding-right: 90px !important;
  }
  .u-pr-md-100, .u-px-md-100 {
    padding-right: 100px !important;
  }
  .u-pb-md-10, .u-py-md-10 {
    padding-bottom: 10px !important;
  }
  .u-pb-md-20, .u-py-md-20 {
    padding-bottom: 20px !important;
  }
  .u-pb-md-30, .u-py-md-30 {
    padding-bottom: 30px !important;
  }
  .u-pb-md-40, .u-py-md-40 {
    padding-bottom: 40px !important;
  }
  .u-pb-md-50, .u-py-md-50 {
    padding-bottom: 50px !important;
  }
  .u-pb-md-60, .u-py-md-60 {
    padding-bottom: 60px !important;
  }
  .u-pb-md-70, .u-py-md-70 {
    padding-bottom: 70px !important;
  }
  .u-pb-md-80, .u-py-md-80 {
    padding-bottom: 80px !important;
  }
  .u-pb-md-90, .u-py-md-90 {
    padding-bottom: 90px !important;
  }
  .u-pb-md-100, .u-py-md-100 {
    padding-bottom: 100px !important;
  }
  .u-pl-md-10, .u-px-md-10 {
    padding-left: 10px !important;
  }
  .u-pl-md-20, .u-px-md-20 {
    padding-left: 20px !important;
  }
  .u-pl-md-30, .u-px-md-30 {
    padding-left: 30px !important;
  }
  .u-pl-md-40, .u-px-md-40 {
    padding-left: 40px !important;
  }
  .u-pl-md-50, .u-px-md-50 {
    padding-left: 50px !important;
  }
  .u-pl-md-60, .u-px-md-60 {
    padding-left: 60px !important;
  }
  .u-pl-md-70, .u-px-md-70 {
    padding-left: 70px !important;
  }
  .u-pl-md-80, .u-px-md-80 {
    padding-left: 80px !important;
  }
  .u-pl-md-90, .u-px-md-90 {
    padding-left: 90px !important;
  }
  .u-pl-md-100, .u-px-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }
  .u-mt-lg-0, .u-my-lg-0 {
    margin-top: 0 !important;
  }
  .u-mr-lg-0, .u-mx-lg-0 {
    margin-right: 0 !important;
  }
  .u-mb-lg-0, .u-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-lg-0, .u-mx-lg-0 {
    margin-left: 0 !important;
  }
  .u-m-lg-1 {
    margin: 0.25em !important;
  }
  .u-mt-lg-1, .u-my-lg-1 {
    margin-top: 0.25em !important;
  }
  .u-mr-lg-1, .u-mx-lg-1 {
    margin-right: 0.25em !important;
  }
  .u-mb-lg-1, .u-my-lg-1 {
    margin-bottom: 0.25em !important;
  }
  .u-ml-lg-1, .u-mx-lg-1 {
    margin-left: 0.25em !important;
  }
  .u-m-lg-2 {
    margin: 0.5em !important;
  }
  .u-mt-lg-2, .u-my-lg-2 {
    margin-top: 0.5em !important;
  }
  .u-mr-lg-2, .u-mx-lg-2 {
    margin-right: 0.5em !important;
  }
  .u-mb-lg-2, .u-my-lg-2 {
    margin-bottom: 0.5em !important;
  }
  .u-ml-lg-2, .u-mx-lg-2 {
    margin-left: 0.5em !important;
  }
  .u-m-lg-3 {
    margin: 1em !important;
  }
  .u-mt-lg-3, .u-my-lg-3 {
    margin-top: 1em !important;
  }
  .u-mr-lg-3, .u-mx-lg-3 {
    margin-right: 1em !important;
  }
  .u-mb-lg-3, .u-my-lg-3 {
    margin-bottom: 1em !important;
  }
  .u-ml-lg-3, .u-mx-lg-3 {
    margin-left: 1em !important;
  }
  .u-m-lg-4 {
    margin: 1.5em !important;
  }
  .u-mt-lg-4, .u-my-lg-4 {
    margin-top: 1.5em !important;
  }
  .u-mr-lg-4, .u-mx-lg-4 {
    margin-right: 1.5em !important;
  }
  .u-mb-lg-4, .u-my-lg-4 {
    margin-bottom: 1.5em !important;
  }
  .u-ml-lg-4, .u-mx-lg-4 {
    margin-left: 1.5em !important;
  }
  .u-m-lg-5 {
    margin: 3em !important;
  }
  .u-mt-lg-5, .u-my-lg-5 {
    margin-top: 3em !important;
  }
  .u-mr-lg-5, .u-mx-lg-5 {
    margin-right: 3em !important;
  }
  .u-mb-lg-5, .u-my-lg-5 {
    margin-bottom: 3em !important;
  }
  .u-ml-lg-5, .u-mx-lg-5 {
    margin-left: 3em !important;
  }
  .u-p-lg-0 {
    padding: 0 !important;
  }
  .u-pt-lg-0, .u-py-lg-0 {
    padding-top: 0 !important;
  }
  .u-pr-lg-0, .u-px-lg-0 {
    padding-right: 0 !important;
  }
  .u-pb-lg-0, .u-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-lg-0, .u-px-lg-0 {
    padding-left: 0 !important;
  }
  .u-p-lg-1 {
    padding: 0.25em !important;
  }
  .u-pt-lg-1, .u-py-lg-1 {
    padding-top: 0.25em !important;
  }
  .u-pr-lg-1, .u-px-lg-1 {
    padding-right: 0.25em !important;
  }
  .u-pb-lg-1, .u-py-lg-1 {
    padding-bottom: 0.25em !important;
  }
  .u-pl-lg-1, .u-px-lg-1 {
    padding-left: 0.25em !important;
  }
  .u-p-lg-2 {
    padding: 0.5em !important;
  }
  .u-pt-lg-2, .u-py-lg-2 {
    padding-top: 0.5em !important;
  }
  .u-pr-lg-2, .u-px-lg-2 {
    padding-right: 0.5em !important;
  }
  .u-pb-lg-2, .u-py-lg-2 {
    padding-bottom: 0.5em !important;
  }
  .u-pl-lg-2, .u-px-lg-2 {
    padding-left: 0.5em !important;
  }
  .u-p-lg-3 {
    padding: 1em !important;
  }
  .u-pt-lg-3, .u-py-lg-3 {
    padding-top: 1em !important;
  }
  .u-pr-lg-3, .u-px-lg-3 {
    padding-right: 1em !important;
  }
  .u-pb-lg-3, .u-py-lg-3 {
    padding-bottom: 1em !important;
  }
  .u-pl-lg-3, .u-px-lg-3 {
    padding-left: 1em !important;
  }
  .u-p-lg-4 {
    padding: 1.5em !important;
  }
  .u-pt-lg-4, .u-py-lg-4 {
    padding-top: 1.5em !important;
  }
  .u-pr-lg-4, .u-px-lg-4 {
    padding-right: 1.5em !important;
  }
  .u-pb-lg-4, .u-py-lg-4 {
    padding-bottom: 1.5em !important;
  }
  .u-pl-lg-4, .u-px-lg-4 {
    padding-left: 1.5em !important;
  }
  .u-p-lg-5 {
    padding: 3em !important;
  }
  .u-pt-lg-5, .u-py-lg-5 {
    padding-top: 3em !important;
  }
  .u-pr-lg-5, .u-px-lg-5 {
    padding-right: 3em !important;
  }
  .u-pb-lg-5, .u-py-lg-5 {
    padding-bottom: 3em !important;
  }
  .u-pl-lg-5, .u-px-lg-5 {
    padding-left: 3em !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto, .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto, .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto, .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto, .u-mx-lg-auto {
    margin-left: auto !important;
  }
  .u-m-lg-10 {
    margin: 10px !important;
  }
  .u-m-lg-20 {
    margin: 20px !important;
  }
  .u-m-lg-30 {
    margin: 30px !important;
  }
  .u-m-lg-40 {
    margin: 40px !important;
  }
  .u-m-lg-50 {
    margin: 50px !important;
  }
  .u-m-lg-60 {
    margin: 60px !important;
  }
  .u-m-lg-70 {
    margin: 70px !important;
  }
  .u-m-lg-80 {
    margin: 80px !important;
  }
  .u-m-lg-90 {
    margin: 90px !important;
  }
  .u-m-lg-100 {
    margin: 100px !important;
  }
  .u-mt-lg-10, .u-my-lg-10 {
    margin-top: 10px !important;
  }
  .u-mt-lg-20, .u-my-lg-20 {
    margin-top: 20px !important;
  }
  .u-mt-lg-30, .u-my-lg-30 {
    margin-top: 30px !important;
  }
  .u-mt-lg-40, .u-my-lg-40 {
    margin-top: 40px !important;
  }
  .u-mt-lg-50, .u-my-lg-50 {
    margin-top: 50px !important;
  }
  .u-mt-lg-60, .u-my-lg-60 {
    margin-top: 60px !important;
  }
  .u-mt-lg-70, .u-my-lg-70 {
    margin-top: 70px !important;
  }
  .u-mt-lg-80, .u-my-lg-80 {
    margin-top: 80px !important;
  }
  .u-mt-lg-90, .u-my-lg-90 {
    margin-top: 90px !important;
  }
  .u-mt-lg-100, .u-my-lg-100 {
    margin-top: 100px !important;
  }
  .u-mr-lg-10, .u-mx-lg-10 {
    margin-right: 10px !important;
  }
  .u-mr-lg-20, .u-mx-lg-20 {
    margin-right: 20px !important;
  }
  .u-mr-lg-30, .u-mx-lg-30 {
    margin-right: 30px !important;
  }
  .u-mr-lg-40, .u-mx-lg-40 {
    margin-right: 40px !important;
  }
  .u-mr-lg-50, .u-mx-lg-50 {
    margin-right: 50px !important;
  }
  .u-mr-lg-60, .u-mx-lg-60 {
    margin-right: 60px !important;
  }
  .u-mr-lg-70, .u-mx-lg-70 {
    margin-right: 70px !important;
  }
  .u-mr-lg-80, .u-mx-lg-80 {
    margin-right: 80px !important;
  }
  .u-mr-lg-90, .u-mx-lg-90 {
    margin-right: 90px !important;
  }
  .u-mr-lg-100, .u-mx-lg-100 {
    margin-right: 100px !important;
  }
  .u-mb-lg-10, .u-my-lg-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-lg-20, .u-my-lg-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-lg-30, .u-my-lg-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-lg-40, .u-my-lg-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-lg-50, .u-my-lg-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-lg-60, .u-my-lg-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-lg-70, .u-my-lg-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-lg-80, .u-my-lg-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-lg-90, .u-my-lg-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-lg-100, .u-my-lg-100 {
    margin-bottom: 100px !important;
  }
  .u-ml-lg-10, .u-mx-lg-10 {
    margin-left: 10px !important;
  }
  .u-ml-lg-20, .u-mx-lg-20 {
    margin-left: 20px !important;
  }
  .u-ml-lg-30, .u-mx-lg-30 {
    margin-left: 30px !important;
  }
  .u-ml-lg-40, .u-mx-lg-40 {
    margin-left: 40px !important;
  }
  .u-ml-lg-50, .u-mx-lg-50 {
    margin-left: 50px !important;
  }
  .u-ml-lg-60, .u-mx-lg-60 {
    margin-left: 60px !important;
  }
  .u-ml-lg-70, .u-mx-lg-70 {
    margin-left: 70px !important;
  }
  .u-ml-lg-80, .u-mx-lg-80 {
    margin-left: 80px !important;
  }
  .u-ml-lg-90, .u-mx-lg-90 {
    margin-left: 90px !important;
  }
  .u-ml-lg-100, .u-mx-lg-100 {
    margin-left: 100px !important;
  }
  .u-p-lg-10 {
    padding: 10px !important;
  }
  .u-p-lg-20 {
    padding: 20px !important;
  }
  .u-p-lg-30 {
    padding: 30px !important;
  }
  .u-p-lg-40 {
    padding: 40px !important;
  }
  .u-p-lg-50 {
    padding: 50px !important;
  }
  .u-p-lg-60 {
    padding: 60px !important;
  }
  .u-p-lg-70 {
    padding: 70px !important;
  }
  .u-p-lg-80 {
    padding: 80px !important;
  }
  .u-p-lg-90 {
    padding: 90px !important;
  }
  .u-p-lg-100 {
    padding: 100px !important;
  }
  .u-pt-lg-10, .u-py-lg-10 {
    padding-top: 10px !important;
  }
  .u-pt-lg-20, .u-py-lg-20 {
    padding-top: 20px !important;
  }
  .u-pt-lg-30, .u-py-lg-30 {
    padding-top: 30px !important;
  }
  .u-pt-lg-40, .u-py-lg-40 {
    padding-top: 40px !important;
  }
  .u-pt-lg-50, .u-py-lg-50 {
    padding-top: 50px !important;
  }
  .u-pt-lg-60, .u-py-lg-60 {
    padding-top: 60px !important;
  }
  .u-pt-lg-70, .u-py-lg-70 {
    padding-top: 70px !important;
  }
  .u-pt-lg-80, .u-py-lg-80 {
    padding-top: 80px !important;
  }
  .u-pt-lg-90, .u-py-lg-90 {
    padding-top: 90px !important;
  }
  .u-pt-lg-100, .u-py-lg-100 {
    padding-top: 100px !important;
  }
  .u-pr-lg-10, .u-px-lg-10 {
    padding-right: 10px !important;
  }
  .u-pr-lg-20, .u-px-lg-20 {
    padding-right: 20px !important;
  }
  .u-pr-lg-30, .u-px-lg-30 {
    padding-right: 30px !important;
  }
  .u-pr-lg-40, .u-px-lg-40 {
    padding-right: 40px !important;
  }
  .u-pr-lg-50, .u-px-lg-50 {
    padding-right: 50px !important;
  }
  .u-pr-lg-60, .u-px-lg-60 {
    padding-right: 60px !important;
  }
  .u-pr-lg-70, .u-px-lg-70 {
    padding-right: 70px !important;
  }
  .u-pr-lg-80, .u-px-lg-80 {
    padding-right: 80px !important;
  }
  .u-pr-lg-90, .u-px-lg-90 {
    padding-right: 90px !important;
  }
  .u-pr-lg-100, .u-px-lg-100 {
    padding-right: 100px !important;
  }
  .u-pb-lg-10, .u-py-lg-10 {
    padding-bottom: 10px !important;
  }
  .u-pb-lg-20, .u-py-lg-20 {
    padding-bottom: 20px !important;
  }
  .u-pb-lg-30, .u-py-lg-30 {
    padding-bottom: 30px !important;
  }
  .u-pb-lg-40, .u-py-lg-40 {
    padding-bottom: 40px !important;
  }
  .u-pb-lg-50, .u-py-lg-50 {
    padding-bottom: 50px !important;
  }
  .u-pb-lg-60, .u-py-lg-60 {
    padding-bottom: 60px !important;
  }
  .u-pb-lg-70, .u-py-lg-70 {
    padding-bottom: 70px !important;
  }
  .u-pb-lg-80, .u-py-lg-80 {
    padding-bottom: 80px !important;
  }
  .u-pb-lg-90, .u-py-lg-90 {
    padding-bottom: 90px !important;
  }
  .u-pb-lg-100, .u-py-lg-100 {
    padding-bottom: 100px !important;
  }
  .u-pl-lg-10, .u-px-lg-10 {
    padding-left: 10px !important;
  }
  .u-pl-lg-20, .u-px-lg-20 {
    padding-left: 20px !important;
  }
  .u-pl-lg-30, .u-px-lg-30 {
    padding-left: 30px !important;
  }
  .u-pl-lg-40, .u-px-lg-40 {
    padding-left: 40px !important;
  }
  .u-pl-lg-50, .u-px-lg-50 {
    padding-left: 50px !important;
  }
  .u-pl-lg-60, .u-px-lg-60 {
    padding-left: 60px !important;
  }
  .u-pl-lg-70, .u-px-lg-70 {
    padding-left: 70px !important;
  }
  .u-pl-lg-80, .u-px-lg-80 {
    padding-left: 80px !important;
  }
  .u-pl-lg-90, .u-px-lg-90 {
    padding-left: 90px !important;
  }
  .u-pl-lg-100, .u-px-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }
  .u-mt-xl-0, .u-my-xl-0 {
    margin-top: 0 !important;
  }
  .u-mr-xl-0, .u-mx-xl-0 {
    margin-right: 0 !important;
  }
  .u-mb-xl-0, .u-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-xl-0, .u-mx-xl-0 {
    margin-left: 0 !important;
  }
  .u-m-xl-1 {
    margin: 0.25em !important;
  }
  .u-mt-xl-1, .u-my-xl-1 {
    margin-top: 0.25em !important;
  }
  .u-mr-xl-1, .u-mx-xl-1 {
    margin-right: 0.25em !important;
  }
  .u-mb-xl-1, .u-my-xl-1 {
    margin-bottom: 0.25em !important;
  }
  .u-ml-xl-1, .u-mx-xl-1 {
    margin-left: 0.25em !important;
  }
  .u-m-xl-2 {
    margin: 0.5em !important;
  }
  .u-mt-xl-2, .u-my-xl-2 {
    margin-top: 0.5em !important;
  }
  .u-mr-xl-2, .u-mx-xl-2 {
    margin-right: 0.5em !important;
  }
  .u-mb-xl-2, .u-my-xl-2 {
    margin-bottom: 0.5em !important;
  }
  .u-ml-xl-2, .u-mx-xl-2 {
    margin-left: 0.5em !important;
  }
  .u-m-xl-3 {
    margin: 1em !important;
  }
  .u-mt-xl-3, .u-my-xl-3 {
    margin-top: 1em !important;
  }
  .u-mr-xl-3, .u-mx-xl-3 {
    margin-right: 1em !important;
  }
  .u-mb-xl-3, .u-my-xl-3 {
    margin-bottom: 1em !important;
  }
  .u-ml-xl-3, .u-mx-xl-3 {
    margin-left: 1em !important;
  }
  .u-m-xl-4 {
    margin: 1.5em !important;
  }
  .u-mt-xl-4, .u-my-xl-4 {
    margin-top: 1.5em !important;
  }
  .u-mr-xl-4, .u-mx-xl-4 {
    margin-right: 1.5em !important;
  }
  .u-mb-xl-4, .u-my-xl-4 {
    margin-bottom: 1.5em !important;
  }
  .u-ml-xl-4, .u-mx-xl-4 {
    margin-left: 1.5em !important;
  }
  .u-m-xl-5 {
    margin: 3em !important;
  }
  .u-mt-xl-5, .u-my-xl-5 {
    margin-top: 3em !important;
  }
  .u-mr-xl-5, .u-mx-xl-5 {
    margin-right: 3em !important;
  }
  .u-mb-xl-5, .u-my-xl-5 {
    margin-bottom: 3em !important;
  }
  .u-ml-xl-5, .u-mx-xl-5 {
    margin-left: 3em !important;
  }
  .u-p-xl-0 {
    padding: 0 !important;
  }
  .u-pt-xl-0, .u-py-xl-0 {
    padding-top: 0 !important;
  }
  .u-pr-xl-0, .u-px-xl-0 {
    padding-right: 0 !important;
  }
  .u-pb-xl-0, .u-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-xl-0, .u-px-xl-0 {
    padding-left: 0 !important;
  }
  .u-p-xl-1 {
    padding: 0.25em !important;
  }
  .u-pt-xl-1, .u-py-xl-1 {
    padding-top: 0.25em !important;
  }
  .u-pr-xl-1, .u-px-xl-1 {
    padding-right: 0.25em !important;
  }
  .u-pb-xl-1, .u-py-xl-1 {
    padding-bottom: 0.25em !important;
  }
  .u-pl-xl-1, .u-px-xl-1 {
    padding-left: 0.25em !important;
  }
  .u-p-xl-2 {
    padding: 0.5em !important;
  }
  .u-pt-xl-2, .u-py-xl-2 {
    padding-top: 0.5em !important;
  }
  .u-pr-xl-2, .u-px-xl-2 {
    padding-right: 0.5em !important;
  }
  .u-pb-xl-2, .u-py-xl-2 {
    padding-bottom: 0.5em !important;
  }
  .u-pl-xl-2, .u-px-xl-2 {
    padding-left: 0.5em !important;
  }
  .u-p-xl-3 {
    padding: 1em !important;
  }
  .u-pt-xl-3, .u-py-xl-3 {
    padding-top: 1em !important;
  }
  .u-pr-xl-3, .u-px-xl-3 {
    padding-right: 1em !important;
  }
  .u-pb-xl-3, .u-py-xl-3 {
    padding-bottom: 1em !important;
  }
  .u-pl-xl-3, .u-px-xl-3 {
    padding-left: 1em !important;
  }
  .u-p-xl-4 {
    padding: 1.5em !important;
  }
  .u-pt-xl-4, .u-py-xl-4 {
    padding-top: 1.5em !important;
  }
  .u-pr-xl-4, .u-px-xl-4 {
    padding-right: 1.5em !important;
  }
  .u-pb-xl-4, .u-py-xl-4 {
    padding-bottom: 1.5em !important;
  }
  .u-pl-xl-4, .u-px-xl-4 {
    padding-left: 1.5em !important;
  }
  .u-p-xl-5 {
    padding: 3em !important;
  }
  .u-pt-xl-5, .u-py-xl-5 {
    padding-top: 3em !important;
  }
  .u-pr-xl-5, .u-px-xl-5 {
    padding-right: 3em !important;
  }
  .u-pb-xl-5, .u-py-xl-5 {
    padding-bottom: 3em !important;
  }
  .u-pl-xl-5, .u-px-xl-5 {
    padding-left: 3em !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto, .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto, .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto, .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto, .u-mx-xl-auto {
    margin-left: auto !important;
  }
  .u-m-xl-10 {
    margin: 10px !important;
  }
  .u-m-xl-20 {
    margin: 20px !important;
  }
  .u-m-xl-30 {
    margin: 30px !important;
  }
  .u-m-xl-40 {
    margin: 40px !important;
  }
  .u-m-xl-50 {
    margin: 50px !important;
  }
  .u-m-xl-60 {
    margin: 60px !important;
  }
  .u-m-xl-70 {
    margin: 70px !important;
  }
  .u-m-xl-80 {
    margin: 80px !important;
  }
  .u-m-xl-90 {
    margin: 90px !important;
  }
  .u-m-xl-100 {
    margin: 100px !important;
  }
  .u-mt-xl-10, .u-my-xl-10 {
    margin-top: 10px !important;
  }
  .u-mt-xl-20, .u-my-xl-20 {
    margin-top: 20px !important;
  }
  .u-mt-xl-30, .u-my-xl-30 {
    margin-top: 30px !important;
  }
  .u-mt-xl-40, .u-my-xl-40 {
    margin-top: 40px !important;
  }
  .u-mt-xl-50, .u-my-xl-50 {
    margin-top: 50px !important;
  }
  .u-mt-xl-60, .u-my-xl-60 {
    margin-top: 60px !important;
  }
  .u-mt-xl-70, .u-my-xl-70 {
    margin-top: 70px !important;
  }
  .u-mt-xl-80, .u-my-xl-80 {
    margin-top: 80px !important;
  }
  .u-mt-xl-90, .u-my-xl-90 {
    margin-top: 90px !important;
  }
  .u-mt-xl-100, .u-my-xl-100 {
    margin-top: 100px !important;
  }
  .u-mr-xl-10, .u-mx-xl-10 {
    margin-right: 10px !important;
  }
  .u-mr-xl-20, .u-mx-xl-20 {
    margin-right: 20px !important;
  }
  .u-mr-xl-30, .u-mx-xl-30 {
    margin-right: 30px !important;
  }
  .u-mr-xl-40, .u-mx-xl-40 {
    margin-right: 40px !important;
  }
  .u-mr-xl-50, .u-mx-xl-50 {
    margin-right: 50px !important;
  }
  .u-mr-xl-60, .u-mx-xl-60 {
    margin-right: 60px !important;
  }
  .u-mr-xl-70, .u-mx-xl-70 {
    margin-right: 70px !important;
  }
  .u-mr-xl-80, .u-mx-xl-80 {
    margin-right: 80px !important;
  }
  .u-mr-xl-90, .u-mx-xl-90 {
    margin-right: 90px !important;
  }
  .u-mr-xl-100, .u-mx-xl-100 {
    margin-right: 100px !important;
  }
  .u-mb-xl-10, .u-my-xl-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-xl-20, .u-my-xl-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-xl-30, .u-my-xl-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-xl-40, .u-my-xl-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-xl-50, .u-my-xl-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-xl-60, .u-my-xl-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-xl-70, .u-my-xl-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-xl-80, .u-my-xl-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-xl-90, .u-my-xl-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-xl-100, .u-my-xl-100 {
    margin-bottom: 100px !important;
  }
  .u-ml-xl-10, .u-mx-xl-10 {
    margin-left: 10px !important;
  }
  .u-ml-xl-20, .u-mx-xl-20 {
    margin-left: 20px !important;
  }
  .u-ml-xl-30, .u-mx-xl-30 {
    margin-left: 30px !important;
  }
  .u-ml-xl-40, .u-mx-xl-40 {
    margin-left: 40px !important;
  }
  .u-ml-xl-50, .u-mx-xl-50 {
    margin-left: 50px !important;
  }
  .u-ml-xl-60, .u-mx-xl-60 {
    margin-left: 60px !important;
  }
  .u-ml-xl-70, .u-mx-xl-70 {
    margin-left: 70px !important;
  }
  .u-ml-xl-80, .u-mx-xl-80 {
    margin-left: 80px !important;
  }
  .u-ml-xl-90, .u-mx-xl-90 {
    margin-left: 90px !important;
  }
  .u-ml-xl-100, .u-mx-xl-100 {
    margin-left: 100px !important;
  }
  .u-p-xl-10 {
    padding: 10px !important;
  }
  .u-p-xl-20 {
    padding: 20px !important;
  }
  .u-p-xl-30 {
    padding: 30px !important;
  }
  .u-p-xl-40 {
    padding: 40px !important;
  }
  .u-p-xl-50 {
    padding: 50px !important;
  }
  .u-p-xl-60 {
    padding: 60px !important;
  }
  .u-p-xl-70 {
    padding: 70px !important;
  }
  .u-p-xl-80 {
    padding: 80px !important;
  }
  .u-p-xl-90 {
    padding: 90px !important;
  }
  .u-p-xl-100 {
    padding: 100px !important;
  }
  .u-pt-xl-10, .u-py-xl-10 {
    padding-top: 10px !important;
  }
  .u-pt-xl-20, .u-py-xl-20 {
    padding-top: 20px !important;
  }
  .u-pt-xl-30, .u-py-xl-30 {
    padding-top: 30px !important;
  }
  .u-pt-xl-40, .u-py-xl-40 {
    padding-top: 40px !important;
  }
  .u-pt-xl-50, .u-py-xl-50 {
    padding-top: 50px !important;
  }
  .u-pt-xl-60, .u-py-xl-60 {
    padding-top: 60px !important;
  }
  .u-pt-xl-70, .u-py-xl-70 {
    padding-top: 70px !important;
  }
  .u-pt-xl-80, .u-py-xl-80 {
    padding-top: 80px !important;
  }
  .u-pt-xl-90, .u-py-xl-90 {
    padding-top: 90px !important;
  }
  .u-pt-xl-100, .u-py-xl-100 {
    padding-top: 100px !important;
  }
  .u-pr-xl-10, .u-px-xl-10 {
    padding-right: 10px !important;
  }
  .u-pr-xl-20, .u-px-xl-20 {
    padding-right: 20px !important;
  }
  .u-pr-xl-30, .u-px-xl-30 {
    padding-right: 30px !important;
  }
  .u-pr-xl-40, .u-px-xl-40 {
    padding-right: 40px !important;
  }
  .u-pr-xl-50, .u-px-xl-50 {
    padding-right: 50px !important;
  }
  .u-pr-xl-60, .u-px-xl-60 {
    padding-right: 60px !important;
  }
  .u-pr-xl-70, .u-px-xl-70 {
    padding-right: 70px !important;
  }
  .u-pr-xl-80, .u-px-xl-80 {
    padding-right: 80px !important;
  }
  .u-pr-xl-90, .u-px-xl-90 {
    padding-right: 90px !important;
  }
  .u-pr-xl-100, .u-px-xl-100 {
    padding-right: 100px !important;
  }
  .u-pb-xl-10, .u-py-xl-10 {
    padding-bottom: 10px !important;
  }
  .u-pb-xl-20, .u-py-xl-20 {
    padding-bottom: 20px !important;
  }
  .u-pb-xl-30, .u-py-xl-30 {
    padding-bottom: 30px !important;
  }
  .u-pb-xl-40, .u-py-xl-40 {
    padding-bottom: 40px !important;
  }
  .u-pb-xl-50, .u-py-xl-50 {
    padding-bottom: 50px !important;
  }
  .u-pb-xl-60, .u-py-xl-60 {
    padding-bottom: 60px !important;
  }
  .u-pb-xl-70, .u-py-xl-70 {
    padding-bottom: 70px !important;
  }
  .u-pb-xl-80, .u-py-xl-80 {
    padding-bottom: 80px !important;
  }
  .u-pb-xl-90, .u-py-xl-90 {
    padding-bottom: 90px !important;
  }
  .u-pb-xl-100, .u-py-xl-100 {
    padding-bottom: 100px !important;
  }
  .u-pl-xl-10, .u-px-xl-10 {
    padding-left: 10px !important;
  }
  .u-pl-xl-20, .u-px-xl-20 {
    padding-left: 20px !important;
  }
  .u-pl-xl-30, .u-px-xl-30 {
    padding-left: 30px !important;
  }
  .u-pl-xl-40, .u-px-xl-40 {
    padding-left: 40px !important;
  }
  .u-pl-xl-50, .u-px-xl-50 {
    padding-left: 50px !important;
  }
  .u-pl-xl-60, .u-px-xl-60 {
    padding-left: 60px !important;
  }
  .u-pl-xl-70, .u-px-xl-70 {
    padding-left: 70px !important;
  }
  .u-pl-xl-80, .u-px-xl-80 {
    padding-left: 80px !important;
  }
  .u-pl-xl-90, .u-px-xl-90 {
    padding-left: 90px !important;
  }
  .u-pl-xl-100, .u-px-xl-100 {
    padding-left: 100px !important;
  }
}