/* Perfect Scrollbar
=============================== */
.scrollable-wrapper {
  position: relative;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 1;
}

.ps__thumb-x,
.ps__thumb-y,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #00b65f;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .scrollable-wrapper {
    width: 100%;
    max-width: 500px;
  }
  .scrollable-wrapper img {
    height: auto;
    max-width: none;
  }
}
/* Page */
.p-page-header {
  background: #38bae8;
  background: -webkit-gradient(linear, left top, left bottom, from(#38bae8), to(#90d4cb));
  background: -webkit-linear-gradient(top, #38bae8 0%, #90d4cb 100%);
  background: linear-gradient(180deg, #38bae8 0%, #90d4cb 100%);
}
@media (min-width: 768px) {
  .p-page-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 246px;
    padding-bottom: 53px;
  }
}

@media (min-width: 768px) {
  .p-meeting-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 2em;
  }
  .p-meeting-gallery__item.-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

/* Article */
.p-article-header__date {
  font-weight: bold;
  color: #9A9A9A;
}
@media (min-width: 768px) {
  .p-article-header {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .p-article-header__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-article-header__date {
    font-size: 1.125rem;
  }
  .p-article-header__update {
    font-size: 0.8125rem;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .p-article-data.-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-article-data__item.-col01 {
    -webkit-flex-basis: 24.2491%;
        -ms-flex-preferred-size: 24.2491%;
            flex-basis: 24.2491%;
  }
  .p-article-data__item.-col02 {
    -webkit-flex-basis: 8.3922%;
        -ms-flex-preferred-size: 8.3922%;
            flex-basis: 8.3922%;
  }
  .p-article-data__item.-col03 {
    -webkit-flex-basis: 28.7986%;
        -ms-flex-preferred-size: 28.7986%;
            flex-basis: 28.7986%;
  }
  .p-article-data__item.-col04 {
    -webkit-flex-basis: 25.9717%;
        -ms-flex-preferred-size: 25.9717%;
            flex-basis: 25.9717%;
  }
  .p-article-data__title {
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 2;
  }
  .p-article-data__content {
    font-size: 0.875rem;
    line-height: 1.8571;
  }
}

/* Block */
@media (max-width: 767px) {
  .p-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.p-section.-carousel-wrapper {
  overflow: hidden;
}
.p-section.-gradient {
  background: #e3fefc;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3fefc), to(#deeff9));
  background: -webkit-linear-gradient(top, #e3fefc 0%, #deeff9 100%);
  background: linear-gradient(180deg, #e3fefc 0%, #deeff9 100%);
}

.p-section-lv02:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-section-lv02 {
    margin-bottom: 6em;
  }
}

/* Grid */
@media (min-width: 768px) {
  .c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-row.-gap {
    row-gap: 75px;
  }
}

@media (min-width: 768px) {
  .c-col.-head, .c-col.-foot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.58%;
        -ms-flex: 0 0 31.58%;
            flex: 0 0 31.58%;
  }
  .c-col.-head.-sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.27%;
        -ms-flex: 0 0 24.27%;
            flex: 0 0 24.27%;
  }
  .c-col.-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.11%;
        -ms-flex: 0 0 61.11%;
            flex: 0 0 61.11%;
  }
  .c-col.-body.-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.25%;
        -ms-flex: 0 0 68.25%;
            flex: 0 0 68.25%;
  }
  .c-col.-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.34%;
        -ms-flex: 0 0 46.34%;
            flex: 0 0 46.34%;
  }
  .c-col.-col03 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.6%;
        -ms-flex: 0 0 30.6%;
            flex: 0 0 30.6%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-col.-col03:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .p-column-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5.8%;
       -moz-column-gap: 5.8%;
            column-gap: 5.8%;
  }
}

/* Color */ /* Effect */
.p-hover-shadow {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}
.p-hover-shadow * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-hover-shadow::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
  display: block;
  border-radius: 60px;
  background-color: #fff;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.16);
}
.p-hover-shadow:hover {
  color: #0074FC;
}
.p-hover-shadow:hover * {
  color: #0074FC;
}
.p-hover-shadow:hover img {
  border-radius: 30px;
}
.p-hover-shadow:hover::before {
  opacity: 1;
}
.p-hover-shadow.-narrow::before {
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
}

.p-hover-image-border {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}
.p-hover-image-border * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-hover-image-border img {
  border-width: 9px;
  border-style: solid;
  border-color: transparent;
}
.p-hover-image-border:hover {
  color: #0074FC;
}
.p-hover-image-border:hover * {
  color: #0074FC;
}
.p-hover-image-border:hover img {
  border-color: #cbe6ff;
  border-radius: 30px;
}

/* Type */
@media (min-width: 768px) {
  .c-lead {
    font-size: 1rem;
    line-height: 2.1875;
    font-weight: 300;
  }
  .c-lead.-lg {
    font-size: 1.125rem;
    line-height: 1.7778;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .c-section-text {
    font-size: 0.875rem;
    line-height: 2.1429;
  }
  .c-section-text.-md {
    font-size: 0.9375rem;
  }
  .c-section-text.-lg {
    font-size: 1rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .c-text-small {
    font-size: 0.8125rem;
  }
}

.c-link {
  color: #0074FC !important;
  text-decoration: underline;
}
.c-link:hover, .c-link:active {
  text-decoration: none;
}

.c-link-dot {
  border-bottom: 1px dotted #0074FC;
  color: #0074FC !important;
  text-decoration: none;
}
.c-link-dot:hover, .c-link-dot:active {
  border-bottom: 0;
  text-decoration: none;
}

.c-text-emphasis {
  font-weight: bold;
  color: #0074FC;
}
@media (min-width: 768px) {
  .c-text-emphasis {
    font-size: 1.0625rem;
  }
}

/* Headings */
.c-heading-main {
  line-height: 1.25;
  color: #fff;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 768px) {
  .c-heading-main {
    font-size: 3.4375rem;
  }
  .c-heading-main.-sm {
    font-size: 2.8125rem;
  }
}

.c-heading {
  color: #0074FC;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
  .c-heading.-sm {
    font-size: 1rem;
  }
  .c-heading.-md {
    font-size: 1.1875rem;
  }
}

.c-heading02 {
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-heading02 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.c-heading03 {
  color: #666;
  font-weight: bold;
}
.c-heading03.-dark {
  color: inherit !important;
}
@media (min-width: 768px) {
  .c-heading03 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .c-heading03.-sm {
    font-size: 1rem;
  }
}

.c-heading-article {
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-heading-article {
    font-size: 2.3125rem;
    letter-spacing: 0.03em;
  }
  .c-heading-article.-lg {
    font-size: 3.5625rem;
  }
}

/* Nav */
.p-pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-pagination span,
.p-pagination a {
  border-radius: 10px;
  background-color: #fff;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0074FC;
  font-weight: bold;
  text-decoration: none;
}
.p-pagination a:hover {
  background-color: #0074FC;
  color: #fff;
}
.p-pagination .current {
  background-color: #0074FC;
  color: #fff;
}
.p-pagination .prev,
.p-pagination .next {
  position: relative;
}
.p-pagination .prev::before,
.p-pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.25em;
  border-top: 3px solid #0074FC;
  border-right: 3px solid #0074FC;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.p-pagination .prev {
  padding-right: 2em;
  padding-left: 2.5em;
}
.p-pagination .prev::before {
  left: 1em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-pagination .next {
  padding-right: 2.5em;
  padding-left: 2em;
}
.p-pagination .next::before {
  right: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-pagination .prev:hover::before,
.p-pagination .next:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (min-width: 768px) {
  .p-pagination {
    font-size: 1.3125rem;
    margin-top: 65px;
  }
  .p-pagination span,
.p-pagination a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.5em;
    margin-left: 0.5em;
    min-width: 40px;
    height: 40px;
  }
  .p-pagination .prev,
.p-pagination .next {
    font-size: 1rem;
  }
  .p-pagination .prev {
    margin-right: 1em;
  }
  .p-pagination .next {
    margin-left: 1em;
  }
}

@media (min-width: 768px) {
  .p-nav-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.25em;
    border-top: 4px solid #e8e8e8;
    padding-top: 6.25em;
    padding-right: 4.0625em;
    padding-left: 4.0625em;
    text-align: center;
  }
  .p-nav-entry__prev, .p-nav-entry__next {
    -webkit-flex-basis: 28.44%;
        -ms-flex-preferred-size: 28.44%;
            flex-basis: 28.44%;
  }
}

/* Buttons */
.c-button {
  font-size: 0.75rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0074FC;
  background: #fff;
  min-width: 200px;
  min-height: 46px;
  color: #0074FC !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button.-arrow::after, .c-button.-arrow-back::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -3px;
  background: url("../img/icon-button-arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 6px;
}
.c-button.-arrow::after {
  right: -19px;
}
.c-button.-arrow-back::after {
  left: -19px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-button.-carret {
  position: relative;
}
.c-button.-carret::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 7px;
  display: block;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #0074FC;
  width: 0;
  height: 0;
}
.c-button.-download {
  background-image: url("../img/icon-download.svg");
  background-position: right 1em center;
  background-repeat: no-repeat;
  padding-right: 3.8em;
  padding-left: 22px;
  height: 46px;
  color: #0074FC !important;
}
@media (min-width: 768px) {
  .c-button.-download {
    font-size: 0.75rem;
    background-size: 1.75em 1.33em;
  }
}
@media (min-width: 768px) {
  .c-button.-w-lg {
    width: 254px;
  }
}
.c-button.-footer-contact {
  width: 230px;
}
@media (min-width: 768px) {
  .c-button.-form-submit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 237px;
    height: 54px;
  }
  .c-button.-form-submit input {
    font-size: 0.9375rem;
  }
}
.c-button input {
  border: 0;
  background: transparent;
  color: #0074FC;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav {
  font-size: 0.9375rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #0074FC;
  font-weight: bold;
  text-decoration: none;
}
.c-nav:hover {
  opacity: 0.7;
}
.c-nav.-carret::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 0.5em;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #0074FC;
  width: 0;
  height: 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-nav {
    font-size: 0.8125rem;
  }
}

/* Lists */
.c-list-dot {
  list-style: none;
}
.c-list-dot > li {
  position: relative;
  padding-left: 1em;
}
.c-list-dot > li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  width: 0.2em;
  height: 0.2em;
}
@media (min-width: 768px) {
  .c-list-dot {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.c-list-number {
  padding-left: 1.5em;
  list-style: outside decimal;
}
@media (min-width: 768px) {
  .c-list-number {
    font-size: 0.9375rem;
    line-height: 2.1333;
  }
  .c-list-number > li {
    margin-bottom: 2em;
  }
}

.p-programlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 100px;
}
@media (min-width: 768px) {
  .p-programlist__item {
    margin-left: 9.7135%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.8577%;
        -ms-flex: 0 0 26.8577%;
            flex: 0 0 26.8577%;
  }
  .p-programlist__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .p-programlist__item-image {
    margin-bottom: 32px;
  }
  .p-programlist__item-image img {
    border-radius: 70px;
  }
  .p-programlist__item-title {
    font-size: 1.75rem;
    margin-bottom: 24px;
    line-height: 1;
    text-align: center;
  }
  .p-programlist__item-period {
    font-size: 0.875rem;
    margin-bottom: 20px;
    line-height: 1;
    color: #afafaf;
    font-weight: bold;
    text-align: center;
  }
  .p-programlist__item-text {
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

.p-newslist {
  font-weight: bold;
}
.p-newslist a {
  border-width: 9px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  color: inherit !important;
  text-decoration: none;
}
.p-newslist a:hover {
  border-color: #cbe6ff;
}
.p-newslist a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  margin-top: -0.5em;
  border-top: 3px solid #0074FC;
  border-right: 3px solid #0074FC;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (min-width: 768px) {
  .p-newslist a {
    padding: 1.5em 6em 1.5em 2.5em;
  }
  .p-newslist__item {
    margin-bottom: 30px;
  }
  .p-newslist__date {
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12em;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
  }
}

@media (min-width: 768px) {
  .p-linklist {
    padding-right: 3em;
    padding-left: 3em;
  }
  .p-linklist__item {
    font-size: 0.9375rem;
    margin-bottom: 1em;
  }
}

.p-datalist {
  border-top: 2px solid #e8e8e8;
}
.p-datalist__item {
  border-bottom: 2px solid #e8e8e8;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .p-datalist__item.-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-datalist__item-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 144px;
        -ms-flex: 0 0 144px;
            flex: 0 0 144px;
  }
  .p-datalist__item-button a {
    width: auto;
    min-width: auto;
    letter-spacing: normal;
  }
}

/* Card */
.p-card-arrow {
  background: url("../img/icon-button-arrow-l.svg") right bottom no-repeat;
  background-size: auto 6px;
  padding-bottom: 30px;
}

.p-card-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .p-card-horizontal__col.-thumb {
    margin-right: 31px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 152px;
        -ms-flex: 0 0 152px;
            flex: 0 0 152px;
  }
  .p-card-horizontal__col.-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.c-card-date {
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-card-date {
    font-size: 0.875rem;
  }
  .c-card-date.-sm {
    font-size: 0.8125rem;
  }
}

.c-card-title {
  font-weight: 300;
  line-height: 1.5;
}
.c-card-title.-publications {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .c-card-title.-news {
    font-size: 1.125rem;
  }
  .c-card-title.-publications {
    font-size: 1.375rem;
  }
  .c-card-title.-activities, .c-card-title.-meeting {
    font-size: 1.25rem;
  }
}

.c-card-text.-publications {
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-card-text.-publications {
    font-size: 0.8125rem;
    line-height: 1.7692;
  }
}

/* Boxes */ /* Icons */
.c-icon-zoom {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-icon-zoom:hover {
  opacity: 0.7;
}
.c-icon-zoom::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/icon-zoom.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 39px;
}

/* Breadcrumb */
.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.c-breadcrumb__item {
  position: relative;
  margin-right: 1em;
  padding-right: 0.8em;
}
.c-breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.c-breadcrumb a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    font-size: 0.875rem;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

/* Form */
.p-form-content__head {
  line-height: 1.4;
}
.p-form-content__head-label {
  font-weight: bold;
}
.p-form-content__head-required {
  color: #0074FC;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 7.4324%;
    padding-left: 7.4324%;
  }
  .p-form-content__head, .p-form-content__body {
    margin-bottom: 3.625em;
  }
  .p-form-content__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.375em;
        -ms-flex: 0 0 6.375em;
            flex: 0 0 6.375em;
  }
  .p-form-content__head-label {
    font-size: 1.1875rem;
  }
  .p-form-content__head-required {
    font-size: 0.8125rem;
  }
  .p-form-content__body {
    -webkit-flex-basis: calc(100% - 6.375em);
        -ms-flex-preferred-size: calc(100% - 6.375em);
            flex-basis: calc(100% - 6.375em);
  }
  .p-form-content input[type=text],
.p-form-content input[type=email],
.p-form-content textarea {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    background-color: #fff;
    padding: 1em;
    font-size: 1rem;
  }
  .p-form-content input[type=text],
.p-form-content input[type=email] {
    width: 100%;
    max-width: 417px;
    height: 64px;
  }
  .p-form-content textarea {
    width: 100%;
  }
}

.p-form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  /* Focused Style */
}
@media (min-width: 768px) {
  .p-form-checkbox {
    margin-bottom: 3.625em;
  }
  .p-form-checkbox__text {
    font-size: 0.9375rem;
  }
}
.p-form-checkbox__label {
  cursor: pointer;
}
.p-form-checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.p-form-checkbox__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type=checkbox] + .p-form-checkbox__text::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  margin-right: 0.5rem;
}
input[type=checkbox]:checked + .p-form-checkbox__text::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230074FC' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.p-form-submit {
  text-align: center;
}

.table-default th,
.table-default td {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  vertical-align: middle;
}
.table-default th {
  font-size: func_font_size_px_to_percent(20);
  font-weight: normal;
  text-align: center;
}

.p-program-carousel {
  overflow: visible !important;
}
.p-program-carousel__item-date {
  font-weight: bold;
}
.p-program-carousel__item-title {
  font-weight: 300;
}
@media (min-width: 768px) {
  .p-program-carousel {
    margin-top: 80px;
    margin-left: -1.757vw;
  }
  .p-program-carousel__item {
    padding-right: 1.757vw;
    padding-left: 1.757vw;
    width: 42.744vw;
  }
  .p-program-carousel__item-image {
    margin-bottom: 30px;
  }
  .p-program-carousel__item-date {
    font-size: 0.875rem;
    margin-bottom: 0.5em;
    line-height: 1.7143;
  }
  .p-program-carousel__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

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

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

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

.p-collapse__toggle {
  background-position: right 29px center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-collapse-open.svg");
  cursor: pointer;
}
.p-collapse__toggle.is-active {
  background-image: url("../img/icon-collapse-close.svg");
}
@media (min-width: 768px) {
  .p-collapse__toggle {
    background-size: 21px auto;
  }
}
.p-collapse.-card {
  border: 9px solid transparent;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.p-collapse.-card:hover {
  border-color: #cae6ff;
}
@media (min-width: 768px) {
  .p-collapse.-card {
    margin-bottom: 1.6em;
  }
  .p-collapse.-card .p-collapse__toggle {
    padding: 35px 79px 35px 35px;
  }
  .p-collapse.-card .p-collapse__content {
    padding: 0 35px 35px 35px;
  }
}

.tab-content {
  display: none;
}

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

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

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

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

@media (max-width: 767px) {
  .tab-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tab-nav .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .tab-nav .item {
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
  }
}
/* IR
========================================= */
.ir-text-attention {
  color: #f00;
}

.ir-text-bold {
  font-weight: bold;
}

.ir-text-underline {
  text-decoration: underline;
}

.ir-box {
  border: 1px solid #ccc;
}
.ir-box p {
  margin: 0;
}
@media (max-width: 767px) {
  .ir-box {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .ir-box {
    padding: 30px 20px;
  }
}

.ir-ul {
  list-style: disc outside;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}

.ir-newslist a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ir-newslist a:hover {
  opacity: 0.5;
}
.ir-newslist__item-date {
  /*color: #abb8c3;*/
	color: #696969;
}
.ir-newslist__item-title {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ir-newslist__item {
    margin-bottom: 2.5em;
  }
  .ir-newslist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ir-newslist__item-date {
    padding-top: 0.2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .ir-newslist__item-category {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .ir-newslist__item-title {
    margin-top: 0.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .ir-newslist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ir-newslist__item-date {
    padding-top: 0.2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .ir-newslist__item-category {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93px;
        -ms-flex: 0 0 93px;
            flex: 0 0 93px;
  }
  .ir-newslist__item-title {
    margin-left: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.ir-categoryicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 11px;
  height: 22px;
  font-size: 1.1rem;
  text-align: center;
}
.ir-categoryicon.-cat01 {
  border-color: #1a43ab;
  color: #1a43ab;
}
.ir-categoryicon.-cat02 {
  border-color: #ea5506;
  color: #ea5506;
}

.thum-box-type01 a {
  position: relative;
  display: block;
}

.thum-box-type01__inner {
  position: relative;
}
.thum-box-type01__title {
  overflow: hidden;
}
.thum-box-type01__title img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.thum-box-type01__title.-hmax {
  background: url("/wp-content/uploads/2023/01/bg-index-content-01.jpg") center bottom no-repeat;
  background-size: cover;
  height: 100%;
}
.thum-box-type01__title.-hmax img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thum-box-type01__title.-hmax .link-txt-box-type02 {
  top: auto;
  bottom: 40px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .thum-box-type01__title.-hmax {
    height: 300px;
  }
}

.page-sub-link-list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-sub-link-list a:hover {
  background: #eee;
}

.ir-index-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  min-height: 170px;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.ir-index-box span {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ir-index-box span::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.ir-index-box:hover {
  background-color: #eee;
  opacity: 1 !important;
}
.ir-index-box:hover span {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .ir-index-box {
    min-height: 100px;
  }
}

.ir-president-photo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ir-president-photo {
    max-width: 70%;
  }
}

.ir-governance-box {
  border: 1px solid #e3e3e3;
}
.ir-governance-box__date {
  font-size: 1.6rem;
}
.ir-governance-box__title a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ir-governance-box {
    padding: 20px 15px;
  }
  .ir-governance-box__date {
    margin-bottom: 0.5em;
  }
  .ir-governance-box__title {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ir-governance-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .ir-governance-box__title {
    margin-left: 30px;
  }
}

.ir-filesize {
  margin-left: 0.5em;
  background: url("../images/ir/icon-pdf.png") 0 0 no-repeat;
  background-size: 16px auto;
  padding-left: 22px;
}

.ir-doclist a {
  text-decoration: none;
}
.ir-doclist__item {
  border-bottom: 1px solid #000;
}
.ir-doclist__item-date {
  color: #abb8c3;
}
@media (max-width: 767px) {
  .ir-doclist a {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ir-doclist__item-date {
    margin-bottom: 0.5em;
  }
  .ir-doclist__item-title {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ir-doclist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ir-doclist__item-date {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.ir-table-default {
  font-size: 1.6rem;
}
.ir-table-default tr {
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) and (max-width: 767px) {
  .ir-table-default.-spbreak {
    display: block;
  }
  .ir-table-default.-spbreak thead,
.ir-table-default.-spbreak tbody,
.ir-table-default.-spbreak tfoot,
.ir-table-default.-spbreak tr,
.ir-table-default.-spbreak th,
.ir-table-default.-spbreak td {
    display: block;
  }
  .ir-table-default.-spbreak tr {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ir-table-default.-spbreak th {
    margin-bottom: 0.5em;
    text-align: left;
  }
  .ir-table-default.-spbreak td {
    line-height: 1.5;
  }
  .ir-table-default.-stock-information-child {
    margin-left: 1em;
  }
  .ir-table-default.-stock-information-child tr {
    border: 0 !important;
    padding: 0;
    margin-top: 1em;
  }
  .ir-table-default.-stock-data-02 {
    font-size: 1.4rem;
  }
  .ir-table-default.-stock-data-02 th,
.ir-table-default.-stock-data-02 td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .ir-table-default.-stock-data-02 th {
    line-height: 1.3;
    text-align: left;
  }
  .ir-table-default.-stock-data-02 .c02,
.ir-table-default.-stock-data-02 .c03 {
    padding-left: 0.5em;
    width: 25%;
    text-align: right;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .ir-table-default {
    width: 100%;
    table-layout: fixed;
  }
  .ir-table-default th,
.ir-table-default td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ir-table-default th {
    text-align: left;
  }
  .ir-table-default.-stock-information th {
    width: 25%;
  }
  .ir-table-default.-stock-information-child {
    margin: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .ir-table-default.-stock-information-child tr {
    border: 0 !important;
  }
  .ir-table-default.-stock-information-child th,
.ir-table-default.-stock-information-child td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ir-table-default.-stock-information-child th {
    width: 70px;
    font-weight: normal;
  }
  .ir-table-default.-stock-data-01 th {
    width: 25%;
  }
  .ir-table-default.-stock-data-02 .c02,
.ir-table-default.-stock-data-02 .c03 {
    width: 20%;
    text-align: right;
  }
}

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

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

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

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

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

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

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

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

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

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

.u-border-bottom {
  border-bottom: 4px solid #fff;
}
.u-border-top-dark {
  border-top: 4px solid #e8e8e8;
}
.u-border-bottom-dark {
  border-bottom: 4px solid #e8e8e8;
}

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