@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 (min-width: 769px) {
  .l-header__logo--link:not(span):not(p), .l-header__logo--link__gp:not(span):not(p) {
    transition: opacity 0.3s ease-in-out;
  }
  .l-header__logo--link:not(span):not(p):hover, .l-header__logo--link__gp:not(span):not(p):hover {
    opacity: 0.8;
  }
}

.c-tab__content--visual__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.p-service-flow__item::before, .p-page404__action, .p-case-slide__arrow, .c-tab__menu--item, .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn, .c-btn__primary, .c-btn__secondary, .c-btn__secondary-rev, .c-btn__thirdly, .c-btn-sm, .c-btn-sm__primary, .c-btn-sm__secondary, .c-btn-sm__thirdly {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.l-footer__sitemap--link {
  background-image: linear-gradient(to bottom, #009193);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--link:hover {
    color: #009193;
    background-size: 100% 1px;
  }
}

/* foundation/_base.scss
-------------------------------------------------- */
body {
  font-family: "M PLUS 1p", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.75;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #363636;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

p + p {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

textarea {
  overflow: auto;
  resize: none;
}

@media screen and (min-width: 769px) {
  input, textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  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]) {
  color: #009193;
  text-decoration: underline;
  cursor: pointer;
}
a:not([class]):hover {
  text-decoration: none;
}
a:not([class])[href=""] {
  pointer-events: none;
}
a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(../img/common/icon_external-link.svg);
  mask-image: url(../img/common/icon_external-link.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #009193;
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [data-device=pc] {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/*.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}*/
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  /*float: left;*/
  /*height: 100%;*/
  min-height: 1px;
  /*opacity: .3;*/
  transition-duration: 0.3s;
}

/*.slick-slide.slick-current {
    opacity: 1;
}*/
.slick-slide:focus {
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .slick-prev,
.slick-next {
    width: 36px;
    height: 36px;
  }
  .slick-prev:hover,
.slick-next:hover {
    opacity: 0.8;
  }
  .slick-prev {
    left: calc(50% - 440px);
  }
  .slick-next {
    right: calc(50% - 440px);
  }
}
/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 8px;
}

.slick-dots li {
  position: relative;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D5D5D5;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #E07045;
}

@media print, screen and (min-width: 768px) {
  .slick-dots {
    bottom: 18px;
  }
  .slick-dots li button,
.slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .slick-slide {
    overflow: hidden;
  }
  .slick-slide.slick-active {
    z-index: 1;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .l-header {
    min-height: 75px;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 32px 40px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s ease-in-out;
  margin-right: auto;
}
.l-header__logo.is-fixed {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 110;
}
@media screen and (max-width: 768px) {
  .l-header__utility {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__utility--item + .l-header__utility--item {
    margin-top: 8px;
  }
}
.l-footer {
  margin-top: 80px;
}
.l-footer__inr {
  background-color: #F4F4F4;
  padding: 40px 24px 24px;
}
@media screen and (min-width: 769px) {
  .l-footer__inr {
    padding: 80px 40px 24px;
  }
}
.l-footer__content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__content {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__company-info {
    padding-right: 40px;
  }
}
.l-footer__company-info--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.l-footer__company-info--address {
  margin-bottom: 8px;
}
.l-footer__company-info--googlemap {
  position: relative;
  transition: color 0.3s ease-in-out;
}
.l-footer__company-info--googlemap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #009193;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
@media screen and (min-width: 769px) {
  .l-footer__company-info--googlemap:hover {
    color: #009193;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__company-info--googlemap:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__company-info--iso-ice {
  margin-top: 24px;
}
.l-footer__sitemap {
  display: flex;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap {
    width: 44%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--box {
    width: 100%;
    max-width: 210px;
  }
}
.l-footer__sitemap--menu + .l-footer__sitemap--menu {
  margin-top: 24px;
}
.l-footer__sitemap--body {
  margin-top: 16px;
}
.l-footer__sitemap--title, .l-footer__sitemap--title__link {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  border-bottom: 1px solid #D6D6D6;
  padding: 8px 0;
}
.l-footer__sitemap--title__link {
  position: relative;
  transition: color 0.3s ease-in-out;
}
.l-footer__sitemap--title__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  background-color: #009193;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--title__link:hover {
    color: #009193;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--title__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__sitemap--item {
  line-height: 1.5;
}
.l-footer__sitemap--item + .l-footer__sitemap--item {
  margin-top: 8px;
}
.l-footer__sitemap--link {
  font-size: 14px;
}
.l-footer__action--list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer__action [class^=c-btn] {
  min-width: 178px;
}
.l-footer__copy {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin-top: 80px;
}

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

.l-main__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-main__flex {
    flex-direction: column-reverse;
  }
}

.l-section, .l-section__primary, .l-section__fluid {
  position: relative;
  padding: 80px 0;
}
.l-section__fluid {
  max-width: initial;
}
.l-section__inr, .l-section-2nd__inr, .l-section__inr-2nd, .l-section__inr--thirdly {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-section__inr + .l-section__inr, .l-section-2nd__inr + .l-section__inr, .l-section__inr + .l-section-2nd__inr, .l-section-2nd__inr + .l-section-2nd__inr, .l-section__inr-2nd + .l-section__inr, .l-section__inr-2nd + .l-section-2nd__inr, .l-section__inr + .l-section__inr-2nd, .l-section-2nd__inr + .l-section__inr-2nd, .l-section__inr-2nd + .l-section__inr-2nd, .l-section__inr--thirdly + .l-section__inr, .l-section__inr--thirdly + .l-section-2nd__inr, .l-section__inr--thirdly + .l-section__inr-2nd, .l-section__inr + .l-section__inr--thirdly, .l-section-2nd__inr + .l-section__inr--thirdly, .l-section__inr-2nd + .l-section__inr--thirdly, .l-section__inr--thirdly + .l-section__inr--thirdly {
  margin-top: 40px;
}
.l-section__inr--white {
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .l-section__inr--white {
    padding: 40px;
  }
}
.l-section__inr--white + .l-section__inr--white {
  margin-top: 40px;
}
.l-section__inr--thirdly {
  background-color: #FFEFE5;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .l-section__inr--thirdly {
    padding: 40px;
  }
}
.l-section__inr--thirdly + .l-section__inr--thirdly {
  margin-top: 40px;
}
.l-section__inr-2nd {
  max-width: 800px;
}
.l-section__primary {
  background-color: #E5F4F4;
}
.l-section-2nd__inr {
  max-width: 1280px;
  background-color: #63BB3F;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .l-section-2nd__inr {
    padding: 40px;
  }
}

.l-nav {
  position: fixed;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .l-nav {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    padding: 80px 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav {
    display: flex;
    align-items: baseline;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    top: 24px;
    right: 24px;
    z-index: 100;
    padding: 8px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    display: flex;
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item, .l-nav__item--haschild {
    background-color: #E5F4F4;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__item:hover > .l-nav__link, .l-nav__item--haschild:hover > .l-nav__link {
    color: #009193;
    background-color: #E5F4F4;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__item:hover > .l-nav__link .l-nav__spin::after, .l-nav__item--haschild:hover > .l-nav__link .l-nav__spin::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item + .l-nav__item, .l-nav__item--haschild + .l-nav__item, .l-nav__item + .l-nav__item--haschild, .l-nav__item--haschild + .l-nav__item--haschild {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item--haschild {
    position: relative;
  }
}
.l-nav__link {
  line-height: 1.5;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    color: #009193;
    justify-content: space-between;
  }
}
.l-nav__spin {
  width: 10px;
  height: 10px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-nav__spin::before, .l-nav__spin::after {
  content: "";
  display: block;
  background-color: #009193;
  position: absolute;
  transition: all 0.3s ease-out;
}
.l-nav__spin::before {
  width: 10px;
  height: 2px;
}
.l-nav__spin::after {
  width: 2px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .l-nav__spin {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.l-nav__child {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-nav__child {
    padding: 0 8px 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__child {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFF;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 8px 8px;
  }
}
.l-nav__child--list {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .l-nav__child--list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.l-nav__child--item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-nav__child--item {
    width: calc(50% - 4px);
  }
}
.l-nav__child--link, .l-nav__child--link__anker {
  line-height: 1.5;
  text-align: center;
  display: block;
  transition: all 0.3s ease-out;
  background-color: #FFF;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .l-nav__child--link, .l-nav__child--link__anker {
    padding: 8px 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__child--link, .l-nav__child--link__anker {
    background-color: #F4F4F4;
    padding: 16px;
  }
  .l-nav__child--link:hover, .l-nav__child--link__anker:hover {
    color: #009193;
    background-color: #E5F4F4;
  }
}
.l-nav__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-nav__btn {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 110;
    background-color: #009193;
    border-radius: 8px;
  }
}
.l-nav__line {
  display: block;
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.l-nav__line:nth-of-type(1) {
  top: 13px;
}
.l-nav__line:nth-of-type(2) {
  top: 19px;
}
.l-nav__line:nth-of-type(3) {
  top: 25px;
}
.l-nav__contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-nav__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 16px;
    right: 64px;
    z-index: 10;
    background-color: #FF6600;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav.is-open {
    opacity: 1;
    overflow-y: auto;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .l-nav__btn.is-active .l-nav__line:nth-of-type(1) {
    transform: rotate(30deg);
    top: 19px;
  }
  .l-nav__btn.is-active .l-nav__line:nth-of-type(2) {
    opacity: 0;
  }
  .l-nav__btn.is-active .l-nav__line:nth-of-type(3) {
    transform: rotate(-30deg);
    top: 19px;
  }
  .l-nav__item--haschild.is-active .l-nav__spin::after {
    transform: rotate(90deg);
  }
}
.c-accordion {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 0 16px;
}
.c-accordion + .c-accordion {
  border-top: none;
}
.c-accordion__header {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 24px 40px;
}
@media screen and (min-width: 769px) {
  .c-accordion__header {
    font-size: 16px;
  }
}
.c-accordion__header::before {
  content: "Q.";
  color: #009193;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-accordion__header::before {
    font-size: 20px;
  }
}
.c-accordion__header--toggle {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  position: relative;
  margin-left: 16px;
}
.c-accordion__header--toggle::before, .c-accordion__header--toggle::after {
  content: "";
  background-color: #009193;
  width: 10px;
  height: 2px;
  position: absolute;
  transition: transform 0.3s ease-in-out;
  display: block;
}
.c-accordion__header--toggle::before {
  top: calc(50% - 1px);
  left: 0;
}
.c-accordion__header--toggle::after {
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(90deg);
}
.c-accordion__header--toggle.is-open::after {
  transform: rotate(0);
}
.c-accordion__body {
  position: relative;
  display: none;
  padding: 0 0 24px 40px;
}
.c-accordion__body::before {
  content: "A.";
  color: #FF6600;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-accordion__body::before {
    font-size: 20px;
  }
}
.c-accordion P + p {
  margin-top: 8px;
}

.c-breadcrumbs {
  margin-top: 8px;
  margin-left: 5vw;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs {
    margin-top: 40px;
  }
}
.c-breadcrumbs__list {
  font-size: 12px;
  display: flex;
}
.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: ">";
  margin-right: 8px;
  margin-left: 8px;
}
.c-breadcrumbs__link {
  color: #009193;
  text-decoration: underline;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  transition: opacity 0.3s ease-in-out;
}
.c-breadcrumbs__link:hover {
  text-decoration: none;
}

.c-btn, .c-btn__thirdly, .c-btn__secondary, .c-btn__secondary-rev, .c-btn__primary {
  gap: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 16px 24px;
}
@media screen and (min-width: 769px) {
  .c-btn:hover, .c-btn__thirdly:hover, .c-btn__secondary:hover, .c-btn__secondary-rev:hover, .c-btn__primary:hover {
    color: #363636;
    background-color: #FFF;
  }
}
.c-btn__primary {
  color: #FFF;
  background-color: #009193;
  border-color: #009193;
}
@media screen and (min-width: 769px) {
  .c-btn__primary:hover {
    color: #009193;
  }
}
.c-btn__secondary, .c-btn__secondary-rev {
  color: #FFF;
  background-color: #63BB3F;
  border-color: #63BB3F;
}
@media screen and (min-width: 769px) {
  .c-btn__secondary:hover, .c-btn__secondary-rev:hover {
    color: #63BB3F;
  }
}
.c-btn__secondary-rev {
  color: #63BB3F;
  background-color: #FFF;
  border-color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-btn__secondary-rev:hover {
    color: #FFF;
    background-color: #63BB3F;
  }
}
.c-btn__thirdly {
  color: #FFF;
  background-color: #FF6600;
  border-color: #FF6600;
}
@media screen and (min-width: 769px) {
  .c-btn__thirdly:hover {
    color: #FF6600;
  }
}
.c-btn-sm, .c-btn-sm__thirdly, .c-btn-sm__secondary, .c-btn-sm__primary {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  min-width: 160px;
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .c-btn-sm:hover, .c-btn-sm__thirdly:hover, .c-btn-sm__secondary:hover, .c-btn-sm__primary:hover {
    color: #363636;
    background-color: #FFF;
  }
}
.c-btn-sm__primary {
  color: #FFF;
  background-color: #009193;
  border-color: #009193;
}
@media screen and (min-width: 769px) {
  .c-btn-sm__primary:hover {
    color: #009193;
  }
}
.c-btn-sm__secondary {
  color: #FFF;
  background-color: #63BB3F;
  border-color: #63BB3F;
}
@media screen and (min-width: 769px) {
  .c-btn-sm__secondary:hover {
    color: #63BB3F;
  }
}
.c-btn-sm__thirdly {
  color: #FFF;
  background-color: #FF6600;
  border-color: #FF6600;
}
@media screen and (min-width: 769px) {
  .c-btn-sm__thirdly:hover {
    color: #FF6600;
  }
}
.c-btn__no-events {
  pointer-events: none;
}

.c-card, .c-card-3rd {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-card, .c-card-3rd {
    flex-direction: column;
  }
}
.c-card__item, .c-card-3rd__item, .c-card__item--bg {
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  padding: 24px;
}
.c-card__item--popup {
  padding-top: 48px;
  margin-top: 24px;
}
.c-card__item--bg {
  background-color: #E5F4F4;
}
.c-card__popup {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #009193;
  border-radius: 8px;
  padding: 8px 16px;
  position: absolute;
  top: -24px;
  left: 24px;
  right: 24px;
}
.c-card__popup::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #009193;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}
.c-card__visual, .c-card-3rd__visual {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.c-card__title, .c-card-3rd__title {
  color: #009193;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-card__txt, .c-card-3rd__txt {
  font-size: 14px;
  line-height: 1.5;
}
.c-card__list {
  text-decoration: none;
  display: block;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-card__list--item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 4px;
}
.c-card__list--item::marker {
  content: "●";
  color: #009193;
  font-size: 12px;
  display: inline-block;
  border-radius: 4px;
}
.c-card-2nd {
  display: flex;
}
.c-card-2nd__item {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #009193;
  border-radius: 8px;
  position: relative;
  padding: 24px;
}
.c-card-2nd__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.c-card-2nd__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.c-card-2nd__txt {
  font-size: 14px;
  line-height: 1.5;
}
.c-card-3rd__title {
  color: #63BB3F;
}
.c-card-3rd .c-card__list--item::marker {
  color: #63BB3F;
}
.c-card__gap-24 {
  gap: 24px;
}
.c-card__gap-40 {
  gap: 40px;
}

.c-card__col-3 {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-card__col-3.c-card__gap-24 .c-card__item, .c-card__col-3.c-card__gap-24 .c-card__item--bg, .c-card__col-3.c-card__gap-24 .c-card-3rd__item,
.c-card__col-3.c-card__gap-24 .c-card-2nd__item {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (min-width: 769px) {
  .c-card__col-3.c-card__gap-40 .c-card__item, .c-card__col-3.c-card__gap-40 .c-card__item--bg, .c-card__col-3.c-card__gap-40 .c-card-3rd__item,
.c-card__col-3.c-card__gap-40 .c-card-2nd__item {
    width: calc(33.3333% - 27px);
  }
}

figure.wp-block-image {
  margin-top: 16px;
  margin-bottom: 24px;
}
figure.wp-block-image img {
  border-radius: 8px;
}
figure.wp-block-image .wp-element-caption {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.wp-block-embed-youtube {
  margin-top: 16px;
  margin-bottom: 24px;
}
.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.wp-block-gallery {
  margin-top: 16px;
  margin-bottom: 24px;
}
.wp-block-gallery .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}

.c-copy {
  margin-bottom: 40px;
}
.c-copy__primary, .c-copy__primary-5th, .c-copy__primary-4th, .c-copy__primary-3rd, .c-copy__primary-2nd {
  color: #009193;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .c-copy__primary, .c-copy__primary-5th, .c-copy__primary-4th, .c-copy__primary-3rd, .c-copy__primary-2nd {
    font-size: 40px;
    line-height: 1.25;
  }
}
.c-copy__primary-2nd {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .c-copy__primary-2nd {
    font-size: 32px;
    line-height: 1.5;
  }
}
.c-copy__primary-3rd {
  color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .c-copy__primary-3rd {
    font-size: 32px;
  }
}
.c-copy__primary-4th {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .c-copy__primary-4th {
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-copy__primary-5th {
  color: #FF6600;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .c-copy__primary-5th {
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-copy__secondary, .c-copy__secondary-2nd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c-copy__secondary, .c-copy__secondary-2nd {
    font-size: 24px;
  }
}
.c-copy__secondary-2nd {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .c-copy__secondary-2nd {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-copy__desc, .c-copy__desc-4th, .c-copy__desc-3rd, .c-copy__desc-2nd {
  font-size: 14px;
}
.c-copy__desc-2nd {
  line-height: 1.5;
}
.c-copy__desc-3rd {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-copy__desc-3rd {
    font-size: 16px;
  }
}
.c-copy__desc-4th {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-copy__desc-4th {
    font-size: 16px;
  }
}

.c-headline__h1, .c-headline-recruit__h1 {
  margin: 40px 0 80px;
}
.c-headline__h1--en, h1.wp-block-heading, .c-headline-recruit__h1--en {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .c-headline__h1--en, h1.wp-block-heading, .c-headline-recruit__h1--en {
    font-size: 80px;
  }
}
.c-headline__h1--jp, .c-headline-recruit__h1--jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-headline__h1--jp::before, .c-headline-recruit__h1--jp::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #009193;
}
.c-headline__h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c-headline__h2 {
    margin-bottom: 80px;
  }
}
.c-headline__h2--en, h2.wp-block-heading, .c-headline__h2-2nd__en {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .c-headline__h2--en, h2.wp-block-heading, .c-headline__h2-2nd__en {
    font-size: 56px;
  }
}
.c-headline__h2--jp, .c-headline__h2-2nd__jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.c-headline__h2-2nd {
  margin-bottom: 40px;
}
.c-headline__h2-2nd__en {
  color: #FFF;
}
.c-headline__h2-2nd__jp {
  color: #FFF;
}
.c-headline__h3, h3.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .c-headline__h3, h3.wp-block-heading {
    font-size: 24px;
  }
}
.c-headline__h4, h4.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.c-headline__h4::before, h4.wp-block-heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #009193;
}
.c-headline-recruit__h1 {
  margin: 0 0 40px;
}
.c-headline-recruit__h1--en {
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 4px;
  color: #63BB3F;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-headline-recruit__h1--en {
    font-size: 80px;
  }
}
.c-headline-recruit__h1--jp {
  color: #63BB3F;
}
.c-headline-recruit__h1--jp::before {
  content: none;
}
.c-headline-recruit__h2 {
  color: #63BB3F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c-headline-recruit__h2 {
    font-size: 32px;
  }
}

.c-information__sort {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.c-information__sort--btn.is-active {
  color: #009193;
  background-color: #FFF;
}
.c-information__item {
  border-bottom: 1px solid #D6D6D6;
}
.c-information__link {
  display: flex;
  gap: 16px 40px;
  padding: 24px 16px 24px 0;
}
@media screen and (max-width: 768px) {
  .c-information__link {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .c-information__link:hover .c-information__title {
    color: #009193;
  }
}
@media screen and (min-width: 769px) {
  .c-information__link:hover .c-information__line {
    background-size: 100% 1px;
  }
}
.c-information__meta {
  display: flex;
  gap: 24px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-information__meta {
    width: 100%;
  }
}
.c-information__date {
  font-size: 14px;
  line-height: 1.5;
}
.c-information__label {
  color: #009193;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  width: 120px;
  min-width: 120px;
  border: 1px solid #009193;
  border-radius: 4px;
  padding: 4px 8px;
}
.c-information__title {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.c-information__line {
  background-image: linear-gradient(to bottom, #009193);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background 0.3s ease-in-out;
}
.c-information__action {
  text-align: center;
  margin-top: 40px;
}
.c-list, .c-list__decimal, ol.wp-block-list,
ol:not([class]), .c-list__disc, ul.wp-block-list,
ul:not([class]) {
  margin-top: 24px;
  margin-bottom: 24px;
}
.c-list__disc, ul.wp-block-list,
ul:not([class]) {
  padding-left: 20px;
}
.c-list__disc--item, ul.wp-block-list li:not([class]),
ul:not([class]) li:not([class]) {
  list-style: disc;
}
.c-list__disc--item + .c-list__disc--item, ul.wp-block-list li:not([class]) + .c-list__disc--item,
ul:not([class]) li:not([class]) + .c-list__disc--item, ul.wp-block-list .c-list__disc--item + li:not([class]), ul.wp-block-list li:not([class]) + li:not([class]),
ul:not([class]) .c-list__disc--item + li:not([class]),
ul:not([class]) li:not([class]) + li:not([class]) {
  margin-top: 8px;
}
.c-list__decimal, ol.wp-block-list,
ol:not([class]) {
  padding-left: 20px;
}
.c-list__decimal--item, ol.wp-block-list li:not([class]),
ol:not([class]) li:not([class]) {
  list-style: decimal;
}
.c-list__decimal--item + .c-list__decimal--item, ol.wp-block-list li:not([class]) + .c-list__decimal--item,
ol:not([class]) li:not([class]) + .c-list__decimal--item, ol.wp-block-list .c-list__decimal--item + li:not([class]), ol.wp-block-list li:not([class]) + li:not([class]),
ol:not([class]) .c-list__decimal--item + li:not([class]),
ol:not([class]) li:not([class]) + li:not([class]) {
  margin-top: 8px;
}
.c-list__bold li::marker {
  font-weight: 700;
}
.c-list__check--item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-list__check--item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4363 0.706543L4.9563 9.19654L0.706299 4.95654' stroke='%23009193' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 11px;
  flex-shrink: 0;
}
.c-list__check--item + .c-list__check--item {
  margin-top: 8px;
}

ul.wp-block-list li + li,
ul:not([class]) li + li {
  margin-top: 8px;
}

ol.wp-block-list li + li,
ol:not([class]) li + li {
  margin-top: 8px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.page-numbers {
  width: 40px;
  height: 40px;
}
.page-numbers:not(.dots) {
  color: #009193;
  background-color: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.page-numbers:not(.dots):hover, .page-numbers.current {
  color: #FFF;
  background-color: #009193;
  border-color: #009193;
}

.c-scroll {
  position: relative;
}
.c-scroll__icon {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 172px;
  left: 96px;
  display: none;
  pointer-events: none;
  background-color: #363636;
  border-radius: 8px;
  margin-left: 0;
}

.c-svg, .c-svg__arrow--48-32, .c-svg__arrow--32-24, .c-svg__arrow--24__left, .c-svg__arrow--24, .c-svg--48-32, .c-svg--32-24, .c-svg--24, .c-svg--18, .c-svg--14 {
  fill: none;
  stroke: #009193;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.c-svg--14 {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-left: 16px;
}
.c-svg--18 {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-left: 16px;
}
.c-svg--24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 16px;
}
.c-svg--32-24 {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-svg--32-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
.c-svg--48-32 {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-svg--48-32 {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
.c-svg__arrow--24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 16px;
}
.c-svg__arrow--24__left {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 16px;
}
.c-svg__arrow--32-24 {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-svg__arrow--32-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
.c-svg__arrow--48-32 {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-svg__arrow--48-32 {
    width: 32px;
    height: 32px;
  }
}
.c-svg__white {
  fill: none;
  stroke: #FFF;
}
.c-svg__home {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

a:hover .c-svg__arrow--24, a:hover .c-svg__arrow--24__left, a:hover .c-svg__arrow--32-24 {
  fill: #009193;
  stroke: #FFF;
}
a:hover .c-svg__white {
  fill: #FFF;
  stroke: #009193;
}

.c-arrow-right, .c-arrow-right__secondary-light, .c-arrow-right__secondary, .c-arrow-right__secondary-rev {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #FFF;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  padding: 4px;
}
.c-arrow-right__secondary, .c-arrow-right__secondary-rev {
  stroke: #63BB3F;
}
.c-arrow-right__secondary-light {
  stroke: #63BB3F;
  background-color: #EFF8EB;
}
.c-arrow-right__secondary-rev {
  background-color: #EFF8EB;
}

.c-mail {
  fill: #FFF;
  width: 16px;
  height: 13px;
  min-width: 16px;
  min-height: 13px;
  vertical-align: baseline;
  transition: all 0.3s ease-in-out;
}

.c-blank, .c-blank-2nd, .c-blank__thirdly {
  fill: #363636;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  min-width: 12px;
  min-height: 12px;
  transition: all 0.3s ease-in-out;
}
.c-blank__thirdly {
  fill: #FFF;
}
.c-blank-2nd {
  fill: #FFF;
}

.c-pdf {
  color: #009193;
  text-decoration: underline;
}
.c-pdf::after {
  content: "";
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='18' viewBox='0 0 30 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5 0.5V17.5H0.5V0.5H29.5Z' stroke='%23009193'/%3E%3Cpath d='M5 4.81114C5.832 4.68314 6.644 4.61914 7.436 4.61914C8.524 4.61914 9.348 4.85114 9.908 5.31514C10.476 5.77114 10.76 6.42714 10.76 7.28314C10.76 8.21114 10.476 8.91514 9.908 9.39514C9.34 9.87514 8.516 10.1151 7.436 10.1151C6.908 10.1151 6.416 10.0911 5.96 10.0431V13.4991H5V4.81114ZM5.96 9.25114C6.424 9.31514 6.892 9.34714 7.364 9.34714C8.156 9.34714 8.76 9.17514 9.176 8.83114C9.6 8.48714 9.812 7.99514 9.812 7.35514C9.812 6.71514 9.604 6.23114 9.188 5.90314C8.78 5.56714 8.172 5.39914 7.364 5.39914C6.924 5.39914 6.456 5.43914 5.96 5.51914V9.25114ZM14.3193 5.42314C13.9033 5.42314 13.5153 5.45914 13.1553 5.53114V12.7071C13.5153 12.7791 13.9033 12.8151 14.3193 12.8151C16.7433 12.8151 17.9553 11.5431 17.9553 8.99914C17.9553 7.81514 17.6473 6.92314 17.0313 6.32314C16.4153 5.72314 15.5113 5.42314 14.3193 5.42314ZM18.8793 8.99914C18.8793 10.5111 18.4873 11.6591 17.7033 12.4431C16.9193 13.2271 15.7913 13.6191 14.3193 13.6191C13.6073 13.6191 12.8993 13.5551 12.1953 13.4271V4.81114C12.9153 4.68314 13.6233 4.61914 14.3193 4.61914C15.7833 4.61914 16.9073 4.99914 17.6913 5.75914C18.4833 6.51114 18.8793 7.59114 18.8793 8.99914ZM25.379 5.54314H21.335V8.51914H25.139V9.28714H21.335V13.4991H20.375V4.73914H25.379V5.54314Z' fill='%23009193'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-left: 8px;
}
.c-pdf:hover {
  text-decoration: none;
}

.c-arrow, .c-arrow__next, .c-arrow__prev {
  fill: none;
  stroke: #009193;
}
@media screen and (min-width: 769px) {
  a:hover .c-arrow-right__secondary, a:hover .c-arrow-right__secondary-rev {
    stroke: #FFF;
    background-color: #63BB3F;
  }
  a:hover .c-arrow-right__secondary-light {
    stroke: #63BB3F;
    background-color: #FFF;
  }
  a:hover .c-arrow-right__secondary-rev {
    stroke: #63BB3F;
    background-color: #FFF;
  }
  a:hover .c-mail {
    fill: #FF6600;
  }
  a:hover .c-blank, a:hover .c-blank__thirdly, a:hover .c-blank-2nd {
    fill: #009193;
  }
  a:hover .c-blank__thirdly {
    fill: #FF6600;
  }
  a:hover .c-blank-2nd {
    fill: #63BB3F;
  }
}
.c-tab {
  background-color: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(27, 96, 164, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.c-tab__menu--list {
  display: flex;
}
.c-tab__menu--item {
  width: 100%;
  position: relative;
}
.c-tab__menu--item.is-active {
  pointer-events: none;
  color: #FFF;
  background-color: #009193;
}
.c-tab__menu--item:not(.is-active) .c-tab__menu--link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-tab__menu--item:not(.is-active) .c-tab__menu--link::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__menu--link {
    padding: 16px 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__menu--img {
    display: none;
  }
}
.c-tab__menu--txt {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-tab__menu--txt {
    display: block;
  }
}
.c-tab__content {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .c-tab__content {
    padding: 32px 19px;
  }
}
.c-tab__content--item {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--item {
    display: block;
  }
}
.c-tab__content--visual {
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .c-tab__content--visual {
    width: auto;
    height: 46vw;
    margin-bottom: 24px;
  }
}
.c-tab__content--visual__img {
  width: auto;
}
.c-tab__content--body {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .c-tab__content--body {
    width: auto;
  }
}
.c-tab__content--headline {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--headline {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.c-tab__content--txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--txt {
    font-size: 14px;
  }
}
.c-tab__content--action {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--action {
    margin-top: 24px;
  }
}
.c-tab-2nd__menu {
  margin-bottom: 40px;
}
.c-tab-2nd__menu--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-tab-2nd__menu--item {
  width: calc(25% - 12px);
}
@media screen and (max-width: 768px) {
  .c-tab-2nd__menu--item {
    width: calc(50% - 8px);
  }
}
.c-tab-2nd__menu--item.is-active .c-tab-2nd__menu--link {
  pointer-events: none;
  color: #FFF;
  background-color: #009193;
}
.c-tab-2nd__menu--link {
  width: 100%;
}
.c-tab-select__menu {
  margin-bottom: 24px;
}
.c-tab-select__content--item:nth-child(n+2) {
  display: none;
}

.c-table, .wp-block-table.is-style-regular,
table:not([class]), .c-table-recruit {
  width: 100%;
}
.c-table__tr, .c-table-recruit__tr {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.c-table__th, .wp-block-table.is-style-regular th:not([class]),
table:not([class]) th:not([class]), .c-table-recruit__th, .c-table__td, .wp-block-table.is-style-regular td:not([class]),
table:not([class]) td:not([class]), .c-table-recruit__td {
  padding: 16px 8px;
}
.c-table__th, .wp-block-table.is-style-regular th:not([class]),
table:not([class]) th:not([class]), .c-table-recruit__th {
  font-weight: 700;
  text-align: left;
}
.c-table__wrap, .wp-block-table {
  width: 100%;
  overflow: auto;
  margin-top: 24px;
  margin-bottom: 80px;
}
.c-table__wrap .c-table, .c-table__wrap .wp-block-table.is-style-regular,
.c-table__wrap table:not([class]), .wp-block-table .c-table, .wp-block-table .wp-block-table.is-style-regular,
.wp-block-table table:not([class]), .c-table__wrap .c-table-recruit, .wp-block-table .c-table-recruit {
  min-width: 1160px;
  margin-top: 0;
  margin-bottom: 0;
}
.c-table-recruit {
  margin-top: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-table-recruit__tr {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    padding: 16px 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-recruit__th {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table-recruit__th {
    width: 160px;
    min-width: 160px;
    padding: 16px 40px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-table-recruit__td {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table-recruit__td {
    width: calc(100% - 200px);
    padding: 16px 0;
  }
}

.wp-block-table.is-style-regular thead:not([class]),
table:not([class]) thead:not([class]) {
  border: none;
}
.wp-block-table.is-style-regular .wp-element-caption,
table:not([class]) .wp-element-caption {
  font-size: 12px;
  margin-top: 8px;
}

.p-message {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-message {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-message__box--size-70 {
    width: calc(70% - 40px);
  }
}
@media screen and (min-width: 769px) {
  .p-message__box--size-30 {
    width: calc(30% - 40px);
  }
}
.p-message__visual {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-message__visual {
    padding: 0 60px;
  }
}
.p-message__visual--img {
  border-radius: 8px;
}
.p-message__position {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-message__signature {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-message .c-copy__primary-2nd, .p-message .c-copy__secondary {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-message .c-copy__desc {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-overview__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
.p-overview__item {
  padding: 24px 0;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .p-overview__item {
    width: calc(50% - 20px);
  }
}
.p-overview__dt {
  font-weight: 700;
  margin-bottom: 8px;
}

.p-access {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-access {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-access__box--size-40 {
    width: calc(40% - 40px);
  }
}
@media screen and (min-width: 769px) {
  .p-access__box--size-60 {
    width: calc(60% - 40px);
  }
}
.p-access__googlemap {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .p-access__googlemap {
    height: 400px;
  }
}

.p-history__item {
  display: flex;
}
.p-history__item:nth-child(odd) {
  background-color: #F4F4F4;
}
.p-history__item:first-child .p-history__txt::before {
  height: calc(100% - 30px);
  top: auto;
  bottom: 0;
}
.p-history__item:last-child .p-history__txt::before {
  height: 30px;
  top: 0;
  bottom: auto;
}
.p-history__year {
  font-weight: 700;
  flex-shrink: 0;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .p-history__year {
    padding: 16px 24px;
  }
}
.p-history__txt {
  position: relative;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .p-history__txt {
    padding: 16px 24px;
  }
}
.p-history__txt::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #009193;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.p-history__txt::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #009193;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 0;
  transform: translate(-50%, -50%);
}

.p-heroheader__inr {
  display: flex;
  gap: 40px 80px;
  padding: 0 24px;
  background-image: url("../img/front/mv_front_bg-sp.svg");
  background-repeat: no-repeat;
  background-position: top 34% center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-heroheader__inr {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader__inr {
    align-items: center;
    background-image: url("../img/front/mv_front_bg-pc.svg");
    background-position: bottom center;
    padding: 0 80px;
  }
}
.p-heroheader__visual {
  width: 100%;
}
.p-heroheader__copy--wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-heroheader__copy--wrap {
    gap: 40px;
  }
}

.p-case {
  display: flex;
  gap: 24px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-case {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-case {
    padding: 40px;
  }
}
.p-case__visual {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-case__visual {
    width: 320px;
    min-width: 320px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.p-case-slide {
  overflow: hidden;
}
.p-case-slide__list {
  padding-bottom: 104px;
}
.p-case-slide__item {
  width: 273px;
}
@media screen and (min-width: 769px) {
  .p-case-slide__item {
    width: 360px;
  }
}
@media screen and (min-width: 769px) {
  .p-case-slide__link:hover .p-case-slide__title {
    color: #009193;
  }
}
@media screen and (min-width: 769px) {
  .p-case-slide__link:hover .p-case-slide__title::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 769px) {
  .p-case-slide__link:hover .p-case-slide__visual--img {
    transform: scale(1.1);
  }
}
.p-case-slide__visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.p-case-slide__visual--img {
  transition: transform 0.3s ease-in-out;
}
.p-case-slide__visual--category {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #009193;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
}
.p-case-slide__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transition: color 0.3s ease-in-out;
  margin-bottom: 8px;
}
.p-case-slide__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  background-color: #009193;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
.p-case-slide__txt {
  font-size: 14px;
  line-height: 1.5;
}
.p-case-slide__arrow {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
}
.p-case-slide__arrow--prev {
  left: calc(50% - 48px);
}
.p-case-slide__arrow--next {
  right: calc(50% - 48px);
}
.p-case-slide .slick-list {
  max-width: 1160px;
  overflow: visible;
  margin: auto;
}
.p-case-slide .slick-track {
  gap: 40px;
}

.p-about {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-about {
    flex-direction: column-reverse;
  }
}
.p-about__box {
  width: 100%;
}
.p-about__visual {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-about__visual {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-about__visual--img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.p-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .p-group__list {
    gap: 24px;
  }
}
.p-group__item {
  width: calc(50% - 8px);
  border: 1px solid #D6D6D6;
}
@media screen and (min-width: 769px) {
  .p-group__item {
    width: calc(25% - 18px);
  }
}

.p-page404__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-page404__headline {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-page404__headline {
    font-size: 24px;
  }
}
.p-page404__body {
  text-align: center;
  margin-bottom: 40px;
}
.p-page404__body p + p {
  margin-top: 24px;
}
.p-post__meta {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
.p-post__meta--box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-post__date {
  font-size: 14px;
  line-height: 1.5;
}
.p-post__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-post__title {
    font-style: 32px;
  }
}
.p-post__mv {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-post__mv--img {
    max-width: 528px;
  }
}
.p-post__action {
  text-align: center;
  margin-top: 40px;
}

.p-recruit {
  background-color: #EFF8EB;
  background-image: url("../img/recruit/recruit_mv_bg-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 24vw;
}
@media screen and (min-width: 769px) {
  .p-recruit {
    background-image: url("../img/recruit/recruit_mv_bg-pc.svg");
    background-position-y: 40px;
  }
}
.p-recruit__heroheader {
  text-align: center;
  background: url("../img/recruit/recruit_mv_img_01.svg") top left 20px, url("../img/recruit/recruit_mv_img_02.svg") top right 20px, url("../img/recruit/recruit_mv_img_03.svg") bottom left 20px, url("../img/recruit/recruit_mv_img_04.svg") bottom right 20px;
  background-repeat: no-repeat;
  background-size: 32%;
  padding: 32% 20px;
}
@media screen and (min-width: 769px) {
  .p-recruit__heroheader {
    background-size: 20%;
    padding: 8% 24%;
    background-position: top left 40px, top right 40px, bottom left 80px, bottom right 80px;
  }
}
.p-recruit__message {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit__message {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit__message {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit__message--box {
    width: 100%;
  }
}
.p-recruit__message--visual {
  text-align: center;
}
.p-recruit__message--copy__header {
  color: #63BB3F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-recruit__message--copy__header {
    font-size: 32px;
  }
}
.p-recruit__message--copy__body {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-recruit__message--copy__body {
    font-size: 18px;
  }
}
.p-recruit__message--copy__body p + p {
  margin-top: 24px;
}
.p-recruit__kind {
  margin-top: 80px;
}
.p-recruit__kind--headline {
  color: #63BB3F;
  text-align: center;
}
.p-recruit__kind--list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit__kind--list {
    flex-direction: column;
  }
}
.p-recruit__kind--item {
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px;
}
.p-recruit__kind--title {
  color: #63BB3F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-recruit__kind--desc {
  font-size: 14px;
  line-height: 1.5;
}
.p-recruit__profile--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.p-recruit__profile--item {
  width: calc(50% - 12px);
}
@media screen and (min-width: 769px) {
  .p-recruit__profile--item {
    width: calc(20% - 20px);
  }
}
.p-recruit__profile--img {
  width: 100%;
}
.p-recruit__career {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit__career {
    overflow-x: auto;
    padding: 0 5%;
    margin: 0 -5%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__career--img {
    min-width: 945px;
  }
}
.p-recruit__personality {
  margin-top: 40px;
}
.p-recruit__personality--list {
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .p-recruit__personality--list {
    padding: 40px;
  }
}
.p-recruit__personality--item {
  color: #63BB3F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-recruit__personality--item::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-image: url("../img/recruit/recruit_check_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-recruit__ceo {
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .p-recruit__ceo {
    padding: 40px;
  }
}
.p-recruit-front {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-front {
    flex-direction: column;
  }
}
.p-recruit-front__box {
  width: 100%;
}
.p-recruit-front__visual {
  text-align: center;
  padding: 24px;
}
.p-recruit-offer__notice {
  color: #009193;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-recruit-offer__action {
  padding-top: 40px;
}
.p-recruit-offer__action--list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-offer__action--list {
    flex-direction: column;
    align-items: center;
  }
}
.p-recruit-offer__contact {
  text-align: center;
  margin-top: 40px;
}
.p-recruit-offer__contact--tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit__action {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.p-recruit .c-breadcrumbs {
  display: none;
}

.p-service__surround {
  display: flex;
  gap: 24px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-service__surround {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-service__surround--box:first-of-type {
    width: calc(60% - 20px);
  }
}
@media screen and (min-width: 769px) {
  .p-service__surround--box:last-of-type {
    width: calc(40% - 20px);
  }
}
.p-service__surround--title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-service__surround--title {
    font-size: 40px;
    line-height: 1.25;
  }
}
.p-service__surround--visual {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-service__surround--visual {
    height: 160px;
  }
}
@media screen and (min-width: 769px) {
  .p-service__surround--visual {
    aspect-ratio: 1/1;
  }
}
.p-service__surround--visual__img {
  width: 100%;
}
.p-service__surround--action {
  margin-top: 40px;
}
.p-service-coordinator {
  display: flex;
  gap: 40px 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-service-coordinator {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-service-coordinator__box {
    width: 100%;
  }
}
.p-service-coordinator__visual--img {
  width: 100%;
}
.p-service-collab__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-collab__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-service-collab__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-service-collab__item {
    width: calc(33.3333% - 27px);
  }
}
.p-service-collab__link:hover .c-btn__secondary {
  color: #63BB3F;
  background-color: #FFF;
}
.p-service-collab__visual {
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
.p-service-collab__visual--img {
  height: 52px;
}
.p-service-collab__title {
  color: #009193;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-service-collab__desc {
  font-size: 14px;
  line-height: 1.5;
}
.p-service-collab__action {
  margin-top: 24px;
}
.p-service-consult {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-service-consult {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-service-consult__box {
    width: 100%;
  }
}
.p-service-consult__action {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.p-service-consult__visual {
  padding: 0 24px;
}
@media screen and (min-width: 769px) {
  .p-service-consult__visual {
    padding: 0 40px;
  }
}
.p-service-flow__list {
  display: flex;
  gap: 68px 40px;
  counter-reset: listnum;
}
@media screen and (max-width: 768px) {
  .p-service-flow__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-service-flow__list {
    flex-wrap: wrap;
  }
}
.p-service-flow__item {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 24px;
}
.p-service-flow__item::before {
  counter-increment: listnum;
  content: counter(listnum);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  width: 32px;
  height: 32px;
  background-color: #009193;
  border-radius: 16px;
  position: absolute;
  left: calc(50% - 16px);
  top: -16px;
}
.p-service-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.75 8.75L8.75 16.75L0.75 8.75' stroke='%23009193' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M8.75 16.75L8.75 0.75' stroke='%23009193' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-service-flow__item:not(:last-child)::after {
    left: calc(50% - 9px);
    bottom: -30px;
  }
}
@media screen and (min-width: 769px) {
  .p-service-flow__item:not(:last-child)::after {
    top: calc(50% - 9px);
    right: -30px;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 769px) {
  .p-service-flow__item {
    width: calc(33.3333% - 27px);
  }
}
.p-service-flow__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-service-flow__desc {
  font-size: 14px;
  line-height: 1.5;
}
.p-service-flow__action {
  text-align: center;
  margin-top: 24px;
}

/* object/utility/_align.scss
-------------------------------------------------- */
.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/_flex.scss
-------------------------------------------------- */
.u-flex {
  display: flex !important;
}

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

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

@media screen and (min-width: 769px) {
  .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 (min-width: 769px) {
  .u-jc-c-md {
    justify-content: center !important;
  }
}

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

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

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

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

@media screen and (min-width: 769px) {
  .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 (min-width: 769px) {
  .u-ai-bl-md {
    align-items: baseline !important;
  }
}

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

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

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

@media screen and (min-width: 769px) {
  .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 (min-width: 769px) {
  .u-fd-c-md {
    flex-direction: column !important;
  }
}

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

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

@media screen and (min-width: 769px) {
  .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-font-outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.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: 1rem;
}

.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

.u-fs-31 {
  font-size: 3.1rem;
}

.u-fs-32 {
  font-size: 3.2rem;
}

.u-fs-33 {
  font-size: 3.3rem;
}

.u-fs-34 {
  font-size: 3.4rem;
}

.u-fs-35 {
  font-size: 3.5rem;
}

.u-fs-36 {
  font-size: 3.6rem;
}

.u-fs-37 {
  font-size: 3.7rem;
}

.u-fs-38 {
  font-size: 3.8rem;
}

.u-fs-39 {
  font-size: 3.9rem;
}

.u-fs-40 {
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .u-fs-10-md {
    font-size: 1rem;
  }
  .u-fs-11-md {
    font-size: 1.1rem;
  }
  .u-fs-12-md {
    font-size: 1.2rem;
  }
  .u-fs-13-md {
    font-size: 1.3rem;
  }
  .u-fs-14-md {
    font-size: 1.4rem;
  }
  .u-fs-15-md {
    font-size: 1.5rem;
  }
  .u-fs-16-md {
    font-size: 1.6rem;
  }
  .u-fs-17-md {
    font-size: 1.7rem;
  }
  .u-fs-18-md {
    font-size: 1.8rem;
  }
  .u-fs-19-md {
    font-size: 1.9rem;
  }
  .u-fs-20-md {
    font-size: 2rem;
  }
  .u-fs-21-md {
    font-size: 2.1rem;
  }
  .u-fs-22-md {
    font-size: 2.2rem;
  }
  .u-fs-23-md {
    font-size: 2.3rem;
  }
  .u-fs-24-md {
    font-size: 2.4rem;
  }
  .u-fs-25-md {
    font-size: 2.5rem;
  }
  .u-fs-26-md {
    font-size: 2.6rem;
  }
  .u-fs-27-md {
    font-size: 2.7rem;
  }
  .u-fs-28-md {
    font-size: 2.8rem;
  }
  .u-fs-29-md {
    font-size: 2.9rem;
  }
  .u-fs-30-md {
    font-size: 3rem;
  }
  .u-fs-31-md {
    font-size: 3.1rem;
  }
  .u-fs-32-md {
    font-size: 3.2rem;
  }
  .u-fs-33-md {
    font-size: 3.3rem;
  }
  .u-fs-34-md {
    font-size: 3.4rem;
  }
  .u-fs-35-md {
    font-size: 3.5rem;
  }
  .u-fs-36-md {
    font-size: 3.6rem;
  }
  .u-fs-37-md {
    font-size: 3.7rem;
  }
  .u-fs-38-md {
    font-size: 3.8rem;
  }
  .u-fs-39-md {
    font-size: 3.9rem;
  }
  .u-fs-40-md {
    font-size: 4rem;
  }
}
.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: 1201px) {
  .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: 1201px) {
  .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;
  }
}