@charset "UTF-8";
.c-btn--1st, .c-btn--2nd {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-left: 1.14286rem;
  padding-right: 1.14286rem;
  padding-top: 0.57143rem;
  padding-bottom: 0.57143rem;
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  opacity: 1 !important;
  width: 100%;
}

@media (min-width: 768px) {
  .c-btn--1st, .c-btn--2nd {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 768px) {
  .c-btn--1st, .c-btn--2nd {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.c-btn--1st.u-rounded--full {
  border-radius: 9999px;
}

.c-btn--2nd.u-rounded--full {
  border-radius: 9999px;
}

.c-btn--3rd {
  background-color: #ff6600;
  border-radius: 9999px;
  color: #fff;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .c-btn--3rd {
    width: 90%;
  }
}

.c-btn--3rd:hover {
  background-color: #fff;
  color: #ff6600;
}

.c-btn--1st.u-btn--black {
  border-color: #000;
  color: #000;
}

.c-btn--1st.u-btn--black:hover {
  background-color: #000;
  color: #fff;
}

.c-btn--1st.u-btn--black.is-active {
  background-color: #000 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.c-btn--2nd.u-btn--black:hover {
  background-color: #fff;
  color: #000;
}

.c-btn--2nd.u-btn--black.is-active {
  background-color: #000 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--white {
  border-color: #fff;
  color: #fff;
}

.c-btn--1st.u-btn--white:hover {
  background-color: #fff;
  color: #fff;
}

.c-btn--1st.u-btn--white.is-active {
  background-color: #fff !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}

.c-btn--2nd.u-btn--white:hover {
  background-color: #fff;
  color: #fff;
}

.c-btn--2nd.u-btn--white.is-active {
  background-color: #fff !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--gray {
  border-color: #ddd;
  color: #ddd;
}

.c-btn--1st.u-btn--gray:hover {
  background-color: #ddd;
  color: #fff;
}

.c-btn--1st.u-btn--gray.is-active {
  background-color: #ddd !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--gray {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
}

.c-btn--2nd.u-btn--gray:hover {
  background-color: #fff;
  color: #ddd;
}

.c-btn--2nd.u-btn--gray.is-active {
  background-color: #ddd !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--darkgray {
  border-color: #777;
  color: #777;
}

.c-btn--1st.u-btn--darkgray:hover {
  background-color: #777;
  color: #fff;
}

.c-btn--1st.u-btn--darkgray.is-active {
  background-color: #777 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--darkgray {
  background-color: #777;
  border-color: #777;
  color: #fff;
}

.c-btn--2nd.u-btn--darkgray:hover {
  background-color: #fff;
  color: #777;
}

.c-btn--2nd.u-btn--darkgray.is-active {
  background-color: #777 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--lightgray {
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.c-btn--1st.u-btn--lightgray:hover {
  background-color: #f5f5f5;
  color: #fff;
}

.c-btn--1st.u-btn--lightgray.is-active {
  background-color: #f5f5f5 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--lightgray {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}

.c-btn--2nd.u-btn--lightgray:hover {
  background-color: #fff;
  color: #f5f5f5;
}

.c-btn--2nd.u-btn--lightgray.is-active {
  background-color: #f5f5f5 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--red {
  border-color: #ff0000;
  color: #ff0000;
}

.c-btn--1st.u-btn--red:hover {
  background-color: #ff0000;
  color: #fff;
}

.c-btn--1st.u-btn--red.is-active {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--red {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.c-btn--2nd.u-btn--red:hover {
  background-color: #fff;
  color: #ff0000;
}

.c-btn--2nd.u-btn--red.is-active {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--link {
  border-color: #e4007f;
  color: #e4007f;
}

.c-btn--1st.u-btn--link:hover {
  background-color: #e4007f;
  color: #fff;
}

.c-btn--1st.u-btn--link.is-active {
  background-color: #e4007f !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--link {
  background-color: #e4007f;
  border-color: #e4007f;
  color: #fff;
}

.c-btn--2nd.u-btn--link:hover {
  background-color: #fff;
  color: #e4007f;
}

.c-btn--2nd.u-btn--link.is-active {
  background-color: #e4007f !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--key {
  border-color: #004bc3;
  color: #004bc3;
}

.c-btn--1st.u-btn--key:hover {
  background-color: #004bc3;
  color: #fff;
}

.c-btn--1st.u-btn--key.is-active {
  background-color: #004bc3 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--key {
  background-color: #004bc3;
  border-color: #004bc3;
  color: #fff;
}

.c-btn--2nd.u-btn--key:hover {
  background-color: #fff;
  color: #004bc3;
}

.c-btn--2nd.u-btn--key.is-active {
  background-color: #004bc3 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--pink {
  border-color: #e4007f;
  color: #e4007f;
}

.c-btn--1st.u-btn--pink:hover {
  background-color: #e4007f;
  color: #fff;
}

.c-btn--1st.u-btn--pink.is-active {
  background-color: #e4007f !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--pink {
  background-color: #e4007f;
  border-color: #e4007f;
  color: #fff;
}

.c-btn--2nd.u-btn--pink:hover {
  background-color: #fff;
  color: #e4007f;
}

.c-btn--2nd.u-btn--pink.is-active {
  background-color: #e4007f !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--lightpink {
  border-color: #fef3fa;
  color: #fef3fa;
}

.c-btn--1st.u-btn--lightpink:hover {
  background-color: #fef3fa;
  color: #fff;
}

.c-btn--1st.u-btn--lightpink.is-active {
  background-color: #fef3fa !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--lightpink {
  background-color: #fef3fa;
  border-color: #fef3fa;
  color: #fff;
}

.c-btn--2nd.u-btn--lightpink:hover {
  background-color: #fff;
  color: #fef3fa;
}

.c-btn--2nd.u-btn--lightpink.is-active {
  background-color: #fef3fa !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--cream {
  border-color: #fbf1b6;
  color: #fbf1b6;
}

.c-btn--1st.u-btn--cream:hover {
  background-color: #fbf1b6;
  color: #fff;
}

.c-btn--1st.u-btn--cream.is-active {
  background-color: #fbf1b6 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--cream {
  background-color: #fbf1b6;
  border-color: #fbf1b6;
  color: #fff;
}

.c-btn--2nd.u-btn--cream:hover {
  background-color: #fff;
  color: #fbf1b6;
}

.c-btn--2nd.u-btn--cream.is-active {
  background-color: #fbf1b6 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--ivory {
  border-color: #fffde1;
  color: #fffde1;
}

.c-btn--1st.u-btn--ivory:hover {
  background-color: #fffde1;
  color: #fff;
}

.c-btn--1st.u-btn--ivory.is-active {
  background-color: #fffde1 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--ivory {
  background-color: #fffde1;
  border-color: #fffde1;
  color: #fff;
}

.c-btn--2nd.u-btn--ivory:hover {
  background-color: #fff;
  color: #fffde1;
}

.c-btn--2nd.u-btn--ivory.is-active {
  background-color: #fffde1 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--gold {
  border-color: #bba32d;
  color: #bba32d;
}

.c-btn--1st.u-btn--gold:hover {
  background-color: #bba32d;
  color: #fff;
}

.c-btn--1st.u-btn--gold.is-active {
  background-color: #bba32d !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--gold {
  background-color: #bba32d;
  border-color: #bba32d;
  color: #fff;
}

.c-btn--2nd.u-btn--gold:hover {
  background-color: #fff;
  color: #bba32d;
}

.c-btn--2nd.u-btn--gold.is-active {
  background-color: #bba32d !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--yellow {
  border-color: #f8dd45;
  color: #f8dd45;
}

.c-btn--1st.u-btn--yellow:hover {
  background-color: #f8dd45;
  color: #fff;
}

.c-btn--1st.u-btn--yellow.is-active {
  background-color: #f8dd45 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--yellow {
  background-color: #f8dd45;
  border-color: #f8dd45;
  color: #fff;
}

.c-btn--2nd.u-btn--yellow:hover {
  background-color: #fff;
  color: #f8dd45;
}

.c-btn--2nd.u-btn--yellow.is-active {
  background-color: #f8dd45 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--orange {
  border-color: #ff6600;
  color: #ff6600;
}

.c-btn--1st.u-btn--orange:hover {
  background-color: #ff6600;
  color: #fff;
}

.c-btn--1st.u-btn--orange.is-active {
  background-color: #ff6600 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--orange {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.c-btn--2nd.u-btn--orange:hover {
  background-color: #fff;
  color: #ff6600;
}

.c-btn--2nd.u-btn--orange.is-active {
  background-color: #ff6600 !important;
  color: #fff !important;
}

.c-btn--1st.u-btn--blue {
  border-color: #1a73e8;
  color: #1a73e8;
}

.c-btn--1st.u-btn--blue:hover {
  background-color: #1a73e8;
  color: #fff;
}

.c-btn--1st.u-btn--blue.is-active {
  background-color: #1a73e8 !important;
  color: #fff !important;
}

.c-btn--2nd.u-btn--blue {
  background-color: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.c-btn--2nd.u-btn--blue:hover {
  background-color: #fff;
  color: #1a73e8;
}

.c-btn--2nd.u-btn--blue.is-active {
  background-color: #1a73e8 !important;
  color: #fff !important;
}

.--reset {
  font-weight: 400;
  margin: auto;
  text-align: inherit;
}

.--reset span {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  margin: auto;
}

.c-thumbnail--youtube {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.c-thumbnail--youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-heroTop {
  margin-top: -8.57143rem;
  margin-bottom: -5.71429rem;
  padding-top: 10rem;
  padding-bottom: 5.71429rem;
  background-color: #e4007f;
  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
          clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
}

@media (min-width: 768px) {
  .p-heroTop {
    margin-top: -12rem;
  }
}

@media (min-width: 768px) {
  .p-heroTop {
    margin-bottom: -8rem;
  }
}

@media (min-width: 768px) {
  .p-heroTop {
    padding-top: 14rem;
  }
}

@media (min-width: 768px) {
  .p-heroTop {
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .p-heroTop {
    -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
            clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  }
}

.p-heroTop__container {
	background-image: url(/img/home/hero_line_01.svg);
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top: calc(var(--dynamicScale) * 6.4rem);
}

.p-homeEffect {
  padding-top: 8.57143rem;
  padding-bottom: 2rem;
  background-color: #fef3fa;
}

@media (min-width: 768px) {
  .p-homeEffect {
    padding-top: 12rem;
  }
}

@media (min-width: 768px) {
  .p-homeEffect {
    padding-bottom: 2.8rem;
  }
}

.p-homeFeature__heading {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Kozuka Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
  background-color: #e4007f;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .p-homeFeature__heading {
    font-size: 2.375rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .p-homeFeature__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .p-homeFeature__heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-homeResult__container {
  border: 1px solid #ddd;
  border-radius: 0.8rem;
}

.p-homeResult .bsp.secBeauty .ctr-exsample {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 30px 0 45px;
  padding: 30px;
}

.p-homeTreatment {
  background-color: #fef3fa;
}

.p-homeTreatment__heading {
  font-size: 2.125rem;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 4px solid #f8dd45;
  color: #e4007f;
  display: inline-block;
}

@media (min-width: 768px) {
  .p-homeTreatment__heading {
    font-size: 2.625rem;
  }
}

.p-homeTreatment__container {
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  padding-top: 0.42857rem;
  padding-bottom: 0.42857rem;
  background-image: url(/img/home/treatment_bg_01.svg), url(/img/home/treatment_bg_02.svg);
  background-position: 0 center, right 0 center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .p-homeTreatment__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {
  .p-homeTreatment__container {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

@media (max-width: 768px) {
  .p-homeTreatment__container {
    padding-left: 0rem;
    padding-right: 0rem;
    background-position: center 0, center bottom 0;
    background-size: 100% auto;
    background: none;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .p-homeTreatment__container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.p-homeVideo__link {
  color: inherit;
}

.p-homeVideo__link:hover {
  opacity: 1;
}

.p-homeVideo__image {
  width: 100%;
}

@media (min-width: 768px) {
  .p-homeVideo__image {
    width: 420px;
  }
}

.p-homeVideo__text {
  padding-top: 1.42857rem;
  padding-bottom: 0.71429rem;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  background-color: #fef3fa;
}

@media (min-width: 768px) {
  .p-homeVideo__text {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .p-homeVideo__text {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .p-homeVideo__text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .p-homeVideo__text {
    width: calc(100% - 420px);
  }
}

.p-homeHowto {
  margin-bottom: -4.28571rem;
  padding-top: 4.28571rem;
  padding-bottom: 8.57143rem;
  background-color: #e4007f;
}

@media (min-width: 768px) {
  .p-homeHowto {
    margin-bottom: -6rem;
  }
}

@media (min-width: 768px) {
  .p-homeHowto {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .p-homeHowto {
    padding-bottom: 12rem;
  }
}

.p-homeHowto::before {
  display: none;
}

@media (max-width: 768px) {
  .p-home-effect {
    padding: 30px 0 50px;
    position: relative;
  }
  .p-home-effect:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
    width: 100%;
  }
  .p-home-effect__headline {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .p-home-effect__headline {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .p-home-effect__container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
  }
  .p-home-effect__image {
    margin: 0;
    position: relative;
    width: 90%;
    z-index: 1;
  }
  .p-home-effect__text {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .p-home-effect__button {
    margin-top: 15px;
  }
  .p-home-effect__button a {
    width: 100%;
  }
  .p-home-effect__svg {
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    width: 100%;
  }
  .p-home-howto__headline {
    font-size: 1.75rem !important;
  }
  .p-price__title {
    font-size: 1.5rem !important;
  }
  .p-price__title span {
    font-size: 1rem !important;
  }
  .home-about-area2 {
    font-size: 1.125rem !important;
  }
  .home-about-area2 h2 {
    font-size: 1.875rem !important;
  }
  .home-antiaging-area2 {
    font-size: 1.125rem !important;
  }
  .home-antiaging-area2 .wrap-h2 h2 {
    font-size: 1.75rem !important;
  }
  .mod-catchcopy {
    font-size: 1.375rem !important;
  }
  .p-facilities h4 {
    font-size: 1.25rem !important;
  }
  h2, h3 {
    font-size: 1.5rem;
  }
  h2 span {
    font-size: 0.875rem;
  }
  #contact .ctr-btn .facilities > a {
    font-size: 1.75rem;
  }
  .salon-salon-area {
    margin-bottom: -240px;
    padding: 45px 0 230px;
    position: relative;
    z-index: 1;
  }
  .salon-salon-area .container {
    display: block;
  }
  .salon-salon-area .container > * {
    width: 100%;
  }
  .salon-salon-area .ctr-txt .access {
    font-size: 0.875rem !important;
    margin-bottom: 30px;
  }
  .salon-salon-area .ctr-txt th, .salon-salon-area .ctr-txt td {
    font-size: 0.875rem !important;
  }
  .salon-salon-area .ctr-map {
    margin-top: 30px !important;
  }
  .salon-salon-area .ctr-map iframe {
    height: 300px !important;
    width: 100% !important;
  }
}

.p-price__container {
  padding-bottom: 1.42857rem;
}

@media (min-width: 768px) {
  .p-price__container {
    padding-bottom: 2rem;
  }
}

.p-price__headline {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.14286rem;
  margin-bottom: 0.28571rem;
  padding-left: 0.42857rem;
  border-left: 4px solid #e4007f;
  color: #e4007f;
}

@media (min-width: 768px) {
  .p-price__headline {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-price__headline {
    margin-top: 1.6rem;
  }
}

@media (min-width: 768px) {
  .p-price__headline {
    margin-bottom: 0.4rem;
  }
}

@media (min-width: 768px) {
  .p-price__headline {
    padding-left: 0.6rem;
  }
}

/*
.p-price {
	&__container {
		background-color: map-get($color, white);
		border: 5px solid map-get($color, pink);
		padding: 0 45px 45px;
		@include mq-max() {
			padding: 0 25px 15px;
		}
	}
	&__title {
		@include fw-700();
		background-color: map-get($color, pink);
		color: map-get($color, key);
		margin: 0 -45px 30px !important;
		padding: 20px;
		text-align: center !important;
		@include mq-max() {
			margin: 0 -25px 15px !important;
		}
	}
	&-course {
		border-top: 1px solid map-get($color, gray);
		margin-bottom: 15px;
		padding-top: 15px;
		&__list {
			@include flexible($ai: flex-end);
			margin-top: 10px;
			> * {
				border-bottom: 1px solid map-get($color, gray);
				padding: 10px 20px;
				&:first-of-type() {
					border-top: 1px solid map-get($color, gray);
				}
				@include mq-max() {
					padding: 10px 0;
					text-align: left !important;
					width: 100% !important;
				}
			}
		}
		&__title {
			padding-left: 2em;
			text-indent: -2em;
			width: 70%;
			span {
				color: map-get($color, key);
				margin-right: 1em;
			}
		}
		&__description {
			text-align: right;
			width: 30%;
			> strong {
				margin-left: 1em;
			}
		}
	}
	&-coupon {
		margin: auto;
		max-width: 640px;
	}
}
*/
.p-salon h2 {
  text-align: center !important;
}

.p-salon__item {
  background-color: #fffde1;
  margin-top: 2rem;
  padding: 2rem;
}

.p-salon__text {
  width: 56%;
}

@media (max-width: 768px) {
  .p-salon__text {
    width: 100%;
  }
}

.p-salon__map {
  width: 40%;
}

@media (max-width: 768px) {
  .p-salon__map {
    width: 100%;
  }
}

.p-salon h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Kozuka Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  border-bottom: 2px solid #e7dcb1;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .p-salon h3 {
    font-size: 24px;
  }
}

.p-salon table {
  margin-bottom: 0.4rem;
  table-layout: auto;
}

.p-salon table thead th {
  background: #e7dcb1;
}

.p-salon table th {
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #fffde1;
  padding: 0.4rem;
  text-align: center;
}

.p-salon table td {
  background-color: #fff;
  border: 2px solid #fffde1;
  padding: 0.4rem;
  text-align: center;
}

.p-salon__button {
  margin-top: 4.28571rem;
  margin-bottom: 2.14286rem;
}

@media (min-width: 768px) {
  .p-salon__button {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .p-salon__button {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .p-salon__button {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .p-salon__button {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.p-salon__link {
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .p-salon__link {
    font-size: 2.375rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .p-salon__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .p-salon__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .p-bspnTalk__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.u-txt--center {
  text-align: center;
}

.u-txt--right {
  text-align: right;
}

.u-txt--justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .min-md\:u-txt--left {
    text-align: left;
  }
  .min-md\:u-txt--center {
    text-align: center;
  }
  .min-md\:u-txt--right {
    text-align: right;
  }
}

.u-border--1 {
  border-width: 1px;
}

.u-border-t--1 {
  border-top-width: 1px;
}

.u-border-b--1 {
  border-bottom-width: 1px;
}

.u-border-l--1 {
  border-left-width: 1px;
}

.u-border-r--1 {
  border-right-width: 1px;
}

.u-border--2 {
  border-width: 2px;
}

.u-border-t--2 {
  border-top-width: 2px;
}

.u-border-b--2 {
  border-bottom-width: 2px;
}

.u-border-l--2 {
  border-left-width: 2px;
}

.u-border-r--2 {
  border-right-width: 2px;
}

.u-border--3 {
  border-width: 3px;
}

.u-border-t--3 {
  border-top-width: 3px;
}

.u-border-b--3 {
  border-bottom-width: 3px;
}

.u-border-l--3 {
  border-left-width: 3px;
}

.u-border-r--3 {
  border-right-width: 3px;
}

.u-border--4 {
  border-width: 4px;
}

.u-border-t--4 {
  border-top-width: 4px;
}

.u-border-b--4 {
  border-bottom-width: 4px;
}

.u-border-l--4 {
  border-left-width: 4px;
}

.u-border-r--4 {
  border-right-width: 4px;
}

.u-border {
  border-width: 1px;
}

.u-border-t {
  border-top-width: 1px;
}

.u-border-b {
  border-bottom-width: 1px;
}

.u-border-l {
  border-left-width: 1px;
}

.u-border-r {
  border-right-width: 1px;
}

.u-border--solid {
  border-style: solid;
}

.u-border--dashed {
  border-style: dashed;
}

.u-border--dotted {
  border-style: dotted;
}

.u-border--double {
  border-style: double;
}

.u-border--none {
  border-style: none;
}

.rounded-full .u-rounded--full {
  border-radius: 9999px;
}

.u-txt--black {
  color: #000;
}

.u-bg--black {
  background-color: #000;
}

.u-border--black {
  border-color: #000;
}

.u-marker--black {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #000));
  background-image: linear-gradient(transparent 50%, #000 50%);
}

.u-txt--white {
  color: #fff;
}

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

.u-border--white {
  border-color: #fff;
}

.u-marker--white {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(transparent 50%, #fff 50%);
}

.u-txt--gray {
  color: #ddd;
}

.u-bg--gray {
  background-color: #ddd;
}

.u-border--gray {
  border-color: #ddd;
}

.u-marker--gray {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ddd));
  background-image: linear-gradient(transparent 50%, #ddd 50%);
}

.u-txt--darkgray {
  color: #777;
}

.u-bg--darkgray {
  background-color: #777;
}

.u-border--darkgray {
  border-color: #777;
}

.u-marker--darkgray {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #777));
  background-image: linear-gradient(transparent 50%, #777 50%);
}

.u-txt--lightgray {
  color: #f5f5f5;
}

.u-bg--lightgray {
  background-color: #f5f5f5;
}

.u-border--lightgray {
  border-color: #f5f5f5;
}

.u-marker--lightgray {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f5f5));
  background-image: linear-gradient(transparent 50%, #f5f5f5 50%);
}

.u-txt--red {
  color: #ff0000;
}

.u-bg--red {
  background-color: #ff0000;
}

.u-border--red {
  border-color: #ff0000;
}

.u-marker--red {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff0000));
  background-image: linear-gradient(transparent 50%, #ff0000 50%);
}

.u-txt--link {
  color: #e4007f;
}

.u-bg--link {
  background-color: #e4007f;
}

.u-border--link {
  border-color: #e4007f;
}

.u-marker--link {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e4007f));
  background-image: linear-gradient(transparent 50%, #e4007f 50%);
}

.u-txt--key {
  color: #004bc3;
}

.u-bg--key {
  background-color: #004bc3;
}

.u-border--key {
  border-color: #004bc3;
}

.u-marker--key {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #004bc3));
  background-image: linear-gradient(transparent 50%, #004bc3 50%);
}

.u-txt--pink {
  color: #e4007f;
}

.u-bg--pink {
  background-color: #e4007f;
}

.u-border--pink {
  border-color: #e4007f;
}

.u-marker--pink {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e4007f));
  background-image: linear-gradient(transparent 50%, #e4007f 50%);
}

.u-txt--lightpink {
  color: #fef3fa;
}

.u-bg--lightpink {
  background-color: #fef3fa;
}

.u-border--lightpink {
  border-color: #fef3fa;
}

.u-marker--lightpink {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fef3fa));
  background-image: linear-gradient(transparent 50%, #fef3fa 50%);
}

.u-txt--cream {
  color: #fbf1b6;
}

.u-bg--cream {
  background-color: #fbf1b6;
}

.u-border--cream {
  border-color: #fbf1b6;
}

.u-marker--cream {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbf1b6));
  background-image: linear-gradient(transparent 50%, #fbf1b6 50%);
}

.u-txt--ivory {
  color: #fffde1;
}

.u-bg--ivory {
  background-color: #fffde1;
}

.u-border--ivory {
  border-color: #fffde1;
}

.u-marker--ivory {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffde1));
  background-image: linear-gradient(transparent 50%, #fffde1 50%);
}

.u-txt--gold {
  color: #bba32d;
}

.u-bg--gold {
  background-color: #bba32d;
}

.u-border--gold {
  border-color: #bba32d;
}

.u-marker--gold {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #bba32d));
  background-image: linear-gradient(transparent 50%, #bba32d 50%);
}

.u-txt--yellow {
  color: #f8dd45;
}

.u-bg--yellow {
  background-color: #f8dd45;
}

.u-border--yellow {
  border-color: #f8dd45;
}

.u-marker--yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8dd45));
  background-image: linear-gradient(transparent 50%, #f8dd45 50%);
}

.u-txt--orange {
  color: #ff6600;
}

.u-bg--orange {
  background-color: #ff6600;
}

.u-border--orange {
  border-color: #ff6600;
}

.u-marker--orange {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff6600));
  background-image: linear-gradient(transparent 50%, #ff6600 50%);
}

.u-txt--blue {
  color: #1a73e8;
}

.u-bg--blue {
  background-color: #1a73e8;
}

.u-border--blue {
  border-color: #1a73e8;
}

.u-marker--blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #1a73e8));
  background-image: linear-gradient(transparent 50%, #1a73e8 50%);
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inlineblock {
  display: inline-block;
}

.u-hidden {
  display: none;
}

@media (max-width: 768px) {
  .md-max\:u-hidden {
    display: none;
  }
  .max-md\:u-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md-min\:u-hidden {
    display: none;
  }
  .min-md\:u-hidden {
    display: none;
  }
}

.u-items--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-items--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-items--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-items--baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.u-items--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-justify--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-justify--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-justify--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: col;
          flex-direction: col;
}

.u-flex--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: col-reverse;
          flex-direction: col-reverse;
}

@media (min-width: 768px) {
  .min-md\:u-items--start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .min-md\:u-items--end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .min-md\:u-items--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .min-md\:u-items--baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .min-md\:u-items--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .min-md\:u-justify--start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .min-md\:u-justify--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .min-md\:u-justify--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .min-md\:u-justify--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .min-md\:u-justify--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .min-md\:u-justify--evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.u-ff--gothic {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "Kozuka Gothic Pro", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-ff--mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Kozuka Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-ff--english {
  font-family: "Jost", sans-serif;
}

.u-fs--base {
  font-size: 1rem;
}

.u-fs--7xl {
  font-size: 2.375rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .u-fs--7xl {
    font-size: 3.375rem;
  }
}

.u-fs--6xl {
  font-size: 2.25rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .u-fs--6xl {
    font-size: 3rem;
  }
}

.u-fs--5xl {
  font-size: 2.125rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .u-fs--5xl {
    font-size: 2.625rem;
  }
}

.u-fs--4xl {
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .u-fs--4xl {
    font-size: 2.375rem;
    line-height: 1.4;
  }
}

.u-fs--3xl {
  font-size: 1.75rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .u-fs--3xl {
    font-size: 2.125rem;
    line-height: 1.6;
  }
}

.u-fs--2xl {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .u-fs--2xl {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

.u-fs--xl {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .u-fs--xl {
    font-size: 1.5rem;
  }
}

.u-fs--lg {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .u-fs--lg {
    font-size: 1.25rem;
  }
}

.u-fs--md {
  font-size: 1.0625rem;
}

@media (min-width: 768px) {
  .u-fs--md {
    font-size: 1.125rem;
  }
}

.u-fs--sm {
  font-size: 0.875rem;
}

.u-fs--xs {
  font-size: 0.75rem;
}

.u-fw--normal {
  font-weight: 400;
}

.u-fw--black {
  font-weight: 900;
}

.u-fw--extrabold {
  font-weight: 800;
}

.u-fw--bold {
  font-weight: 700;
}

.u-fw--semibold {
  font-weight: 600;
}

.u-fw--medium {
  font-weight: 500;
}

.u-fw--light {
  font-weight: 300;
}

.u-fw--thin {
  font-weight: 200;
}

.u-fw--hairline {
  font-weight: 100;
}

.u-leading--normal {
  line-height: 1.6;
}

.u-leading--loose {
  line-height: 2;
}

.u-leading--relaxed {
  line-height: 1.8;
}

.u-leading--snug {
  line-height: 1.4;
}

.u-leading--tight {
  line-height: 1.2;
}

.u-leading--none {
  line-height: 1;
}

.u-tracking--normal {
  letter-spacing: 0em;
}

.u-tracking--widest {
  letter-spacing: 0.1em;
}

.u-tracking--wider {
  letter-spacing: 0.08em;
}

.u-tracking--wide {
  letter-spacing: 0.04em;
}

.u-tracking--tight {
  letter-spacing: -0.02em;
}

.u-tracking--tighter {
  letter-spacing: -0.04em;
}

.u-m--1 {
  margin: 0.71429rem;
}

@media (min-width: 768px) {
  .u-m--1 {
    margin: 1rem;
  }
}

.u-mt--1 {
  margin-top: 0.71429rem;
}

@media (min-width: 768px) {
  .u-mt--1 {
    margin-top: 1rem;
  }
}

.u-mb--1 {
  margin-bottom: 0.71429rem;
}

@media (min-width: 768px) {
  .u-mb--1 {
    margin-bottom: 1rem;
  }
}

.u-ml--1 {
  margin-left: 0.71429rem;
}

@media (min-width: 768px) {
  .u-ml--1 {
    margin-left: 1rem;
  }
}

.u-mr--1 {
  margin-right: 0.71429rem;
}

@media (min-width: 768px) {
  .u-mr--1 {
    margin-right: 1rem;
  }
}

.u-mx--1 {
  margin-left: 0.71429rem;
  margin-right: 0.71429rem;
}

@media (min-width: 768px) {
  .u-mx--1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.u-my--1 {
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem;
}

@media (min-width: 768px) {
  .u-my--1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.u-m--2 {
  margin: 1.42857rem;
}

@media (min-width: 768px) {
  .u-m--2 {
    margin: 2rem;
  }
}

.u-mt--2 {
  margin-top: 1.42857rem;
}

@media (min-width: 768px) {
  .u-mt--2 {
    margin-top: 2rem;
  }
}

.u-mb--2 {
  margin-bottom: 1.42857rem;
}

@media (min-width: 768px) {
  .u-mb--2 {
    margin-bottom: 2rem;
  }
}

.u-ml--2 {
  margin-left: 1.42857rem;
}

@media (min-width: 768px) {
  .u-ml--2 {
    margin-left: 2rem;
  }
}

.u-mr--2 {
  margin-right: 1.42857rem;
}

@media (min-width: 768px) {
  .u-mr--2 {
    margin-right: 2rem;
  }
}

.u-mx--2 {
  margin-left: 1.42857rem;
  margin-right: 1.42857rem;
}

@media (min-width: 768px) {
  .u-mx--2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.u-my--2 {
  margin-top: 1.42857rem;
  margin-bottom: 1.42857rem;
}

@media (min-width: 768px) {
  .u-my--2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.u-m--3 {
  margin: 2.14286rem;
}

@media (min-width: 768px) {
  .u-m--3 {
    margin: 3rem;
  }
}

.u-mt--3 {
  margin-top: 2.14286rem;
}

@media (min-width: 768px) {
  .u-mt--3 {
    margin-top: 3rem;
  }
}

.u-mb--3 {
  margin-bottom: 2.14286rem;
}

@media (min-width: 768px) {
  .u-mb--3 {
    margin-bottom: 3rem;
  }
}

.u-ml--3 {
  margin-left: 2.14286rem;
}

@media (min-width: 768px) {
  .u-ml--3 {
    margin-left: 3rem;
  }
}

.u-mr--3 {
  margin-right: 2.14286rem;
}

@media (min-width: 768px) {
  .u-mr--3 {
    margin-right: 3rem;
  }
}

.u-mx--3 {
  margin-left: 2.14286rem;
  margin-right: 2.14286rem;
}

@media (min-width: 768px) {
  .u-mx--3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.u-my--3 {
  margin-top: 2.14286rem;
  margin-bottom: 2.14286rem;
}

@media (min-width: 768px) {
  .u-my--3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.u-m--4 {
  margin: 2.85714rem;
}

@media (min-width: 768px) {
  .u-m--4 {
    margin: 4rem;
  }
}

.u-mt--4 {
  margin-top: 2.85714rem;
}

@media (min-width: 768px) {
  .u-mt--4 {
    margin-top: 4rem;
  }
}

.u-mb--4 {
  margin-bottom: 2.85714rem;
}

@media (min-width: 768px) {
  .u-mb--4 {
    margin-bottom: 4rem;
  }
}

.u-ml--4 {
  margin-left: 2.85714rem;
}

@media (min-width: 768px) {
  .u-ml--4 {
    margin-left: 4rem;
  }
}

.u-mr--4 {
  margin-right: 2.85714rem;
}

@media (min-width: 768px) {
  .u-mr--4 {
    margin-right: 4rem;
  }
}

.u-mx--4 {
  margin-left: 2.85714rem;
  margin-right: 2.85714rem;
}

@media (min-width: 768px) {
  .u-mx--4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.u-my--4 {
  margin-top: 2.85714rem;
  margin-bottom: 2.85714rem;
}

@media (min-width: 768px) {
  .u-my--4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.u-m--5 {
  margin: 3.57143rem;
}

@media (min-width: 768px) {
  .u-m--5 {
    margin: 5rem;
  }
}

.u-mt--5 {
  margin-top: 3.57143rem;
}

@media (min-width: 768px) {
  .u-mt--5 {
    margin-top: 5rem;
  }
}

.u-mb--5 {
  margin-bottom: 3.57143rem;
}

@media (min-width: 768px) {
  .u-mb--5 {
    margin-bottom: 5rem;
  }
}

.u-ml--5 {
  margin-left: 3.57143rem;
}

@media (min-width: 768px) {
  .u-ml--5 {
    margin-left: 5rem;
  }
}

.u-mr--5 {
  margin-right: 3.57143rem;
}

@media (min-width: 768px) {
  .u-mr--5 {
    margin-right: 5rem;
  }
}

.u-mx--5 {
  margin-left: 3.57143rem;
  margin-right: 3.57143rem;
}

@media (min-width: 768px) {
  .u-mx--5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.u-my--5 {
  margin-top: 3.57143rem;
  margin-bottom: 3.57143rem;
}

@media (min-width: 768px) {
  .u-my--5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.u-m--6 {
  margin: 4.28571rem;
}

@media (min-width: 768px) {
  .u-m--6 {
    margin: 6rem;
  }
}

.u-mt--6 {
  margin-top: 4.28571rem;
}

@media (min-width: 768px) {
  .u-mt--6 {
    margin-top: 6rem;
  }
}

.u-mb--6 {
  margin-bottom: 4.28571rem;
}

@media (min-width: 768px) {
  .u-mb--6 {
    margin-bottom: 6rem;
  }
}

.u-ml--6 {
  margin-left: 4.28571rem;
}

@media (min-width: 768px) {
  .u-ml--6 {
    margin-left: 6rem;
  }
}

.u-mr--6 {
  margin-right: 4.28571rem;
}

@media (min-width: 768px) {
  .u-mr--6 {
    margin-right: 6rem;
  }
}

.u-mx--6 {
  margin-left: 4.28571rem;
  margin-right: 4.28571rem;
}

@media (min-width: 768px) {
  .u-mx--6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.u-my--6 {
  margin-top: 4.28571rem;
  margin-bottom: 4.28571rem;
}

@media (min-width: 768px) {
  .u-my--6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.u-m--7 {
  margin: 5rem;
}

@media (min-width: 768px) {
  .u-m--7 {
    margin: 7rem;
  }
}

.u-mt--7 {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .u-mt--7 {
    margin-top: 7rem;
  }
}

.u-mb--7 {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .u-mb--7 {
    margin-bottom: 7rem;
  }
}

.u-ml--7 {
  margin-left: 5rem;
}

@media (min-width: 768px) {
  .u-ml--7 {
    margin-left: 7rem;
  }
}

.u-mr--7 {
  margin-right: 5rem;
}

@media (min-width: 768px) {
  .u-mr--7 {
    margin-right: 7rem;
  }
}

.u-mx--7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media (min-width: 768px) {
  .u-mx--7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

.u-my--7 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .u-my--7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

.u-m--8 {
  margin: 5.71429rem;
}

@media (min-width: 768px) {
  .u-m--8 {
    margin: 8rem;
  }
}

.u-mt--8 {
  margin-top: 5.71429rem;
}

@media (min-width: 768px) {
  .u-mt--8 {
    margin-top: 8rem;
  }
}

.u-mb--8 {
  margin-bottom: 5.71429rem;
}

@media (min-width: 768px) {
  .u-mb--8 {
    margin-bottom: 8rem;
  }
}

.u-ml--8 {
  margin-left: 5.71429rem;
}

@media (min-width: 768px) {
  .u-ml--8 {
    margin-left: 8rem;
  }
}

.u-mr--8 {
  margin-right: 5.71429rem;
}

@media (min-width: 768px) {
  .u-mr--8 {
    margin-right: 8rem;
  }
}

.u-mx--8 {
  margin-left: 5.71429rem;
  margin-right: 5.71429rem;
}

@media (min-width: 768px) {
  .u-mx--8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

.u-my--8 {
  margin-top: 5.71429rem;
  margin-bottom: 5.71429rem;
}

@media (min-width: 768px) {
  .u-my--8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.u-m--0\.2 {
  margin: 0.14286rem;
}

@media (min-width: 768px) {
  .u-m--0\.2 {
    margin: 0.2rem;
  }
}

.u-mt--0\.2 {
  margin-top: 0.14286rem;
}

@media (min-width: 768px) {
  .u-mt--0\.2 {
    margin-top: 0.2rem;
  }
}

.u-mb--0\.2 {
  margin-bottom: 0.14286rem;
}

@media (min-width: 768px) {
  .u-mb--0\.2 {
    margin-bottom: 0.2rem;
  }
}

.u-ml--0\.2 {
  margin-left: 0.14286rem;
}

@media (min-width: 768px) {
  .u-ml--0\.2 {
    margin-left: 0.2rem;
  }
}

.u-mr--0\.2 {
  margin-right: 0.14286rem;
}

@media (min-width: 768px) {
  .u-mr--0\.2 {
    margin-right: 0.2rem;
  }
}

.u-mx--0\.2 {
  margin-left: 0.14286rem;
  margin-right: 0.14286rem;
}

@media (min-width: 768px) {
  .u-mx--0\.2 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}

.u-my--0\.2 {
  margin-top: 0.14286rem;
  margin-bottom: 0.14286rem;
}

@media (min-width: 768px) {
  .u-my--0\.2 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}

.u-m--0\.4 {
  margin: 0.28571rem;
}

@media (min-width: 768px) {
  .u-m--0\.4 {
    margin: 0.4rem;
  }
}

.u-mt--0\.4 {
  margin-top: 0.28571rem;
}

@media (min-width: 768px) {
  .u-mt--0\.4 {
    margin-top: 0.4rem;
  }
}

.u-mb--0\.4 {
  margin-bottom: 0.28571rem;
}

@media (min-width: 768px) {
  .u-mb--0\.4 {
    margin-bottom: 0.4rem;
  }
}

.u-ml--0\.4 {
  margin-left: 0.28571rem;
}

@media (min-width: 768px) {
  .u-ml--0\.4 {
    margin-left: 0.4rem;
  }
}

.u-mr--0\.4 {
  margin-right: 0.28571rem;
}

@media (min-width: 768px) {
  .u-mr--0\.4 {
    margin-right: 0.4rem;
  }
}

.u-mx--0\.4 {
  margin-left: 0.28571rem;
  margin-right: 0.28571rem;
}

@media (min-width: 768px) {
  .u-mx--0\.4 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}

.u-my--0\.4 {
  margin-top: 0.28571rem;
  margin-bottom: 0.28571rem;
}

@media (min-width: 768px) {
  .u-my--0\.4 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

.u-m--0\.6 {
  margin: 0.42857rem;
}

@media (min-width: 768px) {
  .u-m--0\.6 {
    margin: 0.6rem;
  }
}

.u-mt--0\.6 {
  margin-top: 0.42857rem;
}

@media (min-width: 768px) {
  .u-mt--0\.6 {
    margin-top: 0.6rem;
  }
}

.u-mb--0\.6 {
  margin-bottom: 0.42857rem;
}

@media (min-width: 768px) {
  .u-mb--0\.6 {
    margin-bottom: 0.6rem;
  }
}

.u-ml--0\.6 {
  margin-left: 0.42857rem;
}

@media (min-width: 768px) {
  .u-ml--0\.6 {
    margin-left: 0.6rem;
  }
}

.u-mr--0\.6 {
  margin-right: 0.42857rem;
}

@media (min-width: 768px) {
  .u-mr--0\.6 {
    margin-right: 0.6rem;
  }
}

.u-mx--0\.6 {
  margin-left: 0.42857rem;
  margin-right: 0.42857rem;
}

@media (min-width: 768px) {
  .u-mx--0\.6 {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}

.u-my--0\.6 {
  margin-top: 0.42857rem;
  margin-bottom: 0.42857rem;
}

@media (min-width: 768px) {
  .u-my--0\.6 {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}

.u-m--0\.8 {
  margin: 0.57143rem;
}

@media (min-width: 768px) {
  .u-m--0\.8 {
    margin: 0.8rem;
  }
}

.u-mt--0\.8 {
  margin-top: 0.57143rem;
}

@media (min-width: 768px) {
  .u-mt--0\.8 {
    margin-top: 0.8rem;
  }
}

.u-mb--0\.8 {
  margin-bottom: 0.57143rem;
}

@media (min-width: 768px) {
  .u-mb--0\.8 {
    margin-bottom: 0.8rem;
  }
}

.u-ml--0\.8 {
  margin-left: 0.57143rem;
}

@media (min-width: 768px) {
  .u-ml--0\.8 {
    margin-left: 0.8rem;
  }
}

.u-mr--0\.8 {
  margin-right: 0.57143rem;
}

@media (min-width: 768px) {
  .u-mr--0\.8 {
    margin-right: 0.8rem;
  }
}

.u-mx--0\.8 {
  margin-left: 0.57143rem;
  margin-right: 0.57143rem;
}

@media (min-width: 768px) {
  .u-mx--0\.8 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}

.u-my--0\.8 {
  margin-top: 0.57143rem;
  margin-bottom: 0.57143rem;
}

@media (min-width: 768px) {
  .u-my--0\.8 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

.u-m--0 {
  margin: 0;
}

.u-mt--0 {
  margin-top: 0;
}

.u-mb--0 {
  margin-bottom: 0;
}

.u-ml--0 {
  margin-left: 0;
}

.u-mr--0 {
  margin-right: 0;
}

.u-mx--0 {
  margin-left: 0;
  margin-right: 0;
}

.u-my--0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-m--auto {
  margin: auto;
}

.u-mt--auto {
  margin-top: auto;
}

.u-mb--auto {
  margin-bottom: auto;
}

.u-ml--auto {
  margin-left: auto;
}

.u-mr--auto {
  margin-right: auto;
}

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

.u-my--auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-p--1 {
  padding: 0.71429rem;
}

@media (min-width: 768px) {
  .u-p--1 {
    padding: 1rem;
  }
}

.u-pt--1 {
  padding-top: 0.71429rem;
}

@media (min-width: 768px) {
  .u-pt--1 {
    padding-top: 1rem;
  }
}

.u-pb--1 {
  padding-bottom: 0.71429rem;
}

@media (min-width: 768px) {
  .u-pb--1 {
    padding-bottom: 1rem;
  }
}

.u-pl--1 {
  padding-left: 0.71429rem;
}

@media (min-width: 768px) {
  .u-pl--1 {
    padding-left: 1rem;
  }
}

.u-pr--1 {
  padding-right: 0.71429rem;
}

@media (min-width: 768px) {
  .u-pr--1 {
    padding-right: 1rem;
  }
}

.u-px--1 {
  padding-left: 0.71429rem;
  padding-right: 0.71429rem;
}

@media (min-width: 768px) {
  .u-px--1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.u-py--1 {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

@media (min-width: 768px) {
  .u-py--1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.u-p--2 {
  padding: 1.42857rem;
}

@media (min-width: 768px) {
  .u-p--2 {
    padding: 2rem;
  }
}

.u-pt--2 {
  padding-top: 1.42857rem;
}

@media (min-width: 768px) {
  .u-pt--2 {
    padding-top: 2rem;
  }
}

.u-pb--2 {
  padding-bottom: 1.42857rem;
}

@media (min-width: 768px) {
  .u-pb--2 {
    padding-bottom: 2rem;
  }
}

.u-pl--2 {
  padding-left: 1.42857rem;
}

@media (min-width: 768px) {
  .u-pl--2 {
    padding-left: 2rem;
  }
}

.u-pr--2 {
  padding-right: 1.42857rem;
}

@media (min-width: 768px) {
  .u-pr--2 {
    padding-right: 2rem;
  }
}

.u-px--2 {
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
}

@media (min-width: 768px) {
  .u-px--2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.u-py--2 {
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem;
}

@media (min-width: 768px) {
  .u-py--2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.u-p--3 {
  padding: 2.14286rem;
}

@media (min-width: 768px) {
  .u-p--3 {
    padding: 3rem;
  }
}

.u-pt--3 {
  padding-top: 2.14286rem;
}

@media (min-width: 768px) {
  .u-pt--3 {
    padding-top: 3rem;
  }
}

.u-pb--3 {
  padding-bottom: 2.14286rem;
}

@media (min-width: 768px) {
  .u-pb--3 {
    padding-bottom: 3rem;
  }
}

.u-pl--3 {
  padding-left: 2.14286rem;
}

@media (min-width: 768px) {
  .u-pl--3 {
    padding-left: 3rem;
  }
}

.u-pr--3 {
  padding-right: 2.14286rem;
}

@media (min-width: 768px) {
  .u-pr--3 {
    padding-right: 3rem;
  }
}

.u-px--3 {
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
}

@media (min-width: 768px) {
  .u-px--3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.u-py--3 {
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
}

@media (min-width: 768px) {
  .u-py--3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.u-p--4 {
  padding: 2.85714rem;
}

@media (min-width: 768px) {
  .u-p--4 {
    padding: 4rem;
  }
}

.u-pt--4 {
  padding-top: 2.85714rem;
}

@media (min-width: 768px) {
  .u-pt--4 {
    padding-top: 4rem;
  }
}

.u-pb--4 {
  padding-bottom: 2.85714rem;
}

@media (min-width: 768px) {
  .u-pb--4 {
    padding-bottom: 4rem;
  }
}

.u-pl--4 {
  padding-left: 2.85714rem;
}

@media (min-width: 768px) {
  .u-pl--4 {
    padding-left: 4rem;
  }
}

.u-pr--4 {
  padding-right: 2.85714rem;
}

@media (min-width: 768px) {
  .u-pr--4 {
    padding-right: 4rem;
  }
}

.u-px--4 {
  padding-left: 2.85714rem;
  padding-right: 2.85714rem;
}

@media (min-width: 768px) {
  .u-px--4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.u-py--4 {
  padding-top: 2.85714rem;
  padding-bottom: 2.85714rem;
}

@media (min-width: 768px) {
  .u-py--4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.u-p--5 {
  padding: 3.57143rem;
}

@media (min-width: 768px) {
  .u-p--5 {
    padding: 5rem;
  }
}

.u-pt--5 {
  padding-top: 3.57143rem;
}

@media (min-width: 768px) {
  .u-pt--5 {
    padding-top: 5rem;
  }
}

.u-pb--5 {
  padding-bottom: 3.57143rem;
}

@media (min-width: 768px) {
  .u-pb--5 {
    padding-bottom: 5rem;
  }
}

.u-pl--5 {
  padding-left: 3.57143rem;
}

@media (min-width: 768px) {
  .u-pl--5 {
    padding-left: 5rem;
  }
}

.u-pr--5 {
  padding-right: 3.57143rem;
}

@media (min-width: 768px) {
  .u-pr--5 {
    padding-right: 5rem;
  }
}

.u-px--5 {
  padding-left: 3.57143rem;
  padding-right: 3.57143rem;
}

@media (min-width: 768px) {
  .u-px--5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.u-py--5 {
  padding-top: 3.57143rem;
  padding-bottom: 3.57143rem;
}

@media (min-width: 768px) {
  .u-py--5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.u-p--6 {
  padding: 4.28571rem;
}

@media (min-width: 768px) {
  .u-p--6 {
    padding: 6rem;
  }
}

.u-pt--6 {
  padding-top: 4.28571rem;
}

@media (min-width: 768px) {
  .u-pt--6 {
    padding-top: 6rem;
  }
}

.u-pb--6 {
  padding-bottom: 4.28571rem;
}

@media (min-width: 768px) {
  .u-pb--6 {
    padding-bottom: 6rem;
  }
}

.u-pl--6 {
  padding-left: 4.28571rem;
}

@media (min-width: 768px) {
  .u-pl--6 {
    padding-left: 6rem;
  }
}

.u-pr--6 {
  padding-right: 4.28571rem;
}

@media (min-width: 768px) {
  .u-pr--6 {
    padding-right: 6rem;
  }
}

.u-px--6 {
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
}

@media (min-width: 768px) {
  .u-px--6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.u-py--6 {
  padding-top: 4.28571rem;
  padding-bottom: 4.28571rem;
}

@media (min-width: 768px) {
  .u-py--6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.u-p--7 {
  padding: 5rem;
}

@media (min-width: 768px) {
  .u-p--7 {
    padding: 7rem;
  }
}

.u-pt--7 {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .u-pt--7 {
    padding-top: 7rem;
  }
}

.u-pb--7 {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .u-pb--7 {
    padding-bottom: 7rem;
  }
}

.u-pl--7 {
  padding-left: 5rem;
}

@media (min-width: 768px) {
  .u-pl--7 {
    padding-left: 7rem;
  }
}

.u-pr--7 {
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .u-pr--7 {
    padding-right: 7rem;
  }
}

.u-px--7 {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .u-px--7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.u-py--7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .u-py--7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.u-p--8 {
  padding: 5.71429rem;
}

@media (min-width: 768px) {
  .u-p--8 {
    padding: 8rem;
  }
}

.u-pt--8 {
  padding-top: 5.71429rem;
}

@media (min-width: 768px) {
  .u-pt--8 {
    padding-top: 8rem;
  }
}

.u-pb--8 {
  padding-bottom: 5.71429rem;
}

@media (min-width: 768px) {
  .u-pb--8 {
    padding-bottom: 8rem;
  }
}

.u-pl--8 {
  padding-left: 5.71429rem;
}

@media (min-width: 768px) {
  .u-pl--8 {
    padding-left: 8rem;
  }
}

.u-pr--8 {
  padding-right: 5.71429rem;
}

@media (min-width: 768px) {
  .u-pr--8 {
    padding-right: 8rem;
  }
}

.u-px--8 {
  padding-left: 5.71429rem;
  padding-right: 5.71429rem;
}

@media (min-width: 768px) {
  .u-px--8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.u-py--8 {
  padding-top: 5.71429rem;
  padding-bottom: 5.71429rem;
}

@media (min-width: 768px) {
  .u-py--8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.u-p--0\.2 {
  padding: 0.14286rem;
}

@media (min-width: 768px) {
  .u-p--0\.2 {
    padding: 0.2rem;
  }
}

.u-pt--0\.2 {
  padding-top: 0.14286rem;
}

@media (min-width: 768px) {
  .u-pt--0\.2 {
    padding-top: 0.2rem;
  }
}

.u-pb--0\.2 {
  padding-bottom: 0.14286rem;
}

@media (min-width: 768px) {
  .u-pb--0\.2 {
    padding-bottom: 0.2rem;
  }
}

.u-pl--0\.2 {
  padding-left: 0.14286rem;
}

@media (min-width: 768px) {
  .u-pl--0\.2 {
    padding-left: 0.2rem;
  }
}

.u-pr--0\.2 {
  padding-right: 0.14286rem;
}

@media (min-width: 768px) {
  .u-pr--0\.2 {
    padding-right: 0.2rem;
  }
}

.u-px--0\.2 {
  padding-left: 0.14286rem;
  padding-right: 0.14286rem;
}

@media (min-width: 768px) {
  .u-px--0\.2 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.u-py--0\.2 {
  padding-top: 0.14286rem;
  padding-bottom: 0.14286rem;
}

@media (min-width: 768px) {
  .u-py--0\.2 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.u-p--0\.4 {
  padding: 0.28571rem;
}

@media (min-width: 768px) {
  .u-p--0\.4 {
    padding: 0.4rem;
  }
}

.u-pt--0\.4 {
  padding-top: 0.28571rem;
}

@media (min-width: 768px) {
  .u-pt--0\.4 {
    padding-top: 0.4rem;
  }
}

.u-pb--0\.4 {
  padding-bottom: 0.28571rem;
}

@media (min-width: 768px) {
  .u-pb--0\.4 {
    padding-bottom: 0.4rem;
  }
}

.u-pl--0\.4 {
  padding-left: 0.28571rem;
}

@media (min-width: 768px) {
  .u-pl--0\.4 {
    padding-left: 0.4rem;
  }
}

.u-pr--0\.4 {
  padding-right: 0.28571rem;
}

@media (min-width: 768px) {
  .u-pr--0\.4 {
    padding-right: 0.4rem;
  }
}

.u-px--0\.4 {
  padding-left: 0.28571rem;
  padding-right: 0.28571rem;
}

@media (min-width: 768px) {
  .u-px--0\.4 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.u-py--0\.4 {
  padding-top: 0.28571rem;
  padding-bottom: 0.28571rem;
}

@media (min-width: 768px) {
  .u-py--0\.4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.u-p--0\.6 {
  padding: 0.42857rem;
}

@media (min-width: 768px) {
  .u-p--0\.6 {
    padding: 0.6rem;
  }
}

.u-pt--0\.6 {
  padding-top: 0.42857rem;
}

@media (min-width: 768px) {
  .u-pt--0\.6 {
    padding-top: 0.6rem;
  }
}

.u-pb--0\.6 {
  padding-bottom: 0.42857rem;
}

@media (min-width: 768px) {
  .u-pb--0\.6 {
    padding-bottom: 0.6rem;
  }
}

.u-pl--0\.6 {
  padding-left: 0.42857rem;
}

@media (min-width: 768px) {
  .u-pl--0\.6 {
    padding-left: 0.6rem;
  }
}

.u-pr--0\.6 {
  padding-right: 0.42857rem;
}

@media (min-width: 768px) {
  .u-pr--0\.6 {
    padding-right: 0.6rem;
  }
}

.u-px--0\.6 {
  padding-left: 0.42857rem;
  padding-right: 0.42857rem;
}

@media (min-width: 768px) {
  .u-px--0\.6 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

.u-py--0\.6 {
  padding-top: 0.42857rem;
  padding-bottom: 0.42857rem;
}

@media (min-width: 768px) {
  .u-py--0\.6 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.u-p--0\.8 {
  padding: 0.57143rem;
}

@media (min-width: 768px) {
  .u-p--0\.8 {
    padding: 0.8rem;
  }
}

.u-pt--0\.8 {
  padding-top: 0.57143rem;
}

@media (min-width: 768px) {
  .u-pt--0\.8 {
    padding-top: 0.8rem;
  }
}

.u-pb--0\.8 {
  padding-bottom: 0.57143rem;
}

@media (min-width: 768px) {
  .u-pb--0\.8 {
    padding-bottom: 0.8rem;
  }
}

.u-pl--0\.8 {
  padding-left: 0.57143rem;
}

@media (min-width: 768px) {
  .u-pl--0\.8 {
    padding-left: 0.8rem;
  }
}

.u-pr--0\.8 {
  padding-right: 0.57143rem;
}

@media (min-width: 768px) {
  .u-pr--0\.8 {
    padding-right: 0.8rem;
  }
}

.u-px--0\.8 {
  padding-left: 0.57143rem;
  padding-right: 0.57143rem;
}

@media (min-width: 768px) {
  .u-px--0\.8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.u-py--0\.8 {
  padding-top: 0.57143rem;
  padding-bottom: 0.57143rem;
}

@media (min-width: 768px) {
  .u-py--0\.8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.u-p--0 {
  padding: 0;
}

.u-pt--0 {
  padding-top: 0;
}

.u-pb--0 {
  padding-bottom: 0;
}

.u-pl--0 {
  padding-left: 0;
}

.u-pr--0 {
  padding-right: 0;
}

.u-px--0 {
  padding-left: 0;
  padding-right: 0;
}

.u-py--0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-space--0 {
  margin: -0rem;
}

@media (min-width: 768px) {
  .u-space--0 {
    margin: -0rem;
  }
}

.u-space--0 > * {
  margin: 0rem;
}

@media (min-width: 768px) {
  .u-space--0 > * {
    margin: 0rem;
  }
}

.u-space--1 {
  margin: -0.35714rem;
}

@media (min-width: 768px) {
  .u-space--1 {
    margin: -0.5rem;
  }
}

.u-space--1 > * {
  margin: 0.35714rem;
}

@media (min-width: 768px) {
  .u-space--1 > * {
    margin: 0.5rem;
  }
}

.u-space--2 {
  margin: -0.71429rem;
}

@media (min-width: 768px) {
  .u-space--2 {
    margin: -1rem;
  }
}

.u-space--2 > * {
  margin: 0.71429rem;
}

@media (min-width: 768px) {
  .u-space--2 > * {
    margin: 1rem;
  }
}

.u-space--3 {
  margin: -1.07143rem;
}

@media (min-width: 768px) {
  .u-space--3 {
    margin: -1.5rem;
  }
}

.u-space--3 > * {
  margin: 1.07143rem;
}

@media (min-width: 768px) {
  .u-space--3 > * {
    margin: 1.5rem;
  }
}

.u-space--4 {
  margin: -1.42857rem;
}

@media (min-width: 768px) {
  .u-space--4 {
    margin: -2rem;
  }
}

.u-space--4 > * {
  margin: 1.42857rem;
}

@media (min-width: 768px) {
  .u-space--4 > * {
    margin: 2rem;
  }
}

.u-space--0\.4 {
  margin: -0.14286rem;
}

@media (min-width: 768px) {
  .u-space--0\.4 {
    margin: -0.2rem;
  }
}

.u-space--0\.4 > * {
  margin: 0.14286rem;
}

@media (min-width: 768px) {
  .u-space--0\.4 > * {
    margin: 0.2rem;
  }
}

.u-space--0\.6 {
  margin: -0.21429rem;
}

@media (min-width: 768px) {
  .u-space--0\.6 {
    margin: -0.3rem;
  }
}

.u-space--0\.6 > * {
  margin: 0.21429rem;
}

@media (min-width: 768px) {
  .u-space--0\.6 > * {
    margin: 0.3rem;
  }
}

.u-space--0\.8 {
  margin: -0.28571rem;
}

@media (min-width: 768px) {
  .u-space--0\.8 {
    margin: -0.4rem;
  }
}

.u-space--0\.8 > * {
  margin: 0.28571rem;
}

@media (min-width: 768px) {
  .u-space--0\.8 > * {
    margin: 0.4rem;
  }
}

.u-space--0 .u-w--full {
  width: calc(100% - 0rem);
}

.u-space--0 .u-w--1\/2 {
  width: calc(50% - 0rem);
}

.u-space--0 .u-w--1\/3 {
  width: calc(33.33333% - 0rem);
}

.u-space--0 .u-w--2\/3 {
  width: calc(66.66667% - 0rem);
}

.u-space--0 .u-w--1\/4 {
  width: calc(25% - 0rem);
}

.u-space--0 .u-w--3\/4 {
  width: calc(75% - 0rem);
}

.u-space--0 .u-w--1\/5 {
  width: calc(20% - 0rem);
}

.u-space--0 .u-w--2\/5 {
  width: calc(40% - 0rem);
}

.u-space--0 .u-w--3\/5 {
  width: calc(60% - 0rem);
}

.u-space--0 .u-w--4\/5 {
  width: calc(80% - 0rem);
}

.u-space--0 .u-w--1\/6 {
  width: calc(16.66667% - 0rem);
}

.u-space--0 .u-w--5\/6 {
  width: calc(83.33333% - 0rem);
}

@media (min-width: 768px) {
  .u-space--0 .min-md\:u-w--full {
    width: calc(100% - 0rem);
  }
  .u-space--0 .min-md\:u-w--1\/2 {
    width: calc(50% - 0rem);
  }
  .u-space--0 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 0rem);
  }
  .u-space--0 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 0rem);
  }
  .u-space--0 .min-md\:u-w--1\/4 {
    width: calc(25% - 0rem);
  }
  .u-space--0 .min-md\:u-w--3\/4 {
    width: calc(75% - 0rem);
  }
  .u-space--0 .min-md\:u-w--1\/5 {
    width: calc(20% - 0rem);
  }
  .u-space--0 .min-md\:u-w--2\/5 {
    width: calc(40% - 0rem);
  }
  .u-space--0 .min-md\:u-w--3\/5 {
    width: calc(60% - 0rem);
  }
  .u-space--0 .min-md\:u-w--4\/5 {
    width: calc(80% - 0rem);
  }
  .u-space--0 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 0rem);
  }
  .u-space--0 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 0rem);
  }
}

.u-space--1 .u-w--full {
  width: calc(100% - 0.71429rem);
}

.u-space--1 .u-w--1\/2 {
  width: calc(50% - 0.71429rem);
}

.u-space--1 .u-w--1\/3 {
  width: calc(33.33333% - 0.71429rem);
}

.u-space--1 .u-w--2\/3 {
  width: calc(66.66667% - 0.71429rem);
}

.u-space--1 .u-w--1\/4 {
  width: calc(25% - 0.71429rem);
}

.u-space--1 .u-w--3\/4 {
  width: calc(75% - 0.71429rem);
}

.u-space--1 .u-w--1\/5 {
  width: calc(20% - 0.71429rem);
}

.u-space--1 .u-w--2\/5 {
  width: calc(40% - 0.71429rem);
}

.u-space--1 .u-w--3\/5 {
  width: calc(60% - 0.71429rem);
}

.u-space--1 .u-w--4\/5 {
  width: calc(80% - 0.71429rem);
}

.u-space--1 .u-w--1\/6 {
  width: calc(16.66667% - 0.71429rem);
}

.u-space--1 .u-w--5\/6 {
  width: calc(83.33333% - 0.71429rem);
}

@media (min-width: 768px) {
  .u-space--1 .min-md\:u-w--full {
    width: calc(100% - 1rem);
  }
  .u-space--1 .min-md\:u-w--1\/2 {
    width: calc(50% - 1rem);
  }
  .u-space--1 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 1rem);
  }
  .u-space--1 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 1rem);
  }
  .u-space--1 .min-md\:u-w--1\/4 {
    width: calc(25% - 1rem);
  }
  .u-space--1 .min-md\:u-w--3\/4 {
    width: calc(75% - 1rem);
  }
  .u-space--1 .min-md\:u-w--1\/5 {
    width: calc(20% - 1rem);
  }
  .u-space--1 .min-md\:u-w--2\/5 {
    width: calc(40% - 1rem);
  }
  .u-space--1 .min-md\:u-w--3\/5 {
    width: calc(60% - 1rem);
  }
  .u-space--1 .min-md\:u-w--4\/5 {
    width: calc(80% - 1rem);
  }
  .u-space--1 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 1rem);
  }
  .u-space--1 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 1rem);
  }
}

.u-space--2 .u-w--full {
  width: calc(100% - 1.42857rem);
}

.u-space--2 .u-w--1\/2 {
  width: calc(50% - 1.42857rem);
}

.u-space--2 .u-w--1\/3 {
  width: calc(33.33333% - 1.42857rem);
}

.u-space--2 .u-w--2\/3 {
  width: calc(66.66667% - 1.42857rem);
}

.u-space--2 .u-w--1\/4 {
  width: calc(25% - 1.42857rem);
}

.u-space--2 .u-w--3\/4 {
  width: calc(75% - 1.42857rem);
}

.u-space--2 .u-w--1\/5 {
  width: calc(20% - 1.42857rem);
}

.u-space--2 .u-w--2\/5 {
  width: calc(40% - 1.42857rem);
}

.u-space--2 .u-w--3\/5 {
  width: calc(60% - 1.42857rem);
}

.u-space--2 .u-w--4\/5 {
  width: calc(80% - 1.42857rem);
}

.u-space--2 .u-w--1\/6 {
  width: calc(16.66667% - 1.42857rem);
}

.u-space--2 .u-w--5\/6 {
  width: calc(83.33333% - 1.42857rem);
}

@media (min-width: 768px) {
  .u-space--2 .min-md\:u-w--full {
    width: calc(100% - 2rem);
  }
  .u-space--2 .min-md\:u-w--1\/2 {
    width: calc(50% - 2rem);
  }
  .u-space--2 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 2rem);
  }
  .u-space--2 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 2rem);
  }
  .u-space--2 .min-md\:u-w--1\/4 {
    width: calc(25% - 2rem);
  }
  .u-space--2 .min-md\:u-w--3\/4 {
    width: calc(75% - 2rem);
  }
  .u-space--2 .min-md\:u-w--1\/5 {
    width: calc(20% - 2rem);
  }
  .u-space--2 .min-md\:u-w--2\/5 {
    width: calc(40% - 2rem);
  }
  .u-space--2 .min-md\:u-w--3\/5 {
    width: calc(60% - 2rem);
  }
  .u-space--2 .min-md\:u-w--4\/5 {
    width: calc(80% - 2rem);
  }
  .u-space--2 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 2rem);
  }
  .u-space--2 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 2rem);
  }
}

.u-space--3 .u-w--full {
  width: calc(100% - 2.14286rem);
}

.u-space--3 .u-w--1\/2 {
  width: calc(50% - 2.14286rem);
}

.u-space--3 .u-w--1\/3 {
  width: calc(33.33333% - 2.14286rem);
}

.u-space--3 .u-w--2\/3 {
  width: calc(66.66667% - 2.14286rem);
}

.u-space--3 .u-w--1\/4 {
  width: calc(25% - 2.14286rem);
}

.u-space--3 .u-w--3\/4 {
  width: calc(75% - 2.14286rem);
}

.u-space--3 .u-w--1\/5 {
  width: calc(20% - 2.14286rem);
}

.u-space--3 .u-w--2\/5 {
  width: calc(40% - 2.14286rem);
}

.u-space--3 .u-w--3\/5 {
  width: calc(60% - 2.14286rem);
}

.u-space--3 .u-w--4\/5 {
  width: calc(80% - 2.14286rem);
}

.u-space--3 .u-w--1\/6 {
  width: calc(16.66667% - 2.14286rem);
}

.u-space--3 .u-w--5\/6 {
  width: calc(83.33333% - 2.14286rem);
}

@media (min-width: 768px) {
  .u-space--3 .min-md\:u-w--full {
    width: calc(100% - 3rem);
  }
  .u-space--3 .min-md\:u-w--1\/2 {
    width: calc(50% - 3rem);
  }
  .u-space--3 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 3rem);
  }
  .u-space--3 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 3rem);
  }
  .u-space--3 .min-md\:u-w--1\/4 {
    width: calc(25% - 3rem);
  }
  .u-space--3 .min-md\:u-w--3\/4 {
    width: calc(75% - 3rem);
  }
  .u-space--3 .min-md\:u-w--1\/5 {
    width: calc(20% - 3rem);
  }
  .u-space--3 .min-md\:u-w--2\/5 {
    width: calc(40% - 3rem);
  }
  .u-space--3 .min-md\:u-w--3\/5 {
    width: calc(60% - 3rem);
  }
  .u-space--3 .min-md\:u-w--4\/5 {
    width: calc(80% - 3rem);
  }
  .u-space--3 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 3rem);
  }
  .u-space--3 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 3rem);
  }
}

.u-space--4 .u-w--full {
  width: calc(100% - 2.85714rem);
}

.u-space--4 .u-w--1\/2 {
  width: calc(50% - 2.85714rem);
}

.u-space--4 .u-w--1\/3 {
  width: calc(33.33333% - 2.85714rem);
}

.u-space--4 .u-w--2\/3 {
  width: calc(66.66667% - 2.85714rem);
}

.u-space--4 .u-w--1\/4 {
  width: calc(25% - 2.85714rem);
}

.u-space--4 .u-w--3\/4 {
  width: calc(75% - 2.85714rem);
}

.u-space--4 .u-w--1\/5 {
  width: calc(20% - 2.85714rem);
}

.u-space--4 .u-w--2\/5 {
  width: calc(40% - 2.85714rem);
}

.u-space--4 .u-w--3\/5 {
  width: calc(60% - 2.85714rem);
}

.u-space--4 .u-w--4\/5 {
  width: calc(80% - 2.85714rem);
}

.u-space--4 .u-w--1\/6 {
  width: calc(16.66667% - 2.85714rem);
}

.u-space--4 .u-w--5\/6 {
  width: calc(83.33333% - 2.85714rem);
}

@media (min-width: 768px) {
  .u-space--4 .min-md\:u-w--full {
    width: calc(100% - 4rem);
  }
  .u-space--4 .min-md\:u-w--1\/2 {
    width: calc(50% - 4rem);
  }
  .u-space--4 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 4rem);
  }
  .u-space--4 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 4rem);
  }
  .u-space--4 .min-md\:u-w--1\/4 {
    width: calc(25% - 4rem);
  }
  .u-space--4 .min-md\:u-w--3\/4 {
    width: calc(75% - 4rem);
  }
  .u-space--4 .min-md\:u-w--1\/5 {
    width: calc(20% - 4rem);
  }
  .u-space--4 .min-md\:u-w--2\/5 {
    width: calc(40% - 4rem);
  }
  .u-space--4 .min-md\:u-w--3\/5 {
    width: calc(60% - 4rem);
  }
  .u-space--4 .min-md\:u-w--4\/5 {
    width: calc(80% - 4rem);
  }
  .u-space--4 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 4rem);
  }
  .u-space--4 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 4rem);
  }
}

.u-space--0\.4 .u-w--full {
  width: calc(100% - 0.28571rem);
}

.u-space--0\.4 .u-w--1\/2 {
  width: calc(50% - 0.28571rem);
}

.u-space--0\.4 .u-w--1\/3 {
  width: calc(33.33333% - 0.28571rem);
}

.u-space--0\.4 .u-w--2\/3 {
  width: calc(66.66667% - 0.28571rem);
}

.u-space--0\.4 .u-w--1\/4 {
  width: calc(25% - 0.28571rem);
}

.u-space--0\.4 .u-w--3\/4 {
  width: calc(75% - 0.28571rem);
}

.u-space--0\.4 .u-w--1\/5 {
  width: calc(20% - 0.28571rem);
}

.u-space--0\.4 .u-w--2\/5 {
  width: calc(40% - 0.28571rem);
}

.u-space--0\.4 .u-w--3\/5 {
  width: calc(60% - 0.28571rem);
}

.u-space--0\.4 .u-w--4\/5 {
  width: calc(80% - 0.28571rem);
}

.u-space--0\.4 .u-w--1\/6 {
  width: calc(16.66667% - 0.28571rem);
}

.u-space--0\.4 .u-w--5\/6 {
  width: calc(83.33333% - 0.28571rem);
}

@media (min-width: 768px) {
  .u-space--0\.4 .min-md\:u-w--full {
    width: calc(100% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--1\/2 {
    width: calc(50% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--1\/4 {
    width: calc(25% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--3\/4 {
    width: calc(75% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--1\/5 {
    width: calc(20% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--2\/5 {
    width: calc(40% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--3\/5 {
    width: calc(60% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--4\/5 {
    width: calc(80% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 0.4rem);
  }
  .u-space--0\.4 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 0.4rem);
  }
}

.u-space--0\.6 .u-w--full {
  width: calc(100% - 0.42857rem);
}

.u-space--0\.6 .u-w--1\/2 {
  width: calc(50% - 0.42857rem);
}

.u-space--0\.6 .u-w--1\/3 {
  width: calc(33.33333% - 0.42857rem);
}

.u-space--0\.6 .u-w--2\/3 {
  width: calc(66.66667% - 0.42857rem);
}

.u-space--0\.6 .u-w--1\/4 {
  width: calc(25% - 0.42857rem);
}

.u-space--0\.6 .u-w--3\/4 {
  width: calc(75% - 0.42857rem);
}

.u-space--0\.6 .u-w--1\/5 {
  width: calc(20% - 0.42857rem);
}

.u-space--0\.6 .u-w--2\/5 {
  width: calc(40% - 0.42857rem);
}

.u-space--0\.6 .u-w--3\/5 {
  width: calc(60% - 0.42857rem);
}

.u-space--0\.6 .u-w--4\/5 {
  width: calc(80% - 0.42857rem);
}

.u-space--0\.6 .u-w--1\/6 {
  width: calc(16.66667% - 0.42857rem);
}

.u-space--0\.6 .u-w--5\/6 {
  width: calc(83.33333% - 0.42857rem);
}

@media (min-width: 768px) {
  .u-space--0\.6 .min-md\:u-w--full {
    width: calc(100% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--1\/2 {
    width: calc(50% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--1\/4 {
    width: calc(25% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--3\/4 {
    width: calc(75% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--1\/5 {
    width: calc(20% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--2\/5 {
    width: calc(40% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--3\/5 {
    width: calc(60% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--4\/5 {
    width: calc(80% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 0.6rem);
  }
  .u-space--0\.6 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 0.6rem);
  }
}

.u-space--0\.8 .u-w--full {
  width: calc(100% - 0.57143rem);
}

.u-space--0\.8 .u-w--1\/2 {
  width: calc(50% - 0.57143rem);
}

.u-space--0\.8 .u-w--1\/3 {
  width: calc(33.33333% - 0.57143rem);
}

.u-space--0\.8 .u-w--2\/3 {
  width: calc(66.66667% - 0.57143rem);
}

.u-space--0\.8 .u-w--1\/4 {
  width: calc(25% - 0.57143rem);
}

.u-space--0\.8 .u-w--3\/4 {
  width: calc(75% - 0.57143rem);
}

.u-space--0\.8 .u-w--1\/5 {
  width: calc(20% - 0.57143rem);
}

.u-space--0\.8 .u-w--2\/5 {
  width: calc(40% - 0.57143rem);
}

.u-space--0\.8 .u-w--3\/5 {
  width: calc(60% - 0.57143rem);
}

.u-space--0\.8 .u-w--4\/5 {
  width: calc(80% - 0.57143rem);
}

.u-space--0\.8 .u-w--1\/6 {
  width: calc(16.66667% - 0.57143rem);
}

.u-space--0\.8 .u-w--5\/6 {
  width: calc(83.33333% - 0.57143rem);
}

@media (min-width: 768px) {
  .u-space--0\.8 .min-md\:u-w--full {
    width: calc(100% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--1\/2 {
    width: calc(50% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--1\/4 {
    width: calc(25% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--3\/4 {
    width: calc(75% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--1\/5 {
    width: calc(20% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--2\/5 {
    width: calc(40% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--3\/5 {
    width: calc(60% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--4\/5 {
    width: calc(80% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 0.8rem);
  }
  .u-space--0\.8 .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 0.8rem);
  }
}

@media (min-width: 768px) {
  .min-md\:u-w--full {
    width: calc(100% - 0rem);
  }
  .min-md\:u-w--1\/2 {
    width: calc(50% - 0rem);
  }
  .min-md\:u-w--1\/3 {
    width: calc(33.33333% - 0rem);
  }
  .min-md\:u-w--2\/3 {
    width: calc(66.66667% - 0rem);
  }
  .min-md\:u-w--1\/4 {
    width: calc(25% - 0rem);
  }
  .min-md\:u-w--3\/4 {
    width: calc(75% - 0rem);
  }
  .min-md\:u-w--1\/5 {
    width: calc(20% - 0rem);
  }
  .min-md\:u-w--2\/5 {
    width: calc(40% - 0rem);
  }
  .min-md\:u-w--3\/5 {
    width: calc(60% - 0rem);
  }
  .min-md\:u-w--4\/5 {
    width: calc(80% - 0rem);
  }
  .min-md\:u-w--1\/6 {
    width: calc(16.66667% - 0rem);
  }
  .min-md\:u-w--5\/6 {
    width: calc(83.33333% - 0rem);
  }
}

html {
  font-size: inherit;
}

body {
  font-size: 1rem;
}

.l-headerSummary__lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #bba32d;
}

@media (min-width: 768px) {
  .l-headerSummary__lead {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .l-headerSummary__lead {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .l-headerSummary__lead {
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=style2.css.map */