@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* foundation/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

*:not(table):not(tbody):not(thead):not(tfoot):not(tr):not(th):not(td) {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* foundation/_extend.scss
-------------------------------------------------- */
@media screen and (max-width: 1281px) {
  .l-header__logo--link:not(span):not(p) {
    transition: opacity 0.2s ease-in-out;
  }
  .l-header__logo--link:not(span):not(p):hover {
    opacity: 0.8;
  }
}

/* foundation/_base.scss
-------------------------------------------------- */
body {
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #414141;
  background-color: #FFF;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

textarea {
  overflow: auto;
  resize: none;
}

@media screen and (max-width: 1281px) {
  input, textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  input, textarea {
    font-size: 14px;
  }
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

a:not([class]) {
  cursor: pointer;
}
a:not([class]):hover {
  text-decoration: underline;
}
a:not([class])[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 769px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [data-device=pc] {
    display: none !important;
  }
}
.l-header {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 769px) {
  .l-header {
    align-items: end;
    gap: 40px;
    background-image: url("../img/header_bg.png");
    background-repeat: no-repeat;
    background-position-x: 318px;
    background-size: auto;
    padding: 0 48px 20px;
  }
}
.l-header__logo--kanagawa {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .l-header__logo--kanagawa {
    margin-bottom: 20px;
  }
}
.l-header__logo--project {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header__logo--project {
    display: block;
  }
}
.l-footer {
  margin-top: 40px;
}
.l-footer__inr {
  background-color: #D03753;
  overflow: hidden;
  padding: 0 16px;
  padding-bottom: 16px;
}
.l-footer__wave {
  margin-bottom: -10px;
}
.l-footer__info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.l-footer__address--title {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.l-footer__address--tbl {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.l-footer__mail--link {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  .l-footer__mail--link:hover {
    text-decoration: underline;
  }
}
.l-footer__policy {
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .l-footer__policy {
    text-align: center;
    border-top: 1px solid #FFF;
    padding-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__policy {
    text-align: center;
  }
}
.l-footer__policy--link {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  .l-footer__policy--link:hover {
    text-decoration: underline;
  }
}
.l-footer__copyright {
  font-size: 12px;
  text-align: center;
  padding: 16px;
}

.l-wrapper {
  word-break: break-all;
}

.l-main__flex {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .l-main__flex {
    flex-direction: column-reverse;
  }
}
.l-main__flex .l-content {
  width: 60vw;
}
@media screen and (max-width: 1025px) {
  .l-main__flex .l-content {
    width: auto;
  }
}

.l-content {
  padding: 0 5vw;
}
@media screen and (max-width: 1025px) {
  .l-content {
    width: auto;
  }
}
.l-content__section {
  position: relative;
  padding: 40px 0;
}
.l-content__section:last-of-type {
  padding-bottom: 0;
}

.l-side {
  width: 40vw;
}
@media screen and (max-width: 1025px) {
  .l-side {
    width: auto;
  }
}

.l-nav__btn, .l-nav__btn--return, .l-nav__btn--open {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  width: 56px;
  height: 56px;
  background-color: #545454;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .l-nav__btn, .l-nav__btn--return, .l-nav__btn--open {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__toggle {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    overflow-y: auto;
    padding: 40px 20px;
  }
}
.l-nav__toggle.is-open {
  transform: translateX(0);
}
@media screen and (max-width: 769px) {
  .l-nav__toggle--inr {
    width: 100%;
    background-color: #F8BFCB;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__list {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    display: flex;
    gap: 32px;
  }
}
.l-nav__item {
  border-bottom: 2px dotted #FFF;
}
.l-nav__link {
  color: #707070;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  .l-nav__link {
    padding: 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__link {
    justify-content: flex-start;
    transition: opacity 0.2s ease;
    position: relative;
  }
  .l-nav__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -21px;
    background-color: #EE607E;
    transition: transform 0.2s ease;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
  }
  .l-nav__link.is-current, .l-nav__link:hover {
    opacity: 0.6;
  }
  .l-nav__link.is-current::after, .l-nav__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-nav__link.is-current {
  opacity: 1;
  pointer-events: none;
}
.l-nav__link--picture {
  display: flex;
}
.l-nav .p-contact__note {
  color: #D03753;
}
.l-nav .p-contact__tel {
  color: #D03753;
  font-size: 32px;
}

.c-btn, .c-btn-2nd, .c-btn-2nd__thirdly, .c-btn-2nd__secondary, .c-btn-2nd__primary, .c-btn__thirdly, .c-btn__secondary, .c-btn__primary {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  background-color: #414141;
  border-radius: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.c-btn::after, .c-btn-2nd::after, .c-btn-2nd__thirdly::after, .c-btn-2nd__secondary::after, .c-btn-2nd__primary::after, .c-btn__thirdly::after, .c-btn__secondary::after, .c-btn__primary::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='Icon_ionic-ios-arrow-dropright-circle' data-name='Icon ionic-ios-arrow-dropright-circle' d='M2.625,14.625a12,12,0,1,0,12-12A12,12,0,0,0,2.625,14.625Zm14.106,0L12.006,9.946a1.114,1.114,0,1,1,1.575-1.575l5.5,5.521a1.112,1.112,0,0,1,.035,1.535L13.7,20.867A1.112,1.112,0,1,1,12.121,19.3Z' transform='translate(-2.625 -2.625)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .c-btn, .c-btn-2nd, .c-btn-2nd__thirdly, .c-btn-2nd__secondary, .c-btn-2nd__primary, .c-btn__thirdly, .c-btn__secondary, .c-btn__primary {
    transition: opacity 0.2s ease-in-out;
  }
  .c-btn:hover, .c-btn-2nd:hover, .c-btn-2nd__thirdly:hover, .c-btn-2nd__secondary:hover, .c-btn-2nd__primary:hover, .c-btn__thirdly:hover, .c-btn__secondary:hover, .c-btn__primary:hover {
    opacity: 0.6;
  }
}
.c-btn__primary {
  background-color: #D03753;
}
.c-btn__secondary {
  background-color: #FF9F45;
}
.c-btn__thirdly {
  background-color: #9DC94A;
}
.c-btn-2nd, .c-btn-2nd__thirdly, .c-btn-2nd__secondary, .c-btn-2nd__primary {
  font-size: 18px;
  min-width: 214px;
  min-height: 54px;
  border-radius: 6px;
  padding: 8px 4px;
}
.c-btn-2nd::after, .c-btn-2nd__thirdly::after, .c-btn-2nd__secondary::after, .c-btn-2nd__primary::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.c-btn-2nd__primary {
  background-color: #D03753;
}
.c-btn-2nd__secondary {
  background-color: #FF9F45;
}
.c-btn-2nd__thirdly {
  background-color: #9DC94A;
}

.p-mv__picture {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-mv__picture {
    margin-bottom: 64px;
  }
}
.p-mv__picture--img {
  width: 100%;
}
.p-mv__desc {
  padding: 0 24px;
  margin: auto auto 40px;
}
@media screen and (min-width: 769px) {
  .p-mv__desc {
    max-width: 1284px;
    padding: 0 110px;
    margin-bottom: 80px;
  }
}
.p-mv__read {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .p-mv__read {
    font-size: 20px;
    line-height: 36px;
  }
}
.p-mv__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .p-mv__list {
    flex-direction: row;
  }
}
.p-mv__item {
  text-align: center;
  border-radius: 20px;
  border: 5px solid #414141;
  padding: 0 30px 32px;
}
@media screen and (min-width: 769px) {
  .p-mv__item {
    width: calc(33.3333333333% - 26px);
    border-radius: 28px;
  }
}
.p-mv__item-01 {
  border-color: #D03753;
}
.p-mv__item-02 {
  border-color: #FF9F45;
}
.p-mv__item-03 {
  border-color: #9DC94A;
}
.p-mv__header {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  transform: translateY(-50%);
  padding: 0 24px;
}
.p-mv__header-01 {
  background-color: #D03753;
}
.p-mv__header-02 {
  background-color: #FF9F45;
}
.p-mv__header-03 {
  background-color: #9DC94A;
}
.p-mv__img {
  display: block;
  margin: auto;
}
.p-mv__note {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: 24px;
}
.p-mv__notice {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

#p-supporter {
  margin-top: -56px;
  padding-top: 56px;
}
@media screen and (min-width: 769px) {
  #p-supporter {
    margin-top: -124px;
    padding-top: 124px;
  }
}

.p-supporter {
  background-image: url("../img/supporter_bg.jpg");
  padding: 40px 16px;
}
@media screen and (min-width: 769px) {
  .p-supporter {
    padding: 80px 16px;
  }
}
.p-supporter__inr {
  max-width: 1284px;
  margin: auto;
}
.p-supporter__header, .p-howto__header, .p-flow__header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-supporter__header, .p-howto__header, .p-flow__header {
    margin-bottom: 40px;
  }
}
.p-supporter__header-2nd {
  color: #545454;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='110.896' height='72.849' viewBox='0 0 110.896 72.849'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_36' data-name='長方形 36' width='103.508' height='39.851' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_34' data-name='group 34' transform='translate(13.681 72.99) rotate(-20)'%3E%3Cg id='group_33' data-name='group 33' transform='translate(0 -40)' clip-path='url(%23clip-path)'%3E%3Cpath id='path_125' data-name='path 125' d='M3.2,34.8S-1.8,22.322.7,9.14C.7,9.14,11.23,0,28.9,1.055S54.245,3.867,69.774,4.921A69.416,69.416,0,0,0,101.366,0S95.655,10.9,91.192,16.346c0,0,8.032,5.273,12.315,11.425,0,0-15.528,6.679-41.944,4.043S16.049,25.134,3.2,34.8M19.44,31.11s-10.174,0-15.171,5.8,15.885,1.23,15.885,1.23-1.963-4.042-.714-7.03' transform='translate(0)' fill='%23ee607e'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 16px 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-supporter__header-2nd {
    font-size: 28px;
  }
}
.p-supporter__header-3rd {
  color: #545454;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px 0;
}
.p-supporter__header-3rd-01 {
  background-image: url("../img/supporter_headline_01.svg");
}
.p-supporter__header-3rd-02 {
  background-image: url("../img/supporter_headline_02.svg");
}
.p-supporter__header-3rd-03 {
  background-image: url("../img/supporter_headline_03.svg");
}
.p-supporter__header-3rd-04 {
  background-image: url("../img/supporter_headline_04.svg");
}
.p-supporter__title, .p-howto__title, .p-flow__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}
.p-supporter__title span, .p-howto__title span, .p-flow__title span {
  background-image: linear-gradient(0deg, #fff563, #fff563 40%, transparent 40%);
}
@media screen and (min-width: 769px) {
  .p-supporter__title, .p-howto__title, .p-flow__title {
    line-height: 60px;
    font-size: 48px;
  }
}
.p-supporter__read {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-supporter__read {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.p-supporter__read-2nd {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .p-supporter__read-2nd {
    margin-bottom: 24px;
  }
}
.p-supporter__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-supporter__list {
    flex-direction: row;
  }
}
.p-supporter__list-2nd {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  .p-supporter__list-2nd {
    margin-bottom: 30px;
  }
}
.p-supporter__list-3rd {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .p-supporter__list-3rd {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-supporter__item {
  border-radius: 20px;
  border: 4px solid #FFF;
  position: relative;
  z-index: 10;
  padding: 16px 16px 24px;
}
@media screen and (min-width: 769px) {
  .p-supporter__item {
    width: calc(50% - 12px);
    border-width: 10px;
    border-radius: 60px;
    padding: 46px 48px 72px;
  }
}
.p-supporter__item-01 {
  background-color: #F8BFCB;
}
.p-supporter__item-02 {
  background-color: #FFD8B4;
}
.p-supporter__item-2nd {
  border-bottom: 3px dashed #FFF;
  text-indent: -1.25em;
  padding: 16px 0;
  padding-left: 1.25em;
}
.p-supporter__item-3rd {
  background-color: #FFFBBF;
  border-radius: 20px;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .p-supporter__item-3rd {
    width: calc(50% - 8px);
  }
}
.p-supporter__img {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-supporter__img {
    position: absolute;
    right: 62px;
    bottom: 32px;
  }
}

.p-flow {
  padding: 40px 16px;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding: 80px 16px;
  }
}
.p-flow__inr {
  max-width: 1066px;
  margin: auto;
}
.p-flow__header-2nd {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #C4C4C4;
  border-bottom: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .p-flow__header-2nd {
    font-size: 28px;
    gap: 24px;
    padding: 8px 16px;
  }
}
.p-flow__header-2nd-01 {
  background-color: #FFFBBF;
}
.p-flow__header-2nd-02 {
  background-color: #EFF8DD;
}
.p-flow__header-2nd-03 {
  background-color: #D4EAFE;
}
.p-flow__title--font-size {
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  .p-flow__title--font-size {
    font-size: 32px;
  }
}
.p-flow__tbl {
  width: 100%;
}
.p-flow__tbl tr:nth-child(odd) td {
  background-color: #FFFAEC;
}
.p-flow__tbl + .p-flow__header-2nd {
  margin-top: 40px;
}
.p-flow__th {
  font-weight: 700;
  text-align: left;
  background-color: #FFFAEC;
  border: 1px solid #C4C4C4;
  padding: 12px 16px;
}
.p-flow__td {
  text-align: left;
  border: 1px solid #C4C4C4;
  padding: 12px 16px;
}

.p-howto {
  padding: 0 16px 40px;
}
@media screen and (min-width: 769px) {
  .p-howto {
    padding: 0 16px 80px;
  }
}
.p-howto__inr {
  max-width: 1066px;
  margin: auto;
}
.p-howto__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-howto__item--arrow {
  text-align: center;
}
.p-howto__item--ico {
  width: 36px;
}
@media screen and (min-width: 769px) {
  .p-howto__item--ico {
    width: 54px;
  }
}
.p-howto__step {
  display: flex;
  flex-direction: column;
  border: 3px solid #9DC94A;
  border-radius: 20px;
  overflow: hidden;
}
.p-howto__step--action {
  display: flex;
  flex-direction: column;
  gap: 16px 32px;
}
@media screen and (min-width: 769px) {
  .p-howto__step--action {
    flex-direction: row;
  }
}
.p-howto__step--header {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #9DC94A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-howto__step--num {
  font-size: 28px;
  margin-left: 16px;
}
.p-howto__step--body {
  padding: 16px 16px 24px;
}
.p-howto__step--title {
  color: #9DC94A;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-action {
  padding: 0 16px;
  margin-bottom: 40px;
}
.p-action__inr {
  max-width: 1240px;
  margin: auto;
}
.p-action__list {
  display: flex;
  flex-direction: column;
  gap: 24px 40px;
}
@media screen and (min-width: 769px) {
  .p-action__list {
    flex-direction: row;
  }
}
.p-action__item {
  width: 100%;
}

.p-star {
  overflow: hidden;
  margin-bottom: 24px;
}
.p-star__img {
  width: 300%;
  max-width: initial;
  margin-left: -110%;
}
@media screen and (min-width: 769px) {
  .p-star__img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-contact__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.p-contact__note {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-contact__tel {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.p-contact__tel--link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.p-contact__reception {
  text-align: center;
  margin-bottom: 16px;
}
.p-contact__reception--inr {
  color: #545454;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #FFF;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  .p-contact__reception--inr {
    display: inline-block;
    padding: 4px 80px;
  }
}

.p-mv__kidssupporter {
  background-image: url("../img/kidssupporter_header_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 32px 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-mv__kidssupporter {
    padding: 80px 16px;
    margin-bottom: 64px;
  }
}
.p-mv__kidssupporter--title {
  color: #D03753;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-mv__kidssupporter--title {
    font-size: 48px;
  }
}

.p-area {
  margin-bottom: 40px;
}
.p-area__inr {
  padding: 0 16px;
}
@media screen and (min-width: 769px) {
  .p-area__inr {
    max-width: 1312px;
    margin: auto;
  }
}
.p-area__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.p-area__header--title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  min-width: 124px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 0 16px;
}
.p-area__header--title-01 {
  background-color: #FF9F45;
}
.p-area__header--title-02 {
  background-color: #599AD5;
}
.p-area__header--title-03 {
  background-color: #9DC94A;
}
.p-area__header--title-04 {
  background-color: #EE607E;
}
.p-area__body + .p-area__header {
  margin-top: 40px;
}
.p-area__ico {
  margin-left: auto;
}
.p-area__ico--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.p-area__ico--item {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  gap: 4px;
}
.p-area__tbl {
  min-width: 768px;
}
@media screen and (min-width: 769px) {
  .p-area__tbl {
    width: 100%;
  }
}
.p-area__tbl--scroll {
  overflow-x: auto;
  position: relative;
  margin-right: -16px;
  padding-right: 16px;
}
.p-area__tbl--scroll__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.p-area__tbl--scroll__overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-area__tbl tr:nth-child(odd) td {
  background-color: #FFFEEB;
}
.p-area__tbl tr:nth-child(even) td {
  background-color: #F2F8FE;
}
.p-area__tbl th,
.p-area__tbl td {
  vertical-align: middle;
  padding: 4px 8px;
}
.p-area__tbl th {
  font-size: 14px;
  text-align: center;
  border: 1px solid #FFF;
}
.p-area__tbl th.bg-01 {
  background-color: #FFE2C7;
}
.p-area__tbl th.bg-02 {
  background-color: #FFC793;
}
.p-area__tbl th.bg-03 {
  background-color: #CDE0F2;
}
.p-area__tbl th.bg-04 {
  background-color: #9EC4E7;
}
.p-area__tbl th.bg-05 {
  background-color: #E1EFC8;
}
.p-area__tbl th.bg-06 {
  background-color: #C6E095;
}
.p-area__tbl th.bg-07 {
  background-color: #FACFD8;
}
.p-area__tbl th.bg-08 {
  background-color: #F5A3B4;
}
.p-area__tbl td {
  font-size: 14px;
  border: 1px solid #C4C4C4;
}

.p-ico, .p-ico__04, .p-ico__03, .p-ico__02, .p-ico__01 {
  font-size: 11px;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-ico__01 {
  color: #EE607E;
  border: 1px solid #EE607E;
}
.p-ico__02 {
  color: #F68316;
  border: 1px solid #F68316;
}
.p-ico__03 {
  color: #9DC94A;
  border: 1px solid #9DC94A;
}
.p-ico__04 {
  color: #599AD5;
  border: 1px solid #599AD5;
}

/* object/utility/_align.scss
-------------------------------------------------- */
.u-ta-left {
  text-align: left !important;
}

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

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

.u-va-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

/* object/utility/_color.scss
-------------------------------------------------- */
.u-color-black {
  color: #414141;
}
.u-color-white {
  color: #FFF;
}
.u-color-primary {
  color: #D03753;
}
.u-color-secondary {
  color: #FF9F45;
}
.u-color-thirdly {
  color: #9DC94A;
}

/* object/utility/_flex.scss
-------------------------------------------------- */
.u-flex {
  display: flex !important;
}

@media screen and (max-width: 1281px) {
  .u-flex-md {
    display: flex !important;
  }
}

.u-inlineflex {
  display: inline-flex !important;
}

@media screen and (max-width: 1281px) {
  .u-inlineflex-md {
    display: inline-flex !important;
  }
}

.u-jc-c {
  justify-content: center !important;
}

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

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

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

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

.u-jc-se {
  justify-content: space-evenly !important;
}

@media screen and (max-width: 1281px) {
  .u-jc-c-md {
    justify-content: center !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-fe-md {
    justify-content: flex-end !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-fs-md {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-sa-md {
    justify-content: space-around !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-sb-md {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-se-md {
    justify-content: space-evenly !important;
  }
}

.u-ai-bl {
  align-items: baseline !important;
}

.u-ai-c {
  align-items: center !important;
}

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

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

.u-ai-s {
  align-items: stretch !important;
}

@media screen and (max-width: 1281px) {
  .u-ai-bl-md {
    align-items: baseline !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-c-md {
    align-items: center !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-fe-md {
    align-items: flex-end !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-fs-md {
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-s-md {
    align-items: stretch !important;
  }
}

.u-fd-c {
  flex-direction: column !important;
}

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

.u-fd-r {
  flex-direction: row !important;
}

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

@media screen and (max-width: 1281px) {
  .u-fd-c-md {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-cr-md {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-r-md {
    flex-direction: row !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-rr-md {
    flex-direction: row-reverse !important;
  }
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-gap-0 {
  gap: 0px !important;
}

.u-gap-4 {
  gap: 4px !important;
}

.u-gap-8 {
  gap: 8px !important;
}

.u-gap-12 {
  gap: 12px !important;
}

.u-gap-16 {
  gap: 16px !important;
}

.u-gap-20 {
  gap: 20px !important;
}

.u-gap-24 {
  gap: 24px !important;
}

.u-gap-28 {
  gap: 28px !important;
}

.u-gap-32 {
  gap: 32px !important;
}

.u-gap-36 {
  gap: 36px !important;
}

.u-gap-40 {
  gap: 40px !important;
}

.u-gap-44 {
  gap: 44px !important;
}

.u-gap-48 {
  gap: 48px !important;
}

.u-gap-52 {
  gap: 52px !important;
}

.u-gap-56 {
  gap: 56px !important;
}

.u-gap-60 {
  gap: 60px !important;
}

.u-gap-64 {
  gap: 64px !important;
}

.u-gap-68 {
  gap: 68px !important;
}

.u-gap-72 {
  gap: 72px !important;
}

.u-gap-76 {
  gap: 76px !important;
}

.u-gap-80 {
  gap: 80px !important;
}

/* object/utility/_font.scss
-------------------------------------------------- */
.u-ta-center {
  text-align: center !important;
}

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

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

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

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

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

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fs-normal {
  font-style: normal !important;
}

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

.u-fs-10 {
  font-size: 10px;
}
@media screen and (max-width: 1281px) {
  .u-fs-10-md {
    font-size: 10px;
  }
}

.u-fs-11 {
  font-size: 11px;
}
@media screen and (max-width: 1281px) {
  .u-fs-11-md {
    font-size: 11px;
  }
}

.u-fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 1281px) {
  .u-fs-12-md {
    font-size: 12px;
  }
}

.u-fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 1281px) {
  .u-fs-13-md {
    font-size: 13px;
  }
}

.u-fs-14 {
  font-size: 14px;
}
@media screen and (max-width: 1281px) {
  .u-fs-14-md {
    font-size: 14px;
  }
}

.u-fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 1281px) {
  .u-fs-15-md {
    font-size: 15px;
  }
}

.u-fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 1281px) {
  .u-fs-16-md {
    font-size: 16px;
  }
}

.u-fs-17 {
  font-size: 17px;
}
@media screen and (max-width: 1281px) {
  .u-fs-17-md {
    font-size: 17px;
  }
}

.u-fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 1281px) {
  .u-fs-18-md {
    font-size: 18px;
  }
}

.u-fs-19 {
  font-size: 19px;
}
@media screen and (max-width: 1281px) {
  .u-fs-19-md {
    font-size: 19px;
  }
}

.u-fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 1281px) {
  .u-fs-20-md {
    font-size: 20px;
  }
}

.u-fs-21 {
  font-size: 21px;
}
@media screen and (max-width: 1281px) {
  .u-fs-21-md {
    font-size: 21px;
  }
}

.u-fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 1281px) {
  .u-fs-22-md {
    font-size: 22px;
  }
}

.u-fs-23 {
  font-size: 23px;
}
@media screen and (max-width: 1281px) {
  .u-fs-23-md {
    font-size: 23px;
  }
}

.u-fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 1281px) {
  .u-fs-24-md {
    font-size: 24px;
  }
}

.u-fs-25 {
  font-size: 25px;
}
@media screen and (max-width: 1281px) {
  .u-fs-25-md {
    font-size: 25px;
  }
}

.u-fs-26 {
  font-size: 26px;
}
@media screen and (max-width: 1281px) {
  .u-fs-26-md {
    font-size: 26px;
  }
}

.u-fs-27 {
  font-size: 27px;
}
@media screen and (max-width: 1281px) {
  .u-fs-27-md {
    font-size: 27px;
  }
}

.u-fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 1281px) {
  .u-fs-28-md {
    font-size: 28px;
  }
}

.u-fs-29 {
  font-size: 29px;
}
@media screen and (max-width: 1281px) {
  .u-fs-29-md {
    font-size: 29px;
  }
}

.u-fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 1281px) {
  .u-fs-30-md {
    font-size: 30px;
  }
}

.u-fs-31 {
  font-size: 31px;
}
@media screen and (max-width: 1281px) {
  .u-fs-31-md {
    font-size: 31px;
  }
}

.u-fs-32 {
  font-size: 32px;
}
@media screen and (max-width: 1281px) {
  .u-fs-32-md {
    font-size: 32px;
  }
}

.u-fs-33 {
  font-size: 33px;
}
@media screen and (max-width: 1281px) {
  .u-fs-33-md {
    font-size: 33px;
  }
}

.u-fs-34 {
  font-size: 34px;
}
@media screen and (max-width: 1281px) {
  .u-fs-34-md {
    font-size: 34px;
  }
}

.u-fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 1281px) {
  .u-fs-35-md {
    font-size: 35px;
  }
}

.u-fs-36 {
  font-size: 36px;
}
@media screen and (max-width: 1281px) {
  .u-fs-36-md {
    font-size: 36px;
  }
}

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

.u-width-0 {
  width: 0px !important;
}

.u-width-4 {
  width: 4px !important;
}

.u-width-8 {
  width: 8px !important;
}

.u-width-12 {
  width: 12px !important;
}

.u-width-16 {
  width: 16px !important;
}

.u-width-20 {
  width: 20px !important;
}

.u-width-24 {
  width: 24px !important;
}

.u-width-28 {
  width: 28px !important;
}

.u-width-32 {
  width: 32px !important;
}

.u-width-36 {
  width: 36px !important;
}

.u-width-40 {
  width: 40px !important;
}

.u-width-44 {
  width: 44px !important;
}

.u-width-48 {
  width: 48px !important;
}

.u-width-52 {
  width: 52px !important;
}

.u-width-56 {
  width: 56px !important;
}

.u-width-60 {
  width: 60px !important;
}

.u-width-64 {
  width: 64px !important;
}

.u-width-68 {
  width: 68px !important;
}

.u-width-72 {
  width: 72px !important;
}

.u-width-76 {
  width: 76px !important;
}

.u-width-80 {
  width: 80px !important;
}

.u-width-84 {
  width: 84px !important;
}

.u-width-88 {
  width: 88px !important;
}

.u-width-92 {
  width: 92px !important;
}

.u-width-96 {
  width: 96px !important;
}

.u-width-100 {
  width: 100px !important;
}

.u-width-104 {
  width: 104px !important;
}

.u-width-108 {
  width: 108px !important;
}

.u-width-112 {
  width: 112px !important;
}

.u-width-116 {
  width: 116px !important;
}

.u-width-120 {
  width: 120px !important;
}

.u-width-124 {
  width: 124px !important;
}

.u-width-128 {
  width: 128px !important;
}

.u-width-132 {
  width: 132px !important;
}

.u-width-136 {
  width: 136px !important;
}

.u-width-140 {
  width: 140px !important;
}

.u-width-144 {
  width: 144px !important;
}

.u-width-148 {
  width: 148px !important;
}

.u-width-152 {
  width: 152px !important;
}

.u-width-156 {
  width: 156px !important;
}

.u-width-160 {
  width: 160px !important;
}

.u-width-164 {
  width: 164px !important;
}

.u-width-168 {
  width: 168px !important;
}

.u-width-172 {
  width: 172px !important;
}

.u-width-176 {
  width: 176px !important;
}

.u-width-180 {
  width: 180px !important;
}

.u-width-184 {
  width: 184px !important;
}

.u-width-188 {
  width: 188px !important;
}

.u-width-192 {
  width: 192px !important;
}

.u-width-196 {
  width: 196px !important;
}

.u-width-200 {
  width: 200px !important;
}

.u-width-204 {
  width: 204px !important;
}

.u-width-208 {
  width: 208px !important;
}

.u-width-212 {
  width: 212px !important;
}

.u-width-216 {
  width: 216px !important;
}

.u-width-220 {
  width: 220px !important;
}

.u-width-224 {
  width: 224px !important;
}

.u-width-228 {
  width: 228px !important;
}

.u-width-232 {
  width: 232px !important;
}

.u-width-236 {
  width: 236px !important;
}

.u-width-240 {
  width: 240px !important;
}

.u-width-244 {
  width: 244px !important;
}

.u-width-248 {
  width: 248px !important;
}

.u-width-252 {
  width: 252px !important;
}

.u-width-256 {
  width: 256px !important;
}

.u-width-260 {
  width: 260px !important;
}

.u-width-264 {
  width: 264px !important;
}

.u-width-268 {
  width: 268px !important;
}

.u-width-272 {
  width: 272px !important;
}

.u-width-276 {
  width: 276px !important;
}

.u-width-280 {
  width: 280px !important;
}

.u-width-284 {
  width: 284px !important;
}

.u-width-288 {
  width: 288px !important;
}

.u-width-292 {
  width: 292px !important;
}

.u-width-296 {
  width: 296px !important;
}

.u-width-300 {
  width: 300px !important;
}

.u-width-304 {
  width: 304px !important;
}

.u-width-308 {
  width: 308px !important;
}

.u-width-312 {
  width: 312px !important;
}

.u-width-316 {
  width: 316px !important;
}

.u-width-320 {
  width: 320px !important;
}

.u-width-324 {
  width: 324px !important;
}

.u-width-328 {
  width: 328px !important;
}

.u-width-332 {
  width: 332px !important;
}

.u-width-336 {
  width: 336px !important;
}

.u-width-340 {
  width: 340px !important;
}

.u-width-344 {
  width: 344px !important;
}

.u-width-348 {
  width: 348px !important;
}

.u-width-352 {
  width: 352px !important;
}

.u-width-356 {
  width: 356px !important;
}

.u-width-360 {
  width: 360px !important;
}

.u-width-364 {
  width: 364px !important;
}

.u-width-368 {
  width: 368px !important;
}

.u-width-372 {
  width: 372px !important;
}

.u-width-376 {
  width: 376px !important;
}

.u-width-380 {
  width: 380px !important;
}

.u-width-384 {
  width: 384px !important;
}

.u-width-388 {
  width: 388px !important;
}

.u-width-392 {
  width: 392px !important;
}

.u-width-396 {
  width: 396px !important;
}

.u-width-400 {
  width: 400px !important;
}

.u-height-auto {
  width: auto !important;
}

.u-height-0 {
  height: 0px !important;
}

.u-height-4 {
  height: 4px !important;
}

.u-height-8 {
  height: 8px !important;
}

.u-height-12 {
  height: 12px !important;
}

.u-height-16 {
  height: 16px !important;
}

.u-height-20 {
  height: 20px !important;
}

.u-height-24 {
  height: 24px !important;
}

.u-height-28 {
  height: 28px !important;
}

.u-height-32 {
  height: 32px !important;
}

.u-height-36 {
  height: 36px !important;
}

.u-height-40 {
  height: 40px !important;
}

.u-height-44 {
  height: 44px !important;
}

.u-height-48 {
  height: 48px !important;
}

.u-height-52 {
  height: 52px !important;
}

.u-height-56 {
  height: 56px !important;
}

.u-height-60 {
  height: 60px !important;
}

.u-height-64 {
  height: 64px !important;
}

.u-height-68 {
  height: 68px !important;
}

.u-height-72 {
  height: 72px !important;
}

.u-height-76 {
  height: 76px !important;
}

.u-height-80 {
  height: 80px !important;
}

.u-height-84 {
  height: 84px !important;
}

.u-height-88 {
  height: 88px !important;
}

.u-height-92 {
  height: 92px !important;
}

.u-height-96 {
  height: 96px !important;
}

.u-height-100 {
  height: 100px !important;
}

.u-height-104 {
  height: 104px !important;
}

.u-height-108 {
  height: 108px !important;
}

.u-height-112 {
  height: 112px !important;
}

.u-height-116 {
  height: 116px !important;
}

.u-height-120 {
  height: 120px !important;
}

.u-height-124 {
  height: 124px !important;
}

.u-height-128 {
  height: 128px !important;
}

.u-height-132 {
  height: 132px !important;
}

.u-height-136 {
  height: 136px !important;
}

.u-height-140 {
  height: 140px !important;
}

.u-height-144 {
  height: 144px !important;
}

.u-height-148 {
  height: 148px !important;
}

.u-height-152 {
  height: 152px !important;
}

.u-height-156 {
  height: 156px !important;
}

.u-height-160 {
  height: 160px !important;
}

.u-height-164 {
  height: 164px !important;
}

.u-height-168 {
  height: 168px !important;
}

.u-height-172 {
  height: 172px !important;
}

.u-height-176 {
  height: 176px !important;
}

.u-height-180 {
  height: 180px !important;
}

.u-height-184 {
  height: 184px !important;
}

.u-height-188 {
  height: 188px !important;
}

.u-height-192 {
  height: 192px !important;
}

.u-height-196 {
  height: 196px !important;
}

.u-height-200 {
  height: 200px !important;
}

.u-height-204 {
  height: 204px !important;
}

.u-height-208 {
  height: 208px !important;
}

.u-height-212 {
  height: 212px !important;
}

.u-height-216 {
  height: 216px !important;
}

.u-height-220 {
  height: 220px !important;
}

.u-height-224 {
  height: 224px !important;
}

.u-height-228 {
  height: 228px !important;
}

.u-height-232 {
  height: 232px !important;
}

.u-height-236 {
  height: 236px !important;
}

.u-height-240 {
  height: 240px !important;
}

.u-height-244 {
  height: 244px !important;
}

.u-height-248 {
  height: 248px !important;
}

.u-height-252 {
  height: 252px !important;
}

.u-height-256 {
  height: 256px !important;
}

.u-height-260 {
  height: 260px !important;
}

.u-height-264 {
  height: 264px !important;
}

.u-height-268 {
  height: 268px !important;
}

.u-height-272 {
  height: 272px !important;
}

.u-height-276 {
  height: 276px !important;
}

.u-height-280 {
  height: 280px !important;
}

.u-height-284 {
  height: 284px !important;
}

.u-height-288 {
  height: 288px !important;
}

.u-height-292 {
  height: 292px !important;
}

.u-height-296 {
  height: 296px !important;
}

.u-height-300 {
  height: 300px !important;
}

.u-height-304 {
  height: 304px !important;
}

.u-height-308 {
  height: 308px !important;
}

.u-height-312 {
  height: 312px !important;
}

.u-height-316 {
  height: 316px !important;
}

.u-height-320 {
  height: 320px !important;
}

.u-height-324 {
  height: 324px !important;
}

.u-height-328 {
  height: 328px !important;
}

.u-height-332 {
  height: 332px !important;
}

.u-height-336 {
  height: 336px !important;
}

.u-height-340 {
  height: 340px !important;
}

.u-height-344 {
  height: 344px !important;
}

.u-height-348 {
  height: 348px !important;
}

.u-height-352 {
  height: 352px !important;
}

.u-height-356 {
  height: 356px !important;
}

.u-height-360 {
  height: 360px !important;
}

.u-height-364 {
  height: 364px !important;
}

.u-height-368 {
  height: 368px !important;
}

.u-height-372 {
  height: 372px !important;
}

.u-height-376 {
  height: 376px !important;
}

.u-height-380 {
  height: 380px !important;
}

.u-height-384 {
  height: 384px !important;
}

.u-height-388 {
  height: 388px !important;
}

.u-height-392 {
  height: 392px !important;
}

.u-height-396 {
  height: 396px !important;
}

.u-height-400 {
  height: 400px !important;
}

/* object/utility/_margin.scss
-------------------------------------------------- */
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.u-mt-4,
.u-my-4 {
  margin-top: 4px !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 8px !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 12px !important;
}

.u-mt-16,
.u-my-16 {
  margin-top: 16px !important;
}

.u-mt-20,
.u-my-20 {
  margin-top: 20px !important;
}

.u-mt-24,
.u-my-24 {
  margin-top: 24px !important;
}

.u-mt-28,
.u-my-28 {
  margin-top: 28px !important;
}

.u-mt-32,
.u-my-32 {
  margin-top: 32px !important;
}

.u-mt-36,
.u-my-36 {
  margin-top: 36px !important;
}

.u-mt-40,
.u-my-40 {
  margin-top: 40px !important;
}

.u-mt-44,
.u-my-44 {
  margin-top: 44px !important;
}

.u-mt-48,
.u-my-48 {
  margin-top: 48px !important;
}

.u-mt-52,
.u-my-52 {
  margin-top: 52px !important;
}

.u-mt-56,
.u-my-56 {
  margin-top: 56px !important;
}

.u-mt-60,
.u-my-60 {
  margin-top: 60px !important;
}

.u-mt-64,
.u-my-64 {
  margin-top: 64px !important;
}

.u-mt-68,
.u-my-68 {
  margin-top: 68px !important;
}

.u-mt-72,
.u-my-72 {
  margin-top: 72px !important;
}

.u-mt-76,
.u-my-76 {
  margin-top: 76px !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 80px !important;
}

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

.u-mb-4,
.u-my-4 {
  margin-bottom: 4px !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 8px !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 12px !important;
}

.u-mb-16,
.u-my-16 {
  margin-bottom: 16px !important;
}

.u-mb-20,
.u-my-20 {
  margin-bottom: 20px !important;
}

.u-mb-24,
.u-my-24 {
  margin-bottom: 24px !important;
}

.u-mb-28,
.u-my-28 {
  margin-bottom: 28px !important;
}

.u-mb-32,
.u-my-32 {
  margin-bottom: 32px !important;
}

.u-mb-36,
.u-my-36 {
  margin-bottom: 36px !important;
}

.u-mb-40,
.u-my-40 {
  margin-bottom: 40px !important;
}

.u-mb-44,
.u-my-44 {
  margin-bottom: 44px !important;
}

.u-mb-48,
.u-my-48 {
  margin-bottom: 48px !important;
}

.u-mb-52,
.u-my-52 {
  margin-bottom: 52px !important;
}

.u-mb-56,
.u-my-56 {
  margin-bottom: 56px !important;
}

.u-mb-60,
.u-my-60 {
  margin-bottom: 60px !important;
}

.u-mb-64,
.u-my-64 {
  margin-bottom: 64px !important;
}

.u-mb-68,
.u-my-68 {
  margin-bottom: 68px !important;
}

.u-mb-72,
.u-my-72 {
  margin-bottom: 72px !important;
}

.u-mb-76,
.u-my-76 {
  margin-bottom: 76px !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 80px !important;
}

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

.u-ml-4,
.u-mx-4 {
  margin-left: 4px !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 8px !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 12px !important;
}

.u-ml-16,
.u-mx-16 {
  margin-left: 16px !important;
}

.u-ml-20,
.u-mx-20 {
  margin-left: 20px !important;
}

.u-ml-24,
.u-mx-24 {
  margin-left: 24px !important;
}

.u-ml-28,
.u-mx-28 {
  margin-left: 28px !important;
}

.u-ml-32,
.u-mx-32 {
  margin-left: 32px !important;
}

.u-ml-36,
.u-mx-36 {
  margin-left: 36px !important;
}

.u-ml-40,
.u-mx-40 {
  margin-left: 40px !important;
}

.u-ml-44,
.u-mx-44 {
  margin-left: 44px !important;
}

.u-ml-48,
.u-mx-48 {
  margin-left: 48px !important;
}

.u-ml-52,
.u-mx-52 {
  margin-left: 52px !important;
}

.u-ml-56,
.u-mx-56 {
  margin-left: 56px !important;
}

.u-ml-60,
.u-mx-60 {
  margin-left: 60px !important;
}

.u-ml-64,
.u-mx-64 {
  margin-left: 64px !important;
}

.u-ml-68,
.u-mx-68 {
  margin-left: 68px !important;
}

.u-ml-72,
.u-mx-72 {
  margin-left: 72px !important;
}

.u-ml-76,
.u-mx-76 {
  margin-left: 76px !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 80px !important;
}

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

.u-mr-4,
.u-mx-4 {
  margin-right: 4px !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 8px !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 12px !important;
}

.u-mr-16,
.u-mx-16 {
  margin-right: 16px !important;
}

.u-mr-20,
.u-mx-20 {
  margin-right: 20px !important;
}

.u-mr-24,
.u-mx-24 {
  margin-right: 24px !important;
}

.u-mr-28,
.u-mx-28 {
  margin-right: 28px !important;
}

.u-mr-32,
.u-mx-32 {
  margin-right: 32px !important;
}

.u-mr-36,
.u-mx-36 {
  margin-right: 36px !important;
}

.u-mr-40,
.u-mx-40 {
  margin-right: 40px !important;
}

.u-mr-44,
.u-mx-44 {
  margin-right: 44px !important;
}

.u-mr-48,
.u-mx-48 {
  margin-right: 48px !important;
}

.u-mr-52,
.u-mx-52 {
  margin-right: 52px !important;
}

.u-mr-56,
.u-mx-56 {
  margin-right: 56px !important;
}

.u-mr-60,
.u-mx-60 {
  margin-right: 60px !important;
}

.u-mr-64,
.u-mx-64 {
  margin-right: 64px !important;
}

.u-mr-68,
.u-mx-68 {
  margin-right: 68px !important;
}

.u-mr-72,
.u-mx-72 {
  margin-right: 72px !important;
}

.u-mr-76,
.u-mx-76 {
  margin-right: 76px !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 80px !important;
}

@media screen and (min-width: 577px) {
  .u-mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-sm,
.u-my-0-sm {
    margin-top: 0px !important;
  }
  .u-mt-4-sm,
.u-my-4-sm {
    margin-top: 4px !important;
  }
  .u-mt-8-sm,
.u-my-8-sm {
    margin-top: 8px !important;
  }
  .u-mt-12-sm,
.u-my-12-sm {
    margin-top: 12px !important;
  }
  .u-mt-16-sm,
.u-my-16-sm {
    margin-top: 16px !important;
  }
  .u-mt-20-sm,
.u-my-20-sm {
    margin-top: 20px !important;
  }
  .u-mt-24-sm,
.u-my-24-sm {
    margin-top: 24px !important;
  }
  .u-mt-28-sm,
.u-my-28-sm {
    margin-top: 28px !important;
  }
  .u-mt-32-sm,
.u-my-32-sm {
    margin-top: 32px !important;
  }
  .u-mt-36-sm,
.u-my-36-sm {
    margin-top: 36px !important;
  }
  .u-mt-40-sm,
.u-my-40-sm {
    margin-top: 40px !important;
  }
  .u-mt-44-sm,
.u-my-44-sm {
    margin-top: 44px !important;
  }
  .u-mt-48-sm,
.u-my-48-sm {
    margin-top: 48px !important;
  }
  .u-mt-52-sm,
.u-my-52-sm {
    margin-top: 52px !important;
  }
  .u-mt-56-sm,
.u-my-56-sm {
    margin-top: 56px !important;
  }
  .u-mt-60-sm,
.u-my-60-sm {
    margin-top: 60px !important;
  }
  .u-mt-64-sm,
.u-my-64-sm {
    margin-top: 64px !important;
  }
  .u-mt-68-sm,
.u-my-68-sm {
    margin-top: 68px !important;
  }
  .u-mt-72-sm,
.u-my-72-sm {
    margin-top: 72px !important;
  }
  .u-mt-76-sm,
.u-my-76-sm {
    margin-top: 76px !important;
  }
  .u-mt-80-sm,
.u-my-80-sm {
    margin-top: 80px !important;
  }
  .u-mb-0-sm,
.u-my-0-sm {
    margin-bottom: 0px !important;
  }
  .u-mb-4-sm,
.u-my-4-sm {
    margin-bottom: 4px !important;
  }
  .u-mb-8-sm,
.u-my-8-sm {
    margin-bottom: 8px !important;
  }
  .u-mb-12-sm,
.u-my-12-sm {
    margin-bottom: 12px !important;
  }
  .u-mb-16-sm,
.u-my-16-sm {
    margin-bottom: 16px !important;
  }
  .u-mb-20-sm,
.u-my-20-sm {
    margin-bottom: 20px !important;
  }
  .u-mb-24-sm,
.u-my-24-sm {
    margin-bottom: 24px !important;
  }
  .u-mb-28-sm,
.u-my-28-sm {
    margin-bottom: 28px !important;
  }
  .u-mb-32-sm,
.u-my-32-sm {
    margin-bottom: 32px !important;
  }
  .u-mb-36-sm,
.u-my-36-sm {
    margin-bottom: 36px !important;
  }
  .u-mb-40-sm,
.u-my-40-sm {
    margin-bottom: 40px !important;
  }
  .u-mb-44-sm,
.u-my-44-sm {
    margin-bottom: 44px !important;
  }
  .u-mb-48-sm,
.u-my-48-sm {
    margin-bottom: 48px !important;
  }
  .u-mb-52-sm,
.u-my-52-sm {
    margin-bottom: 52px !important;
  }
  .u-mb-56-sm,
.u-my-56-sm {
    margin-bottom: 56px !important;
  }
  .u-mb-60-sm,
.u-my-60-sm {
    margin-bottom: 60px !important;
  }
  .u-mb-64-sm,
.u-my-64-sm {
    margin-bottom: 64px !important;
  }
  .u-mb-68-sm,
.u-my-68-sm {
    margin-bottom: 68px !important;
  }
  .u-mb-72-sm,
.u-my-72-sm {
    margin-bottom: 72px !important;
  }
  .u-mb-76-sm,
.u-my-76-sm {
    margin-bottom: 76px !important;
  }
  .u-mb-80-sm,
.u-my-80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml-0-sm,
.u-mx-0-sm {
    margin-left: 0px !important;
  }
  .u-ml-4-sm,
.u-mx-4-sm {
    margin-left: 4px !important;
  }
  .u-ml-8-sm,
.u-mx-8-sm {
    margin-left: 8px !important;
  }
  .u-ml-12-sm,
.u-mx-12-sm {
    margin-left: 12px !important;
  }
  .u-ml-16-sm,
.u-mx-16-sm {
    margin-left: 16px !important;
  }
  .u-ml-20-sm,
.u-mx-20-sm {
    margin-left: 20px !important;
  }
  .u-ml-24-sm,
.u-mx-24-sm {
    margin-left: 24px !important;
  }
  .u-ml-28-sm,
.u-mx-28-sm {
    margin-left: 28px !important;
  }
  .u-ml-32-sm,
.u-mx-32-sm {
    margin-left: 32px !important;
  }
  .u-ml-36-sm,
.u-mx-36-sm {
    margin-left: 36px !important;
  }
  .u-ml-40-sm,
.u-mx-40-sm {
    margin-left: 40px !important;
  }
  .u-ml-44-sm,
.u-mx-44-sm {
    margin-left: 44px !important;
  }
  .u-ml-48-sm,
.u-mx-48-sm {
    margin-left: 48px !important;
  }
  .u-ml-52-sm,
.u-mx-52-sm {
    margin-left: 52px !important;
  }
  .u-ml-56-sm,
.u-mx-56-sm {
    margin-left: 56px !important;
  }
  .u-ml-60-sm,
.u-mx-60-sm {
    margin-left: 60px !important;
  }
  .u-ml-64-sm,
.u-mx-64-sm {
    margin-left: 64px !important;
  }
  .u-ml-68-sm,
.u-mx-68-sm {
    margin-left: 68px !important;
  }
  .u-ml-72-sm,
.u-mx-72-sm {
    margin-left: 72px !important;
  }
  .u-ml-76-sm,
.u-mx-76-sm {
    margin-left: 76px !important;
  }
  .u-ml-80-sm,
.u-mx-80-sm {
    margin-left: 80px !important;
  }
  .u-mr-0-sm,
.u-mx-0-sm {
    margin-right: 0px !important;
  }
  .u-mr-4-sm,
.u-mx-4-sm {
    margin-right: 4px !important;
  }
  .u-mr-8-sm,
.u-mx-8-sm {
    margin-right: 8px !important;
  }
  .u-mr-12-sm,
.u-mx-12-sm {
    margin-right: 12px !important;
  }
  .u-mr-16-sm,
.u-mx-16-sm {
    margin-right: 16px !important;
  }
  .u-mr-20-sm,
.u-mx-20-sm {
    margin-right: 20px !important;
  }
  .u-mr-24-sm,
.u-mx-24-sm {
    margin-right: 24px !important;
  }
  .u-mr-28-sm,
.u-mx-28-sm {
    margin-right: 28px !important;
  }
  .u-mr-32-sm,
.u-mx-32-sm {
    margin-right: 32px !important;
  }
  .u-mr-36-sm,
.u-mx-36-sm {
    margin-right: 36px !important;
  }
  .u-mr-40-sm,
.u-mx-40-sm {
    margin-right: 40px !important;
  }
  .u-mr-44-sm,
.u-mx-44-sm {
    margin-right: 44px !important;
  }
  .u-mr-48-sm,
.u-mx-48-sm {
    margin-right: 48px !important;
  }
  .u-mr-52-sm,
.u-mx-52-sm {
    margin-right: 52px !important;
  }
  .u-mr-56-sm,
.u-mx-56-sm {
    margin-right: 56px !important;
  }
  .u-mr-60-sm,
.u-mx-60-sm {
    margin-right: 60px !important;
  }
  .u-mr-64-sm,
.u-mx-64-sm {
    margin-right: 64px !important;
  }
  .u-mr-68-sm,
.u-mx-68-sm {
    margin-right: 68px !important;
  }
  .u-mr-72-sm,
.u-mx-72-sm {
    margin-right: 72px !important;
  }
  .u-mr-76-sm,
.u-mx-76-sm {
    margin-right: 76px !important;
  }
  .u-mr-80-sm,
.u-mx-80-sm {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-md,
.u-my-0-md {
    margin-top: 0px !important;
  }
  .u-mt-4-md,
.u-my-4-md {
    margin-top: 4px !important;
  }
  .u-mt-8-md,
.u-my-8-md {
    margin-top: 8px !important;
  }
  .u-mt-12-md,
.u-my-12-md {
    margin-top: 12px !important;
  }
  .u-mt-16-md,
.u-my-16-md {
    margin-top: 16px !important;
  }
  .u-mt-20-md,
.u-my-20-md {
    margin-top: 20px !important;
  }
  .u-mt-24-md,
.u-my-24-md {
    margin-top: 24px !important;
  }
  .u-mt-28-md,
.u-my-28-md {
    margin-top: 28px !important;
  }
  .u-mt-32-md,
.u-my-32-md {
    margin-top: 32px !important;
  }
  .u-mt-36-md,
.u-my-36-md {
    margin-top: 36px !important;
  }
  .u-mt-40-md,
.u-my-40-md {
    margin-top: 40px !important;
  }
  .u-mt-44-md,
.u-my-44-md {
    margin-top: 44px !important;
  }
  .u-mt-48-md,
.u-my-48-md {
    margin-top: 48px !important;
  }
  .u-mt-52-md,
.u-my-52-md {
    margin-top: 52px !important;
  }
  .u-mt-56-md,
.u-my-56-md {
    margin-top: 56px !important;
  }
  .u-mt-60-md,
.u-my-60-md {
    margin-top: 60px !important;
  }
  .u-mt-64-md,
.u-my-64-md {
    margin-top: 64px !important;
  }
  .u-mt-68-md,
.u-my-68-md {
    margin-top: 68px !important;
  }
  .u-mt-72-md,
.u-my-72-md {
    margin-top: 72px !important;
  }
  .u-mt-76-md,
.u-my-76-md {
    margin-top: 76px !important;
  }
  .u-mt-80-md,
.u-my-80-md {
    margin-top: 80px !important;
  }
  .u-mb-0-md,
.u-my-0-md {
    margin-bottom: 0px !important;
  }
  .u-mb-4-md,
.u-my-4-md {
    margin-bottom: 4px !important;
  }
  .u-mb-8-md,
.u-my-8-md {
    margin-bottom: 8px !important;
  }
  .u-mb-12-md,
.u-my-12-md {
    margin-bottom: 12px !important;
  }
  .u-mb-16-md,
.u-my-16-md {
    margin-bottom: 16px !important;
  }
  .u-mb-20-md,
.u-my-20-md {
    margin-bottom: 20px !important;
  }
  .u-mb-24-md,
.u-my-24-md {
    margin-bottom: 24px !important;
  }
  .u-mb-28-md,
.u-my-28-md {
    margin-bottom: 28px !important;
  }
  .u-mb-32-md,
.u-my-32-md {
    margin-bottom: 32px !important;
  }
  .u-mb-36-md,
.u-my-36-md {
    margin-bottom: 36px !important;
  }
  .u-mb-40-md,
.u-my-40-md {
    margin-bottom: 40px !important;
  }
  .u-mb-44-md,
.u-my-44-md {
    margin-bottom: 44px !important;
  }
  .u-mb-48-md,
.u-my-48-md {
    margin-bottom: 48px !important;
  }
  .u-mb-52-md,
.u-my-52-md {
    margin-bottom: 52px !important;
  }
  .u-mb-56-md,
.u-my-56-md {
    margin-bottom: 56px !important;
  }
  .u-mb-60-md,
.u-my-60-md {
    margin-bottom: 60px !important;
  }
  .u-mb-64-md,
.u-my-64-md {
    margin-bottom: 64px !important;
  }
  .u-mb-68-md,
.u-my-68-md {
    margin-bottom: 68px !important;
  }
  .u-mb-72-md,
.u-my-72-md {
    margin-bottom: 72px !important;
  }
  .u-mb-76-md,
.u-my-76-md {
    margin-bottom: 76px !important;
  }
  .u-mb-80-md,
.u-my-80-md {
    margin-bottom: 80px !important;
  }
  .u-ml-0-md,
.u-mx-0-md {
    margin-left: 0px !important;
  }
  .u-ml-4-md,
.u-mx-4-md {
    margin-left: 4px !important;
  }
  .u-ml-8-md,
.u-mx-8-md {
    margin-left: 8px !important;
  }
  .u-ml-12-md,
.u-mx-12-md {
    margin-left: 12px !important;
  }
  .u-ml-16-md,
.u-mx-16-md {
    margin-left: 16px !important;
  }
  .u-ml-20-md,
.u-mx-20-md {
    margin-left: 20px !important;
  }
  .u-ml-24-md,
.u-mx-24-md {
    margin-left: 24px !important;
  }
  .u-ml-28-md,
.u-mx-28-md {
    margin-left: 28px !important;
  }
  .u-ml-32-md,
.u-mx-32-md {
    margin-left: 32px !important;
  }
  .u-ml-36-md,
.u-mx-36-md {
    margin-left: 36px !important;
  }
  .u-ml-40-md,
.u-mx-40-md {
    margin-left: 40px !important;
  }
  .u-ml-44-md,
.u-mx-44-md {
    margin-left: 44px !important;
  }
  .u-ml-48-md,
.u-mx-48-md {
    margin-left: 48px !important;
  }
  .u-ml-52-md,
.u-mx-52-md {
    margin-left: 52px !important;
  }
  .u-ml-56-md,
.u-mx-56-md {
    margin-left: 56px !important;
  }
  .u-ml-60-md,
.u-mx-60-md {
    margin-left: 60px !important;
  }
  .u-ml-64-md,
.u-mx-64-md {
    margin-left: 64px !important;
  }
  .u-ml-68-md,
.u-mx-68-md {
    margin-left: 68px !important;
  }
  .u-ml-72-md,
.u-mx-72-md {
    margin-left: 72px !important;
  }
  .u-ml-76-md,
.u-mx-76-md {
    margin-left: 76px !important;
  }
  .u-ml-80-md,
.u-mx-80-md {
    margin-left: 80px !important;
  }
  .u-mr-0-md,
.u-mx-0-md {
    margin-right: 0px !important;
  }
  .u-mr-4-md,
.u-mx-4-md {
    margin-right: 4px !important;
  }
  .u-mr-8-md,
.u-mx-8-md {
    margin-right: 8px !important;
  }
  .u-mr-12-md,
.u-mx-12-md {
    margin-right: 12px !important;
  }
  .u-mr-16-md,
.u-mx-16-md {
    margin-right: 16px !important;
  }
  .u-mr-20-md,
.u-mx-20-md {
    margin-right: 20px !important;
  }
  .u-mr-24-md,
.u-mx-24-md {
    margin-right: 24px !important;
  }
  .u-mr-28-md,
.u-mx-28-md {
    margin-right: 28px !important;
  }
  .u-mr-32-md,
.u-mx-32-md {
    margin-right: 32px !important;
  }
  .u-mr-36-md,
.u-mx-36-md {
    margin-right: 36px !important;
  }
  .u-mr-40-md,
.u-mx-40-md {
    margin-right: 40px !important;
  }
  .u-mr-44-md,
.u-mx-44-md {
    margin-right: 44px !important;
  }
  .u-mr-48-md,
.u-mx-48-md {
    margin-right: 48px !important;
  }
  .u-mr-52-md,
.u-mx-52-md {
    margin-right: 52px !important;
  }
  .u-mr-56-md,
.u-mx-56-md {
    margin-right: 56px !important;
  }
  .u-mr-60-md,
.u-mx-60-md {
    margin-right: 60px !important;
  }
  .u-mr-64-md,
.u-mx-64-md {
    margin-right: 64px !important;
  }
  .u-mr-68-md,
.u-mx-68-md {
    margin-right: 68px !important;
  }
  .u-mr-72-md,
.u-mx-72-md {
    margin-right: 72px !important;
  }
  .u-mr-76-md,
.u-mx-76-md {
    margin-right: 76px !important;
  }
  .u-mr-80-md,
.u-mx-80-md {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-lg,
.u-my-0-lg {
    margin-top: 0px !important;
  }
  .u-mt-4-lg,
.u-my-4-lg {
    margin-top: 4px !important;
  }
  .u-mt-8-lg,
.u-my-8-lg {
    margin-top: 8px !important;
  }
  .u-mt-12-lg,
.u-my-12-lg {
    margin-top: 12px !important;
  }
  .u-mt-16-lg,
.u-my-16-lg {
    margin-top: 16px !important;
  }
  .u-mt-20-lg,
.u-my-20-lg {
    margin-top: 20px !important;
  }
  .u-mt-24-lg,
.u-my-24-lg {
    margin-top: 24px !important;
  }
  .u-mt-28-lg,
.u-my-28-lg {
    margin-top: 28px !important;
  }
  .u-mt-32-lg,
.u-my-32-lg {
    margin-top: 32px !important;
  }
  .u-mt-36-lg,
.u-my-36-lg {
    margin-top: 36px !important;
  }
  .u-mt-40-lg,
.u-my-40-lg {
    margin-top: 40px !important;
  }
  .u-mt-44-lg,
.u-my-44-lg {
    margin-top: 44px !important;
  }
  .u-mt-48-lg,
.u-my-48-lg {
    margin-top: 48px !important;
  }
  .u-mt-52-lg,
.u-my-52-lg {
    margin-top: 52px !important;
  }
  .u-mt-56-lg,
.u-my-56-lg {
    margin-top: 56px !important;
  }
  .u-mt-60-lg,
.u-my-60-lg {
    margin-top: 60px !important;
  }
  .u-mt-64-lg,
.u-my-64-lg {
    margin-top: 64px !important;
  }
  .u-mt-68-lg,
.u-my-68-lg {
    margin-top: 68px !important;
  }
  .u-mt-72-lg,
.u-my-72-lg {
    margin-top: 72px !important;
  }
  .u-mt-76-lg,
.u-my-76-lg {
    margin-top: 76px !important;
  }
  .u-mt-80-lg,
.u-my-80-lg {
    margin-top: 80px !important;
  }
  .u-mb-0-lg,
.u-my-0-lg {
    margin-bottom: 0px !important;
  }
  .u-mb-4-lg,
.u-my-4-lg {
    margin-bottom: 4px !important;
  }
  .u-mb-8-lg,
.u-my-8-lg {
    margin-bottom: 8px !important;
  }
  .u-mb-12-lg,
.u-my-12-lg {
    margin-bottom: 12px !important;
  }
  .u-mb-16-lg,
.u-my-16-lg {
    margin-bottom: 16px !important;
  }
  .u-mb-20-lg,
.u-my-20-lg {
    margin-bottom: 20px !important;
  }
  .u-mb-24-lg,
.u-my-24-lg {
    margin-bottom: 24px !important;
  }
  .u-mb-28-lg,
.u-my-28-lg {
    margin-bottom: 28px !important;
  }
  .u-mb-32-lg,
.u-my-32-lg {
    margin-bottom: 32px !important;
  }
  .u-mb-36-lg,
.u-my-36-lg {
    margin-bottom: 36px !important;
  }
  .u-mb-40-lg,
.u-my-40-lg {
    margin-bottom: 40px !important;
  }
  .u-mb-44-lg,
.u-my-44-lg {
    margin-bottom: 44px !important;
  }
  .u-mb-48-lg,
.u-my-48-lg {
    margin-bottom: 48px !important;
  }
  .u-mb-52-lg,
.u-my-52-lg {
    margin-bottom: 52px !important;
  }
  .u-mb-56-lg,
.u-my-56-lg {
    margin-bottom: 56px !important;
  }
  .u-mb-60-lg,
.u-my-60-lg {
    margin-bottom: 60px !important;
  }
  .u-mb-64-lg,
.u-my-64-lg {
    margin-bottom: 64px !important;
  }
  .u-mb-68-lg,
.u-my-68-lg {
    margin-bottom: 68px !important;
  }
  .u-mb-72-lg,
.u-my-72-lg {
    margin-bottom: 72px !important;
  }
  .u-mb-76-lg,
.u-my-76-lg {
    margin-bottom: 76px !important;
  }
  .u-mb-80-lg,
.u-my-80-lg {
    margin-bottom: 80px !important;
  }
  .u-ml-0-lg,
.u-mx-0-lg {
    margin-left: 0px !important;
  }
  .u-ml-4-lg,
.u-mx-4-lg {
    margin-left: 4px !important;
  }
  .u-ml-8-lg,
.u-mx-8-lg {
    margin-left: 8px !important;
  }
  .u-ml-12-lg,
.u-mx-12-lg {
    margin-left: 12px !important;
  }
  .u-ml-16-lg,
.u-mx-16-lg {
    margin-left: 16px !important;
  }
  .u-ml-20-lg,
.u-mx-20-lg {
    margin-left: 20px !important;
  }
  .u-ml-24-lg,
.u-mx-24-lg {
    margin-left: 24px !important;
  }
  .u-ml-28-lg,
.u-mx-28-lg {
    margin-left: 28px !important;
  }
  .u-ml-32-lg,
.u-mx-32-lg {
    margin-left: 32px !important;
  }
  .u-ml-36-lg,
.u-mx-36-lg {
    margin-left: 36px !important;
  }
  .u-ml-40-lg,
.u-mx-40-lg {
    margin-left: 40px !important;
  }
  .u-ml-44-lg,
.u-mx-44-lg {
    margin-left: 44px !important;
  }
  .u-ml-48-lg,
.u-mx-48-lg {
    margin-left: 48px !important;
  }
  .u-ml-52-lg,
.u-mx-52-lg {
    margin-left: 52px !important;
  }
  .u-ml-56-lg,
.u-mx-56-lg {
    margin-left: 56px !important;
  }
  .u-ml-60-lg,
.u-mx-60-lg {
    margin-left: 60px !important;
  }
  .u-ml-64-lg,
.u-mx-64-lg {
    margin-left: 64px !important;
  }
  .u-ml-68-lg,
.u-mx-68-lg {
    margin-left: 68px !important;
  }
  .u-ml-72-lg,
.u-mx-72-lg {
    margin-left: 72px !important;
  }
  .u-ml-76-lg,
.u-mx-76-lg {
    margin-left: 76px !important;
  }
  .u-ml-80-lg,
.u-mx-80-lg {
    margin-left: 80px !important;
  }
  .u-mr-0-lg,
.u-mx-0-lg {
    margin-right: 0px !important;
  }
  .u-mr-4-lg,
.u-mx-4-lg {
    margin-right: 4px !important;
  }
  .u-mr-8-lg,
.u-mx-8-lg {
    margin-right: 8px !important;
  }
  .u-mr-12-lg,
.u-mx-12-lg {
    margin-right: 12px !important;
  }
  .u-mr-16-lg,
.u-mx-16-lg {
    margin-right: 16px !important;
  }
  .u-mr-20-lg,
.u-mx-20-lg {
    margin-right: 20px !important;
  }
  .u-mr-24-lg,
.u-mx-24-lg {
    margin-right: 24px !important;
  }
  .u-mr-28-lg,
.u-mx-28-lg {
    margin-right: 28px !important;
  }
  .u-mr-32-lg,
.u-mx-32-lg {
    margin-right: 32px !important;
  }
  .u-mr-36-lg,
.u-mx-36-lg {
    margin-right: 36px !important;
  }
  .u-mr-40-lg,
.u-mx-40-lg {
    margin-right: 40px !important;
  }
  .u-mr-44-lg,
.u-mx-44-lg {
    margin-right: 44px !important;
  }
  .u-mr-48-lg,
.u-mx-48-lg {
    margin-right: 48px !important;
  }
  .u-mr-52-lg,
.u-mx-52-lg {
    margin-right: 52px !important;
  }
  .u-mr-56-lg,
.u-mx-56-lg {
    margin-right: 56px !important;
  }
  .u-mr-60-lg,
.u-mx-60-lg {
    margin-right: 60px !important;
  }
  .u-mr-64-lg,
.u-mx-64-lg {
    margin-right: 64px !important;
  }
  .u-mr-68-lg,
.u-mx-68-lg {
    margin-right: 68px !important;
  }
  .u-mr-72-lg,
.u-mx-72-lg {
    margin-right: 72px !important;
  }
  .u-mr-76-lg,
.u-mx-76-lg {
    margin-right: 76px !important;
  }
  .u-mr-80-lg,
.u-mx-80-lg {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-mx-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-xl,
.u-my-0-xl {
    margin-top: 0px !important;
  }
  .u-mt-4-xl,
.u-my-4-xl {
    margin-top: 4px !important;
  }
  .u-mt-8-xl,
.u-my-8-xl {
    margin-top: 8px !important;
  }
  .u-mt-12-xl,
.u-my-12-xl {
    margin-top: 12px !important;
  }
  .u-mt-16-xl,
.u-my-16-xl {
    margin-top: 16px !important;
  }
  .u-mt-20-xl,
.u-my-20-xl {
    margin-top: 20px !important;
  }
  .u-mt-24-xl,
.u-my-24-xl {
    margin-top: 24px !important;
  }
  .u-mt-28-xl,
.u-my-28-xl {
    margin-top: 28px !important;
  }
  .u-mt-32-xl,
.u-my-32-xl {
    margin-top: 32px !important;
  }
  .u-mt-36-xl,
.u-my-36-xl {
    margin-top: 36px !important;
  }
  .u-mt-40-xl,
.u-my-40-xl {
    margin-top: 40px !important;
  }
  .u-mt-44-xl,
.u-my-44-xl {
    margin-top: 44px !important;
  }
  .u-mt-48-xl,
.u-my-48-xl {
    margin-top: 48px !important;
  }
  .u-mt-52-xl,
.u-my-52-xl {
    margin-top: 52px !important;
  }
  .u-mt-56-xl,
.u-my-56-xl {
    margin-top: 56px !important;
  }
  .u-mt-60-xl,
.u-my-60-xl {
    margin-top: 60px !important;
  }
  .u-mt-64-xl,
.u-my-64-xl {
    margin-top: 64px !important;
  }
  .u-mt-68-xl,
.u-my-68-xl {
    margin-top: 68px !important;
  }
  .u-mt-72-xl,
.u-my-72-xl {
    margin-top: 72px !important;
  }
  .u-mt-76-xl,
.u-my-76-xl {
    margin-top: 76px !important;
  }
  .u-mt-80-xl,
.u-my-80-xl {
    margin-top: 80px !important;
  }
  .u-mb-0-xl,
.u-my-0-xl {
    margin-bottom: 0px !important;
  }
  .u-mb-4-xl,
.u-my-4-xl {
    margin-bottom: 4px !important;
  }
  .u-mb-8-xl,
.u-my-8-xl {
    margin-bottom: 8px !important;
  }
  .u-mb-12-xl,
.u-my-12-xl {
    margin-bottom: 12px !important;
  }
  .u-mb-16-xl,
.u-my-16-xl {
    margin-bottom: 16px !important;
  }
  .u-mb-20-xl,
.u-my-20-xl {
    margin-bottom: 20px !important;
  }
  .u-mb-24-xl,
.u-my-24-xl {
    margin-bottom: 24px !important;
  }
  .u-mb-28-xl,
.u-my-28-xl {
    margin-bottom: 28px !important;
  }
  .u-mb-32-xl,
.u-my-32-xl {
    margin-bottom: 32px !important;
  }
  .u-mb-36-xl,
.u-my-36-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-40-xl,
.u-my-40-xl {
    margin-bottom: 40px !important;
  }
  .u-mb-44-xl,
.u-my-44-xl {
    margin-bottom: 44px !important;
  }
  .u-mb-48-xl,
.u-my-48-xl {
    margin-bottom: 48px !important;
  }
  .u-mb-52-xl,
.u-my-52-xl {
    margin-bottom: 52px !important;
  }
  .u-mb-56-xl,
.u-my-56-xl {
    margin-bottom: 56px !important;
  }
  .u-mb-60-xl,
.u-my-60-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-64-xl,
.u-my-64-xl {
    margin-bottom: 64px !important;
  }
  .u-mb-68-xl,
.u-my-68-xl {
    margin-bottom: 68px !important;
  }
  .u-mb-72-xl,
.u-my-72-xl {
    margin-bottom: 72px !important;
  }
  .u-mb-76-xl,
.u-my-76-xl {
    margin-bottom: 76px !important;
  }
  .u-mb-80-xl,
.u-my-80-xl {
    margin-bottom: 80px !important;
  }
  .u-ml-0-xl,
.u-mx-0-xl {
    margin-left: 0px !important;
  }
  .u-ml-4-xl,
.u-mx-4-xl {
    margin-left: 4px !important;
  }
  .u-ml-8-xl,
.u-mx-8-xl {
    margin-left: 8px !important;
  }
  .u-ml-12-xl,
.u-mx-12-xl {
    margin-left: 12px !important;
  }
  .u-ml-16-xl,
.u-mx-16-xl {
    margin-left: 16px !important;
  }
  .u-ml-20-xl,
.u-mx-20-xl {
    margin-left: 20px !important;
  }
  .u-ml-24-xl,
.u-mx-24-xl {
    margin-left: 24px !important;
  }
  .u-ml-28-xl,
.u-mx-28-xl {
    margin-left: 28px !important;
  }
  .u-ml-32-xl,
.u-mx-32-xl {
    margin-left: 32px !important;
  }
  .u-ml-36-xl,
.u-mx-36-xl {
    margin-left: 36px !important;
  }
  .u-ml-40-xl,
.u-mx-40-xl {
    margin-left: 40px !important;
  }
  .u-ml-44-xl,
.u-mx-44-xl {
    margin-left: 44px !important;
  }
  .u-ml-48-xl,
.u-mx-48-xl {
    margin-left: 48px !important;
  }
  .u-ml-52-xl,
.u-mx-52-xl {
    margin-left: 52px !important;
  }
  .u-ml-56-xl,
.u-mx-56-xl {
    margin-left: 56px !important;
  }
  .u-ml-60-xl,
.u-mx-60-xl {
    margin-left: 60px !important;
  }
  .u-ml-64-xl,
.u-mx-64-xl {
    margin-left: 64px !important;
  }
  .u-ml-68-xl,
.u-mx-68-xl {
    margin-left: 68px !important;
  }
  .u-ml-72-xl,
.u-mx-72-xl {
    margin-left: 72px !important;
  }
  .u-ml-76-xl,
.u-mx-76-xl {
    margin-left: 76px !important;
  }
  .u-ml-80-xl,
.u-mx-80-xl {
    margin-left: 80px !important;
  }
  .u-mr-0-xl,
.u-mx-0-xl {
    margin-right: 0px !important;
  }
  .u-mr-4-xl,
.u-mx-4-xl {
    margin-right: 4px !important;
  }
  .u-mr-8-xl,
.u-mx-8-xl {
    margin-right: 8px !important;
  }
  .u-mr-12-xl,
.u-mx-12-xl {
    margin-right: 12px !important;
  }
  .u-mr-16-xl,
.u-mx-16-xl {
    margin-right: 16px !important;
  }
  .u-mr-20-xl,
.u-mx-20-xl {
    margin-right: 20px !important;
  }
  .u-mr-24-xl,
.u-mx-24-xl {
    margin-right: 24px !important;
  }
  .u-mr-28-xl,
.u-mx-28-xl {
    margin-right: 28px !important;
  }
  .u-mr-32-xl,
.u-mx-32-xl {
    margin-right: 32px !important;
  }
  .u-mr-36-xl,
.u-mx-36-xl {
    margin-right: 36px !important;
  }
  .u-mr-40-xl,
.u-mx-40-xl {
    margin-right: 40px !important;
  }
  .u-mr-44-xl,
.u-mx-44-xl {
    margin-right: 44px !important;
  }
  .u-mr-48-xl,
.u-mx-48-xl {
    margin-right: 48px !important;
  }
  .u-mr-52-xl,
.u-mx-52-xl {
    margin-right: 52px !important;
  }
  .u-mr-56-xl,
.u-mx-56-xl {
    margin-right: 56px !important;
  }
  .u-mr-60-xl,
.u-mx-60-xl {
    margin-right: 60px !important;
  }
  .u-mr-64-xl,
.u-mx-64-xl {
    margin-right: 64px !important;
  }
  .u-mr-68-xl,
.u-mx-68-xl {
    margin-right: 68px !important;
  }
  .u-mr-72-xl,
.u-mx-72-xl {
    margin-right: 72px !important;
  }
  .u-mr-76-xl,
.u-mx-76-xl {
    margin-right: 76px !important;
  }
  .u-mr-80-xl,
.u-mx-80-xl {
    margin-right: 80px !important;
  }
}
/* object/utility/_padding.scss
-------------------------------------------------- */
.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.u-pt-4,
.u-py-4 {
  padding-top: 4px !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 8px !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 12px !important;
}

.u-pt-16,
.u-py-16 {
  padding-top: 16px !important;
}

.u-pt-20,
.u-py-20 {
  padding-top: 20px !important;
}

.u-pt-24,
.u-py-24 {
  padding-top: 24px !important;
}

.u-pt-28,
.u-py-28 {
  padding-top: 28px !important;
}

.u-pt-32,
.u-py-32 {
  padding-top: 32px !important;
}

.u-pt-36,
.u-py-36 {
  padding-top: 36px !important;
}

.u-pt-40,
.u-py-40 {
  padding-top: 40px !important;
}

.u-pt-44,
.u-py-44 {
  padding-top: 44px !important;
}

.u-pt-48,
.u-py-48 {
  padding-top: 48px !important;
}

.u-pt-52,
.u-py-52 {
  padding-top: 52px !important;
}

.u-pt-56,
.u-py-56 {
  padding-top: 56px !important;
}

.u-pt-60,
.u-py-60 {
  padding-top: 60px !important;
}

.u-pt-64,
.u-py-64 {
  padding-top: 64px !important;
}

.u-pt-68,
.u-py-68 {
  padding-top: 68px !important;
}

.u-pt-72,
.u-py-72 {
  padding-top: 72px !important;
}

.u-pt-76,
.u-py-76 {
  padding-top: 76px !important;
}

.u-pt-80,
.u-py-80 {
  padding-top: 80px !important;
}

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

.u-pb-4,
.u-py-4 {
  padding-bottom: 4px !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 8px !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 12px !important;
}

.u-pb-16,
.u-py-16 {
  padding-bottom: 16px !important;
}

.u-pb-20,
.u-py-20 {
  padding-bottom: 20px !important;
}

.u-pb-24,
.u-py-24 {
  padding-bottom: 24px !important;
}

.u-pb-28,
.u-py-28 {
  padding-bottom: 28px !important;
}

.u-pb-32,
.u-py-32 {
  padding-bottom: 32px !important;
}

.u-pb-36,
.u-py-36 {
  padding-bottom: 36px !important;
}

.u-pb-40,
.u-py-40 {
  padding-bottom: 40px !important;
}

.u-pb-44,
.u-py-44 {
  padding-bottom: 44px !important;
}

.u-pb-48,
.u-py-48 {
  padding-bottom: 48px !important;
}

.u-pb-52,
.u-py-52 {
  padding-bottom: 52px !important;
}

.u-pb-56,
.u-py-56 {
  padding-bottom: 56px !important;
}

.u-pb-60,
.u-py-60 {
  padding-bottom: 60px !important;
}

.u-pb-64,
.u-py-64 {
  padding-bottom: 64px !important;
}

.u-pb-68,
.u-py-68 {
  padding-bottom: 68px !important;
}

.u-pb-72,
.u-py-72 {
  padding-bottom: 72px !important;
}

.u-pb-76,
.u-py-76 {
  padding-bottom: 76px !important;
}

.u-pb-80,
.u-py-80 {
  padding-bottom: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 577px) {
  .u-px-auto-sm {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-sm,
.u-py-0-sm {
    padding-top: 0px !important;
  }
  .u-pt-4-sm,
.u-py-4-sm {
    padding-top: 4px !important;
  }
  .u-pt-8-sm,
.u-py-8-sm {
    padding-top: 8px !important;
  }
  .u-pt-12-sm,
.u-py-12-sm {
    padding-top: 12px !important;
  }
  .u-pt-16-sm,
.u-py-16-sm {
    padding-top: 16px !important;
  }
  .u-pt-20-sm,
.u-py-20-sm {
    padding-top: 20px !important;
  }
  .u-pt-24-sm,
.u-py-24-sm {
    padding-top: 24px !important;
  }
  .u-pt-28-sm,
.u-py-28-sm {
    padding-top: 28px !important;
  }
  .u-pt-32-sm,
.u-py-32-sm {
    padding-top: 32px !important;
  }
  .u-pt-36-sm,
.u-py-36-sm {
    padding-top: 36px !important;
  }
  .u-pt-40-sm,
.u-py-40-sm {
    padding-top: 40px !important;
  }
  .u-pt-44-sm,
.u-py-44-sm {
    padding-top: 44px !important;
  }
  .u-pt-48-sm,
.u-py-48-sm {
    padding-top: 48px !important;
  }
  .u-pt-52-sm,
.u-py-52-sm {
    padding-top: 52px !important;
  }
  .u-pt-56-sm,
.u-py-56-sm {
    padding-top: 56px !important;
  }
  .u-pt-60-sm,
.u-py-60-sm {
    padding-top: 60px !important;
  }
  .u-pt-64-sm,
.u-py-64-sm {
    padding-top: 64px !important;
  }
  .u-pt-68-sm,
.u-py-68-sm {
    padding-top: 68px !important;
  }
  .u-pt-72-sm,
.u-py-72-sm {
    padding-top: 72px !important;
  }
  .u-pt-76-sm,
.u-py-76-sm {
    padding-top: 76px !important;
  }
  .u-pt-80-sm,
.u-py-80-sm {
    padding-top: 80px !important;
  }
  .u-pb-0-sm,
.u-py-0-sm {
    padding-bottom: 0px !important;
  }
  .u-pb-4-sm,
.u-py-4-sm {
    padding-bottom: 4px !important;
  }
  .u-pb-8-sm,
.u-py-8-sm {
    padding-bottom: 8px !important;
  }
  .u-pb-12-sm,
.u-py-12-sm {
    padding-bottom: 12px !important;
  }
  .u-pb-16-sm,
.u-py-16-sm {
    padding-bottom: 16px !important;
  }
  .u-pb-20-sm,
.u-py-20-sm {
    padding-bottom: 20px !important;
  }
  .u-pb-24-sm,
.u-py-24-sm {
    padding-bottom: 24px !important;
  }
  .u-pb-28-sm,
.u-py-28-sm {
    padding-bottom: 28px !important;
  }
  .u-pb-32-sm,
.u-py-32-sm {
    padding-bottom: 32px !important;
  }
  .u-pb-36-sm,
.u-py-36-sm {
    padding-bottom: 36px !important;
  }
  .u-pb-40-sm,
.u-py-40-sm {
    padding-bottom: 40px !important;
  }
  .u-pb-44-sm,
.u-py-44-sm {
    padding-bottom: 44px !important;
  }
  .u-pb-48-sm,
.u-py-48-sm {
    padding-bottom: 48px !important;
  }
  .u-pb-52-sm,
.u-py-52-sm {
    padding-bottom: 52px !important;
  }
  .u-pb-56-sm,
.u-py-56-sm {
    padding-bottom: 56px !important;
  }
  .u-pb-60-sm,
.u-py-60-sm {
    padding-bottom: 60px !important;
  }
  .u-pb-64-sm,
.u-py-64-sm {
    padding-bottom: 64px !important;
  }
  .u-pb-68-sm,
.u-py-68-sm {
    padding-bottom: 68px !important;
  }
  .u-pb-72-sm,
.u-py-72-sm {
    padding-bottom: 72px !important;
  }
  .u-pb-76-sm,
.u-py-76-sm {
    padding-bottom: 76px !important;
  }
  .u-pb-80-sm,
.u-py-80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl-0-sm,
.u-px-0-sm {
    padding-left: 0px !important;
  }
  .u-pl-4-sm,
.u-px-4-sm {
    padding-left: 4px !important;
  }
  .u-pl-8-sm,
.u-px-8-sm {
    padding-left: 8px !important;
  }
  .u-pl-12-sm,
.u-px-12-sm {
    padding-left: 12px !important;
  }
  .u-pl-16-sm,
.u-px-16-sm {
    padding-left: 16px !important;
  }
  .u-pl-20-sm,
.u-px-20-sm {
    padding-left: 20px !important;
  }
  .u-pl-24-sm,
.u-px-24-sm {
    padding-left: 24px !important;
  }
  .u-pl-28-sm,
.u-px-28-sm {
    padding-left: 28px !important;
  }
  .u-pl-32-sm,
.u-px-32-sm {
    padding-left: 32px !important;
  }
  .u-pl-36-sm,
.u-px-36-sm {
    padding-left: 36px !important;
  }
  .u-pl-40-sm,
.u-px-40-sm {
    padding-left: 40px !important;
  }
  .u-pl-44-sm,
.u-px-44-sm {
    padding-left: 44px !important;
  }
  .u-pl-48-sm,
.u-px-48-sm {
    padding-left: 48px !important;
  }
  .u-pl-52-sm,
.u-px-52-sm {
    padding-left: 52px !important;
  }
  .u-pl-56-sm,
.u-px-56-sm {
    padding-left: 56px !important;
  }
  .u-pl-60-sm,
.u-px-60-sm {
    padding-left: 60px !important;
  }
  .u-pl-64-sm,
.u-px-64-sm {
    padding-left: 64px !important;
  }
  .u-pl-68-sm,
.u-px-68-sm {
    padding-left: 68px !important;
  }
  .u-pl-72-sm,
.u-px-72-sm {
    padding-left: 72px !important;
  }
  .u-pl-76-sm,
.u-px-76-sm {
    padding-left: 76px !important;
  }
  .u-pl-80-sm,
.u-px-80-sm {
    padding-left: 80px !important;
  }
  .u-pr-0-sm,
.u-px-0-sm {
    padding-right: 0px !important;
  }
  .u-pr-4-sm,
.u-px-4-sm {
    padding-right: 4px !important;
  }
  .u-pr-8-sm,
.u-px-8-sm {
    padding-right: 8px !important;
  }
  .u-pr-12-sm,
.u-px-12-sm {
    padding-right: 12px !important;
  }
  .u-pr-16-sm,
.u-px-16-sm {
    padding-right: 16px !important;
  }
  .u-pr-20-sm,
.u-px-20-sm {
    padding-right: 20px !important;
  }
  .u-pr-24-sm,
.u-px-24-sm {
    padding-right: 24px !important;
  }
  .u-pr-28-sm,
.u-px-28-sm {
    padding-right: 28px !important;
  }
  .u-pr-32-sm,
.u-px-32-sm {
    padding-right: 32px !important;
  }
  .u-pr-36-sm,
.u-px-36-sm {
    padding-right: 36px !important;
  }
  .u-pr-40-sm,
.u-px-40-sm {
    padding-right: 40px !important;
  }
  .u-pr-44-sm,
.u-px-44-sm {
    padding-right: 44px !important;
  }
  .u-pr-48-sm,
.u-px-48-sm {
    padding-right: 48px !important;
  }
  .u-pr-52-sm,
.u-px-52-sm {
    padding-right: 52px !important;
  }
  .u-pr-56-sm,
.u-px-56-sm {
    padding-right: 56px !important;
  }
  .u-pr-60-sm,
.u-px-60-sm {
    padding-right: 60px !important;
  }
  .u-pr-64-sm,
.u-px-64-sm {
    padding-right: 64px !important;
  }
  .u-pr-68-sm,
.u-px-68-sm {
    padding-right: 68px !important;
  }
  .u-pr-72-sm,
.u-px-72-sm {
    padding-right: 72px !important;
  }
  .u-pr-76-sm,
.u-px-76-sm {
    padding-right: 76px !important;
  }
  .u-pr-80-sm,
.u-px-80-sm {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-px-auto-md {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-md,
.u-py-0-md {
    padding-top: 0px !important;
  }
  .u-pt-4-md,
.u-py-4-md {
    padding-top: 4px !important;
  }
  .u-pt-8-md,
.u-py-8-md {
    padding-top: 8px !important;
  }
  .u-pt-12-md,
.u-py-12-md {
    padding-top: 12px !important;
  }
  .u-pt-16-md,
.u-py-16-md {
    padding-top: 16px !important;
  }
  .u-pt-20-md,
.u-py-20-md {
    padding-top: 20px !important;
  }
  .u-pt-24-md,
.u-py-24-md {
    padding-top: 24px !important;
  }
  .u-pt-28-md,
.u-py-28-md {
    padding-top: 28px !important;
  }
  .u-pt-32-md,
.u-py-32-md {
    padding-top: 32px !important;
  }
  .u-pt-36-md,
.u-py-36-md {
    padding-top: 36px !important;
  }
  .u-pt-40-md,
.u-py-40-md {
    padding-top: 40px !important;
  }
  .u-pt-44-md,
.u-py-44-md {
    padding-top: 44px !important;
  }
  .u-pt-48-md,
.u-py-48-md {
    padding-top: 48px !important;
  }
  .u-pt-52-md,
.u-py-52-md {
    padding-top: 52px !important;
  }
  .u-pt-56-md,
.u-py-56-md {
    padding-top: 56px !important;
  }
  .u-pt-60-md,
.u-py-60-md {
    padding-top: 60px !important;
  }
  .u-pt-64-md,
.u-py-64-md {
    padding-top: 64px !important;
  }
  .u-pt-68-md,
.u-py-68-md {
    padding-top: 68px !important;
  }
  .u-pt-72-md,
.u-py-72-md {
    padding-top: 72px !important;
  }
  .u-pt-76-md,
.u-py-76-md {
    padding-top: 76px !important;
  }
  .u-pt-80-md,
.u-py-80-md {
    padding-top: 80px !important;
  }
  .u-pb-0-md,
.u-py-0-md {
    padding-bottom: 0px !important;
  }
  .u-pb-4-md,
.u-py-4-md {
    padding-bottom: 4px !important;
  }
  .u-pb-8-md,
.u-py-8-md {
    padding-bottom: 8px !important;
  }
  .u-pb-12-md,
.u-py-12-md {
    padding-bottom: 12px !important;
  }
  .u-pb-16-md,
.u-py-16-md {
    padding-bottom: 16px !important;
  }
  .u-pb-20-md,
.u-py-20-md {
    padding-bottom: 20px !important;
  }
  .u-pb-24-md,
.u-py-24-md {
    padding-bottom: 24px !important;
  }
  .u-pb-28-md,
.u-py-28-md {
    padding-bottom: 28px !important;
  }
  .u-pb-32-md,
.u-py-32-md {
    padding-bottom: 32px !important;
  }
  .u-pb-36-md,
.u-py-36-md {
    padding-bottom: 36px !important;
  }
  .u-pb-40-md,
.u-py-40-md {
    padding-bottom: 40px !important;
  }
  .u-pb-44-md,
.u-py-44-md {
    padding-bottom: 44px !important;
  }
  .u-pb-48-md,
.u-py-48-md {
    padding-bottom: 48px !important;
  }
  .u-pb-52-md,
.u-py-52-md {
    padding-bottom: 52px !important;
  }
  .u-pb-56-md,
.u-py-56-md {
    padding-bottom: 56px !important;
  }
  .u-pb-60-md,
.u-py-60-md {
    padding-bottom: 60px !important;
  }
  .u-pb-64-md,
.u-py-64-md {
    padding-bottom: 64px !important;
  }
  .u-pb-68-md,
.u-py-68-md {
    padding-bottom: 68px !important;
  }
  .u-pb-72-md,
.u-py-72-md {
    padding-bottom: 72px !important;
  }
  .u-pb-76-md,
.u-py-76-md {
    padding-bottom: 76px !important;
  }
  .u-pb-80-md,
.u-py-80-md {
    padding-bottom: 80px !important;
  }
  .u-pl-0-md,
.u-px-0-md {
    padding-left: 0px !important;
  }
  .u-pl-4-md,
.u-px-4-md {
    padding-left: 4px !important;
  }
  .u-pl-8-md,
.u-px-8-md {
    padding-left: 8px !important;
  }
  .u-pl-12-md,
.u-px-12-md {
    padding-left: 12px !important;
  }
  .u-pl-16-md,
.u-px-16-md {
    padding-left: 16px !important;
  }
  .u-pl-20-md,
.u-px-20-md {
    padding-left: 20px !important;
  }
  .u-pl-24-md,
.u-px-24-md {
    padding-left: 24px !important;
  }
  .u-pl-28-md,
.u-px-28-md {
    padding-left: 28px !important;
  }
  .u-pl-32-md,
.u-px-32-md {
    padding-left: 32px !important;
  }
  .u-pl-36-md,
.u-px-36-md {
    padding-left: 36px !important;
  }
  .u-pl-40-md,
.u-px-40-md {
    padding-left: 40px !important;
  }
  .u-pl-44-md,
.u-px-44-md {
    padding-left: 44px !important;
  }
  .u-pl-48-md,
.u-px-48-md {
    padding-left: 48px !important;
  }
  .u-pl-52-md,
.u-px-52-md {
    padding-left: 52px !important;
  }
  .u-pl-56-md,
.u-px-56-md {
    padding-left: 56px !important;
  }
  .u-pl-60-md,
.u-px-60-md {
    padding-left: 60px !important;
  }
  .u-pl-64-md,
.u-px-64-md {
    padding-left: 64px !important;
  }
  .u-pl-68-md,
.u-px-68-md {
    padding-left: 68px !important;
  }
  .u-pl-72-md,
.u-px-72-md {
    padding-left: 72px !important;
  }
  .u-pl-76-md,
.u-px-76-md {
    padding-left: 76px !important;
  }
  .u-pl-80-md,
.u-px-80-md {
    padding-left: 80px !important;
  }
  .u-pr-0-md,
.u-px-0-md {
    padding-right: 0px !important;
  }
  .u-pr-4-md,
.u-px-4-md {
    padding-right: 4px !important;
  }
  .u-pr-8-md,
.u-px-8-md {
    padding-right: 8px !important;
  }
  .u-pr-12-md,
.u-px-12-md {
    padding-right: 12px !important;
  }
  .u-pr-16-md,
.u-px-16-md {
    padding-right: 16px !important;
  }
  .u-pr-20-md,
.u-px-20-md {
    padding-right: 20px !important;
  }
  .u-pr-24-md,
.u-px-24-md {
    padding-right: 24px !important;
  }
  .u-pr-28-md,
.u-px-28-md {
    padding-right: 28px !important;
  }
  .u-pr-32-md,
.u-px-32-md {
    padding-right: 32px !important;
  }
  .u-pr-36-md,
.u-px-36-md {
    padding-right: 36px !important;
  }
  .u-pr-40-md,
.u-px-40-md {
    padding-right: 40px !important;
  }
  .u-pr-44-md,
.u-px-44-md {
    padding-right: 44px !important;
  }
  .u-pr-48-md,
.u-px-48-md {
    padding-right: 48px !important;
  }
  .u-pr-52-md,
.u-px-52-md {
    padding-right: 52px !important;
  }
  .u-pr-56-md,
.u-px-56-md {
    padding-right: 56px !important;
  }
  .u-pr-60-md,
.u-px-60-md {
    padding-right: 60px !important;
  }
  .u-pr-64-md,
.u-px-64-md {
    padding-right: 64px !important;
  }
  .u-pr-68-md,
.u-px-68-md {
    padding-right: 68px !important;
  }
  .u-pr-72-md,
.u-px-72-md {
    padding-right: 72px !important;
  }
  .u-pr-76-md,
.u-px-76-md {
    padding-right: 76px !important;
  }
  .u-pr-80-md,
.u-px-80-md {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-px-auto-lg {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-lg,
.u-py-0-lg {
    padding-top: 0px !important;
  }
  .u-pt-4-lg,
.u-py-4-lg {
    padding-top: 4px !important;
  }
  .u-pt-8-lg,
.u-py-8-lg {
    padding-top: 8px !important;
  }
  .u-pt-12-lg,
.u-py-12-lg {
    padding-top: 12px !important;
  }
  .u-pt-16-lg,
.u-py-16-lg {
    padding-top: 16px !important;
  }
  .u-pt-20-lg,
.u-py-20-lg {
    padding-top: 20px !important;
  }
  .u-pt-24-lg,
.u-py-24-lg {
    padding-top: 24px !important;
  }
  .u-pt-28-lg,
.u-py-28-lg {
    padding-top: 28px !important;
  }
  .u-pt-32-lg,
.u-py-32-lg {
    padding-top: 32px !important;
  }
  .u-pt-36-lg,
.u-py-36-lg {
    padding-top: 36px !important;
  }
  .u-pt-40-lg,
.u-py-40-lg {
    padding-top: 40px !important;
  }
  .u-pt-44-lg,
.u-py-44-lg {
    padding-top: 44px !important;
  }
  .u-pt-48-lg,
.u-py-48-lg {
    padding-top: 48px !important;
  }
  .u-pt-52-lg,
.u-py-52-lg {
    padding-top: 52px !important;
  }
  .u-pt-56-lg,
.u-py-56-lg {
    padding-top: 56px !important;
  }
  .u-pt-60-lg,
.u-py-60-lg {
    padding-top: 60px !important;
  }
  .u-pt-64-lg,
.u-py-64-lg {
    padding-top: 64px !important;
  }
  .u-pt-68-lg,
.u-py-68-lg {
    padding-top: 68px !important;
  }
  .u-pt-72-lg,
.u-py-72-lg {
    padding-top: 72px !important;
  }
  .u-pt-76-lg,
.u-py-76-lg {
    padding-top: 76px !important;
  }
  .u-pt-80-lg,
.u-py-80-lg {
    padding-top: 80px !important;
  }
  .u-pb-0-lg,
.u-py-0-lg {
    padding-bottom: 0px !important;
  }
  .u-pb-4-lg,
.u-py-4-lg {
    padding-bottom: 4px !important;
  }
  .u-pb-8-lg,
.u-py-8-lg {
    padding-bottom: 8px !important;
  }
  .u-pb-12-lg,
.u-py-12-lg {
    padding-bottom: 12px !important;
  }
  .u-pb-16-lg,
.u-py-16-lg {
    padding-bottom: 16px !important;
  }
  .u-pb-20-lg,
.u-py-20-lg {
    padding-bottom: 20px !important;
  }
  .u-pb-24-lg,
.u-py-24-lg {
    padding-bottom: 24px !important;
  }
  .u-pb-28-lg,
.u-py-28-lg {
    padding-bottom: 28px !important;
  }
  .u-pb-32-lg,
.u-py-32-lg {
    padding-bottom: 32px !important;
  }
  .u-pb-36-lg,
.u-py-36-lg {
    padding-bottom: 36px !important;
  }
  .u-pb-40-lg,
.u-py-40-lg {
    padding-bottom: 40px !important;
  }
  .u-pb-44-lg,
.u-py-44-lg {
    padding-bottom: 44px !important;
  }
  .u-pb-48-lg,
.u-py-48-lg {
    padding-bottom: 48px !important;
  }
  .u-pb-52-lg,
.u-py-52-lg {
    padding-bottom: 52px !important;
  }
  .u-pb-56-lg,
.u-py-56-lg {
    padding-bottom: 56px !important;
  }
  .u-pb-60-lg,
.u-py-60-lg {
    padding-bottom: 60px !important;
  }
  .u-pb-64-lg,
.u-py-64-lg {
    padding-bottom: 64px !important;
  }
  .u-pb-68-lg,
.u-py-68-lg {
    padding-bottom: 68px !important;
  }
  .u-pb-72-lg,
.u-py-72-lg {
    padding-bottom: 72px !important;
  }
  .u-pb-76-lg,
.u-py-76-lg {
    padding-bottom: 76px !important;
  }
  .u-pb-80-lg,
.u-py-80-lg {
    padding-bottom: 80px !important;
  }
  .u-pl-0-lg,
.u-px-0-lg {
    padding-left: 0px !important;
  }
  .u-pl-4-lg,
.u-px-4-lg {
    padding-left: 4px !important;
  }
  .u-pl-8-lg,
.u-px-8-lg {
    padding-left: 8px !important;
  }
  .u-pl-12-lg,
.u-px-12-lg {
    padding-left: 12px !important;
  }
  .u-pl-16-lg,
.u-px-16-lg {
    padding-left: 16px !important;
  }
  .u-pl-20-lg,
.u-px-20-lg {
    padding-left: 20px !important;
  }
  .u-pl-24-lg,
.u-px-24-lg {
    padding-left: 24px !important;
  }
  .u-pl-28-lg,
.u-px-28-lg {
    padding-left: 28px !important;
  }
  .u-pl-32-lg,
.u-px-32-lg {
    padding-left: 32px !important;
  }
  .u-pl-36-lg,
.u-px-36-lg {
    padding-left: 36px !important;
  }
  .u-pl-40-lg,
.u-px-40-lg {
    padding-left: 40px !important;
  }
  .u-pl-44-lg,
.u-px-44-lg {
    padding-left: 44px !important;
  }
  .u-pl-48-lg,
.u-px-48-lg {
    padding-left: 48px !important;
  }
  .u-pl-52-lg,
.u-px-52-lg {
    padding-left: 52px !important;
  }
  .u-pl-56-lg,
.u-px-56-lg {
    padding-left: 56px !important;
  }
  .u-pl-60-lg,
.u-px-60-lg {
    padding-left: 60px !important;
  }
  .u-pl-64-lg,
.u-px-64-lg {
    padding-left: 64px !important;
  }
  .u-pl-68-lg,
.u-px-68-lg {
    padding-left: 68px !important;
  }
  .u-pl-72-lg,
.u-px-72-lg {
    padding-left: 72px !important;
  }
  .u-pl-76-lg,
.u-px-76-lg {
    padding-left: 76px !important;
  }
  .u-pl-80-lg,
.u-px-80-lg {
    padding-left: 80px !important;
  }
  .u-pr-0-lg,
.u-px-0-lg {
    padding-right: 0px !important;
  }
  .u-pr-4-lg,
.u-px-4-lg {
    padding-right: 4px !important;
  }
  .u-pr-8-lg,
.u-px-8-lg {
    padding-right: 8px !important;
  }
  .u-pr-12-lg,
.u-px-12-lg {
    padding-right: 12px !important;
  }
  .u-pr-16-lg,
.u-px-16-lg {
    padding-right: 16px !important;
  }
  .u-pr-20-lg,
.u-px-20-lg {
    padding-right: 20px !important;
  }
  .u-pr-24-lg,
.u-px-24-lg {
    padding-right: 24px !important;
  }
  .u-pr-28-lg,
.u-px-28-lg {
    padding-right: 28px !important;
  }
  .u-pr-32-lg,
.u-px-32-lg {
    padding-right: 32px !important;
  }
  .u-pr-36-lg,
.u-px-36-lg {
    padding-right: 36px !important;
  }
  .u-pr-40-lg,
.u-px-40-lg {
    padding-right: 40px !important;
  }
  .u-pr-44-lg,
.u-px-44-lg {
    padding-right: 44px !important;
  }
  .u-pr-48-lg,
.u-px-48-lg {
    padding-right: 48px !important;
  }
  .u-pr-52-lg,
.u-px-52-lg {
    padding-right: 52px !important;
  }
  .u-pr-56-lg,
.u-px-56-lg {
    padding-right: 56px !important;
  }
  .u-pr-60-lg,
.u-px-60-lg {
    padding-right: 60px !important;
  }
  .u-pr-64-lg,
.u-px-64-lg {
    padding-right: 64px !important;
  }
  .u-pr-68-lg,
.u-px-68-lg {
    padding-right: 68px !important;
  }
  .u-pr-72-lg,
.u-px-72-lg {
    padding-right: 72px !important;
  }
  .u-pr-76-lg,
.u-px-76-lg {
    padding-right: 76px !important;
  }
  .u-pr-80-lg,
.u-px-80-lg {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-px-auto-xl {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-xl,
.u-py-0-xl {
    padding-top: 0px !important;
  }
  .u-pt-4-xl,
.u-py-4-xl {
    padding-top: 4px !important;
  }
  .u-pt-8-xl,
.u-py-8-xl {
    padding-top: 8px !important;
  }
  .u-pt-12-xl,
.u-py-12-xl {
    padding-top: 12px !important;
  }
  .u-pt-16-xl,
.u-py-16-xl {
    padding-top: 16px !important;
  }
  .u-pt-20-xl,
.u-py-20-xl {
    padding-top: 20px !important;
  }
  .u-pt-24-xl,
.u-py-24-xl {
    padding-top: 24px !important;
  }
  .u-pt-28-xl,
.u-py-28-xl {
    padding-top: 28px !important;
  }
  .u-pt-32-xl,
.u-py-32-xl {
    padding-top: 32px !important;
  }
  .u-pt-36-xl,
.u-py-36-xl {
    padding-top: 36px !important;
  }
  .u-pt-40-xl,
.u-py-40-xl {
    padding-top: 40px !important;
  }
  .u-pt-44-xl,
.u-py-44-xl {
    padding-top: 44px !important;
  }
  .u-pt-48-xl,
.u-py-48-xl {
    padding-top: 48px !important;
  }
  .u-pt-52-xl,
.u-py-52-xl {
    padding-top: 52px !important;
  }
  .u-pt-56-xl,
.u-py-56-xl {
    padding-top: 56px !important;
  }
  .u-pt-60-xl,
.u-py-60-xl {
    padding-top: 60px !important;
  }
  .u-pt-64-xl,
.u-py-64-xl {
    padding-top: 64px !important;
  }
  .u-pt-68-xl,
.u-py-68-xl {
    padding-top: 68px !important;
  }
  .u-pt-72-xl,
.u-py-72-xl {
    padding-top: 72px !important;
  }
  .u-pt-76-xl,
.u-py-76-xl {
    padding-top: 76px !important;
  }
  .u-pt-80-xl,
.u-py-80-xl {
    padding-top: 80px !important;
  }
  .u-pb-0-xl,
.u-py-0-xl {
    padding-bottom: 0px !important;
  }
  .u-pb-4-xl,
.u-py-4-xl {
    padding-bottom: 4px !important;
  }
  .u-pb-8-xl,
.u-py-8-xl {
    padding-bottom: 8px !important;
  }
  .u-pb-12-xl,
.u-py-12-xl {
    padding-bottom: 12px !important;
  }
  .u-pb-16-xl,
.u-py-16-xl {
    padding-bottom: 16px !important;
  }
  .u-pb-20-xl,
.u-py-20-xl {
    padding-bottom: 20px !important;
  }
  .u-pb-24-xl,
.u-py-24-xl {
    padding-bottom: 24px !important;
  }
  .u-pb-28-xl,
.u-py-28-xl {
    padding-bottom: 28px !important;
  }
  .u-pb-32-xl,
.u-py-32-xl {
    padding-bottom: 32px !important;
  }
  .u-pb-36-xl,
.u-py-36-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-40-xl,
.u-py-40-xl {
    padding-bottom: 40px !important;
  }
  .u-pb-44-xl,
.u-py-44-xl {
    padding-bottom: 44px !important;
  }
  .u-pb-48-xl,
.u-py-48-xl {
    padding-bottom: 48px !important;
  }
  .u-pb-52-xl,
.u-py-52-xl {
    padding-bottom: 52px !important;
  }
  .u-pb-56-xl,
.u-py-56-xl {
    padding-bottom: 56px !important;
  }
  .u-pb-60-xl,
.u-py-60-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-64-xl,
.u-py-64-xl {
    padding-bottom: 64px !important;
  }
  .u-pb-68-xl,
.u-py-68-xl {
    padding-bottom: 68px !important;
  }
  .u-pb-72-xl,
.u-py-72-xl {
    padding-bottom: 72px !important;
  }
  .u-pb-76-xl,
.u-py-76-xl {
    padding-bottom: 76px !important;
  }
  .u-pb-80-xl,
.u-py-80-xl {
    padding-bottom: 80px !important;
  }
  .u-pl-0-xl,
.u-px-0-xl {
    padding-left: 0px !important;
  }
  .u-pl-4-xl,
.u-px-4-xl {
    padding-left: 4px !important;
  }
  .u-pl-8-xl,
.u-px-8-xl {
    padding-left: 8px !important;
  }
  .u-pl-12-xl,
.u-px-12-xl {
    padding-left: 12px !important;
  }
  .u-pl-16-xl,
.u-px-16-xl {
    padding-left: 16px !important;
  }
  .u-pl-20-xl,
.u-px-20-xl {
    padding-left: 20px !important;
  }
  .u-pl-24-xl,
.u-px-24-xl {
    padding-left: 24px !important;
  }
  .u-pl-28-xl,
.u-px-28-xl {
    padding-left: 28px !important;
  }
  .u-pl-32-xl,
.u-px-32-xl {
    padding-left: 32px !important;
  }
  .u-pl-36-xl,
.u-px-36-xl {
    padding-left: 36px !important;
  }
  .u-pl-40-xl,
.u-px-40-xl {
    padding-left: 40px !important;
  }
  .u-pl-44-xl,
.u-px-44-xl {
    padding-left: 44px !important;
  }
  .u-pl-48-xl,
.u-px-48-xl {
    padding-left: 48px !important;
  }
  .u-pl-52-xl,
.u-px-52-xl {
    padding-left: 52px !important;
  }
  .u-pl-56-xl,
.u-px-56-xl {
    padding-left: 56px !important;
  }
  .u-pl-60-xl,
.u-px-60-xl {
    padding-left: 60px !important;
  }
  .u-pl-64-xl,
.u-px-64-xl {
    padding-left: 64px !important;
  }
  .u-pl-68-xl,
.u-px-68-xl {
    padding-left: 68px !important;
  }
  .u-pl-72-xl,
.u-px-72-xl {
    padding-left: 72px !important;
  }
  .u-pl-76-xl,
.u-px-76-xl {
    padding-left: 76px !important;
  }
  .u-pl-80-xl,
.u-px-80-xl {
    padding-left: 80px !important;
  }
  .u-pr-0-xl,
.u-px-0-xl {
    padding-right: 0px !important;
  }
  .u-pr-4-xl,
.u-px-4-xl {
    padding-right: 4px !important;
  }
  .u-pr-8-xl,
.u-px-8-xl {
    padding-right: 8px !important;
  }
  .u-pr-12-xl,
.u-px-12-xl {
    padding-right: 12px !important;
  }
  .u-pr-16-xl,
.u-px-16-xl {
    padding-right: 16px !important;
  }
  .u-pr-20-xl,
.u-px-20-xl {
    padding-right: 20px !important;
  }
  .u-pr-24-xl,
.u-px-24-xl {
    padding-right: 24px !important;
  }
  .u-pr-28-xl,
.u-px-28-xl {
    padding-right: 28px !important;
  }
  .u-pr-32-xl,
.u-px-32-xl {
    padding-right: 32px !important;
  }
  .u-pr-36-xl,
.u-px-36-xl {
    padding-right: 36px !important;
  }
  .u-pr-40-xl,
.u-px-40-xl {
    padding-right: 40px !important;
  }
  .u-pr-44-xl,
.u-px-44-xl {
    padding-right: 44px !important;
  }
  .u-pr-48-xl,
.u-px-48-xl {
    padding-right: 48px !important;
  }
  .u-pr-52-xl,
.u-px-52-xl {
    padding-right: 52px !important;
  }
  .u-pr-56-xl,
.u-px-56-xl {
    padding-right: 56px !important;
  }
  .u-pr-60-xl,
.u-px-60-xl {
    padding-right: 60px !important;
  }
  .u-pr-64-xl,
.u-px-64-xl {
    padding-right: 64px !important;
  }
  .u-pr-68-xl,
.u-px-68-xl {
    padding-right: 68px !important;
  }
  .u-pr-72-xl,
.u-px-72-xl {
    padding-right: 72px !important;
  }
  .u-pr-76-xl,
.u-px-76-xl {
    padding-right: 76px !important;
  }
  .u-pr-80-xl,
.u-px-80-xl {
    padding-right: 80px !important;
  }
}