html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0,0,0,0);
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0,0,0,0);
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=password],
input[type=number],
input[type=button],
input[type=reset],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

input[type=radio]+label,
input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}

select {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif;
  line-height: 1.7;
  position: relative;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea,
select,
button {
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif !important;
  font-size: 1.6rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
}

input[type=radio],
input[type=checkbox] {
  margin-right: .4rem;
  font-size: 1.6rem;
}

input[type=button],
button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif !important;
}

input[type=reset] {
  cursor: pointer;
}

select {
  padding: 1em 2.6rem 1em .75em;
  background: #fff url(../tmpl-img/ico_down_arrow01.svg) no-repeat right 10px center;
  border: 1px solid #ddd;
  cursor: pointer;
}

label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

::-moz-placeholder {
  color: #eee !important;
}

::placeholder {
  color: #eee !important;
}

.l-contents {
  position: relative;
  width: 100%;
}

.l-footer {
  color: #1a1a1a;
  background-color: #eef6f6;
  padding-top: 5.6rem;
  padding-bottom: 14.4rem;
}

.l-footer.-border {
  border-top: 1px solid #ccc;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 4rem 0;
}

.l-header__container {
  display: flex;
  justify-content: space-between;
}

.l-header__container.c-container {
  max-width: none;
  padding-right: 4rem;
  padding-left: 4rem;
}

.l-header__sp-menu-btn {
  margin-left: 2rem;
}

.l-header.-single {
  background-color: #fff;
  padding: 2.4rem 0;
}

.l-page {
  position: static;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
  pointer-events: initial;
}

.l-page.-fixed {
  position: fixed;
  width: 100%;
}

.c-filled-btn,
.c-outlined-btn {
  transition: all .3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32rem;
  min-height: 7.2rem;
  padding: .8rem .8rem;
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  letter-spacing: .04em;
  text-indent: .04em;
}

.-xs.c-filled-btn,
.-xs.c-outlined-btn {
  width: 22rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.-xs.-rounded.c-filled-btn,
.-xs.-rounded.c-outlined-btn {
  border-radius: 2.8rem;
}

.-sm.c-filled-btn,
.-sm.c-outlined-btn {
  width: 24.5rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.-sm.-rounded.c-filled-btn,
.-sm.-rounded.c-outlined-btn {
  border-radius: 2.8rem;
}

.-lg.c-filled-btn,
.-lg.c-outlined-btn {
  width: 37.2rem;
  min-height: 7.7rem;
  font-size: 2rem;
}

.-lg.-rounded.c-filled-btn,
.-lg.-rounded.c-outlined-btn {
  border-radius: 3.85rem;
}

.-xl.c-filled-btn,
.-xl.c-outlined-btn {
  width: 40rem;
  min-height: 10rem;
  font-size: 2rem;
}

.-xl.-rounded.c-filled-btn,
.-xl.-rounded.c-outlined-btn {
  border-radius: 5rem;
}

.-block.c-filled-btn,
.-block.c-outlined-btn {
  width: 100%;
  min-width: auto;
}

.-rounded.c-filled-btn,
.-rounded.c-outlined-btn {
  border-radius: 3.6rem;
}

.c-filled-btn .icon,
.c-outlined-btn .icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .4rem;
}

.c-filled-btn .icon.-left,
.c-outlined-btn .icon.-left {
  margin-left: .4rem;
}

.c-outlined-btn {
  background-color: rgba(0,0,0,0);
  border: 2px solid #3354a2;
  color: #1a1a1a;
}

.c-outlined-btn:hover {
  background-color: #3354a2;
  color: #fff;
}

.-white.c-outlined-btn {
  border-color: #3354a2;
  background-color: #fff;
}

.-circle.c-outlined-btn>span {
  position: relative;
  padding-left: 1.8rem;
}

.-circle.c-outlined-btn>span:before {
  transition: all .3s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #3354a2;
  border-radius: 50%;
}

.-circle.c-outlined-btn:hover span:before {
  transition: all .3s ease;
  background-color: #fff;
}

.c-filled-btn {
  background-color: #3354a2;
  color: #fff;
}

.c-filled-btn:hover {
  background-color: #446ac4;
  transition: all .3s ease;
}

.c-filled-btn .icon {
  fill: #fff;
}

.c-container {
  box-sizing: content-box;
  max-width: 119.6rem;
  margin: auto;
  padding-right: 8rem;
  padding-left: 8rem;
}

.c-container.-fluid {
  max-width: none;
}

.c-container.-narrow {
  max-width: 78.6rem;
}

.c-dropdown__btn {
  position: relative;
  display: block;
  margin-bottom: .8rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.c-dropdown__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3354a2;
  border-right: 2px solid #3354a2;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}

.c-dropdown div:not([class]) {
  display: none;
}

.c-dropdown div:not([class])>*:first-child {
  margin-top: 0 !important;
}

.c-gap-0 {
  gap: 0rem !important;
}

.c-gap-x-0 {
  -moz-column-gap: 0rem !important;
  column-gap: 0rem !important;
}

.c-gap-y-0 {
  row-gap: 0rem !important;
}

.c-gap-1 {
  gap: .8rem !important;
}

.c-gap-x-1 {
  -moz-column-gap: .8rem !important;
  column-gap: .8rem !important;
}

.c-gap-y-1 {
  row-gap: .8rem !important;
}

.c-gap-2 {
  gap: 1.6rem !important;
}

.c-gap-x-2 {
  -moz-column-gap: 1.6rem !important;
  column-gap: 1.6rem !important;
}

.c-gap-y-2 {
  row-gap: 1.6rem !important;
}

.c-gap-3 {
  gap: 2.4rem !important;
}

.c-gap-x-3 {
  -moz-column-gap: 2.4rem !important;
  column-gap: 2.4rem !important;
}

.c-gap-y-3 {
  row-gap: 2.4rem !important;
}

.c-gap-4 {
  gap: 3.2rem !important;
}

.c-gap-x-4 {
  -moz-column-gap: 3.2rem !important;
  column-gap: 3.2rem !important;
}

.c-gap-y-4 {
  row-gap: 3.2rem !important;
}

.c-gap-5 {
  gap: 4rem !important;
}

.c-gap-x-5 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.c-gap-y-5 {
  row-gap: 4rem !important;
}

.c-gap-6 {
  gap: 4.8rem !important;
}

.c-gap-x-6 {
  -moz-column-gap: 4.8rem !important;
  column-gap: 4.8rem !important;
}

.c-gap-y-6 {
  row-gap: 4.8rem !important;
}

.c-gap-7 {
  gap: 5.6rem !important;
}

.c-gap-x-7 {
  -moz-column-gap: 5.6rem !important;
  column-gap: 5.6rem !important;
}

.c-gap-y-7 {
  row-gap: 5.6rem !important;
}

.c-gap-8 {
  gap: 6.4rem !important;
}

.c-gap-x-8 {
  -moz-column-gap: 6.4rem !important;
  column-gap: 6.4rem !important;
}

.c-gap-y-8 {
  row-gap: 6.4rem !important;
}

.c-gap-9 {
  gap: 7.2rem !important;
}

.c-gap-x-9 {
  -moz-column-gap: 7.2rem !important;
  column-gap: 7.2rem !important;
}

.c-gap-y-9 {
  row-gap: 7.2rem !important;
}

.c-gap-10 {
  gap: 8rem !important;
}

.c-gap-x-10 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.c-gap-y-10 {
  row-gap: 8rem !important;
}

.c-gap-11 {
  gap: 8.8rem !important;
}

.c-gap-x-11 {
  -moz-column-gap: 8.8rem !important;
  column-gap: 8.8rem !important;
}

.c-gap-y-11 {
  row-gap: 8.8rem !important;
}

.c-gap-12 {
  gap: 9.6rem !important;
}

.c-gap-x-12 {
  -moz-column-gap: 9.6rem !important;
  column-gap: 9.6rem !important;
}

.c-gap-y-12 {
  row-gap: 9.6rem !important;
}

.c-gap-13 {
  gap: 10.4rem !important;
}

.c-gap-x-13 {
  -moz-column-gap: 10.4rem !important;
  column-gap: 10.4rem !important;
}

.c-gap-y-13 {
  row-gap: 10.4rem !important;
}

.c-gap-14 {
  gap: 11.2rem !important;
}

.c-gap-x-14 {
  -moz-column-gap: 11.2rem !important;
  column-gap: 11.2rem !important;
}

.c-gap-y-14 {
  row-gap: 11.2rem !important;
}

.c-gap-15 {
  gap: 12rem !important;
}

.c-gap-x-15 {
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.c-gap-y-15 {
  row-gap: 12rem !important;
}

.c-gap-16 {
  gap: 12.8rem !important;
}

.c-gap-x-16 {
  -moz-column-gap: 12.8rem !important;
  column-gap: 12.8rem !important;
}

.c-gap-y-16 {
  row-gap: 12.8rem !important;
}

.c-gap-17 {
  gap: 13.6rem !important;
}

.c-gap-x-17 {
  -moz-column-gap: 13.6rem !important;
  column-gap: 13.6rem !important;
}

.c-gap-y-17 {
  row-gap: 13.6rem !important;
}

.c-gap-18 {
  gap: 14.4rem !important;
}

.c-gap-x-18 {
  -moz-column-gap: 14.4rem !important;
  column-gap: 14.4rem !important;
}

.c-gap-y-18 {
  row-gap: 14.4rem !important;
}

.c-gap-19 {
  gap: 15.2rem !important;
}

.c-gap-x-19 {
  -moz-column-gap: 15.2rem !important;
  column-gap: 15.2rem !important;
}

.c-gap-y-19 {
  row-gap: 15.2rem !important;
}

.c-gap-20 {
  gap: 16rem !important;
}

.c-gap-x-20 {
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.c-gap-y-20 {
  row-gap: 16rem !important;
}

.c-grid {
  display: grid;
}

.-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.-row-auto {
  grid-row: auto;
}

.-row-full {
  grid-row: 1/-1;
}

.-col-span-1 {
  grid-column: span 1/span 1;
}

.-row-span-1 {
  grid-row: span 1/span 1;
}

.-col-span-2 {
  grid-column: span 2/span 2;
}

.-row-span-2 {
  grid-row: span 2/span 2;
}

.-col-span-3 {
  grid-column: span 3/span 3;
}

.-row-span-3 {
  grid-row: span 3/span 3;
}

.-col-span-4 {
  grid-column: span 4/span 4;
}

.-row-span-4 {
  grid-row: span 4/span 4;
}

.-col-span-5 {
  grid-column: span 5/span 5;
}

.-row-span-5 {
  grid-row: span 5/span 5;
}

.-col-span-6 {
  grid-column: span 6/span 6;
}

.-row-span-6 {
  grid-row: span 6/span 6;
}

.-col-span-7 {
  grid-column: span 7/span 7;
}

.-row-span-7 {
  grid-row: span 7/span 7;
}

.-col-span-8 {
  grid-column: span 8/span 8;
}

.-row-span-8 {
  grid-row: span 8/span 8;
}

.-col-span-9 {
  grid-column: span 9/span 9;
}

.-row-span-9 {
  grid-row: span 9/span 9;
}

.-col-span-10 {
  grid-column: span 10/span 10;
}

.-row-span-10 {
  grid-row: span 10/span 10;
}

.-col-span-11 {
  grid-column: span 11/span 11;
}

.-row-span-11 {
  grid-row: span 11/span 11;
}

.-col-auto {
  grid-column: auto;
}

.-col-full {
  grid-column: 1/-1;
}

.-row-start-1 {
  grid-row-start: 1;
}

.-row-end-1 {
  grid-row-end: 1;
}

.-row-start-2 {
  grid-row-start: 2;
}

.-row-end-2 {
  grid-row-end: 2;
}

.-row-start-3 {
  grid-row-start: 3;
}

.-row-end-3 {
  grid-row-end: 3;
}

.-row-start-4 {
  grid-row-start: 4;
}

.-row-end-4 {
  grid-row-end: 4;
}

.-row-start-5 {
  grid-row-start: 5;
}

.-row-end-5 {
  grid-row-end: 5;
}

.-row-start-6 {
  grid-row-start: 6;
}

.-row-end-6 {
  grid-row-end: 6;
}

.-row-start-7 {
  grid-row-start: 7;
}

.-row-end-7 {
  grid-row-end: 7;
}

.-row-start-8 {
  grid-row-start: 8;
}

.-row-end-8 {
  grid-row-end: 8;
}

.-row-start-9 {
  grid-row-start: 9;
}

.-row-end-9 {
  grid-row-end: 9;
}

.-row-start-10 {
  grid-row-start: 10;
}

.-row-end-10 {
  grid-row-end: 10;
}

.-row-start-11 {
  grid-row-start: 11;
}

.-row-end-11 {
  grid-row-end: 11;
}

.-row-start-12 {
  grid-row-start: 12;
}

.-row-end-12 {
  grid-row-end: 12;
}

.-col-start-1 {
  grid-column-start: 1;
}

.-col-end-1 {
  grid-column-end: 1;
}

.-col-start-2 {
  grid-column-start: 2;
}

.-col-end-2 {
  grid-column-end: 2;
}

.-col-start-3 {
  grid-column-start: 3;
}

.-col-end-3 {
  grid-column-end: 3;
}

.-col-start-4 {
  grid-column-start: 4;
}

.-col-end-4 {
  grid-column-end: 4;
}

.-col-start-5 {
  grid-column-start: 5;
}

.-col-end-5 {
  grid-column-end: 5;
}

.-col-start-6 {
  grid-column-start: 6;
}

.-col-end-6 {
  grid-column-end: 6;
}

.-col-start-7 {
  grid-column-start: 7;
}

.-col-end-7 {
  grid-column-end: 7;
}

.-col-start-8 {
  grid-column-start: 8;
}

.-col-end-8 {
  grid-column-end: 8;
}

.-col-start-9 {
  grid-column-start: 9;
}

.-col-end-9 {
  grid-column-end: 9;
}

.-col-start-10 {
  grid-column-start: 10;
}

.-col-end-10 {
  grid-column-end: 10;
}

.-col-start-11 {
  grid-column-start: 11;
}

.-col-end-11 {
  grid-column-end: 11;
}

.-col-start-12 {
  grid-column-start: 12;
}

.-col-end-12 {
  grid-column-end: 12;
}

.c-hamburger-btn {
  width: 5.6rem;
  height: 5.6rem;
  background-color: #3354a2;
}

.c-hamburger-btn>button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(0,0,0,0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
}

.c-hamburger-btn .c-hamburger-btn__bar {
  transition: all .3s ease;
  display: block;
  width: 2.6rem;
  height: .1rem;
  margin-bottom: .6rem;
  background-color: #fff;
}

.c-hamburger-btn__text {
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: .2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .06em;
  text-indent: .06em;
}

.c-hamburger-btn.-active .c-hamburger-btn__bar.-first {
  transform: translate(0, 7px) rotate(45deg);
}

.c-hamburger-btn.-active .c-hamburger-btn__bar.-second {
  transform: translate(0, 0) rotate(-45deg);
}

.c-hamburger-btn.-active .c-hamburger-btn__bar.-third {
  opacity: 0;
}

.c-media {
  display: flex;
}

.c-media__image {
  flex-shrink: 0;
}

.c-media__text {
  flex-grow: 1;
  padding-left: 6.4rem;
}

.c-media.-reverse {
  flex-direction: row-reverse;
}

.c-media.-reverse .c-media__text {
  padding-right: 6.4rem;
  padding-left: 0;
}

.p-article-list {
  gap: 5.6rem 4rem;
}

.p-article-list__item-thumb {
  position: relative;
}

.p-article-list__item-thumb::before {
  content: "";
  float: left;
  padding-top: 75%;
}

.p-article-list__item-thumb::after {
  content: "";
  display: block;
  clear: both;
}

.p-article-list__item-thumb>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-article-list__item-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-article-list__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 1.9rem;
}

.p-article-list__item-year {
  font-size: 1.5rem;
  color: #777;
  margin-top: 1.6rem;
}

.p-back-to-top {
  position: absolute;
  right: 3.2rem;
  bottom: 10.4rem;
  z-index: 99;
}

.p-back-to-top>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #3354a2;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.2;
}

.p-back-to-top>a span {
  background: url(../tmpl-img/ico_up_arrow01.svg) no-repeat center top;
  padding-top: 2.3rem;
}

.p-banner {
  padding-top: 6.4rem;
}

.p-banner__slider {
  position: relative;
}

.p-banner__slider-item {
  text-align: center;
}

.p-banner__slider-pagination {
  margin-top: 1.6rem;
  padding: .8rem 0;
  text-align: center;
}

.p-breadcrumb {
  padding-top: 1.8rem;
}

.p-breadcrumb__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.p-breadcrumb__item {
  position: relative;
}

.p-breadcrumb__item:not(:last-child) {
  padding-right: 2.8rem;
}

.p-breadcrumb__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: .9rem;
  height: .9rem;
  background: url(../tmpl-img/ico_slash01.svg) no-repeat center right/cover;
}

.p-breadcrumb__item>a {
  position: relative;
}

.p-card__thumb {
  position: relative;
}

.p-card__thumb::before {
  content: "";
  float: left;
  padding-top: 66.6666666667%;
}

.p-card__thumb::after {
  content: "";
  display: block;
  clear: both;
}

.p-card__thumb>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-card__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-card__text {
  padding: 0 2.4rem;
}

.p-card__title {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-card__meta {
  font-size: 1.3rem;
}

.p-card__description>p {
  font-size: 1.4rem;
}

.p-category-list__item-title {
  font-size: 1.8rem;
}

.p-cta-block {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

.p-cta-block__list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.p-cta-block__item {
  flex: 0 0 50%;
  text-align: center;
}

.p-cta-block__item:first-child {
  border-right: 1px solid #ddd;
}

.p-cta-block__item-heading {
  margin-bottom: 1.6rem;
  color: #555;
  font-size: 1.5rem;
}

.p-cta-block__item-tel {
  font-family: "Roboto";
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1;
}

.p-cta-block__item-tel>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-cta-block__item-tel .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  fill: #3354a2;
}

.p-cta-block__item-hours {
  font-size: 1.4rem;
}

.p-cta-block__item-mail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-cta-widget__list {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 100;
}

.p-cta-widget__item>a {
  transition: background-color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 18rem;
  padding: 2.5em 1.5em;
  background-color: #009683;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  writing-mode: vertical-rl;
}

.p-cta-widget__item>a:hover {
  background-color: #007d6d;
}

.p-cta-widget__item>a>.icon {
  width: 2.2rem;
  height: 2.2rem;
  fill: #fff;
  margin-bottom: .4rem;
}

.p-custom-btn.-outlined {
  transition: all .3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32rem;
  min-height: 7.2rem;
  padding: .8rem .8rem;
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  background-color: rgba(0,0,0,0) !important;
  border: 5px solid #3354a2 !important;
  color: #1a1a1a !important;
}

.p-custom-btn.-outlined.-xs {
  width: 22rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-outlined.-xs.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-outlined.-sm {
  width: 24.5rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-outlined.-sm.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-outlined.-lg {
  width: 37.2rem;
  min-height: 7.7rem;
  font-size: 2rem;
}

.p-custom-btn.-outlined.-lg.-rounded {
  border-radius: 3.85rem;
}

.p-custom-btn.-outlined.-xl {
  width: 40rem;
  min-height: 10rem;
  font-size: 2rem;
}

.p-custom-btn.-outlined.-xl.-rounded {
  border-radius: 5rem;
}

.p-custom-btn.-outlined.-block {
  width: 100%;
  min-width: auto;
}

.p-custom-btn.-outlined.-rounded {
  border-radius: 3.6rem;
}

.p-custom-btn.-outlined .icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .4rem;
}

.p-custom-btn.-outlined .icon.-left {
  margin-left: .4rem;
}

.p-custom-btn.-outlined:hover {
  background-color: #ddd !important;
  color: #fff !important;
}

.p-custom-btn.-filled {
  transition: all .3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32rem;
  min-height: 7.2rem;
  padding: .8rem .8rem;
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
}

.p-custom-btn.-filled.-xs {
  width: 22rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-filled.-xs.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-filled.-sm {
  width: 24.5rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-filled.-sm.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-filled.-lg {
  width: 37.2rem;
  min-height: 7.7rem;
  font-size: 2rem;
}

.p-custom-btn.-filled.-lg.-rounded {
  border-radius: 3.85rem;
}

.p-custom-btn.-filled.-xl {
  width: 40rem;
  min-height: 10rem;
  font-size: 2rem;
}

.p-custom-btn.-filled.-xl.-rounded {
  border-radius: 5rem;
}

.p-custom-btn.-filled.-block {
  width: 100%;
  min-width: auto;
}

.p-custom-btn.-filled.-rounded {
  border-radius: 3.6rem;
}

.p-custom-btn.-filled .icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .4rem;
}

.p-custom-btn.-filled .icon.-left {
  margin-left: .4rem;
}

.p-custom-btn.-filled:hover {
  background-color: #fff !important;
}

.p-custom-btn.-filled.-primary {
  transition: all .3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32rem;
  min-height: 7.2rem;
  padding: .8rem .8rem;
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #3354a2 !important;
  color: #fff !important;
}

.p-custom-btn.-filled.-primary.-xs {
  width: 22rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-filled.-primary.-xs.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-filled.-primary.-sm {
  width: 24.5rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
}

.p-custom-btn.-filled.-primary.-sm.-rounded {
  border-radius: 2.8rem;
}

.p-custom-btn.-filled.-primary.-lg {
  width: 37.2rem;
  min-height: 7.7rem;
  font-size: 2rem;
}

.p-custom-btn.-filled.-primary.-lg.-rounded {
  border-radius: 3.85rem;
}

.p-custom-btn.-filled.-primary.-xl {
  width: 40rem;
  min-height: 10rem;
  font-size: 2rem;
}

.p-custom-btn.-filled.-primary.-xl.-rounded {
  border-radius: 5rem;
}

.p-custom-btn.-filled.-primary.-block {
  width: 100%;
  min-width: auto;
}

.p-custom-btn.-filled.-primary.-rounded {
  border-radius: 3.6rem;
}

.p-custom-btn.-filled.-primary .icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .4rem;
}

.p-custom-btn.-filled.-primary .icon.-left {
  margin-left: .4rem;
}

.p-custom-btn.-filled.-primary:hover {
  background-color: #6b89d0 !important;
}

.p-custom-btn.-filled.-primary.-next span {
  position: relative;
  padding-right: 1.2em;
}

.p-custom-btn.-filled.-primary.-next span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-custom-btn.-filled.-primary.-external span {
  background: url(../tmpl-img/ico_external_link02.svg) no-repeat right center;
  padding-right: 1em;
}

.p-entry>*:first-child {
  margin-top: 0 !important;
}

.p-entry h2:not([class]),
.p-entry h2[class^=u-] {
  margin-top: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
}

.p-entry h3:not([class]),
.p-entry h3[class^=u-] {
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: bold;
}

.p-entry h4:not([class]),
.p-entry h5:not([class]),
.p-entry h6:not([class]),
.p-entry h4[class^=u-],
.p-entry h5[class^=u-],
.p-entry h6[class^=u-] {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-entry ul:not([class]),
.p-entry ol:not([class]),
.p-entry ul[class^=u-],
.p-entry ol[class^=u-] {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}

.p-entry ul:not([class])>li,
.p-entry ul[class^=u-]>li {
  position: relative;
  padding-left: 1.6rem;
}

.p-entry ul:not([class])>li:before,
.p-entry ul[class^=u-]>li:before {
  content: "";
  display: block;
  list-style: none;
  position: absolute;
  top: 9px;
  left: 0;
  width: .8rem;
  height: .8rem;
  background-color: #3354a2;
}

.p-entry ol:not([class]) {
  padding-left: 1.6rem;
}

.p-entry ol:not([class])>li {
  list-style: outside decimal;
}

.p-entry li {
  margin-top: .8rem;
}

.p-entry dl {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}

.p-entry dt {
  margin: 1em 0 .5em;
  font-weight: bold;
}

.p-entry dd {
  margin: .5em 0 1em;
}

.p-entry p:not([class]),
.p-entry p[class^=u-] {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
}

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

.p-entry a {
  color: #333;
  text-decoration: underline;
}

.p-entry em {
  font-style: normal;
  font-weight: 500;
}

.p-entry strong {
  font-size: 1.1em;
  font-weight: 800;
}

.p-entry hr {
  clear: both;
  height: 1px;
  visibility: hidden;
}

.p-entry iframe {
  width: 100%;
}

.p-entry blockquote {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #f5f5f5;
}

.p-entry table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.6rem 0;
  background-color: #fff;
}

.p-entry table th {
  vertical-align: middle;
}

.p-entry table th,
.p-entry table td {
  padding: 1.6rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-entry table thead th {
  background-color: #f5f5f5;
  text-align: center;
}

.p-entry table thead+tbody td {
  text-align: center;
}

.p-entry table ul,
.p-entry table ol,
.p-entry table p {
  margin: 0;
}

.p-entry table:not([class]),
.p-entry table[class^=u-] {
  border-top: 1px solid #ddd;
}

.p-entry table.scroll-table tbody th {
  white-space: nowrap;
}

.p-entry .alignleft {
  float: left;
  margin: 0 4rem 2.4rem 0;
}

.p-entry .alignright {
  float: right;
  margin: 0 0 2.4rem 4rem;
}

.p-entry .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.p-entry .lead {
  margin-bottom: .5em;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
}

.p-entry .text {
  overflow: hidden;
}

.p-entry .text *:first-child {
  margin-top: 0 !important;
}

.p-entry .note {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  margin: .3333em 0 0;
}

.p-entry table+.note {
  margin-top: -0.5em !important;
}

.p-entry .pagetop {
  margin-top: 1em !important;
  font-size: 1.4rem !important;
  font-weight: bold;
}

.p-entry .pagetop>a {
  padding-left: 20px;
  background: url(../tmpl-img/ico_arrow02.svg) no-repeat left center;
}

.p-footer-copyright {
  font-family: "Roboto";
  font-size: 1.2rem;
  text-align: center;
}

.p-footer-info {
  font-size: 1.6rem;
}

.p-footer-info__logo {
  font-size: 2rem;
  font-weight: bold;
}

.p-footer-info__address {
  margin-top: 1.6rem;
}

.p-footer-info__contact {
  margin-top: .4rem;
}

.p-footer-info__contact a {
  color: #1a1a1a;
}

.p-footer-info__address address {
  font-style: normal;
}

.p-footer-info__sns {
  margin-top: 1.6rem;
}

.p-footer-info__sns-list {
  display: flex;
  align-items: center;
}

.p-footer-info__sns-list.-center {
  justify-content: center;
}

.p-footer-info__sns-item:not(:last-child) {
  margin-right: 1.6rem;
}

.p-footer-info__sns-item>a {
  color: #1a1a1a;
}

.p-footer-info__sns-item .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

.p-footer-menu {
  display: flex;
  justify-content: flex-end;
}

.p-footer-menu__list {
  margin-left: 3.2rem;
}

.p-footer-menu__list:first-of-type {
  margin-left: 0;
}

.p-footer-menu__item {
  font-size: 1.5rem;
}

.p-footer-menu__item:not(:first-child) {
  margin-top: .75em;
}

.p-footer-menu__item>a {
  position: relative;
  padding-left: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.p-footer-menu__item>a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-footer-menu__item>a:hover {
  text-decoration: underline;
}

.p-form__input.-xs {
  width: 15%;
}

.p-form__input.-sm {
  width: 25%;
}

.p-form__input.-md {
  width: 50%;
}

.p-form__input.-lg {
  width: 75%;
}

.p-form__input.-full {
  width: 100%;
  max-width: 100%;
}

.p-form__input.-tall {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

.p-form__required {
  display: inline-block;
  margin-left: .5em;
  padding: .25em 1em;
  background-color: #e60012;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-form__submit-btn {
  margin-top: 4rem;
  text-align: center;
}

.p-header-tel {
  display: flex;
  align-items: center;
  color: #3354a2;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.p-header-tel__hours {
  display: inline-block;
  margin-left: .8rem;
  font-size: .5em;
  font-weight: 400;
}

.p-heading01 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #3354a2;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
}

.p-heading02 {
  font-size: 3.2rem;
  font-family: "Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
  text-indent: .04em;
}

.p-heading02.-center {
  text-align: center;
}

.p-home-greeting {
  padding-top: 14rem;
  padding-bottom: 22.4rem;
  position: relative;
  overflow: hidden;
}

.p-home-greeting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eef6f6;
  position: absolute;
  top: 39rem;
  right: 0;
  z-index: -2;
  transform: skewY(-16deg);
  transform-origin: right bottom;
}

.p-home-greeting .p-section__sub-title {
  margin-top: -0.375em;
}

.p-home-greeting .p-section__body {
  margin-top: -2.4rem;
}

.p-home-greeting .p-section__content {
  margin-top: 4.8rem;
}

.p-home-history {
  padding-top: 31.4rem;
  padding-bottom: 31.4rem;
  min-height: 100vh;
  overflow: hidden;
}

.p-home-history:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../tmpl-img/bg_home_history01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-home-history .c-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-history .p-section__title>a {
  transition: background-color .3s ease;
  display: block;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: 2.045em 2.84em;
}

.p-home-history .p-section__title>a:hover {
  background-color: rgba(0,54,134,.9);
}

.p-home-history .p-section__title>a:hover span {
  background-position: bottom left calc(50% + 1rem);
}

.p-home-history .p-section__title>a span {
  transition: background-position-x .3s ease;
  display: inline-block;
  padding-bottom: 3.2rem;
  background: url(../tmpl-img/ico_right_arrow01.svg) no-repeat bottom left 50%;
}

.p-home-history .p-section__sub-title {
  position: absolute;
  right: 2.4rem;
  top: .3em;
  z-index: -1;
}

.p-home-movie {
  padding-top: 11.5rem;
  padding-bottom: 16rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.p-home-movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../tmpl-img/bg_home_movie01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-home-movie .c-container {
  max-width: 74rem;
}

.p-home-movie .p-section__sub-title {
  position: absolute;
  left: 11rem;
  top: .75em;
  z-index: -1;
}

.p-home-movie .p-section__body {
  margin-top: 7rem;
}

.p-home-works {
  padding-top: 16rem;
}

.p-home-works .c-container {
  max-width: none;
  padding: 0;
}

.p-home-works .p-section__sub-title {
  margin-top: -1em;
  position: relative;
  z-index: -1;
}

.p-home-works .p-section__body {
  margin-top: 4rem;
}

.p-home-works__list {
  display: flex;
}

.p-home-works__item {
  width: 100%;
  height: 64rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
}

.p-home-works__item.-civil {
  background-image: url(../tmpl-img/bg_home_works01.jpg);
}

.p-home-works__item.-architecture {
  background-image: url(../tmpl-img/bg_home_works02.jpg);
}

.p-home-works__item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.p-home-works__item>a:hover .p-home-works__item-inner {
  background-color: rgba(0,54,134,.9);
}

.p-home-works__item>a:hover .p-home-works__item-heading span {
  background-position: bottom left calc(50% + 1rem);
}

.p-home-works__item-inner {
  transition: background-color .3s ease;
  display: block;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: 2.045em 2.84em;
}

.p-home-works__item-heading span {
  transition: background-position-x .3s ease;
  display: inline-block;
  padding-bottom: 3.2rem;
  background: url(../tmpl-img/ico_right_arrow01.svg) no-repeat bottom left 50%;
}

.p-home-vision {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background: url(../tmpl-img/bg_home_vision01.svg) no-repeat right bottom 1.5rem/100% auto;
  overflow: hidden;
}

.p-home-vision:before {
  content: "";
  display: block;
  width: 100%;
  height: 28.687vw;
  background-color: #eef6f6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transform: skewY(16deg);
  transform-origin: right bottom;
}

.p-home-vision:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(28.687vw + 20rem);
  background-color: #eef6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  transform: skewY(-16deg);
  transform-origin: right bottom;
}

.p-home-vision__main-image-list {
  display: flex;
}

.p-home-vision__main-image-item {
  width: 50%;
}

.p-home-vision__main-image-item picture,
.p-home-vision__main-image-item img {
  width: 100%;
  height: auto;
}

.p-home-vision .p-section__sub-title {
  position: absolute;
  right: 12rem;
  top: .45em;
  z-index: -1;
}

.p-home-vision .p-section__body {
  margin-top: 8rem;
}

.p-home-vision .p-section__content {
  margin-top: 4.8rem;
}

.p-home-vision .c-media__image {
  width: 48.327%;
}

.p-home-vision .c-media__image img {
  width: 100%;
  height: auto;
}

.p-home-vision .c-media__text {
  padding-top: 2.6rem;
}

.p-home-pagination {
  position: fixed;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8000;
}

.p-home-pagination__item:not(:first-child) {
  margin-top: 2rem;
}

.p-home-pagination__item>a {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #eee;
  border-radius: 50%;
}

.p-home-pagination__item>a span {
  display: none;
}

.p-home-pagination__item>a.-current {
  background-color: #009683;
}

.p-jumbotron {
  height: calc(100vh - 8.8rem);
  position: relative;
}

.p-jumbotron:after {
  content: "";
  display: block;
  width: 100%;
  height: 27rem;
  background: url(../tmpl-img/bg_jumbotron01.svg) repeat-x center bottom;
  -webkit-animation: bgAnime 40s linear infinite;
  animation: bgAnime 40s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-jumbotron__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-jumbotron__title {
  width: 22.123vw;
  max-width: 30rem;
}

.p-jumbotron__title img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes bgAnime {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: -1356px bottom;
  }
}

@keyframes bgAnime {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: -1356px bottom;
  }
}

.p-local-nav {
  padding-top: 2.4rem;
  background-color: #eef6f6;
  position: -webkit-sticky;
  position: sticky;
  top: 9.6rem;
  left: 0;
  z-index: 10;
}

.p-local-nav__list {
  display: flex;
}

.p-local-nav__item {
  position: relative;
  width: 33.333%;
}

.p-local-nav__item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.p-local-nav__item a {
  display: flex;
  font-family: "Roboto";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: .05em;
  background-color: #fff;
  padding: 2rem 2rem 2rem 4rem;
  color: #1a1a1a;
}

.p-local-nav__item a span {
  position: relative;
  display: block;
  width: 100%;
}

.p-local-nav__item a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-local-nav__item a span:after {
  right: 0;
}

.p-local-nav__item a.-current {
  background-color: #3354a2;
  color: #fff;
}

.p-local-nav__item a.-current span {
  position: relative;
}

.p-local-nav__item a.-current span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-main {
  padding-bottom: 0;
}

.p-main__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 36.7rem;
  padding-bottom: 7.2rem;
}

.p-main__header>div {
  max-width: none;
  margin-bottom: 0;
}

.p-main__title {
  display: flex;
  flex-direction: column;
}

.p-main__title.-center {
  text-align: center;
}

.p-main__title span.-small {
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .05em;
}

.p-main__title span.-large {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.347;
  letter-spacing: .05em;
  margin-top: .6rem;
}

.p-main__body {
  padding: 8.6rem 0 10rem;
  min-height: 64rem;
}

.p-main__body.-history {
  background-color: #eef6f6;
}

.p-main__body.-history.-single {
  padding-bottom: 0;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
}

.p-modal.-active {
  z-index: 9999;
}

.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.4);
}

.p-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16rem);
  max-width: 119.6rem;
  height: calc(100vh - 16rem);
  background: #fff;
  overflow-y: scroll;
}

.p-modal__content-inner {
  padding-bottom: 95.4rem;
  min-height: 167.2rem;
  background: url(../tmpl-img/bg_modal_message01.jpg) no-repeat bottom center/contain;
}

.p-modal__close-btn {
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #3354a2;
  margin-right: 0;
  margin-left: auto;
}

.p-modal__close-btn .bar {
  display: block;
  width: 4rem;
  height: .1rem;
  background-color: #fff;
  margin: 0 auto .4rem;
}

.p-modal__close-btn .bar.-first {
  transform: translate(0, 5px) rotate(45deg);
}

.p-modal__close-btn .bar.-second {
  transform: translate(0, 0) rotate(-45deg);
}

.p-modal__section:not(:first-child) {
  margin-top: 6.4rem;
}

.p-modal__section .p-heading01 {
  margin-bottom: 1.176em;
}

.p-modal__section .p-heading02 {
  margin-bottom: 1em;
}

.p-modal__section p {
  font-size: 1.8rem;
  line-height: 2;
}

.p-modal__section .c-media {
  align-items: flex-end;
}

.p-modal__section .c-media__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 19.6rem;
  background-color: #fff;
  border-radius: .8rem;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.p-modal__section .c-media__text {
  padding-left: 4rem;
  padding-bottom: 3.5rem;
}

.p-movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
}

.p-movie-modal.-active {
  z-index: 9999;
}

.p-movie-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.4);
}

.p-movie-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16rem);
  max-width: 119.6rem;
}

.p-movie-modal__content-inner {
  background-color: #000;
}

.p-movie-modal__close-btn {
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #3354a2;
  margin-right: 0;
  margin-left: auto;
}

.p-movie-modal__close-btn .bar {
  display: block;
  width: 4rem;
  height: .1rem;
  background-color: #fff;
  margin: 0 auto .4rem;
}

.p-movie-modal__close-btn .bar.-first {
  transform: translate(0, 5px) rotate(45deg);
}

.p-movie-modal__close-btn .bar.-second {
  transform: translate(0, 0) rotate(-45deg);
}

.p-movie-modal__player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.p-movie-modal__player>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-movie>a {
  display: block;
  position: relative;
}

.p-movie>a:before {
  content: "";
  display: block;
  width: 11.2rem;
  height: 11.2rem;
  background: url(../tmpl-img/ico_play01.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-movie>a:after {
  transition: opacity .3s ease;
  content: "";
  display: block;
  width: 11.2rem;
  height: 11.2rem;
  background: url(../tmpl-img/ico_play02.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

.p-movie>a:hover:after {
  opacity: 1;
}

.p-news-list.-table {
  width: 100%;
  margin: auto;
  border-top: 1px solid #ddd;
}

.p-news-list.-table th,
.p-news-list.-table td {
  padding: 2.4rem 0;
  border-bottom: 1px solid #ddd;
}

.p-news-list.-table th {
  width: 8rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: middle;
}

.p-news-list.-table td {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-news-list.-table td>a:hover {
  text-decoration: underline;
}

.p-news-list.-list .p-news-list__item>a {
  display: block;
  background-color: #f5f5f5;
  padding: 2.4rem 2rem;
}

.p-news-list.-list .p-news-list__item-date {
  font-size: 1.3rem;
}

.p-news-list.-list .p-news-list__item-title {
  margin: 1em 0 .33333em;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-pagination__page-number {
  transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  margin-right: .8rem;
  margin-left: .8rem;
  background-color: #eee;
  border: 1px solid #eee;
  color: #333;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}

.p-pagination__page-number:hover {
  background-color: #3354a2;
  border-color: #3354a2;
  color: #fff;
}

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-pagination__page-numbers {
  display: flex;
}

.p-pagination__page-number.-current {
  background-color: #3354a2;
  border: 1px solid #3354a2;
  color: #fff;
}

.p-pagination__prev-link,
.p-pagination__next-link {
  transition: color .3s ease-out,border-color .3s ease-out;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-pagination__prev-link>a,
.p-pagination__next-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
}

.p-pagination__prev-link>a>span,
.p-pagination__next-link>a>span {
  display: block;
  padding: 0 .4rem .4rem;
  border-bottom: 2px solid #3354a2;
}

.p-pagination__prev-link>a:hover,
.p-pagination__next-link>a:hover {
  color: #395eb5;
}

.p-pagination__prev-link>a:hover>span,
.p-pagination__next-link>a:hover>span {
  border-color: #395eb5;
}

.p-pagination__prev-link.-inactive,
.p-pagination__next-link.-inactive {
  visibility: hidden;
}

.p-pagination__prev-link {
  margin-right: 3.2rem;
}

.p-pagination__next-link {
  margin-left: 3.2rem;
}

.p-main-menu {
  background-color: rgba(51,84,162,.85);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.p-main-menu .c-container {
  padding-right: 4rem;
  padding-left: 4rem;
  max-width: 127.6rem;
}

.p-main-menu__list {
  display: flex;
  width: 100%;
}

.p-main-menu__item {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-main-menu.-row .p-main-menu__item {
  position: relative;
  width: 100%;
  font-family: "Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .05em;
  text-indent: .05em;
}

.p-main-menu.-row .p-main-menu__item>a,
.p-main-menu.-row .p-main-menu__item>p {
  display: block;
  padding: 2em 0 1.875em;
  color: #fff;
  text-decoration: none;
}

.p-main-menu.-row .p-main-menu__item>a>span,
.p-main-menu.-row .p-main-menu__item>p>span {
  padding-right: .5rem;
  padding-left: .5rem;
}

.p-main-menu.-row .p-main-menu__item:not(:first-child)>a>span,
.p-main-menu.-row .p-main-menu__item:not(:first-child)>p>span {
  display: block;
  width: 100%;
  border-left: 1px solid rgba(255,255,255,.2);
}

.p-main-menu.-row .p-main-menu__item>ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 1.6rem rgba(0,0,0,.2);
}

.p-main-menu.-row .p-main-menu__item>ul>li {
  transition: all .3s ease;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.p-main-menu.-row .p-main-menu__item.-active>ul>li {
  height: 4.8rem;
  overflow: visible;
}

.p-main-menu.-row .p-main-menu__item>ul>li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.p-main-menu.-row .p-main-menu__item>ul>li>a {
  transition: all .3s ease;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}

.p-main-menu.-row .p-main-menu__item>ul>li>a:hover {
  background-color: #f5f5f5;
  color: #3354a2;
}

.p-sub-menu {
  display: flex;
}

.p-sub-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .2rem 1.6rem 0 0;
}

.p-sub-menu__item {
  margin-left: 1rem;
  font-size: 1.4rem;
}

.p-sub-menu__item>a:hover {
  text-decoration: underline;
}

.p-sub-menu__item>a>span {
  position: relative;
  padding-left: 1.2rem;
}

.p-sub-menu__item>a>span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3354a2;
  border-right: 1px solid #3354a2;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-sub-menu__tel {
  display: flex;
  align-items: center;
  color: #3354a2;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.p-sub-menu__tel>span {
  display: inline-block;
  margin-left: .8rem;
  font-size: .5em;
  font-weight: 400;
}

.p-pickup-list__item-thumb {
  position: relative;
}

.p-pickup-list__item-thumb::before {
  content: "";
  float: left;
  padding-top: 66.6666666667%;
}

.p-pickup-list__item-thumb::after {
  content: "";
  display: block;
  clear: both;
}

.p-pickup-list__item-thumb>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-pickup-list__item-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-scroll-table {
  overflow-x: scroll;
}

.p-scroll-table table {
  width: 100%;
  white-space: nowrap;
}

.p-section {
  position: relative;
}

.p-section__content {
  font-size: 1.8rem;
  line-height: 2;
}

.p-section__title {
  font-size: 4.4rem;
  font-family: "Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
  text-indent: .05em;
}

.p-section__title.-center {
  text-align: center;
}

.p-section__title.-primary {
  color: #3354a2;
}

.p-section__sub-title {
  font-size: 16rem;
  font-family: "Roboto";
  font-weight: 700;
  color: rgba(51,84,162,.05);
  letter-spacing: .04em;
  text-indent: .04em;
  line-height: 1;
  position: relative;
  z-index: -1;
}

.p-section__sub-title.-center {
  text-align: center;
}

.p-section__more {
  margin-top: 4.8rem;
  text-align: center;
}

.p-signature {
  margin-top: 1em;
  text-align: right;
  font-size: 1.6rem;
}

.p-signature em {
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
}

.p-single-header {
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ddd;
}

.p-single-header__title {
  font-size: 2.8rem;
  line-height: 1.2;
}

.p-single-header__date {
  margin-bottom: .4rem;
  font-family: "Roboto";
  font-size: 1.5rem;
}

.p-sitemap-list {
  font-size: 1.6rem;
}

.p-sitemap-list>li {
  margin: 1.25em 0 !important;
}

.p-sitemap-list>li>a {
  transition: all .3s ease;
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  color: #1a1a1a !important;
  border: 1px solid #ddd;
  text-decoration: none !important;
}

.p-sitemap-list>li>a:hover {
  background-color: #f2f2f2;
  transition: all .3s ease;
}

.p-sitemap-list>li>a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-sitemap-list>li>a:after {
  right: 1em;
}

.p-text-link {
  position: relative;
  position: relative;
  padding-right: .75em;
  font-size: 1.7rem;
  font-weight: 600;
}

.p-text-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3354a2;
  border-right: 2px solid #3354a2;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.p-text-link:hover {
  text-decoration: underline;
}

.p-text-link:after {
  border-width: 2px;
  right: 0;
}

.p-timeline-detail {
  max-width: 78.5rem;
  margin: 8rem auto 0;
  padding-bottom: 10rem;
  position: relative;
}

.p-timeline-detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10rem;
  width: .1rem;
  height: 100%;
  background-color: #ccc;
}

.p-timeline-detail__section {
  position: relative;
  padding-left: 12.5rem;
}

.p-timeline-detail__section:not(:first-child) {
  margin-top: 4rem;
}

.p-timeline-detail__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.5;
  padding: 1.2rem 0;
}

.p-timeline-detail__item {
  position: relative;
  margin-top: 4rem;
}

.p-timeline-detail__item:before {
  content: "";
  position: absolute;
  top: .9rem;
  left: -3.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #3354a2;
}

.p-timeline-detail__item-year {
  position: absolute;
  left: -12.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto";
}

.p-timeline-detail__item-year-main {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-timeline-detail__item-year-sub {
  font-size: 1.5rem;
}

.p-timeline-detail__item-content {
  display: flex;
}

.p-timeline-detail__item-content.-multi {
  flex-direction: column;
}

.p-timeline-detail__item-content.-multi>div {
  display: flex;
}

.p-timeline-detail__item-content.-multi>div:not(:first-child) {
  margin-top: 3.2rem;
}

.p-timeline-detail__item-content-text {
  margin-right: 2.5rem;
}

.p-timeline-detail__item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.363;
}

.p-timeline-detail__item-detail {
  font-size: 1.5rem;
  line-height: 1.73;
  margin-top: 1.6rem;
}

.p-timeline-detail__item-image {
  flex: 0 0 auto;
  width: 29.2rem;
}

.p-timeline-detail__item-image figcaption {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 1rem;
}

.p-timeline__list {
  max-width: 99rem;
  margin: 0 auto;
}

.p-timeline__item {
  position: relative;
  padding-bottom: 5.6rem;
}

.p-timeline__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .1rem;
  height: 100%;
  background-color: #ccc;
}

.p-timeline__item:after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #3354a2;
  border-radius: 50%;
}

.p-timeline__item:first-child:before {
  top: auto;
  bottom: 0;
  height: calc(100% - 3.8rem);
}

.p-timeline__item:last-child {
  padding-bottom: 0 !important;
}

.p-timeline__item:last-child:before {
  height: calc(100% + 10rem);
}

.p-timeline__item:nth-child(odd) {
  padding-right: 53.5rem;
}

.p-timeline__item:nth-child(odd) .p-timeline__item-year {
  text-align: right;
}

.p-timeline__item:nth-child(odd) .p-timeline__item-image {
  right: 0;
}

.p-timeline__item:nth-child(even) {
  padding-left: 53.5rem;
}

.p-timeline__item:nth-child(even) .p-timeline__item-image {
  left: 0;
}

.p-timeline__item-year {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.2;
}

.p-timeline__item-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46;
  margin-top: 2.9rem;
}

.p-timeline__item-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  color: #3354a2;
  margin-top: .8rem;
}

.p-timeline__item-description {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.8rem;
}

.p-timeline__item-link {
  margin-top: 2.4rem;
}

.p-timeline__item-image {
  position: absolute;
  width: 45.5rem;
  top: 9.6rem;
}

.p-vision {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 5.6rem;
  padding: 6.4rem 11.2rem;
}

.p-vision__title {
  font-size: 3.2rem;
  font-family: "Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo",sans-serif;
  font-weight: 700;
  color: #3354a2;
  line-height: 1.3;
  letter-spacing: .04em;
  text-indent: .04em;
  text-align: center;
}

.p-vision__description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 1.6em;
}

.p-vision__list {
  margin-top: 5.5rem;
  counter-reset: ol;
}

.p-vision__item {
  background-color: #eef6f6;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em;
  letter-spacing: .04em;
  text-indent: .04em;
  position: relative;
}

.p-vision__item:not(:first-child) {
  margin-top: 3rem;
}

.p-vision__item:before {
  counter-increment: ol;
  content: counter(ol, decimal-leading-zero);
  font-family: "Roboto";
  font-size: 1.222em;
  color: #009683;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .04em;
  text-indent: .04em;
}

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

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

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

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

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

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

.u-justify-self-auto {
  justify-self: auto !important;
}

.u-justify-self-start {
  justify-self: start !important;
}

.u-justify-self-end {
  justify-self: end !important;
}

.u-justify-self-center {
  justify-self: center !important;
}

.u-justify-self-stretch {
  justify-self: stretch !important;
}

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

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

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

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

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

.u-self-auto {
  align-self: auto !important;
}

.u-self-start {
  align-self: flex-start !important;
}

.u-self-end {
  align-self: flex-end !important;
}

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

.u-self-stretch {
  align-self: stretch !important;
}

.u-place-items-start {
  place-items: start !important;
}

.u-place-items-end {
  place-items: end !important;
}

.u-place-items-center {
  place-items: center !important;
}

.u-place-items-stretch {
  place-items: stretch !important;
}

.u-none {
  display: none !important;
}

.u-block {
  display: block !important;
}

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

.u-inline-block {
  display: inline-block !important;
}

.u-table {
  display: table !important;
}

.u-table-cell {
  display: table-cell !important;
}

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

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

.u-grid {
  display: grid !important;
}

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

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

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

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

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

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

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-left {
  float: none !important;
}

.u-clear-fix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text-xxs {
  font-size: 1rem;
}

.u-text-xs {
  font-size: 1.2rem;
}

.u-text-sm {
  font-size: 1.4rem;
}

.u-text-base {
  font-size: 1.6rem;
}

.u-text-lg {
  font-size: 1.8rem;
}

.u-text-xl {
  font-size: 2rem;
}

.u-text-xxl {
  font-size: 2.4rem;
}

.u-text-3xl {
  font-size: 3rem;
}

.u-text-4xl {
  font-size: 3.6rem;
}

.u-text-5xl {
  font-size: 4.8rem;
}

.u-text-6xl {
  font-size: 6rem;
}

.u-text-7xl {
  font-size: 7.2rem;
}

.u-text-8xl {
  font-size: 9.6rem;
}

.u-text-9xl {
  font-size: 12.8rem;
}

.u-m-0 {
  margin: 0rem !important;
}

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

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

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-neg-m-0 {
  margin: 0rem !important;
}

.u-neg-mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.u-neg-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-neg-mt-0 {
  margin-top: 0rem !important;
}

.u-neg-mr-0 {
  margin-right: 0rem !important;
}

.u-neg-mb-0 {
  margin-bottom: 0rem !important;
}

.u-neg-ml-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin: .8rem !important;
}

.u-mx-1 {
  margin-right: .8rem !important;
  margin-left: .8rem !important;
}

.u-my-1 {
  margin-top: .8rem !important;
  margin-bottom: .8rem !important;
}

.u-mt-1 {
  margin-top: .8rem !important;
}

.u-mr-1 {
  margin-right: .8rem !important;
}

.u-mb-1 {
  margin-bottom: .8rem !important;
}

.u-ml-1 {
  margin-left: .8rem !important;
}

.u-neg-m-1 {
  margin: -0.8rem !important;
}

.u-neg-mx-1 {
  margin-right: -0.8rem !important;
  margin-left: -0.8rem !important;
}

.u-neg-my-1 {
  margin-top: -0.8rem !important;
  margin-bottom: -0.8rem !important;
}

.u-neg-mt-1 {
  margin-top: -0.8rem !important;
}

.u-neg-mr-1 {
  margin-right: -0.8rem !important;
}

.u-neg-mb-1 {
  margin-bottom: -0.8rem !important;
}

.u-neg-ml-1 {
  margin-left: -0.8rem !important;
}

.u-m-2 {
  margin: 1.6rem !important;
}

.u-mx-2 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.u-my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.u-mt-2 {
  margin-top: 1.6rem !important;
}

.u-mr-2 {
  margin-right: 1.6rem !important;
}

.u-mb-2 {
  margin-bottom: 1.6rem !important;
}

.u-ml-2 {
  margin-left: 1.6rem !important;
}

.u-neg-m-2 {
  margin: -1.6rem !important;
}

.u-neg-mx-2 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important;
}

.u-neg-my-2 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

.u-neg-mt-2 {
  margin-top: -1.6rem !important;
}

.u-neg-mr-2 {
  margin-right: -1.6rem !important;
}

.u-neg-mb-2 {
  margin-bottom: -1.6rem !important;
}

.u-neg-ml-2 {
  margin-left: -1.6rem !important;
}

.u-m-3 {
  margin: 2.4rem !important;
}

.u-mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.u-my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.u-mt-3 {
  margin-top: 2.4rem !important;
}

.u-mr-3 {
  margin-right: 2.4rem !important;
}

.u-mb-3 {
  margin-bottom: 2.4rem !important;
}

.u-ml-3 {
  margin-left: 2.4rem !important;
}

.u-neg-m-3 {
  margin: -2.4rem !important;
}

.u-neg-mx-3 {
  margin-right: -2.4rem !important;
  margin-left: -2.4rem !important;
}

.u-neg-my-3 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important;
}

.u-neg-mt-3 {
  margin-top: -2.4rem !important;
}

.u-neg-mr-3 {
  margin-right: -2.4rem !important;
}

.u-neg-mb-3 {
  margin-bottom: -2.4rem !important;
}

.u-neg-ml-3 {
  margin-left: -2.4rem !important;
}

.u-m-4 {
  margin: 3.2rem !important;
}

.u-mx-4 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.u-my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.u-mt-4 {
  margin-top: 3.2rem !important;
}

.u-mr-4 {
  margin-right: 3.2rem !important;
}

.u-mb-4 {
  margin-bottom: 3.2rem !important;
}

.u-ml-4 {
  margin-left: 3.2rem !important;
}

.u-neg-m-4 {
  margin: -3.2rem !important;
}

.u-neg-mx-4 {
  margin-right: -3.2rem !important;
  margin-left: -3.2rem !important;
}

.u-neg-my-4 {
  margin-top: -3.2rem !important;
  margin-bottom: -3.2rem !important;
}

.u-neg-mt-4 {
  margin-top: -3.2rem !important;
}

.u-neg-mr-4 {
  margin-right: -3.2rem !important;
}

.u-neg-mb-4 {
  margin-bottom: -3.2rem !important;
}

.u-neg-ml-4 {
  margin-left: -3.2rem !important;
}

.u-m-5 {
  margin: 4rem !important;
}

.u-mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.u-my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mt-5 {
  margin-top: 4rem !important;
}

.u-mr-5 {
  margin-right: 4rem !important;
}

.u-mb-5 {
  margin-bottom: 4rem !important;
}

.u-ml-5 {
  margin-left: 4rem !important;
}

.u-neg-m-5 {
  margin: -4rem !important;
}

.u-neg-mx-5 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.u-neg-my-5 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.u-neg-mt-5 {
  margin-top: -4rem !important;
}

.u-neg-mr-5 {
  margin-right: -4rem !important;
}

.u-neg-mb-5 {
  margin-bottom: -4rem !important;
}

.u-neg-ml-5 {
  margin-left: -4rem !important;
}

.u-m-6 {
  margin: 4.8rem !important;
}

.u-mx-6 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.u-my-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.u-mt-6 {
  margin-top: 4.8rem !important;
}

.u-mr-6 {
  margin-right: 4.8rem !important;
}

.u-mb-6 {
  margin-bottom: 4.8rem !important;
}

.u-ml-6 {
  margin-left: 4.8rem !important;
}

.u-neg-m-6 {
  margin: -4.8rem !important;
}

.u-neg-mx-6 {
  margin-right: -4.8rem !important;
  margin-left: -4.8rem !important;
}

.u-neg-my-6 {
  margin-top: -4.8rem !important;
  margin-bottom: -4.8rem !important;
}

.u-neg-mt-6 {
  margin-top: -4.8rem !important;
}

.u-neg-mr-6 {
  margin-right: -4.8rem !important;
}

.u-neg-mb-6 {
  margin-bottom: -4.8rem !important;
}

.u-neg-ml-6 {
  margin-left: -4.8rem !important;
}

.u-m-7 {
  margin: 5.6rem !important;
}

.u-mx-7 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.u-my-7 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.u-mt-7 {
  margin-top: 5.6rem !important;
}

.u-mr-7 {
  margin-right: 5.6rem !important;
}

.u-mb-7 {
  margin-bottom: 5.6rem !important;
}

.u-ml-7 {
  margin-left: 5.6rem !important;
}

.u-neg-m-7 {
  margin: -5.6rem !important;
}

.u-neg-mx-7 {
  margin-right: -5.6rem !important;
  margin-left: -5.6rem !important;
}

.u-neg-my-7 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
}

.u-neg-mt-7 {
  margin-top: -5.6rem !important;
}

.u-neg-mr-7 {
  margin-right: -5.6rem !important;
}

.u-neg-mb-7 {
  margin-bottom: -5.6rem !important;
}

.u-neg-ml-7 {
  margin-left: -5.6rem !important;
}

.u-m-8 {
  margin: 6.4rem !important;
}

.u-mx-8 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.u-my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.u-mt-8 {
  margin-top: 6.4rem !important;
}

.u-mr-8 {
  margin-right: 6.4rem !important;
}

.u-mb-8 {
  margin-bottom: 6.4rem !important;
}

.u-ml-8 {
  margin-left: 6.4rem !important;
}

.u-neg-m-8 {
  margin: -6.4rem !important;
}

.u-neg-mx-8 {
  margin-right: -6.4rem !important;
  margin-left: -6.4rem !important;
}

.u-neg-my-8 {
  margin-top: -6.4rem !important;
  margin-bottom: -6.4rem !important;
}

.u-neg-mt-8 {
  margin-top: -6.4rem !important;
}

.u-neg-mr-8 {
  margin-right: -6.4rem !important;
}

.u-neg-mb-8 {
  margin-bottom: -6.4rem !important;
}

.u-neg-ml-8 {
  margin-left: -6.4rem !important;
}

.u-m-9 {
  margin: 7.2rem !important;
}

.u-mx-9 {
  margin-right: 7.2rem !important;
  margin-left: 7.2rem !important;
}

.u-my-9 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.u-mt-9 {
  margin-top: 7.2rem !important;
}

.u-mr-9 {
  margin-right: 7.2rem !important;
}

.u-mb-9 {
  margin-bottom: 7.2rem !important;
}

.u-ml-9 {
  margin-left: 7.2rem !important;
}

.u-neg-m-9 {
  margin: -7.2rem !important;
}

.u-neg-mx-9 {
  margin-right: -7.2rem !important;
  margin-left: -7.2rem !important;
}

.u-neg-my-9 {
  margin-top: -7.2rem !important;
  margin-bottom: -7.2rem !important;
}

.u-neg-mt-9 {
  margin-top: -7.2rem !important;
}

.u-neg-mr-9 {
  margin-right: -7.2rem !important;
}

.u-neg-mb-9 {
  margin-bottom: -7.2rem !important;
}

.u-neg-ml-9 {
  margin-left: -7.2rem !important;
}

.u-m-10 {
  margin: 8rem !important;
}

.u-mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.u-my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-mt-10 {
  margin-top: 8rem !important;
}

.u-mr-10 {
  margin-right: 8rem !important;
}

.u-mb-10 {
  margin-bottom: 8rem !important;
}

.u-ml-10 {
  margin-left: 8rem !important;
}

.u-neg-m-10 {
  margin: -8rem !important;
}

.u-neg-mx-10 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.u-neg-my-10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.u-neg-mt-10 {
  margin-top: -8rem !important;
}

.u-neg-mr-10 {
  margin-right: -8rem !important;
}

.u-neg-mb-10 {
  margin-bottom: -8rem !important;
}

.u-neg-ml-10 {
  margin-left: -8rem !important;
}

.u-m-11 {
  margin: 8.8rem !important;
}

.u-mx-11 {
  margin-right: 8.8rem !important;
  margin-left: 8.8rem !important;
}

.u-my-11 {
  margin-top: 8.8rem !important;
  margin-bottom: 8.8rem !important;
}

.u-mt-11 {
  margin-top: 8.8rem !important;
}

.u-mr-11 {
  margin-right: 8.8rem !important;
}

.u-mb-11 {
  margin-bottom: 8.8rem !important;
}

.u-ml-11 {
  margin-left: 8.8rem !important;
}

.u-neg-m-11 {
  margin: -8.8rem !important;
}

.u-neg-mx-11 {
  margin-right: -8.8rem !important;
  margin-left: -8.8rem !important;
}

.u-neg-my-11 {
  margin-top: -8.8rem !important;
  margin-bottom: -8.8rem !important;
}

.u-neg-mt-11 {
  margin-top: -8.8rem !important;
}

.u-neg-mr-11 {
  margin-right: -8.8rem !important;
}

.u-neg-mb-11 {
  margin-bottom: -8.8rem !important;
}

.u-neg-ml-11 {
  margin-left: -8.8rem !important;
}

.u-m-12 {
  margin: 9.6rem !important;
}

.u-mx-12 {
  margin-right: 9.6rem !important;
  margin-left: 9.6rem !important;
}

.u-my-12 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

.u-mt-12 {
  margin-top: 9.6rem !important;
}

.u-mr-12 {
  margin-right: 9.6rem !important;
}

.u-mb-12 {
  margin-bottom: 9.6rem !important;
}

.u-ml-12 {
  margin-left: 9.6rem !important;
}

.u-neg-m-12 {
  margin: -9.6rem !important;
}

.u-neg-mx-12 {
  margin-right: -9.6rem !important;
  margin-left: -9.6rem !important;
}

.u-neg-my-12 {
  margin-top: -9.6rem !important;
  margin-bottom: -9.6rem !important;
}

.u-neg-mt-12 {
  margin-top: -9.6rem !important;
}

.u-neg-mr-12 {
  margin-right: -9.6rem !important;
}

.u-neg-mb-12 {
  margin-bottom: -9.6rem !important;
}

.u-neg-ml-12 {
  margin-left: -9.6rem !important;
}

.u-m-13 {
  margin: 10.4rem !important;
}

.u-mx-13 {
  margin-right: 10.4rem !important;
  margin-left: 10.4rem !important;
}

.u-my-13 {
  margin-top: 10.4rem !important;
  margin-bottom: 10.4rem !important;
}

.u-mt-13 {
  margin-top: 10.4rem !important;
}

.u-mr-13 {
  margin-right: 10.4rem !important;
}

.u-mb-13 {
  margin-bottom: 10.4rem !important;
}

.u-ml-13 {
  margin-left: 10.4rem !important;
}

.u-neg-m-13 {
  margin: -10.4rem !important;
}

.u-neg-mx-13 {
  margin-right: -10.4rem !important;
  margin-left: -10.4rem !important;
}

.u-neg-my-13 {
  margin-top: -10.4rem !important;
  margin-bottom: -10.4rem !important;
}

.u-neg-mt-13 {
  margin-top: -10.4rem !important;
}

.u-neg-mr-13 {
  margin-right: -10.4rem !important;
}

.u-neg-mb-13 {
  margin-bottom: -10.4rem !important;
}

.u-neg-ml-13 {
  margin-left: -10.4rem !important;
}

.u-m-14 {
  margin: 11.2rem !important;
}

.u-mx-14 {
  margin-right: 11.2rem !important;
  margin-left: 11.2rem !important;
}

.u-my-14 {
  margin-top: 11.2rem !important;
  margin-bottom: 11.2rem !important;
}

.u-mt-14 {
  margin-top: 11.2rem !important;
}

.u-mr-14 {
  margin-right: 11.2rem !important;
}

.u-mb-14 {
  margin-bottom: 11.2rem !important;
}

.u-ml-14 {
  margin-left: 11.2rem !important;
}

.u-neg-m-14 {
  margin: -11.2rem !important;
}

.u-neg-mx-14 {
  margin-right: -11.2rem !important;
  margin-left: -11.2rem !important;
}

.u-neg-my-14 {
  margin-top: -11.2rem !important;
  margin-bottom: -11.2rem !important;
}

.u-neg-mt-14 {
  margin-top: -11.2rem !important;
}

.u-neg-mr-14 {
  margin-right: -11.2rem !important;
}

.u-neg-mb-14 {
  margin-bottom: -11.2rem !important;
}

.u-neg-ml-14 {
  margin-left: -11.2rem !important;
}

.u-m-15 {
  margin: 12rem !important;
}

.u-mx-15 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.u-my-15 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.u-mt-15 {
  margin-top: 12rem !important;
}

.u-mr-15 {
  margin-right: 12rem !important;
}

.u-mb-15 {
  margin-bottom: 12rem !important;
}

.u-ml-15 {
  margin-left: 12rem !important;
}

.u-neg-m-15 {
  margin: -12rem !important;
}

.u-neg-mx-15 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.u-neg-my-15 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.u-neg-mt-15 {
  margin-top: -12rem !important;
}

.u-neg-mr-15 {
  margin-right: -12rem !important;
}

.u-neg-mb-15 {
  margin-bottom: -12rem !important;
}

.u-neg-ml-15 {
  margin-left: -12rem !important;
}

.u-m-16 {
  margin: 12.8rem !important;
}

.u-mx-16 {
  margin-right: 12.8rem !important;
  margin-left: 12.8rem !important;
}

.u-my-16 {
  margin-top: 12.8rem !important;
  margin-bottom: 12.8rem !important;
}

.u-mt-16 {
  margin-top: 12.8rem !important;
}

.u-mr-16 {
  margin-right: 12.8rem !important;
}

.u-mb-16 {
  margin-bottom: 12.8rem !important;
}

.u-ml-16 {
  margin-left: 12.8rem !important;
}

.u-neg-m-16 {
  margin: -12.8rem !important;
}

.u-neg-mx-16 {
  margin-right: -12.8rem !important;
  margin-left: -12.8rem !important;
}

.u-neg-my-16 {
  margin-top: -12.8rem !important;
  margin-bottom: -12.8rem !important;
}

.u-neg-mt-16 {
  margin-top: -12.8rem !important;
}

.u-neg-mr-16 {
  margin-right: -12.8rem !important;
}

.u-neg-mb-16 {
  margin-bottom: -12.8rem !important;
}

.u-neg-ml-16 {
  margin-left: -12.8rem !important;
}

.u-m-17 {
  margin: 13.6rem !important;
}

.u-mx-17 {
  margin-right: 13.6rem !important;
  margin-left: 13.6rem !important;
}

.u-my-17 {
  margin-top: 13.6rem !important;
  margin-bottom: 13.6rem !important;
}

.u-mt-17 {
  margin-top: 13.6rem !important;
}

.u-mr-17 {
  margin-right: 13.6rem !important;
}

.u-mb-17 {
  margin-bottom: 13.6rem !important;
}

.u-ml-17 {
  margin-left: 13.6rem !important;
}

.u-neg-m-17 {
  margin: -13.6rem !important;
}

.u-neg-mx-17 {
  margin-right: -13.6rem !important;
  margin-left: -13.6rem !important;
}

.u-neg-my-17 {
  margin-top: -13.6rem !important;
  margin-bottom: -13.6rem !important;
}

.u-neg-mt-17 {
  margin-top: -13.6rem !important;
}

.u-neg-mr-17 {
  margin-right: -13.6rem !important;
}

.u-neg-mb-17 {
  margin-bottom: -13.6rem !important;
}

.u-neg-ml-17 {
  margin-left: -13.6rem !important;
}

.u-m-18 {
  margin: 14.4rem !important;
}

.u-mx-18 {
  margin-right: 14.4rem !important;
  margin-left: 14.4rem !important;
}

.u-my-18 {
  margin-top: 14.4rem !important;
  margin-bottom: 14.4rem !important;
}

.u-mt-18 {
  margin-top: 14.4rem !important;
}

.u-mr-18 {
  margin-right: 14.4rem !important;
}

.u-mb-18 {
  margin-bottom: 14.4rem !important;
}

.u-ml-18 {
  margin-left: 14.4rem !important;
}

.u-neg-m-18 {
  margin: -14.4rem !important;
}

.u-neg-mx-18 {
  margin-right: -14.4rem !important;
  margin-left: -14.4rem !important;
}

.u-neg-my-18 {
  margin-top: -14.4rem !important;
  margin-bottom: -14.4rem !important;
}

.u-neg-mt-18 {
  margin-top: -14.4rem !important;
}

.u-neg-mr-18 {
  margin-right: -14.4rem !important;
}

.u-neg-mb-18 {
  margin-bottom: -14.4rem !important;
}

.u-neg-ml-18 {
  margin-left: -14.4rem !important;
}

.u-m-19 {
  margin: 15.2rem !important;
}

.u-mx-19 {
  margin-right: 15.2rem !important;
  margin-left: 15.2rem !important;
}

.u-my-19 {
  margin-top: 15.2rem !important;
  margin-bottom: 15.2rem !important;
}

.u-mt-19 {
  margin-top: 15.2rem !important;
}

.u-mr-19 {
  margin-right: 15.2rem !important;
}

.u-mb-19 {
  margin-bottom: 15.2rem !important;
}

.u-ml-19 {
  margin-left: 15.2rem !important;
}

.u-neg-m-19 {
  margin: -15.2rem !important;
}

.u-neg-mx-19 {
  margin-right: -15.2rem !important;
  margin-left: -15.2rem !important;
}

.u-neg-my-19 {
  margin-top: -15.2rem !important;
  margin-bottom: -15.2rem !important;
}

.u-neg-mt-19 {
  margin-top: -15.2rem !important;
}

.u-neg-mr-19 {
  margin-right: -15.2rem !important;
}

.u-neg-mb-19 {
  margin-bottom: -15.2rem !important;
}

.u-neg-ml-19 {
  margin-left: -15.2rem !important;
}

.u-m-20 {
  margin: 16rem !important;
}

.u-mx-20 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.u-my-20 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.u-mt-20 {
  margin-top: 16rem !important;
}

.u-mr-20 {
  margin-right: 16rem !important;
}

.u-mb-20 {
  margin-bottom: 16rem !important;
}

.u-ml-20 {
  margin-left: 16rem !important;
}

.u-neg-m-20 {
  margin: -16rem !important;
}

.u-neg-mx-20 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.u-neg-my-20 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.u-neg-mt-20 {
  margin-top: -16rem !important;
}

.u-neg-mr-20 {
  margin-right: -16rem !important;
}

.u-neg-mb-20 {
  margin-bottom: -16rem !important;
}

.u-neg-ml-20 {
  margin-left: -16rem !important;
}

.u-order-0 {
  order: 0 !important;
}

.u-order-1 {
  order: 1 !important;
}

.u-order-2 {
  order: 2 !important;
}

.u-order-3 {
  order: 3 !important;
}

.u-order-4 {
  order: 4 !important;
}

.u-order-5 {
  order: 5 !important;
}

.u-order-6 {
  order: 6 !important;
}

.u-order-7 {
  order: 7 !important;
}

.u-order-8 {
  order: 8 !important;
}

.u-order-9 {
  order: 9 !important;
}

.u-order-10 {
  order: 10 !important;
}

.u-order-11 {
  order: 11 !important;
}

.u-order-12 {
  order: 12 !important;
}

.u-order-13 {
  order: 13 !important;
}

.u-order-14 {
  order: 14 !important;
}

.u-order-15 {
  order: 15 !important;
}

.u-order-16 {
  order: 16 !important;
}

.u-order-17 {
  order: 17 !important;
}

.u-order-18 {
  order: 18 !important;
}

.u-order-19 {
  order: 19 !important;
}

.u-order-20 {
  order: 20 !important;
}

.u-order-21 {
  order: 21 !important;
}

.u-order-22 {
  order: 22 !important;
}

.u-order-23 {
  order: 23 !important;
}

.u-order-24 {
  order: 24 !important;
}

.u-order-25 {
  order: 25 !important;
}

.u-order-26 {
  order: 26 !important;
}

.u-order-27 {
  order: 27 !important;
}

.u-order-28 {
  order: 28 !important;
}

.u-order-29 {
  order: 29 !important;
}

.u-order-30 {
  order: 30 !important;
}

.u-order-31 {
  order: 31 !important;
}

.u-order-32 {
  order: 32 !important;
}

.u-order-33 {
  order: 33 !important;
}

.u-order-34 {
  order: 34 !important;
}

.u-order-35 {
  order: 35 !important;
}

.u-order-36 {
  order: 36 !important;
}

.u-order-37 {
  order: 37 !important;
}

.u-order-38 {
  order: 38 !important;
}

.u-order-39 {
  order: 39 !important;
}

.u-order-40 {
  order: 40 !important;
}

.u-order-41 {
  order: 41 !important;
}

.u-order-42 {
  order: 42 !important;
}

.u-order-43 {
  order: 43 !important;
}

.u-order-44 {
  order: 44 !important;
}

.u-order-45 {
  order: 45 !important;
}

.u-order-46 {
  order: 46 !important;
}

.u-order-47 {
  order: 47 !important;
}

.u-order-48 {
  order: 48 !important;
}

.u-order-49 {
  order: 49 !important;
}

.u-order-50 {
  order: 50 !important;
}

.u-order-51 {
  order: 51 !important;
}

.u-order-52 {
  order: 52 !important;
}

.u-order-53 {
  order: 53 !important;
}

.u-order-54 {
  order: 54 !important;
}

.u-order-55 {
  order: 55 !important;
}

.u-order-56 {
  order: 56 !important;
}

.u-order-57 {
  order: 57 !important;
}

.u-order-58 {
  order: 58 !important;
}

.u-order-59 {
  order: 59 !important;
}

.u-order-60 {
  order: 60 !important;
}

.u-order-61 {
  order: 61 !important;
}

.u-order-62 {
  order: 62 !important;
}

.u-order-63 {
  order: 63 !important;
}

.u-order-64 {
  order: 64 !important;
}

.u-order-65 {
  order: 65 !important;
}

.u-order-66 {
  order: 66 !important;
}

.u-order-67 {
  order: 67 !important;
}

.u-order-68 {
  order: 68 !important;
}

.u-order-69 {
  order: 69 !important;
}

.u-order-70 {
  order: 70 !important;
}

.u-order-71 {
  order: 71 !important;
}

.u-order-72 {
  order: 72 !important;
}

.u-order-73 {
  order: 73 !important;
}

.u-order-74 {
  order: 74 !important;
}

.u-order-75 {
  order: 75 !important;
}

.u-order-76 {
  order: 76 !important;
}

.u-order-77 {
  order: 77 !important;
}

.u-order-78 {
  order: 78 !important;
}

.u-order-79 {
  order: 79 !important;
}

.u-order-80 {
  order: 80 !important;
}

.u-order-81 {
  order: 81 !important;
}

.u-order-82 {
  order: 82 !important;
}

.u-order-83 {
  order: 83 !important;
}

.u-order-84 {
  order: 84 !important;
}

.u-order-85 {
  order: 85 !important;
}

.u-order-86 {
  order: 86 !important;
}

.u-order-87 {
  order: 87 !important;
}

.u-order-88 {
  order: 88 !important;
}

.u-order-89 {
  order: 89 !important;
}

.u-order-90 {
  order: 90 !important;
}

.u-order-91 {
  order: 91 !important;
}

.u-order-92 {
  order: 92 !important;
}

.u-order-93 {
  order: 93 !important;
}

.u-order-94 {
  order: 94 !important;
}

.u-order-95 {
  order: 95 !important;
}

.u-order-96 {
  order: 96 !important;
}

.u-order-97 {
  order: 97 !important;
}

.u-order-98 {
  order: 98 !important;
}

.u-order-99 {
  order: 99 !important;
}

.u-order-100 {
  order: 100 !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-overflow-scroll {
  overflow: scroll !important;
}

.u-overflow-x-scroll {
  overflow-x: scroll !important;
}

.u-overflow-y-scroll {
  overflow-y: scroll !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-9 {
  padding: 7.2rem;
}

.u-px-9 {
  padding-right: 7.2rem;
  padding-left: 7.2rem;
}

.u-py-9 {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.u-pt-9 {
  padding-top: 7.2rem;
}

.u-pr-9 {
  padding-right: 7.2rem;
}

.u-pb-9 {
  padding-bottom: 7.2rem;
}

.u-pl-9 {
  padding-left: 7.2rem;
}

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

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

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

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

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

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

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

.u-p-11 {
  padding: 8.8rem;
}

.u-px-11 {
  padding-right: 8.8rem;
  padding-left: 8.8rem;
}

.u-py-11 {
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.u-pt-11 {
  padding-top: 8.8rem;
}

.u-pr-11 {
  padding-right: 8.8rem;
}

.u-pb-11 {
  padding-bottom: 8.8rem;
}

.u-pl-11 {
  padding-left: 8.8rem;
}

.u-p-12 {
  padding: 9.6rem;
}

.u-px-12 {
  padding-right: 9.6rem;
  padding-left: 9.6rem;
}

.u-py-12 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

.u-pt-12 {
  padding-top: 9.6rem;
}

.u-pr-12 {
  padding-right: 9.6rem;
}

.u-pb-12 {
  padding-bottom: 9.6rem;
}

.u-pl-12 {
  padding-left: 9.6rem;
}

.u-p-13 {
  padding: 10.4rem;
}

.u-px-13 {
  padding-right: 10.4rem;
  padding-left: 10.4rem;
}

.u-py-13 {
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
}

.u-pt-13 {
  padding-top: 10.4rem;
}

.u-pr-13 {
  padding-right: 10.4rem;
}

.u-pb-13 {
  padding-bottom: 10.4rem;
}

.u-pl-13 {
  padding-left: 10.4rem;
}

.u-p-14 {
  padding: 11.2rem;
}

.u-px-14 {
  padding-right: 11.2rem;
  padding-left: 11.2rem;
}

.u-py-14 {
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
}

.u-pt-14 {
  padding-top: 11.2rem;
}

.u-pr-14 {
  padding-right: 11.2rem;
}

.u-pb-14 {
  padding-bottom: 11.2rem;
}

.u-pl-14 {
  padding-left: 11.2rem;
}

.u-p-15 {
  padding: 12rem;
}

.u-px-15 {
  padding-right: 12rem;
  padding-left: 12rem;
}

.u-py-15 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.u-pt-15 {
  padding-top: 12rem;
}

.u-pr-15 {
  padding-right: 12rem;
}

.u-pb-15 {
  padding-bottom: 12rem;
}

.u-pl-15 {
  padding-left: 12rem;
}

.u-p-16 {
  padding: 12.8rem;
}

.u-px-16 {
  padding-right: 12.8rem;
  padding-left: 12.8rem;
}

.u-py-16 {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}

.u-pt-16 {
  padding-top: 12.8rem;
}

.u-pr-16 {
  padding-right: 12.8rem;
}

.u-pb-16 {
  padding-bottom: 12.8rem;
}

.u-pl-16 {
  padding-left: 12.8rem;
}

.u-p-17 {
  padding: 13.6rem;
}

.u-px-17 {
  padding-right: 13.6rem;
  padding-left: 13.6rem;
}

.u-py-17 {
  padding-top: 13.6rem;
  padding-bottom: 13.6rem;
}

.u-pt-17 {
  padding-top: 13.6rem;
}

.u-pr-17 {
  padding-right: 13.6rem;
}

.u-pb-17 {
  padding-bottom: 13.6rem;
}

.u-pl-17 {
  padding-left: 13.6rem;
}

.u-p-18 {
  padding: 14.4rem;
}

.u-px-18 {
  padding-right: 14.4rem;
  padding-left: 14.4rem;
}

.u-py-18 {
  padding-top: 14.4rem;
  padding-bottom: 14.4rem;
}

.u-pt-18 {
  padding-top: 14.4rem;
}

.u-pr-18 {
  padding-right: 14.4rem;
}

.u-pb-18 {
  padding-bottom: 14.4rem;
}

.u-pl-18 {
  padding-left: 14.4rem;
}

.u-p-19 {
  padding: 15.2rem;
}

.u-px-19 {
  padding-right: 15.2rem;
  padding-left: 15.2rem;
}

.u-py-19 {
  padding-top: 15.2rem;
  padding-bottom: 15.2rem;
}

.u-pt-19 {
  padding-top: 15.2rem;
}

.u-pr-19 {
  padding-right: 15.2rem;
}

.u-pb-19 {
  padding-bottom: 15.2rem;
}

.u-pl-19 {
  padding-left: 15.2rem;
}

.u-p-20 {
  padding: 16rem;
}

.u-px-20 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.u-py-20 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.u-pt-20 {
  padding-top: 16rem;
}

.u-pr-20 {
  padding-right: 16rem;
}

.u-pb-20 {
  padding-bottom: 16rem;
}

.u-pl-20 {
  padding-left: 16rem;
}

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

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

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

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

.text {
  position: relative;
  overflow: hidden;
}

.inner {
  width: 119.6rem;
  margin: 0 auto;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  width: 119.6rem;
  margin: 0 auto;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.word {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_word01.svg) no-repeat right center/1.8rem 1.8rem;
}

.excel {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_excel01.svg) no-repeat right center/1.8rem 1.8rem;
}

.powerpoint {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_powerpoint01.svg) no-repeat right center/1.8rem 1.8rem;
}

.pdf {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_pdf01.svg) no-repeat right center/1.8rem 1.8rem;
}

.externalLink {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_external_link01.svg) no-repeat right center;
}

.p-pagetop {
  margin-top: 1em !important;
  font-size: 1.4rem !important;
  font-weight: bold;
}

.p-pagetop>a {
  padding-left: 2.4rem;
  background: url(../tmpl-img/ico_pagetop01.svg) no-repeat left center;
}

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

.u-visible {
  visibility: visible !important;
}

.u-hidden {
  visibility: hidden !important;
}

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

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

.u-w-0 {
  width: 0% !important;
}

.u-w-0 {
  width: 0% !important;
}

.u-w-1 {
  width: 1% !important;
}

.u-w-1 {
  width: 1% !important;
}

.u-w-2 {
  width: 2% !important;
}

.u-w-2 {
  width: 2% !important;
}

.u-w-3 {
  width: 3% !important;
}

.u-w-3 {
  width: 3% !important;
}

.u-w-4 {
  width: 4% !important;
}

.u-w-4 {
  width: 4% !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-w-6 {
  width: 6% !important;
}

.u-w-6 {
  width: 6% !important;
}

.u-w-7 {
  width: 7% !important;
}

.u-w-7 {
  width: 7% !important;
}

.u-w-8 {
  width: 8% !important;
}

.u-w-8 {
  width: 8% !important;
}

.u-w-9 {
  width: 9% !important;
}

.u-w-9 {
  width: 9% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-11 {
  width: 11% !important;
}

.u-w-11 {
  width: 11% !important;
}

.u-w-12 {
  width: 12% !important;
}

.u-w-12 {
  width: 12% !important;
}

.u-w-13 {
  width: 13% !important;
}

.u-w-13 {
  width: 13% !important;
}

.u-w-14 {
  width: 14% !important;
}

.u-w-14 {
  width: 14% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-w-16 {
  width: 16% !important;
}

.u-w-16 {
  width: 16% !important;
}

.u-w-17 {
  width: 17% !important;
}

.u-w-17 {
  width: 17% !important;
}

.u-w-18 {
  width: 18% !important;
}

.u-w-18 {
  width: 18% !important;
}

.u-w-19 {
  width: 19% !important;
}

.u-w-19 {
  width: 19% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-21 {
  width: 21% !important;
}

.u-w-21 {
  width: 21% !important;
}

.u-w-22 {
  width: 22% !important;
}

.u-w-22 {
  width: 22% !important;
}

.u-w-23 {
  width: 23% !important;
}

.u-w-23 {
  width: 23% !important;
}

.u-w-24 {
  width: 24% !important;
}

.u-w-24 {
  width: 24% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-26 {
  width: 26% !important;
}

.u-w-26 {
  width: 26% !important;
}

.u-w-27 {
  width: 27% !important;
}

.u-w-27 {
  width: 27% !important;
}

.u-w-28 {
  width: 28% !important;
}

.u-w-28 {
  width: 28% !important;
}

.u-w-29 {
  width: 29% !important;
}

.u-w-29 {
  width: 29% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-31 {
  width: 31% !important;
}

.u-w-31 {
  width: 31% !important;
}

.u-w-32 {
  width: 32% !important;
}

.u-w-32 {
  width: 32% !important;
}

.u-w-33 {
  width: 33% !important;
}

.u-w-33 {
  width: 33% !important;
}

.u-w-34 {
  width: 34% !important;
}

.u-w-34 {
  width: 34% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-w-36 {
  width: 36% !important;
}

.u-w-36 {
  width: 36% !important;
}

.u-w-37 {
  width: 37% !important;
}

.u-w-37 {
  width: 37% !important;
}

.u-w-38 {
  width: 38% !important;
}

.u-w-38 {
  width: 38% !important;
}

.u-w-39 {
  width: 39% !important;
}

.u-w-39 {
  width: 39% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-41 {
  width: 41% !important;
}

.u-w-41 {
  width: 41% !important;
}

.u-w-42 {
  width: 42% !important;
}

.u-w-42 {
  width: 42% !important;
}

.u-w-43 {
  width: 43% !important;
}

.u-w-43 {
  width: 43% !important;
}

.u-w-44 {
  width: 44% !important;
}

.u-w-44 {
  width: 44% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-w-46 {
  width: 46% !important;
}

.u-w-46 {
  width: 46% !important;
}

.u-w-47 {
  width: 47% !important;
}

.u-w-47 {
  width: 47% !important;
}

.u-w-48 {
  width: 48% !important;
}

.u-w-48 {
  width: 48% !important;
}

.u-w-49 {
  width: 49% !important;
}

.u-w-49 {
  width: 49% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-51 {
  width: 51% !important;
}

.u-w-51 {
  width: 51% !important;
}

.u-w-52 {
  width: 52% !important;
}

.u-w-52 {
  width: 52% !important;
}

.u-w-53 {
  width: 53% !important;
}

.u-w-53 {
  width: 53% !important;
}

.u-w-54 {
  width: 54% !important;
}

.u-w-54 {
  width: 54% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-w-56 {
  width: 56% !important;
}

.u-w-56 {
  width: 56% !important;
}

.u-w-57 {
  width: 57% !important;
}

.u-w-57 {
  width: 57% !important;
}

.u-w-58 {
  width: 58% !important;
}

.u-w-58 {
  width: 58% !important;
}

.u-w-59 {
  width: 59% !important;
}

.u-w-59 {
  width: 59% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-61 {
  width: 61% !important;
}

.u-w-61 {
  width: 61% !important;
}

.u-w-62 {
  width: 62% !important;
}

.u-w-62 {
  width: 62% !important;
}

.u-w-63 {
  width: 63% !important;
}

.u-w-63 {
  width: 63% !important;
}

.u-w-64 {
  width: 64% !important;
}

.u-w-64 {
  width: 64% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-w-66 {
  width: 66% !important;
}

.u-w-66 {
  width: 66% !important;
}

.u-w-67 {
  width: 67% !important;
}

.u-w-67 {
  width: 67% !important;
}

.u-w-68 {
  width: 68% !important;
}

.u-w-68 {
  width: 68% !important;
}

.u-w-69 {
  width: 69% !important;
}

.u-w-69 {
  width: 69% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-71 {
  width: 71% !important;
}

.u-w-71 {
  width: 71% !important;
}

.u-w-72 {
  width: 72% !important;
}

.u-w-72 {
  width: 72% !important;
}

.u-w-73 {
  width: 73% !important;
}

.u-w-73 {
  width: 73% !important;
}

.u-w-74 {
  width: 74% !important;
}

.u-w-74 {
  width: 74% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-76 {
  width: 76% !important;
}

.u-w-76 {
  width: 76% !important;
}

.u-w-77 {
  width: 77% !important;
}

.u-w-77 {
  width: 77% !important;
}

.u-w-78 {
  width: 78% !important;
}

.u-w-78 {
  width: 78% !important;
}

.u-w-79 {
  width: 79% !important;
}

.u-w-79 {
  width: 79% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-81 {
  width: 81% !important;
}

.u-w-81 {
  width: 81% !important;
}

.u-w-82 {
  width: 82% !important;
}

.u-w-82 {
  width: 82% !important;
}

.u-w-83 {
  width: 83% !important;
}

.u-w-83 {
  width: 83% !important;
}

.u-w-84 {
  width: 84% !important;
}

.u-w-84 {
  width: 84% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-w-86 {
  width: 86% !important;
}

.u-w-86 {
  width: 86% !important;
}

.u-w-87 {
  width: 87% !important;
}

.u-w-87 {
  width: 87% !important;
}

.u-w-88 {
  width: 88% !important;
}

.u-w-88 {
  width: 88% !important;
}

.u-w-89 {
  width: 89% !important;
}

.u-w-89 {
  width: 89% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-91 {
  width: 91% !important;
}

.u-w-91 {
  width: 91% !important;
}

.u-w-92 {
  width: 92% !important;
}

.u-w-92 {
  width: 92% !important;
}

.u-w-93 {
  width: 93% !important;
}

.u-w-93 {
  width: 93% !important;
}

.u-w-94 {
  width: 94% !important;
}

.u-w-94 {
  width: 94% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-w-96 {
  width: 96% !important;
}

.u-w-96 {
  width: 96% !important;
}

.u-w-97 {
  width: 97% !important;
}

.u-w-97 {
  width: 97% !important;
}

.u-w-98 {
  width: 98% !important;
}

.u-w-98 {
  width: 98% !important;
}

.u-w-99 {
  width: 99% !important;
}

.u-w-99 {
  width: 99% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-max-w-none {
  max-width: none !important;
}

.u-max-w-none {
  max-width: none !important;
}

.u-max-w-full {
  max-width: 100% !important;
}

.u-max-w-full {
  max-width: 100% !important;
}

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

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

.u-min-w-full {
  min-width: 100% !important;
}

.u-min-w-full {
  min-width: 100% !important;
}

@media screen and (min-width: 576px) {
  .c-sm\:gap-0 {
    gap: 0rem !important;
  }

  .c-sm\:gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }

  .c-sm\:gap-y-0 {
    row-gap: 0rem !important;
  }

  .c-sm\:gap-1 {
    gap: .8rem !important;
  }

  .c-sm\:gap-x-1 {
    -moz-column-gap: .8rem !important;
    column-gap: .8rem !important;
  }

  .c-sm\:gap-y-1 {
    row-gap: .8rem !important;
  }

  .c-sm\:gap-2 {
    gap: 1.6rem !important;
  }

  .c-sm\:gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }

  .c-sm\:gap-y-2 {
    row-gap: 1.6rem !important;
  }

  .c-sm\:gap-3 {
    gap: 2.4rem !important;
  }

  .c-sm\:gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }

  .c-sm\:gap-y-3 {
    row-gap: 2.4rem !important;
  }

  .c-sm\:gap-4 {
    gap: 3.2rem !important;
  }

  .c-sm\:gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }

  .c-sm\:gap-y-4 {
    row-gap: 3.2rem !important;
  }

  .c-sm\:gap-5 {
    gap: 4rem !important;
  }

  .c-sm\:gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .c-sm\:gap-y-5 {
    row-gap: 4rem !important;
  }

  .c-sm\:gap-6 {
    gap: 4.8rem !important;
  }

  .c-sm\:gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }

  .c-sm\:gap-y-6 {
    row-gap: 4.8rem !important;
  }

  .c-sm\:gap-7 {
    gap: 5.6rem !important;
  }

  .c-sm\:gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }

  .c-sm\:gap-y-7 {
    row-gap: 5.6rem !important;
  }

  .c-sm\:gap-8 {
    gap: 6.4rem !important;
  }

  .c-sm\:gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }

  .c-sm\:gap-y-8 {
    row-gap: 6.4rem !important;
  }

  .c-sm\:gap-9 {
    gap: 7.2rem !important;
  }

  .c-sm\:gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }

  .c-sm\:gap-y-9 {
    row-gap: 7.2rem !important;
  }

  .c-sm\:gap-10 {
    gap: 8rem !important;
  }

  .c-sm\:gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .c-sm\:gap-y-10 {
    row-gap: 8rem !important;
  }

  .c-sm\:gap-11 {
    gap: 8.8rem !important;
  }

  .c-sm\:gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }

  .c-sm\:gap-y-11 {
    row-gap: 8.8rem !important;
  }

  .c-sm\:gap-12 {
    gap: 9.6rem !important;
  }

  .c-sm\:gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }

  .c-sm\:gap-y-12 {
    row-gap: 9.6rem !important;
  }

  .c-sm\:gap-13 {
    gap: 10.4rem !important;
  }

  .c-sm\:gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }

  .c-sm\:gap-y-13 {
    row-gap: 10.4rem !important;
  }

  .c-sm\:gap-14 {
    gap: 11.2rem !important;
  }

  .c-sm\:gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }

  .c-sm\:gap-y-14 {
    row-gap: 11.2rem !important;
  }

  .c-sm\:gap-15 {
    gap: 12rem !important;
  }

  .c-sm\:gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .c-sm\:gap-y-15 {
    row-gap: 12rem !important;
  }

  .c-sm\:gap-16 {
    gap: 12.8rem !important;
  }

  .c-sm\:gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }

  .c-sm\:gap-y-16 {
    row-gap: 12.8rem !important;
  }

  .c-sm\:gap-17 {
    gap: 13.6rem !important;
  }

  .c-sm\:gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }

  .c-sm\:gap-y-17 {
    row-gap: 13.6rem !important;
  }

  .c-sm\:gap-18 {
    gap: 14.4rem !important;
  }

  .c-sm\:gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }

  .c-sm\:gap-y-18 {
    row-gap: 14.4rem !important;
  }

  .c-sm\:gap-19 {
    gap: 15.2rem !important;
  }

  .c-sm\:gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }

  .c-sm\:gap-y-19 {
    row-gap: 15.2rem !important;
  }

  .c-sm\:gap-20 {
    gap: 16rem !important;
  }

  .c-sm\:gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .c-sm\:gap-y-20 {
    row-gap: 16rem !important;
  }

  .-sm\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-sm\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .-sm\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-sm\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .-sm\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .-sm\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .-sm\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .-sm\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .-sm\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .-sm\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .-sm\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .-sm\:rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .-sm\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .-sm\:rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .-sm\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .-sm\:rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .-sm\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .-sm\:rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .-sm\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .-sm\:rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .-sm\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .-sm\:rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .-sm\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .-sm\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .-sm\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .-sm\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .-sm\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .-sm\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .-sm\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .-sm\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .-sm\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .-sm\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .-sm\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .-sm\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .-sm\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .-sm\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .-sm\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .-sm\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .-sm\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .-sm\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .-sm\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .-sm\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .-sm\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .-sm\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .-sm\:row-start-1 {
    grid-row-start: 1;
  }

  .-sm\:row-end-1 {
    grid-row-end: 1;
  }

  .-sm\:row-start-2 {
    grid-row-start: 2;
  }

  .-sm\:row-end-2 {
    grid-row-end: 2;
  }

  .-sm\:row-start-3 {
    grid-row-start: 3;
  }

  .-sm\:row-end-3 {
    grid-row-end: 3;
  }

  .-sm\:row-start-4 {
    grid-row-start: 4;
  }

  .-sm\:row-end-4 {
    grid-row-end: 4;
  }

  .-sm\:row-start-5 {
    grid-row-start: 5;
  }

  .-sm\:row-end-5 {
    grid-row-end: 5;
  }

  .-sm\:row-start-6 {
    grid-row-start: 6;
  }

  .-sm\:row-end-6 {
    grid-row-end: 6;
  }

  .-sm\:row-start-7 {
    grid-row-start: 7;
  }

  .-sm\:row-end-7 {
    grid-row-end: 7;
  }

  .-sm\:row-start-8 {
    grid-row-start: 8;
  }

  .-sm\:row-end-8 {
    grid-row-end: 8;
  }

  .-sm\:row-start-9 {
    grid-row-start: 9;
  }

  .-sm\:row-end-9 {
    grid-row-end: 9;
  }

  .-sm\:row-start-10 {
    grid-row-start: 10;
  }

  .-sm\:row-end-10 {
    grid-row-end: 10;
  }

  .-sm\:row-start-11 {
    grid-row-start: 11;
  }

  .-sm\:row-end-11 {
    grid-row-end: 11;
  }

  .-sm\:row-start-12 {
    grid-row-start: 12;
  }

  .-sm\:row-end-12 {
    grid-row-end: 12;
  }

  .-sm\:col-start-1 {
    grid-column-start: 1;
  }

  .-sm\:col-end-1 {
    grid-column-end: 1;
  }

  .-sm\:col-start-2 {
    grid-column-start: 2;
  }

  .-sm\:col-end-2 {
    grid-column-end: 2;
  }

  .-sm\:col-start-3 {
    grid-column-start: 3;
  }

  .-sm\:col-end-3 {
    grid-column-end: 3;
  }

  .-sm\:col-start-4 {
    grid-column-start: 4;
  }

  .-sm\:col-end-4 {
    grid-column-end: 4;
  }

  .-sm\:col-start-5 {
    grid-column-start: 5;
  }

  .-sm\:col-end-5 {
    grid-column-end: 5;
  }

  .-sm\:col-start-6 {
    grid-column-start: 6;
  }

  .-sm\:col-end-6 {
    grid-column-end: 6;
  }

  .-sm\:col-start-7 {
    grid-column-start: 7;
  }

  .-sm\:col-end-7 {
    grid-column-end: 7;
  }

  .-sm\:col-start-8 {
    grid-column-start: 8;
  }

  .-sm\:col-end-8 {
    grid-column-end: 8;
  }

  .-sm\:col-start-9 {
    grid-column-start: 9;
  }

  .-sm\:col-end-9 {
    grid-column-end: 9;
  }

  .-sm\:col-start-10 {
    grid-column-start: 10;
  }

  .-sm\:col-end-10 {
    grid-column-end: 10;
  }

  .-sm\:col-start-11 {
    grid-column-start: 11;
  }

  .-sm\:col-end-11 {
    grid-column-end: 11;
  }

  .-sm\:col-start-12 {
    grid-column-start: 12;
  }

  .-sm\:col-end-12 {
    grid-column-end: 12;
  }

  .p-modal__section .p-heading02 br {
    display: none;
  }

  .p-main-menu__item>a br,
  .p-main-menu__item>p br {
    display: none;
  }

  .p-vision__item br {
    display: none;
  }

  .u-sm\:justify-start {
    justify-content: flex-start !important;
  }

  .u-sm\:justify-end {
    justify-content: flex-end !important;
  }

  .u-sm\:justify-center {
    justify-content: center !important;
  }

  .u-sm\:justify-between {
    justify-content: space-between !important;
  }

  .u-sm\:justify-between {
    justify-content: space-around !important;
  }

  .u-sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .u-sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .u-sm\:justify-self-start {
    justify-self: start !important;
  }

  .u-sm\:justify-self-end {
    justify-self: end !important;
  }

  .u-sm\:justify-self-center {
    justify-self: center !important;
  }

  .u-sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .u-sm\:align-start {
    align-items: flex-start !important;
  }

  .u-sm\:align-end {
    align-items: flex-end !important;
  }

  .u-sm\:align-center {
    align-items: center !important;
  }

  .u-sm\:align-baseline {
    align-items: baseline !important;
  }

  .u-sm\:align-stretch {
    align-items: stretch !important;
  }

  .u-sm\:self-auto {
    align-self: auto !important;
  }

  .u-sm\:self-start {
    align-self: flex-start !important;
  }

  .u-sm\:self-end {
    align-self: flex-end !important;
  }

  .u-sm\:self-center {
    align-self: center !important;
  }

  .u-sm\:self-stretch {
    align-self: stretch !important;
  }

  .u-sm\:place-items-start {
    place-items: start !important;
  }

  .u-sm\:place-items-end {
    place-items: end !important;
  }

  .u-sm\:place-items-center {
    place-items: center !important;
  }

  .u-sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .u-sm\:none {
    display: none !important;
  }

  .u-sm\:block {
    display: block !important;
  }

  .u-sm\:inline {
    display: inline !important;
  }

  .u-sm\:inline-block {
    display: inline-block !important;
  }

  .u-sm\:table {
    display: table !important;
  }

  .u-sm\:table-cell {
    display: table-cell !important;
  }

  .u-sm\:flex {
    display: flex !important;
  }

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

  .u-sm\:grid {
    display: grid !important;
  }

  .u-sm\:flex-row {
    flex-direction: row !important;
  }

  .u-sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .u-sm\:flex-column {
    flex-direction: column !important;
  }

  .u-sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .u-sm\:float-left {
    float: left !important;
  }

  .u-sm\:float-right {
    float: right !important;
  }

  .u-sm\:float-left {
    float: none !important;
  }

  .u-sm\:clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }

  .u-sm\:text-xxs {
    font-size: 1rem;
  }

  .u-sm\:text-xs {
    font-size: 1.2rem;
  }

  .u-sm\:text-sm {
    font-size: 1.4rem;
  }

  .u-sm\:text-base {
    font-size: 1.6rem;
  }

  .u-sm\:text-lg {
    font-size: 1.8rem;
  }

  .u-sm\:text-xl {
    font-size: 2rem;
  }

  .u-sm\:text-xxl {
    font-size: 2.4rem;
  }

  .u-sm\:text-3xl {
    font-size: 3rem;
  }

  .u-sm\:text-4xl {
    font-size: 3.6rem;
  }

  .u-sm\:text-5xl {
    font-size: 4.8rem;
  }

  .u-sm\:text-6xl {
    font-size: 6rem;
  }

  .u-sm\:text-7xl {
    font-size: 7.2rem;
  }

  .u-sm\:text-8xl {
    font-size: 9.6rem;
  }

  .u-sm\:text-9xl {
    font-size: 12.8rem;
  }

  .u-sm\:m-0 {
    margin: 0rem !important;
  }

  .u-sm\:mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-sm\:mt-0 {
    margin-top: 0rem !important;
  }

  .u-sm\:mr-0 {
    margin-right: 0rem !important;
  }

  .u-sm\:mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-sm\:ml-0 {
    margin-left: 0rem !important;
  }

  .u-sm\:neg-m-0 {
    margin: 0rem !important;
  }

  .u-sm\:neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-sm\:neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-sm\:neg-mt-0 {
    margin-top: 0rem !important;
  }

  .u-sm\:neg-mr-0 {
    margin-right: 0rem !important;
  }

  .u-sm\:neg-mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-sm\:neg-ml-0 {
    margin-left: 0rem !important;
  }

  .u-sm\:m-1 {
    margin: .8rem !important;
  }

  .u-sm\:mx-1 {
    margin-right: .8rem !important;
    margin-left: .8rem !important;
  }

  .u-sm\:my-1 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
  }

  .u-sm\:mt-1 {
    margin-top: .8rem !important;
  }

  .u-sm\:mr-1 {
    margin-right: .8rem !important;
  }

  .u-sm\:mb-1 {
    margin-bottom: .8rem !important;
  }

  .u-sm\:ml-1 {
    margin-left: .8rem !important;
  }

  .u-sm\:neg-m-1 {
    margin: -0.8rem !important;
  }

  .u-sm\:neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }

  .u-sm\:neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }

  .u-sm\:neg-mt-1 {
    margin-top: -0.8rem !important;
  }

  .u-sm\:neg-mr-1 {
    margin-right: -0.8rem !important;
  }

  .u-sm\:neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }

  .u-sm\:neg-ml-1 {
    margin-left: -0.8rem !important;
  }

  .u-sm\:m-2 {
    margin: 1.6rem !important;
  }

  .u-sm\:mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-sm\:my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-sm\:mt-2 {
    margin-top: 1.6rem !important;
  }

  .u-sm\:mr-2 {
    margin-right: 1.6rem !important;
  }

  .u-sm\:mb-2 {
    margin-bottom: 1.6rem !important;
  }

  .u-sm\:ml-2 {
    margin-left: 1.6rem !important;
  }

  .u-sm\:neg-m-2 {
    margin: -1.6rem !important;
  }

  .u-sm\:neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }

  .u-sm\:neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }

  .u-sm\:neg-mt-2 {
    margin-top: -1.6rem !important;
  }

  .u-sm\:neg-mr-2 {
    margin-right: -1.6rem !important;
  }

  .u-sm\:neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }

  .u-sm\:neg-ml-2 {
    margin-left: -1.6rem !important;
  }

  .u-sm\:m-3 {
    margin: 2.4rem !important;
  }

  .u-sm\:mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .u-sm\:my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .u-sm\:mt-3 {
    margin-top: 2.4rem !important;
  }

  .u-sm\:mr-3 {
    margin-right: 2.4rem !important;
  }

  .u-sm\:mb-3 {
    margin-bottom: 2.4rem !important;
  }

  .u-sm\:ml-3 {
    margin-left: 2.4rem !important;
  }

  .u-sm\:neg-m-3 {
    margin: -2.4rem !important;
  }

  .u-sm\:neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }

  .u-sm\:neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }

  .u-sm\:neg-mt-3 {
    margin-top: -2.4rem !important;
  }

  .u-sm\:neg-mr-3 {
    margin-right: -2.4rem !important;
  }

  .u-sm\:neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }

  .u-sm\:neg-ml-3 {
    margin-left: -2.4rem !important;
  }

  .u-sm\:m-4 {
    margin: 3.2rem !important;
  }

  .u-sm\:mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-sm\:my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-sm\:mt-4 {
    margin-top: 3.2rem !important;
  }

  .u-sm\:mr-4 {
    margin-right: 3.2rem !important;
  }

  .u-sm\:mb-4 {
    margin-bottom: 3.2rem !important;
  }

  .u-sm\:ml-4 {
    margin-left: 3.2rem !important;
  }

  .u-sm\:neg-m-4 {
    margin: -3.2rem !important;
  }

  .u-sm\:neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }

  .u-sm\:neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }

  .u-sm\:neg-mt-4 {
    margin-top: -3.2rem !important;
  }

  .u-sm\:neg-mr-4 {
    margin-right: -3.2rem !important;
  }

  .u-sm\:neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }

  .u-sm\:neg-ml-4 {
    margin-left: -3.2rem !important;
  }

  .u-sm\:m-5 {
    margin: 4rem !important;
  }

  .u-sm\:mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .u-sm\:my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-sm\:mt-5 {
    margin-top: 4rem !important;
  }

  .u-sm\:mr-5 {
    margin-right: 4rem !important;
  }

  .u-sm\:mb-5 {
    margin-bottom: 4rem !important;
  }

  .u-sm\:ml-5 {
    margin-left: 4rem !important;
  }

  .u-sm\:neg-m-5 {
    margin: -4rem !important;
  }

  .u-sm\:neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .u-sm\:neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .u-sm\:neg-mt-5 {
    margin-top: -4rem !important;
  }

  .u-sm\:neg-mr-5 {
    margin-right: -4rem !important;
  }

  .u-sm\:neg-mb-5 {
    margin-bottom: -4rem !important;
  }

  .u-sm\:neg-ml-5 {
    margin-left: -4rem !important;
  }

  .u-sm\:m-6 {
    margin: 4.8rem !important;
  }

  .u-sm\:mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .u-sm\:my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .u-sm\:mt-6 {
    margin-top: 4.8rem !important;
  }

  .u-sm\:mr-6 {
    margin-right: 4.8rem !important;
  }

  .u-sm\:mb-6 {
    margin-bottom: 4.8rem !important;
  }

  .u-sm\:ml-6 {
    margin-left: 4.8rem !important;
  }

  .u-sm\:neg-m-6 {
    margin: -4.8rem !important;
  }

  .u-sm\:neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }

  .u-sm\:neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }

  .u-sm\:neg-mt-6 {
    margin-top: -4.8rem !important;
  }

  .u-sm\:neg-mr-6 {
    margin-right: -4.8rem !important;
  }

  .u-sm\:neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }

  .u-sm\:neg-ml-6 {
    margin-left: -4.8rem !important;
  }

  .u-sm\:m-7 {
    margin: 5.6rem !important;
  }

  .u-sm\:mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .u-sm\:my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .u-sm\:mt-7 {
    margin-top: 5.6rem !important;
  }

  .u-sm\:mr-7 {
    margin-right: 5.6rem !important;
  }

  .u-sm\:mb-7 {
    margin-bottom: 5.6rem !important;
  }

  .u-sm\:ml-7 {
    margin-left: 5.6rem !important;
  }

  .u-sm\:neg-m-7 {
    margin: -5.6rem !important;
  }

  .u-sm\:neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }

  .u-sm\:neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }

  .u-sm\:neg-mt-7 {
    margin-top: -5.6rem !important;
  }

  .u-sm\:neg-mr-7 {
    margin-right: -5.6rem !important;
  }

  .u-sm\:neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }

  .u-sm\:neg-ml-7 {
    margin-left: -5.6rem !important;
  }

  .u-sm\:m-8 {
    margin: 6.4rem !important;
  }

  .u-sm\:mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-sm\:my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-sm\:mt-8 {
    margin-top: 6.4rem !important;
  }

  .u-sm\:mr-8 {
    margin-right: 6.4rem !important;
  }

  .u-sm\:mb-8 {
    margin-bottom: 6.4rem !important;
  }

  .u-sm\:ml-8 {
    margin-left: 6.4rem !important;
  }

  .u-sm\:neg-m-8 {
    margin: -6.4rem !important;
  }

  .u-sm\:neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }

  .u-sm\:neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }

  .u-sm\:neg-mt-8 {
    margin-top: -6.4rem !important;
  }

  .u-sm\:neg-mr-8 {
    margin-right: -6.4rem !important;
  }

  .u-sm\:neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }

  .u-sm\:neg-ml-8 {
    margin-left: -6.4rem !important;
  }

  .u-sm\:m-9 {
    margin: 7.2rem !important;
  }

  .u-sm\:mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .u-sm\:my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .u-sm\:mt-9 {
    margin-top: 7.2rem !important;
  }

  .u-sm\:mr-9 {
    margin-right: 7.2rem !important;
  }

  .u-sm\:mb-9 {
    margin-bottom: 7.2rem !important;
  }

  .u-sm\:ml-9 {
    margin-left: 7.2rem !important;
  }

  .u-sm\:neg-m-9 {
    margin: -7.2rem !important;
  }

  .u-sm\:neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }

  .u-sm\:neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }

  .u-sm\:neg-mt-9 {
    margin-top: -7.2rem !important;
  }

  .u-sm\:neg-mr-9 {
    margin-right: -7.2rem !important;
  }

  .u-sm\:neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }

  .u-sm\:neg-ml-9 {
    margin-left: -7.2rem !important;
  }

  .u-sm\:m-10 {
    margin: 8rem !important;
  }

  .u-sm\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .u-sm\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .u-sm\:mt-10 {
    margin-top: 8rem !important;
  }

  .u-sm\:mr-10 {
    margin-right: 8rem !important;
  }

  .u-sm\:mb-10 {
    margin-bottom: 8rem !important;
  }

  .u-sm\:ml-10 {
    margin-left: 8rem !important;
  }

  .u-sm\:neg-m-10 {
    margin: -8rem !important;
  }

  .u-sm\:neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .u-sm\:neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .u-sm\:neg-mt-10 {
    margin-top: -8rem !important;
  }

  .u-sm\:neg-mr-10 {
    margin-right: -8rem !important;
  }

  .u-sm\:neg-mb-10 {
    margin-bottom: -8rem !important;
  }

  .u-sm\:neg-ml-10 {
    margin-left: -8rem !important;
  }

  .u-sm\:m-11 {
    margin: 8.8rem !important;
  }

  .u-sm\:mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .u-sm\:my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .u-sm\:mt-11 {
    margin-top: 8.8rem !important;
  }

  .u-sm\:mr-11 {
    margin-right: 8.8rem !important;
  }

  .u-sm\:mb-11 {
    margin-bottom: 8.8rem !important;
  }

  .u-sm\:ml-11 {
    margin-left: 8.8rem !important;
  }

  .u-sm\:neg-m-11 {
    margin: -8.8rem !important;
  }

  .u-sm\:neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }

  .u-sm\:neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }

  .u-sm\:neg-mt-11 {
    margin-top: -8.8rem !important;
  }

  .u-sm\:neg-mr-11 {
    margin-right: -8.8rem !important;
  }

  .u-sm\:neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }

  .u-sm\:neg-ml-11 {
    margin-left: -8.8rem !important;
  }

  .u-sm\:m-12 {
    margin: 9.6rem !important;
  }

  .u-sm\:mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .u-sm\:my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .u-sm\:mt-12 {
    margin-top: 9.6rem !important;
  }

  .u-sm\:mr-12 {
    margin-right: 9.6rem !important;
  }

  .u-sm\:mb-12 {
    margin-bottom: 9.6rem !important;
  }

  .u-sm\:ml-12 {
    margin-left: 9.6rem !important;
  }

  .u-sm\:neg-m-12 {
    margin: -9.6rem !important;
  }

  .u-sm\:neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }

  .u-sm\:neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }

  .u-sm\:neg-mt-12 {
    margin-top: -9.6rem !important;
  }

  .u-sm\:neg-mr-12 {
    margin-right: -9.6rem !important;
  }

  .u-sm\:neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }

  .u-sm\:neg-ml-12 {
    margin-left: -9.6rem !important;
  }

  .u-sm\:m-13 {
    margin: 10.4rem !important;
  }

  .u-sm\:mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }

  .u-sm\:my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }

  .u-sm\:mt-13 {
    margin-top: 10.4rem !important;
  }

  .u-sm\:mr-13 {
    margin-right: 10.4rem !important;
  }

  .u-sm\:mb-13 {
    margin-bottom: 10.4rem !important;
  }

  .u-sm\:ml-13 {
    margin-left: 10.4rem !important;
  }

  .u-sm\:neg-m-13 {
    margin: -10.4rem !important;
  }

  .u-sm\:neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }

  .u-sm\:neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }

  .u-sm\:neg-mt-13 {
    margin-top: -10.4rem !important;
  }

  .u-sm\:neg-mr-13 {
    margin-right: -10.4rem !important;
  }

  .u-sm\:neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }

  .u-sm\:neg-ml-13 {
    margin-left: -10.4rem !important;
  }

  .u-sm\:m-14 {
    margin: 11.2rem !important;
  }

  .u-sm\:mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }

  .u-sm\:my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }

  .u-sm\:mt-14 {
    margin-top: 11.2rem !important;
  }

  .u-sm\:mr-14 {
    margin-right: 11.2rem !important;
  }

  .u-sm\:mb-14 {
    margin-bottom: 11.2rem !important;
  }

  .u-sm\:ml-14 {
    margin-left: 11.2rem !important;
  }

  .u-sm\:neg-m-14 {
    margin: -11.2rem !important;
  }

  .u-sm\:neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }

  .u-sm\:neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }

  .u-sm\:neg-mt-14 {
    margin-top: -11.2rem !important;
  }

  .u-sm\:neg-mr-14 {
    margin-right: -11.2rem !important;
  }

  .u-sm\:neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }

  .u-sm\:neg-ml-14 {
    margin-left: -11.2rem !important;
  }

  .u-sm\:m-15 {
    margin: 12rem !important;
  }

  .u-sm\:mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .u-sm\:my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .u-sm\:mt-15 {
    margin-top: 12rem !important;
  }

  .u-sm\:mr-15 {
    margin-right: 12rem !important;
  }

  .u-sm\:mb-15 {
    margin-bottom: 12rem !important;
  }

  .u-sm\:ml-15 {
    margin-left: 12rem !important;
  }

  .u-sm\:neg-m-15 {
    margin: -12rem !important;
  }

  .u-sm\:neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .u-sm\:neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .u-sm\:neg-mt-15 {
    margin-top: -12rem !important;
  }

  .u-sm\:neg-mr-15 {
    margin-right: -12rem !important;
  }

  .u-sm\:neg-mb-15 {
    margin-bottom: -12rem !important;
  }

  .u-sm\:neg-ml-15 {
    margin-left: -12rem !important;
  }

  .u-sm\:m-16 {
    margin: 12.8rem !important;
  }

  .u-sm\:mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }

  .u-sm\:my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }

  .u-sm\:mt-16 {
    margin-top: 12.8rem !important;
  }

  .u-sm\:mr-16 {
    margin-right: 12.8rem !important;
  }

  .u-sm\:mb-16 {
    margin-bottom: 12.8rem !important;
  }

  .u-sm\:ml-16 {
    margin-left: 12.8rem !important;
  }

  .u-sm\:neg-m-16 {
    margin: -12.8rem !important;
  }

  .u-sm\:neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }

  .u-sm\:neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }

  .u-sm\:neg-mt-16 {
    margin-top: -12.8rem !important;
  }

  .u-sm\:neg-mr-16 {
    margin-right: -12.8rem !important;
  }

  .u-sm\:neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }

  .u-sm\:neg-ml-16 {
    margin-left: -12.8rem !important;
  }

  .u-sm\:m-17 {
    margin: 13.6rem !important;
  }

  .u-sm\:mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }

  .u-sm\:my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }

  .u-sm\:mt-17 {
    margin-top: 13.6rem !important;
  }

  .u-sm\:mr-17 {
    margin-right: 13.6rem !important;
  }

  .u-sm\:mb-17 {
    margin-bottom: 13.6rem !important;
  }

  .u-sm\:ml-17 {
    margin-left: 13.6rem !important;
  }

  .u-sm\:neg-m-17 {
    margin: -13.6rem !important;
  }

  .u-sm\:neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }

  .u-sm\:neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }

  .u-sm\:neg-mt-17 {
    margin-top: -13.6rem !important;
  }

  .u-sm\:neg-mr-17 {
    margin-right: -13.6rem !important;
  }

  .u-sm\:neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }

  .u-sm\:neg-ml-17 {
    margin-left: -13.6rem !important;
  }

  .u-sm\:m-18 {
    margin: 14.4rem !important;
  }

  .u-sm\:mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }

  .u-sm\:my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }

  .u-sm\:mt-18 {
    margin-top: 14.4rem !important;
  }

  .u-sm\:mr-18 {
    margin-right: 14.4rem !important;
  }

  .u-sm\:mb-18 {
    margin-bottom: 14.4rem !important;
  }

  .u-sm\:ml-18 {
    margin-left: 14.4rem !important;
  }

  .u-sm\:neg-m-18 {
    margin: -14.4rem !important;
  }

  .u-sm\:neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }

  .u-sm\:neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }

  .u-sm\:neg-mt-18 {
    margin-top: -14.4rem !important;
  }

  .u-sm\:neg-mr-18 {
    margin-right: -14.4rem !important;
  }

  .u-sm\:neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }

  .u-sm\:neg-ml-18 {
    margin-left: -14.4rem !important;
  }

  .u-sm\:m-19 {
    margin: 15.2rem !important;
  }

  .u-sm\:mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }

  .u-sm\:my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }

  .u-sm\:mt-19 {
    margin-top: 15.2rem !important;
  }

  .u-sm\:mr-19 {
    margin-right: 15.2rem !important;
  }

  .u-sm\:mb-19 {
    margin-bottom: 15.2rem !important;
  }

  .u-sm\:ml-19 {
    margin-left: 15.2rem !important;
  }

  .u-sm\:neg-m-19 {
    margin: -15.2rem !important;
  }

  .u-sm\:neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }

  .u-sm\:neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }

  .u-sm\:neg-mt-19 {
    margin-top: -15.2rem !important;
  }

  .u-sm\:neg-mr-19 {
    margin-right: -15.2rem !important;
  }

  .u-sm\:neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }

  .u-sm\:neg-ml-19 {
    margin-left: -15.2rem !important;
  }

  .u-sm\:m-20 {
    margin: 16rem !important;
  }

  .u-sm\:mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .u-sm\:my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .u-sm\:mt-20 {
    margin-top: 16rem !important;
  }

  .u-sm\:mr-20 {
    margin-right: 16rem !important;
  }

  .u-sm\:mb-20 {
    margin-bottom: 16rem !important;
  }

  .u-sm\:ml-20 {
    margin-left: 16rem !important;
  }

  .u-sm\:neg-m-20 {
    margin: -16rem !important;
  }

  .u-sm\:neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .u-sm\:neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .u-sm\:neg-mt-20 {
    margin-top: -16rem !important;
  }

  .u-sm\:neg-mr-20 {
    margin-right: -16rem !important;
  }

  .u-sm\:neg-mb-20 {
    margin-bottom: -16rem !important;
  }

  .u-sm\:neg-ml-20 {
    margin-left: -16rem !important;
  }

  .u-sm\:order-0 {
    order: 0 !important;
  }

  .u-sm\:order-1 {
    order: 1 !important;
  }

  .u-sm\:order-2 {
    order: 2 !important;
  }

  .u-sm\:order-3 {
    order: 3 !important;
  }

  .u-sm\:order-4 {
    order: 4 !important;
  }

  .u-sm\:order-5 {
    order: 5 !important;
  }

  .u-sm\:order-6 {
    order: 6 !important;
  }

  .u-sm\:order-7 {
    order: 7 !important;
  }

  .u-sm\:order-8 {
    order: 8 !important;
  }

  .u-sm\:order-9 {
    order: 9 !important;
  }

  .u-sm\:order-10 {
    order: 10 !important;
  }

  .u-sm\:order-11 {
    order: 11 !important;
  }

  .u-sm\:order-12 {
    order: 12 !important;
  }

  .u-sm\:order-13 {
    order: 13 !important;
  }

  .u-sm\:order-14 {
    order: 14 !important;
  }

  .u-sm\:order-15 {
    order: 15 !important;
  }

  .u-sm\:order-16 {
    order: 16 !important;
  }

  .u-sm\:order-17 {
    order: 17 !important;
  }

  .u-sm\:order-18 {
    order: 18 !important;
  }

  .u-sm\:order-19 {
    order: 19 !important;
  }

  .u-sm\:order-20 {
    order: 20 !important;
  }

  .u-sm\:order-21 {
    order: 21 !important;
  }

  .u-sm\:order-22 {
    order: 22 !important;
  }

  .u-sm\:order-23 {
    order: 23 !important;
  }

  .u-sm\:order-24 {
    order: 24 !important;
  }

  .u-sm\:order-25 {
    order: 25 !important;
  }

  .u-sm\:order-26 {
    order: 26 !important;
  }

  .u-sm\:order-27 {
    order: 27 !important;
  }

  .u-sm\:order-28 {
    order: 28 !important;
  }

  .u-sm\:order-29 {
    order: 29 !important;
  }

  .u-sm\:order-30 {
    order: 30 !important;
  }

  .u-sm\:order-31 {
    order: 31 !important;
  }

  .u-sm\:order-32 {
    order: 32 !important;
  }

  .u-sm\:order-33 {
    order: 33 !important;
  }

  .u-sm\:order-34 {
    order: 34 !important;
  }

  .u-sm\:order-35 {
    order: 35 !important;
  }

  .u-sm\:order-36 {
    order: 36 !important;
  }

  .u-sm\:order-37 {
    order: 37 !important;
  }

  .u-sm\:order-38 {
    order: 38 !important;
  }

  .u-sm\:order-39 {
    order: 39 !important;
  }

  .u-sm\:order-40 {
    order: 40 !important;
  }

  .u-sm\:order-41 {
    order: 41 !important;
  }

  .u-sm\:order-42 {
    order: 42 !important;
  }

  .u-sm\:order-43 {
    order: 43 !important;
  }

  .u-sm\:order-44 {
    order: 44 !important;
  }

  .u-sm\:order-45 {
    order: 45 !important;
  }

  .u-sm\:order-46 {
    order: 46 !important;
  }

  .u-sm\:order-47 {
    order: 47 !important;
  }

  .u-sm\:order-48 {
    order: 48 !important;
  }

  .u-sm\:order-49 {
    order: 49 !important;
  }

  .u-sm\:order-50 {
    order: 50 !important;
  }

  .u-sm\:order-51 {
    order: 51 !important;
  }

  .u-sm\:order-52 {
    order: 52 !important;
  }

  .u-sm\:order-53 {
    order: 53 !important;
  }

  .u-sm\:order-54 {
    order: 54 !important;
  }

  .u-sm\:order-55 {
    order: 55 !important;
  }

  .u-sm\:order-56 {
    order: 56 !important;
  }

  .u-sm\:order-57 {
    order: 57 !important;
  }

  .u-sm\:order-58 {
    order: 58 !important;
  }

  .u-sm\:order-59 {
    order: 59 !important;
  }

  .u-sm\:order-60 {
    order: 60 !important;
  }

  .u-sm\:order-61 {
    order: 61 !important;
  }

  .u-sm\:order-62 {
    order: 62 !important;
  }

  .u-sm\:order-63 {
    order: 63 !important;
  }

  .u-sm\:order-64 {
    order: 64 !important;
  }

  .u-sm\:order-65 {
    order: 65 !important;
  }

  .u-sm\:order-66 {
    order: 66 !important;
  }

  .u-sm\:order-67 {
    order: 67 !important;
  }

  .u-sm\:order-68 {
    order: 68 !important;
  }

  .u-sm\:order-69 {
    order: 69 !important;
  }

  .u-sm\:order-70 {
    order: 70 !important;
  }

  .u-sm\:order-71 {
    order: 71 !important;
  }

  .u-sm\:order-72 {
    order: 72 !important;
  }

  .u-sm\:order-73 {
    order: 73 !important;
  }

  .u-sm\:order-74 {
    order: 74 !important;
  }

  .u-sm\:order-75 {
    order: 75 !important;
  }

  .u-sm\:order-76 {
    order: 76 !important;
  }

  .u-sm\:order-77 {
    order: 77 !important;
  }

  .u-sm\:order-78 {
    order: 78 !important;
  }

  .u-sm\:order-79 {
    order: 79 !important;
  }

  .u-sm\:order-80 {
    order: 80 !important;
  }

  .u-sm\:order-81 {
    order: 81 !important;
  }

  .u-sm\:order-82 {
    order: 82 !important;
  }

  .u-sm\:order-83 {
    order: 83 !important;
  }

  .u-sm\:order-84 {
    order: 84 !important;
  }

  .u-sm\:order-85 {
    order: 85 !important;
  }

  .u-sm\:order-86 {
    order: 86 !important;
  }

  .u-sm\:order-87 {
    order: 87 !important;
  }

  .u-sm\:order-88 {
    order: 88 !important;
  }

  .u-sm\:order-89 {
    order: 89 !important;
  }

  .u-sm\:order-90 {
    order: 90 !important;
  }

  .u-sm\:order-91 {
    order: 91 !important;
  }

  .u-sm\:order-92 {
    order: 92 !important;
  }

  .u-sm\:order-93 {
    order: 93 !important;
  }

  .u-sm\:order-94 {
    order: 94 !important;
  }

  .u-sm\:order-95 {
    order: 95 !important;
  }

  .u-sm\:order-96 {
    order: 96 !important;
  }

  .u-sm\:order-97 {
    order: 97 !important;
  }

  .u-sm\:order-98 {
    order: 98 !important;
  }

  .u-sm\:order-99 {
    order: 99 !important;
  }

  .u-sm\:order-100 {
    order: 100 !important;
  }

  .u-sm\:overflow-visible {
    overflow: visible !important;
  }

  .u-sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .u-sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .u-sm\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

  .u-sm\:p-1 {
    padding: .8rem;
  }

  .u-sm\:px-1 {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .u-sm\:py-1 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .u-sm\:pt-1 {
    padding-top: .8rem;
  }

  .u-sm\:pr-1 {
    padding-right: .8rem;
  }

  .u-sm\:pb-1 {
    padding-bottom: .8rem;
  }

  .u-sm\:pl-1 {
    padding-left: .8rem;
  }

  .u-sm\:p-2 {
    padding: 1.6rem;
  }

  .u-sm\:px-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .u-sm\:py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .u-sm\:pt-2 {
    padding-top: 1.6rem;
  }

  .u-sm\:pr-2 {
    padding-right: 1.6rem;
  }

  .u-sm\:pb-2 {
    padding-bottom: 1.6rem;
  }

  .u-sm\:pl-2 {
    padding-left: 1.6rem;
  }

  .u-sm\:p-3 {
    padding: 2.4rem;
  }

  .u-sm\:px-3 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .u-sm\:py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .u-sm\:pt-3 {
    padding-top: 2.4rem;
  }

  .u-sm\:pr-3 {
    padding-right: 2.4rem;
  }

  .u-sm\:pb-3 {
    padding-bottom: 2.4rem;
  }

  .u-sm\:pl-3 {
    padding-left: 2.4rem;
  }

  .u-sm\:p-4 {
    padding: 3.2rem;
  }

  .u-sm\:px-4 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .u-sm\:py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-sm\:pt-4 {
    padding-top: 3.2rem;
  }

  .u-sm\:pr-4 {
    padding-right: 3.2rem;
  }

  .u-sm\:pb-4 {
    padding-bottom: 3.2rem;
  }

  .u-sm\:pl-4 {
    padding-left: 3.2rem;
  }

  .u-sm\:p-5 {
    padding: 4rem;
  }

  .u-sm\:px-5 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .u-sm\:py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-sm\:pt-5 {
    padding-top: 4rem;
  }

  .u-sm\:pr-5 {
    padding-right: 4rem;
  }

  .u-sm\:pb-5 {
    padding-bottom: 4rem;
  }

  .u-sm\:pl-5 {
    padding-left: 4rem;
  }

  .u-sm\:p-6 {
    padding: 4.8rem;
  }

  .u-sm\:px-6 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .u-sm\:py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .u-sm\:pt-6 {
    padding-top: 4.8rem;
  }

  .u-sm\:pr-6 {
    padding-right: 4.8rem;
  }

  .u-sm\:pb-6 {
    padding-bottom: 4.8rem;
  }

  .u-sm\:pl-6 {
    padding-left: 4.8rem;
  }

  .u-sm\:p-7 {
    padding: 5.6rem;
  }

  .u-sm\:px-7 {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }

  .u-sm\:py-7 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .u-sm\:pt-7 {
    padding-top: 5.6rem;
  }

  .u-sm\:pr-7 {
    padding-right: 5.6rem;
  }

  .u-sm\:pb-7 {
    padding-bottom: 5.6rem;
  }

  .u-sm\:pl-7 {
    padding-left: 5.6rem;
  }

  .u-sm\:p-8 {
    padding: 6.4rem;
  }

  .u-sm\:px-8 {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }

  .u-sm\:py-8 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .u-sm\:pt-8 {
    padding-top: 6.4rem;
  }

  .u-sm\:pr-8 {
    padding-right: 6.4rem;
  }

  .u-sm\:pb-8 {
    padding-bottom: 6.4rem;
  }

  .u-sm\:pl-8 {
    padding-left: 6.4rem;
  }

  .u-sm\:p-9 {
    padding: 7.2rem;
  }

  .u-sm\:px-9 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .u-sm\:py-9 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .u-sm\:pt-9 {
    padding-top: 7.2rem;
  }

  .u-sm\:pr-9 {
    padding-right: 7.2rem;
  }

  .u-sm\:pb-9 {
    padding-bottom: 7.2rem;
  }

  .u-sm\:pl-9 {
    padding-left: 7.2rem;
  }

  .u-sm\:p-10 {
    padding: 8rem;
  }

  .u-sm\:px-10 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .u-sm\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-sm\:pt-10 {
    padding-top: 8rem;
  }

  .u-sm\:pr-10 {
    padding-right: 8rem;
  }

  .u-sm\:pb-10 {
    padding-bottom: 8rem;
  }

  .u-sm\:pl-10 {
    padding-left: 8rem;
  }

  .u-sm\:p-11 {
    padding: 8.8rem;
  }

  .u-sm\:px-11 {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .u-sm\:py-11 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .u-sm\:pt-11 {
    padding-top: 8.8rem;
  }

  .u-sm\:pr-11 {
    padding-right: 8.8rem;
  }

  .u-sm\:pb-11 {
    padding-bottom: 8.8rem;
  }

  .u-sm\:pl-11 {
    padding-left: 8.8rem;
  }

  .u-sm\:p-12 {
    padding: 9.6rem;
  }

  .u-sm\:px-12 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .u-sm\:py-12 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .u-sm\:pt-12 {
    padding-top: 9.6rem;
  }

  .u-sm\:pr-12 {
    padding-right: 9.6rem;
  }

  .u-sm\:pb-12 {
    padding-bottom: 9.6rem;
  }

  .u-sm\:pl-12 {
    padding-left: 9.6rem;
  }

  .u-sm\:p-13 {
    padding: 10.4rem;
  }

  .u-sm\:px-13 {
    padding-right: 10.4rem;
    padding-left: 10.4rem;
  }

  .u-sm\:py-13 {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }

  .u-sm\:pt-13 {
    padding-top: 10.4rem;
  }

  .u-sm\:pr-13 {
    padding-right: 10.4rem;
  }

  .u-sm\:pb-13 {
    padding-bottom: 10.4rem;
  }

  .u-sm\:pl-13 {
    padding-left: 10.4rem;
  }

  .u-sm\:p-14 {
    padding: 11.2rem;
  }

  .u-sm\:px-14 {
    padding-right: 11.2rem;
    padding-left: 11.2rem;
  }

  .u-sm\:py-14 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .u-sm\:pt-14 {
    padding-top: 11.2rem;
  }

  .u-sm\:pr-14 {
    padding-right: 11.2rem;
  }

  .u-sm\:pb-14 {
    padding-bottom: 11.2rem;
  }

  .u-sm\:pl-14 {
    padding-left: 11.2rem;
  }

  .u-sm\:p-15 {
    padding: 12rem;
  }

  .u-sm\:px-15 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .u-sm\:py-15 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .u-sm\:pt-15 {
    padding-top: 12rem;
  }

  .u-sm\:pr-15 {
    padding-right: 12rem;
  }

  .u-sm\:pb-15 {
    padding-bottom: 12rem;
  }

  .u-sm\:pl-15 {
    padding-left: 12rem;
  }

  .u-sm\:p-16 {
    padding: 12.8rem;
  }

  .u-sm\:px-16 {
    padding-right: 12.8rem;
    padding-left: 12.8rem;
  }

  .u-sm\:py-16 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .u-sm\:pt-16 {
    padding-top: 12.8rem;
  }

  .u-sm\:pr-16 {
    padding-right: 12.8rem;
  }

  .u-sm\:pb-16 {
    padding-bottom: 12.8rem;
  }

  .u-sm\:pl-16 {
    padding-left: 12.8rem;
  }

  .u-sm\:p-17 {
    padding: 13.6rem;
  }

  .u-sm\:px-17 {
    padding-right: 13.6rem;
    padding-left: 13.6rem;
  }

  .u-sm\:py-17 {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .u-sm\:pt-17 {
    padding-top: 13.6rem;
  }

  .u-sm\:pr-17 {
    padding-right: 13.6rem;
  }

  .u-sm\:pb-17 {
    padding-bottom: 13.6rem;
  }

  .u-sm\:pl-17 {
    padding-left: 13.6rem;
  }

  .u-sm\:p-18 {
    padding: 14.4rem;
  }

  .u-sm\:px-18 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }

  .u-sm\:py-18 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .u-sm\:pt-18 {
    padding-top: 14.4rem;
  }

  .u-sm\:pr-18 {
    padding-right: 14.4rem;
  }

  .u-sm\:pb-18 {
    padding-bottom: 14.4rem;
  }

  .u-sm\:pl-18 {
    padding-left: 14.4rem;
  }

  .u-sm\:p-19 {
    padding: 15.2rem;
  }

  .u-sm\:px-19 {
    padding-right: 15.2rem;
    padding-left: 15.2rem;
  }

  .u-sm\:py-19 {
    padding-top: 15.2rem;
    padding-bottom: 15.2rem;
  }

  .u-sm\:pt-19 {
    padding-top: 15.2rem;
  }

  .u-sm\:pr-19 {
    padding-right: 15.2rem;
  }

  .u-sm\:pb-19 {
    padding-bottom: 15.2rem;
  }

  .u-sm\:pl-19 {
    padding-left: 15.2rem;
  }

  .u-sm\:p-20 {
    padding: 16rem;
  }

  .u-sm\:px-20 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .u-sm\:py-20 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .u-sm\:pt-20 {
    padding-top: 16rem;
  }

  .u-sm\:pr-20 {
    padding-right: 16rem;
  }

  .u-sm\:pb-20 {
    padding-bottom: 16rem;
  }

  .u-sm\:pl-20 {
    padding-left: 16rem;
  }

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

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

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

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

  .u-sm\:visible {
    visibility: visible !important;
  }

  .u-sm\:hidden {
    visibility: hidden !important;
  }

  .u-sm\:whitespace-normal {
    white-space: normal !important;
  }

  .u-sm\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .u-sm\:w-0 {
    width: 0% !important;
  }

  .u-sm-w-0 {
    width: 0% !important;
  }

  .u-sm\:w-1 {
    width: 1% !important;
  }

  .u-sm-w-1 {
    width: 1% !important;
  }

  .u-sm\:w-2 {
    width: 2% !important;
  }

  .u-sm-w-2 {
    width: 2% !important;
  }

  .u-sm\:w-3 {
    width: 3% !important;
  }

  .u-sm-w-3 {
    width: 3% !important;
  }

  .u-sm\:w-4 {
    width: 4% !important;
  }

  .u-sm-w-4 {
    width: 4% !important;
  }

  .u-sm\:w-5 {
    width: 5% !important;
  }

  .u-sm-w-5 {
    width: 5% !important;
  }

  .u-sm\:w-6 {
    width: 6% !important;
  }

  .u-sm-w-6 {
    width: 6% !important;
  }

  .u-sm\:w-7 {
    width: 7% !important;
  }

  .u-sm-w-7 {
    width: 7% !important;
  }

  .u-sm\:w-8 {
    width: 8% !important;
  }

  .u-sm-w-8 {
    width: 8% !important;
  }

  .u-sm\:w-9 {
    width: 9% !important;
  }

  .u-sm-w-9 {
    width: 9% !important;
  }

  .u-sm\:w-10 {
    width: 10% !important;
  }

  .u-sm-w-10 {
    width: 10% !important;
  }

  .u-sm\:w-11 {
    width: 11% !important;
  }

  .u-sm-w-11 {
    width: 11% !important;
  }

  .u-sm\:w-12 {
    width: 12% !important;
  }

  .u-sm-w-12 {
    width: 12% !important;
  }

  .u-sm\:w-13 {
    width: 13% !important;
  }

  .u-sm-w-13 {
    width: 13% !important;
  }

  .u-sm\:w-14 {
    width: 14% !important;
  }

  .u-sm-w-14 {
    width: 14% !important;
  }

  .u-sm\:w-15 {
    width: 15% !important;
  }

  .u-sm-w-15 {
    width: 15% !important;
  }

  .u-sm\:w-16 {
    width: 16% !important;
  }

  .u-sm-w-16 {
    width: 16% !important;
  }

  .u-sm\:w-17 {
    width: 17% !important;
  }

  .u-sm-w-17 {
    width: 17% !important;
  }

  .u-sm\:w-18 {
    width: 18% !important;
  }

  .u-sm-w-18 {
    width: 18% !important;
  }

  .u-sm\:w-19 {
    width: 19% !important;
  }

  .u-sm-w-19 {
    width: 19% !important;
  }

  .u-sm\:w-20 {
    width: 20% !important;
  }

  .u-sm-w-20 {
    width: 20% !important;
  }

  .u-sm\:w-21 {
    width: 21% !important;
  }

  .u-sm-w-21 {
    width: 21% !important;
  }

  .u-sm\:w-22 {
    width: 22% !important;
  }

  .u-sm-w-22 {
    width: 22% !important;
  }

  .u-sm\:w-23 {
    width: 23% !important;
  }

  .u-sm-w-23 {
    width: 23% !important;
  }

  .u-sm\:w-24 {
    width: 24% !important;
  }

  .u-sm-w-24 {
    width: 24% !important;
  }

  .u-sm\:w-25 {
    width: 25% !important;
  }

  .u-sm-w-25 {
    width: 25% !important;
  }

  .u-sm\:w-26 {
    width: 26% !important;
  }

  .u-sm-w-26 {
    width: 26% !important;
  }

  .u-sm\:w-27 {
    width: 27% !important;
  }

  .u-sm-w-27 {
    width: 27% !important;
  }

  .u-sm\:w-28 {
    width: 28% !important;
  }

  .u-sm-w-28 {
    width: 28% !important;
  }

  .u-sm\:w-29 {
    width: 29% !important;
  }

  .u-sm-w-29 {
    width: 29% !important;
  }

  .u-sm\:w-30 {
    width: 30% !important;
  }

  .u-sm-w-30 {
    width: 30% !important;
  }

  .u-sm\:w-31 {
    width: 31% !important;
  }

  .u-sm-w-31 {
    width: 31% !important;
  }

  .u-sm\:w-32 {
    width: 32% !important;
  }

  .u-sm-w-32 {
    width: 32% !important;
  }

  .u-sm\:w-33 {
    width: 33% !important;
  }

  .u-sm-w-33 {
    width: 33% !important;
  }

  .u-sm\:w-34 {
    width: 34% !important;
  }

  .u-sm-w-34 {
    width: 34% !important;
  }

  .u-sm\:w-35 {
    width: 35% !important;
  }

  .u-sm-w-35 {
    width: 35% !important;
  }

  .u-sm\:w-36 {
    width: 36% !important;
  }

  .u-sm-w-36 {
    width: 36% !important;
  }

  .u-sm\:w-37 {
    width: 37% !important;
  }

  .u-sm-w-37 {
    width: 37% !important;
  }

  .u-sm\:w-38 {
    width: 38% !important;
  }

  .u-sm-w-38 {
    width: 38% !important;
  }

  .u-sm\:w-39 {
    width: 39% !important;
  }

  .u-sm-w-39 {
    width: 39% !important;
  }

  .u-sm\:w-40 {
    width: 40% !important;
  }

  .u-sm-w-40 {
    width: 40% !important;
  }

  .u-sm\:w-41 {
    width: 41% !important;
  }

  .u-sm-w-41 {
    width: 41% !important;
  }

  .u-sm\:w-42 {
    width: 42% !important;
  }

  .u-sm-w-42 {
    width: 42% !important;
  }

  .u-sm\:w-43 {
    width: 43% !important;
  }

  .u-sm-w-43 {
    width: 43% !important;
  }

  .u-sm\:w-44 {
    width: 44% !important;
  }

  .u-sm-w-44 {
    width: 44% !important;
  }

  .u-sm\:w-45 {
    width: 45% !important;
  }

  .u-sm-w-45 {
    width: 45% !important;
  }

  .u-sm\:w-46 {
    width: 46% !important;
  }

  .u-sm-w-46 {
    width: 46% !important;
  }

  .u-sm\:w-47 {
    width: 47% !important;
  }

  .u-sm-w-47 {
    width: 47% !important;
  }

  .u-sm\:w-48 {
    width: 48% !important;
  }

  .u-sm-w-48 {
    width: 48% !important;
  }

  .u-sm\:w-49 {
    width: 49% !important;
  }

  .u-sm-w-49 {
    width: 49% !important;
  }

  .u-sm\:w-50 {
    width: 50% !important;
  }

  .u-sm-w-50 {
    width: 50% !important;
  }

  .u-sm\:w-51 {
    width: 51% !important;
  }

  .u-sm-w-51 {
    width: 51% !important;
  }

  .u-sm\:w-52 {
    width: 52% !important;
  }

  .u-sm-w-52 {
    width: 52% !important;
  }

  .u-sm\:w-53 {
    width: 53% !important;
  }

  .u-sm-w-53 {
    width: 53% !important;
  }

  .u-sm\:w-54 {
    width: 54% !important;
  }

  .u-sm-w-54 {
    width: 54% !important;
  }

  .u-sm\:w-55 {
    width: 55% !important;
  }

  .u-sm-w-55 {
    width: 55% !important;
  }

  .u-sm\:w-56 {
    width: 56% !important;
  }

  .u-sm-w-56 {
    width: 56% !important;
  }

  .u-sm\:w-57 {
    width: 57% !important;
  }

  .u-sm-w-57 {
    width: 57% !important;
  }

  .u-sm\:w-58 {
    width: 58% !important;
  }

  .u-sm-w-58 {
    width: 58% !important;
  }

  .u-sm\:w-59 {
    width: 59% !important;
  }

  .u-sm-w-59 {
    width: 59% !important;
  }

  .u-sm\:w-60 {
    width: 60% !important;
  }

  .u-sm-w-60 {
    width: 60% !important;
  }

  .u-sm\:w-61 {
    width: 61% !important;
  }

  .u-sm-w-61 {
    width: 61% !important;
  }

  .u-sm\:w-62 {
    width: 62% !important;
  }

  .u-sm-w-62 {
    width: 62% !important;
  }

  .u-sm\:w-63 {
    width: 63% !important;
  }

  .u-sm-w-63 {
    width: 63% !important;
  }

  .u-sm\:w-64 {
    width: 64% !important;
  }

  .u-sm-w-64 {
    width: 64% !important;
  }

  .u-sm\:w-65 {
    width: 65% !important;
  }

  .u-sm-w-65 {
    width: 65% !important;
  }

  .u-sm\:w-66 {
    width: 66% !important;
  }

  .u-sm-w-66 {
    width: 66% !important;
  }

  .u-sm\:w-67 {
    width: 67% !important;
  }

  .u-sm-w-67 {
    width: 67% !important;
  }

  .u-sm\:w-68 {
    width: 68% !important;
  }

  .u-sm-w-68 {
    width: 68% !important;
  }

  .u-sm\:w-69 {
    width: 69% !important;
  }

  .u-sm-w-69 {
    width: 69% !important;
  }

  .u-sm\:w-70 {
    width: 70% !important;
  }

  .u-sm-w-70 {
    width: 70% !important;
  }

  .u-sm\:w-71 {
    width: 71% !important;
  }

  .u-sm-w-71 {
    width: 71% !important;
  }

  .u-sm\:w-72 {
    width: 72% !important;
  }

  .u-sm-w-72 {
    width: 72% !important;
  }

  .u-sm\:w-73 {
    width: 73% !important;
  }

  .u-sm-w-73 {
    width: 73% !important;
  }

  .u-sm\:w-74 {
    width: 74% !important;
  }

  .u-sm-w-74 {
    width: 74% !important;
  }

  .u-sm\:w-75 {
    width: 75% !important;
  }

  .u-sm-w-75 {
    width: 75% !important;
  }

  .u-sm\:w-76 {
    width: 76% !important;
  }

  .u-sm-w-76 {
    width: 76% !important;
  }

  .u-sm\:w-77 {
    width: 77% !important;
  }

  .u-sm-w-77 {
    width: 77% !important;
  }

  .u-sm\:w-78 {
    width: 78% !important;
  }

  .u-sm-w-78 {
    width: 78% !important;
  }

  .u-sm\:w-79 {
    width: 79% !important;
  }

  .u-sm-w-79 {
    width: 79% !important;
  }

  .u-sm\:w-80 {
    width: 80% !important;
  }

  .u-sm-w-80 {
    width: 80% !important;
  }

  .u-sm\:w-81 {
    width: 81% !important;
  }

  .u-sm-w-81 {
    width: 81% !important;
  }

  .u-sm\:w-82 {
    width: 82% !important;
  }

  .u-sm-w-82 {
    width: 82% !important;
  }

  .u-sm\:w-83 {
    width: 83% !important;
  }

  .u-sm-w-83 {
    width: 83% !important;
  }

  .u-sm\:w-84 {
    width: 84% !important;
  }

  .u-sm-w-84 {
    width: 84% !important;
  }

  .u-sm\:w-85 {
    width: 85% !important;
  }

  .u-sm-w-85 {
    width: 85% !important;
  }

  .u-sm\:w-86 {
    width: 86% !important;
  }

  .u-sm-w-86 {
    width: 86% !important;
  }

  .u-sm\:w-87 {
    width: 87% !important;
  }

  .u-sm-w-87 {
    width: 87% !important;
  }

  .u-sm\:w-88 {
    width: 88% !important;
  }

  .u-sm-w-88 {
    width: 88% !important;
  }

  .u-sm\:w-89 {
    width: 89% !important;
  }

  .u-sm-w-89 {
    width: 89% !important;
  }

  .u-sm\:w-90 {
    width: 90% !important;
  }

  .u-sm-w-90 {
    width: 90% !important;
  }

  .u-sm\:w-91 {
    width: 91% !important;
  }

  .u-sm-w-91 {
    width: 91% !important;
  }

  .u-sm\:w-92 {
    width: 92% !important;
  }

  .u-sm-w-92 {
    width: 92% !important;
  }

  .u-sm\:w-93 {
    width: 93% !important;
  }

  .u-sm-w-93 {
    width: 93% !important;
  }

  .u-sm\:w-94 {
    width: 94% !important;
  }

  .u-sm-w-94 {
    width: 94% !important;
  }

  .u-sm\:w-95 {
    width: 95% !important;
  }

  .u-sm-w-95 {
    width: 95% !important;
  }

  .u-sm\:w-96 {
    width: 96% !important;
  }

  .u-sm-w-96 {
    width: 96% !important;
  }

  .u-sm\:w-97 {
    width: 97% !important;
  }

  .u-sm-w-97 {
    width: 97% !important;
  }

  .u-sm\:w-98 {
    width: 98% !important;
  }

  .u-sm-w-98 {
    width: 98% !important;
  }

  .u-sm\:w-99 {
    width: 99% !important;
  }

  .u-sm-w-99 {
    width: 99% !important;
  }

  .u-sm\:w-100 {
    width: 100% !important;
  }

  .u-sm-w-100 {
    width: 100% !important;
  }

  .u-sm\:max-w-none {
    max-width: none !important;
  }

  .u-sm-max-w-none {
    max-width: none !important;
  }

  .u-sm\:max-w-full {
    max-width: 100% !important;
  }

  .u-sm-max-w-full {
    max-width: 100% !important;
  }

  .u-sm\:min-w-auto {
    min-width: auto !important;
  }

  .u-sm-min-w-auto {
    min-width: auto !important;
  }

  .u-sm\:min-w-full {
    min-width: 100% !important;
  }

  .u-sm-min-w-full {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .c-md\:gap-0 {
    gap: 0rem !important;
  }

  .c-md\:gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }

  .c-md\:gap-y-0 {
    row-gap: 0rem !important;
  }

  .c-md\:gap-1 {
    gap: .8rem !important;
  }

  .c-md\:gap-x-1 {
    -moz-column-gap: .8rem !important;
    column-gap: .8rem !important;
  }

  .c-md\:gap-y-1 {
    row-gap: .8rem !important;
  }

  .c-md\:gap-2 {
    gap: 1.6rem !important;
  }

  .c-md\:gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }

  .c-md\:gap-y-2 {
    row-gap: 1.6rem !important;
  }

  .c-md\:gap-3 {
    gap: 2.4rem !important;
  }

  .c-md\:gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }

  .c-md\:gap-y-3 {
    row-gap: 2.4rem !important;
  }

  .c-md\:gap-4 {
    gap: 3.2rem !important;
  }

  .c-md\:gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }

  .c-md\:gap-y-4 {
    row-gap: 3.2rem !important;
  }

  .c-md\:gap-5 {
    gap: 4rem !important;
  }

  .c-md\:gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .c-md\:gap-y-5 {
    row-gap: 4rem !important;
  }

  .c-md\:gap-6 {
    gap: 4.8rem !important;
  }

  .c-md\:gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }

  .c-md\:gap-y-6 {
    row-gap: 4.8rem !important;
  }

  .c-md\:gap-7 {
    gap: 5.6rem !important;
  }

  .c-md\:gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }

  .c-md\:gap-y-7 {
    row-gap: 5.6rem !important;
  }

  .c-md\:gap-8 {
    gap: 6.4rem !important;
  }

  .c-md\:gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }

  .c-md\:gap-y-8 {
    row-gap: 6.4rem !important;
  }

  .c-md\:gap-9 {
    gap: 7.2rem !important;
  }

  .c-md\:gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }

  .c-md\:gap-y-9 {
    row-gap: 7.2rem !important;
  }

  .c-md\:gap-10 {
    gap: 8rem !important;
  }

  .c-md\:gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .c-md\:gap-y-10 {
    row-gap: 8rem !important;
  }

  .c-md\:gap-11 {
    gap: 8.8rem !important;
  }

  .c-md\:gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }

  .c-md\:gap-y-11 {
    row-gap: 8.8rem !important;
  }

  .c-md\:gap-12 {
    gap: 9.6rem !important;
  }

  .c-md\:gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }

  .c-md\:gap-y-12 {
    row-gap: 9.6rem !important;
  }

  .c-md\:gap-13 {
    gap: 10.4rem !important;
  }

  .c-md\:gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }

  .c-md\:gap-y-13 {
    row-gap: 10.4rem !important;
  }

  .c-md\:gap-14 {
    gap: 11.2rem !important;
  }

  .c-md\:gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }

  .c-md\:gap-y-14 {
    row-gap: 11.2rem !important;
  }

  .c-md\:gap-15 {
    gap: 12rem !important;
  }

  .c-md\:gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .c-md\:gap-y-15 {
    row-gap: 12rem !important;
  }

  .c-md\:gap-16 {
    gap: 12.8rem !important;
  }

  .c-md\:gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }

  .c-md\:gap-y-16 {
    row-gap: 12.8rem !important;
  }

  .c-md\:gap-17 {
    gap: 13.6rem !important;
  }

  .c-md\:gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }

  .c-md\:gap-y-17 {
    row-gap: 13.6rem !important;
  }

  .c-md\:gap-18 {
    gap: 14.4rem !important;
  }

  .c-md\:gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }

  .c-md\:gap-y-18 {
    row-gap: 14.4rem !important;
  }

  .c-md\:gap-19 {
    gap: 15.2rem !important;
  }

  .c-md\:gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }

  .c-md\:gap-y-19 {
    row-gap: 15.2rem !important;
  }

  .c-md\:gap-20 {
    gap: 16rem !important;
  }

  .c-md\:gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .c-md\:gap-y-20 {
    row-gap: 16rem !important;
  }

  .-md\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-md\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .-md\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-md\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .-md\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .-md\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .-md\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .-md\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .-md\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .-md\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .-md\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .-md\:rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .-md\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .-md\:rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .-md\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .-md\:rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .-md\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .-md\:rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .-md\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .-md\:rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .-md\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .-md\:rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .-md\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .-md\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .-md\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .-md\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .-md\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .-md\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .-md\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .-md\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .-md\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .-md\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .-md\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .-md\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .-md\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .-md\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .-md\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .-md\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .-md\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .-md\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .-md\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .-md\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .-md\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .-md\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .-md\:row-start-1 {
    grid-row-start: 1;
  }

  .-md\:row-end-1 {
    grid-row-end: 1;
  }

  .-md\:row-start-2 {
    grid-row-start: 2;
  }

  .-md\:row-end-2 {
    grid-row-end: 2;
  }

  .-md\:row-start-3 {
    grid-row-start: 3;
  }

  .-md\:row-end-3 {
    grid-row-end: 3;
  }

  .-md\:row-start-4 {
    grid-row-start: 4;
  }

  .-md\:row-end-4 {
    grid-row-end: 4;
  }

  .-md\:row-start-5 {
    grid-row-start: 5;
  }

  .-md\:row-end-5 {
    grid-row-end: 5;
  }

  .-md\:row-start-6 {
    grid-row-start: 6;
  }

  .-md\:row-end-6 {
    grid-row-end: 6;
  }

  .-md\:row-start-7 {
    grid-row-start: 7;
  }

  .-md\:row-end-7 {
    grid-row-end: 7;
  }

  .-md\:row-start-8 {
    grid-row-start: 8;
  }

  .-md\:row-end-8 {
    grid-row-end: 8;
  }

  .-md\:row-start-9 {
    grid-row-start: 9;
  }

  .-md\:row-end-9 {
    grid-row-end: 9;
  }

  .-md\:row-start-10 {
    grid-row-start: 10;
  }

  .-md\:row-end-10 {
    grid-row-end: 10;
  }

  .-md\:row-start-11 {
    grid-row-start: 11;
  }

  .-md\:row-end-11 {
    grid-row-end: 11;
  }

  .-md\:row-start-12 {
    grid-row-start: 12;
  }

  .-md\:row-end-12 {
    grid-row-end: 12;
  }

  .-md\:col-start-1 {
    grid-column-start: 1;
  }

  .-md\:col-end-1 {
    grid-column-end: 1;
  }

  .-md\:col-start-2 {
    grid-column-start: 2;
  }

  .-md\:col-end-2 {
    grid-column-end: 2;
  }

  .-md\:col-start-3 {
    grid-column-start: 3;
  }

  .-md\:col-end-3 {
    grid-column-end: 3;
  }

  .-md\:col-start-4 {
    grid-column-start: 4;
  }

  .-md\:col-end-4 {
    grid-column-end: 4;
  }

  .-md\:col-start-5 {
    grid-column-start: 5;
  }

  .-md\:col-end-5 {
    grid-column-end: 5;
  }

  .-md\:col-start-6 {
    grid-column-start: 6;
  }

  .-md\:col-end-6 {
    grid-column-end: 6;
  }

  .-md\:col-start-7 {
    grid-column-start: 7;
  }

  .-md\:col-end-7 {
    grid-column-end: 7;
  }

  .-md\:col-start-8 {
    grid-column-start: 8;
  }

  .-md\:col-end-8 {
    grid-column-end: 8;
  }

  .-md\:col-start-9 {
    grid-column-start: 9;
  }

  .-md\:col-end-9 {
    grid-column-end: 9;
  }

  .-md\:col-start-10 {
    grid-column-start: 10;
  }

  .-md\:col-end-10 {
    grid-column-end: 10;
  }

  .-md\:col-start-11 {
    grid-column-start: 11;
  }

  .-md\:col-end-11 {
    grid-column-end: 11;
  }

  .-md\:col-start-12 {
    grid-column-start: 12;
  }

  .-md\:col-end-12 {
    grid-column-end: 12;
  }

  .u-md\:justify-start {
    justify-content: flex-start !important;
  }

  .u-md\:justify-end {
    justify-content: flex-end !important;
  }

  .u-md\:justify-center {
    justify-content: center !important;
  }

  .u-md\:justify-between {
    justify-content: space-between !important;
  }

  .u-md\:justify-between {
    justify-content: space-around !important;
  }

  .u-md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .u-md\:justify-self-auto {
    justify-self: auto !important;
  }

  .u-md\:justify-self-start {
    justify-self: start !important;
  }

  .u-md\:justify-self-end {
    justify-self: end !important;
  }

  .u-md\:justify-self-center {
    justify-self: center !important;
  }

  .u-md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .u-md\:align-start {
    align-items: flex-start !important;
  }

  .u-md\:align-end {
    align-items: flex-end !important;
  }

  .u-md\:align-center {
    align-items: center !important;
  }

  .u-md\:align-baseline {
    align-items: baseline !important;
  }

  .u-md\:align-stretch {
    align-items: stretch !important;
  }

  .u-md\:self-auto {
    align-self: auto !important;
  }

  .u-md\:self-start {
    align-self: flex-start !important;
  }

  .u-md\:self-end {
    align-self: flex-end !important;
  }

  .u-md\:self-center {
    align-self: center !important;
  }

  .u-md\:self-stretch {
    align-self: stretch !important;
  }

  .u-md\:place-items-start {
    place-items: start !important;
  }

  .u-md\:place-items-end {
    place-items: end !important;
  }

  .u-md\:place-items-center {
    place-items: center !important;
  }

  .u-md\:place-items-stretch {
    place-items: stretch !important;
  }

  .u-md\:none {
    display: none !important;
  }

  .u-md\:block {
    display: block !important;
  }

  .u-md\:inline {
    display: inline !important;
  }

  .u-md\:inline-block {
    display: inline-block !important;
  }

  .u-md\:table {
    display: table !important;
  }

  .u-md\:table-cell {
    display: table-cell !important;
  }

  .u-md\:flex {
    display: flex !important;
  }

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

  .u-md\:grid {
    display: grid !important;
  }

  .u-md\:flex-row {
    flex-direction: row !important;
  }

  .u-md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .u-md\:flex-column {
    flex-direction: column !important;
  }

  .u-md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .u-md\:float-left {
    float: left !important;
  }

  .u-md\:float-right {
    float: right !important;
  }

  .u-md\:float-left {
    float: none !important;
  }

  .u-md\:clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }

  .u-md\:text-xxs {
    font-size: 1rem;
  }

  .u-md\:text-xs {
    font-size: 1.2rem;
  }

  .u-md\:text-sm {
    font-size: 1.4rem;
  }

  .u-md\:text-base {
    font-size: 1.6rem;
  }

  .u-md\:text-lg {
    font-size: 1.8rem;
  }

  .u-md\:text-xl {
    font-size: 2rem;
  }

  .u-md\:text-xxl {
    font-size: 2.4rem;
  }

  .u-md\:text-3xl {
    font-size: 3rem;
  }

  .u-md\:text-4xl {
    font-size: 3.6rem;
  }

  .u-md\:text-5xl {
    font-size: 4.8rem;
  }

  .u-md\:text-6xl {
    font-size: 6rem;
  }

  .u-md\:text-7xl {
    font-size: 7.2rem;
  }

  .u-md\:text-8xl {
    font-size: 9.6rem;
  }

  .u-md\:text-9xl {
    font-size: 12.8rem;
  }

  .u-md\:m-0 {
    margin: 0rem !important;
  }

  .u-md\:mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-md\:mt-0 {
    margin-top: 0rem !important;
  }

  .u-md\:mr-0 {
    margin-right: 0rem !important;
  }

  .u-md\:mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-md\:ml-0 {
    margin-left: 0rem !important;
  }

  .u-md\:neg-m-0 {
    margin: 0rem !important;
  }

  .u-md\:neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-md\:neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-md\:neg-mt-0 {
    margin-top: 0rem !important;
  }

  .u-md\:neg-mr-0 {
    margin-right: 0rem !important;
  }

  .u-md\:neg-mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-md\:neg-ml-0 {
    margin-left: 0rem !important;
  }

  .u-md\:m-1 {
    margin: .8rem !important;
  }

  .u-md\:mx-1 {
    margin-right: .8rem !important;
    margin-left: .8rem !important;
  }

  .u-md\:my-1 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
  }

  .u-md\:mt-1 {
    margin-top: .8rem !important;
  }

  .u-md\:mr-1 {
    margin-right: .8rem !important;
  }

  .u-md\:mb-1 {
    margin-bottom: .8rem !important;
  }

  .u-md\:ml-1 {
    margin-left: .8rem !important;
  }

  .u-md\:neg-m-1 {
    margin: -0.8rem !important;
  }

  .u-md\:neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }

  .u-md\:neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }

  .u-md\:neg-mt-1 {
    margin-top: -0.8rem !important;
  }

  .u-md\:neg-mr-1 {
    margin-right: -0.8rem !important;
  }

  .u-md\:neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }

  .u-md\:neg-ml-1 {
    margin-left: -0.8rem !important;
  }

  .u-md\:m-2 {
    margin: 1.6rem !important;
  }

  .u-md\:mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-md\:my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-md\:mt-2 {
    margin-top: 1.6rem !important;
  }

  .u-md\:mr-2 {
    margin-right: 1.6rem !important;
  }

  .u-md\:mb-2 {
    margin-bottom: 1.6rem !important;
  }

  .u-md\:ml-2 {
    margin-left: 1.6rem !important;
  }

  .u-md\:neg-m-2 {
    margin: -1.6rem !important;
  }

  .u-md\:neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }

  .u-md\:neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }

  .u-md\:neg-mt-2 {
    margin-top: -1.6rem !important;
  }

  .u-md\:neg-mr-2 {
    margin-right: -1.6rem !important;
  }

  .u-md\:neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }

  .u-md\:neg-ml-2 {
    margin-left: -1.6rem !important;
  }

  .u-md\:m-3 {
    margin: 2.4rem !important;
  }

  .u-md\:mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .u-md\:my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .u-md\:mt-3 {
    margin-top: 2.4rem !important;
  }

  .u-md\:mr-3 {
    margin-right: 2.4rem !important;
  }

  .u-md\:mb-3 {
    margin-bottom: 2.4rem !important;
  }

  .u-md\:ml-3 {
    margin-left: 2.4rem !important;
  }

  .u-md\:neg-m-3 {
    margin: -2.4rem !important;
  }

  .u-md\:neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }

  .u-md\:neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }

  .u-md\:neg-mt-3 {
    margin-top: -2.4rem !important;
  }

  .u-md\:neg-mr-3 {
    margin-right: -2.4rem !important;
  }

  .u-md\:neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }

  .u-md\:neg-ml-3 {
    margin-left: -2.4rem !important;
  }

  .u-md\:m-4 {
    margin: 3.2rem !important;
  }

  .u-md\:mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-md\:my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-md\:mt-4 {
    margin-top: 3.2rem !important;
  }

  .u-md\:mr-4 {
    margin-right: 3.2rem !important;
  }

  .u-md\:mb-4 {
    margin-bottom: 3.2rem !important;
  }

  .u-md\:ml-4 {
    margin-left: 3.2rem !important;
  }

  .u-md\:neg-m-4 {
    margin: -3.2rem !important;
  }

  .u-md\:neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }

  .u-md\:neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }

  .u-md\:neg-mt-4 {
    margin-top: -3.2rem !important;
  }

  .u-md\:neg-mr-4 {
    margin-right: -3.2rem !important;
  }

  .u-md\:neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }

  .u-md\:neg-ml-4 {
    margin-left: -3.2rem !important;
  }

  .u-md\:m-5 {
    margin: 4rem !important;
  }

  .u-md\:mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .u-md\:my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-md\:mt-5 {
    margin-top: 4rem !important;
  }

  .u-md\:mr-5 {
    margin-right: 4rem !important;
  }

  .u-md\:mb-5 {
    margin-bottom: 4rem !important;
  }

  .u-md\:ml-5 {
    margin-left: 4rem !important;
  }

  .u-md\:neg-m-5 {
    margin: -4rem !important;
  }

  .u-md\:neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .u-md\:neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .u-md\:neg-mt-5 {
    margin-top: -4rem !important;
  }

  .u-md\:neg-mr-5 {
    margin-right: -4rem !important;
  }

  .u-md\:neg-mb-5 {
    margin-bottom: -4rem !important;
  }

  .u-md\:neg-ml-5 {
    margin-left: -4rem !important;
  }

  .u-md\:m-6 {
    margin: 4.8rem !important;
  }

  .u-md\:mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .u-md\:my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .u-md\:mt-6 {
    margin-top: 4.8rem !important;
  }

  .u-md\:mr-6 {
    margin-right: 4.8rem !important;
  }

  .u-md\:mb-6 {
    margin-bottom: 4.8rem !important;
  }

  .u-md\:ml-6 {
    margin-left: 4.8rem !important;
  }

  .u-md\:neg-m-6 {
    margin: -4.8rem !important;
  }

  .u-md\:neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }

  .u-md\:neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }

  .u-md\:neg-mt-6 {
    margin-top: -4.8rem !important;
  }

  .u-md\:neg-mr-6 {
    margin-right: -4.8rem !important;
  }

  .u-md\:neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }

  .u-md\:neg-ml-6 {
    margin-left: -4.8rem !important;
  }

  .u-md\:m-7 {
    margin: 5.6rem !important;
  }

  .u-md\:mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .u-md\:my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .u-md\:mt-7 {
    margin-top: 5.6rem !important;
  }

  .u-md\:mr-7 {
    margin-right: 5.6rem !important;
  }

  .u-md\:mb-7 {
    margin-bottom: 5.6rem !important;
  }

  .u-md\:ml-7 {
    margin-left: 5.6rem !important;
  }

  .u-md\:neg-m-7 {
    margin: -5.6rem !important;
  }

  .u-md\:neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }

  .u-md\:neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }

  .u-md\:neg-mt-7 {
    margin-top: -5.6rem !important;
  }

  .u-md\:neg-mr-7 {
    margin-right: -5.6rem !important;
  }

  .u-md\:neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }

  .u-md\:neg-ml-7 {
    margin-left: -5.6rem !important;
  }

  .u-md\:m-8 {
    margin: 6.4rem !important;
  }

  .u-md\:mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-md\:my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-md\:mt-8 {
    margin-top: 6.4rem !important;
  }

  .u-md\:mr-8 {
    margin-right: 6.4rem !important;
  }

  .u-md\:mb-8 {
    margin-bottom: 6.4rem !important;
  }

  .u-md\:ml-8 {
    margin-left: 6.4rem !important;
  }

  .u-md\:neg-m-8 {
    margin: -6.4rem !important;
  }

  .u-md\:neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }

  .u-md\:neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }

  .u-md\:neg-mt-8 {
    margin-top: -6.4rem !important;
  }

  .u-md\:neg-mr-8 {
    margin-right: -6.4rem !important;
  }

  .u-md\:neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }

  .u-md\:neg-ml-8 {
    margin-left: -6.4rem !important;
  }

  .u-md\:m-9 {
    margin: 7.2rem !important;
  }

  .u-md\:mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .u-md\:my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .u-md\:mt-9 {
    margin-top: 7.2rem !important;
  }

  .u-md\:mr-9 {
    margin-right: 7.2rem !important;
  }

  .u-md\:mb-9 {
    margin-bottom: 7.2rem !important;
  }

  .u-md\:ml-9 {
    margin-left: 7.2rem !important;
  }

  .u-md\:neg-m-9 {
    margin: -7.2rem !important;
  }

  .u-md\:neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }

  .u-md\:neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }

  .u-md\:neg-mt-9 {
    margin-top: -7.2rem !important;
  }

  .u-md\:neg-mr-9 {
    margin-right: -7.2rem !important;
  }

  .u-md\:neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }

  .u-md\:neg-ml-9 {
    margin-left: -7.2rem !important;
  }

  .u-md\:m-10 {
    margin: 8rem !important;
  }

  .u-md\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .u-md\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .u-md\:mt-10 {
    margin-top: 8rem !important;
  }

  .u-md\:mr-10 {
    margin-right: 8rem !important;
  }

  .u-md\:mb-10 {
    margin-bottom: 8rem !important;
  }

  .u-md\:ml-10 {
    margin-left: 8rem !important;
  }

  .u-md\:neg-m-10 {
    margin: -8rem !important;
  }

  .u-md\:neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .u-md\:neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .u-md\:neg-mt-10 {
    margin-top: -8rem !important;
  }

  .u-md\:neg-mr-10 {
    margin-right: -8rem !important;
  }

  .u-md\:neg-mb-10 {
    margin-bottom: -8rem !important;
  }

  .u-md\:neg-ml-10 {
    margin-left: -8rem !important;
  }

  .u-md\:m-11 {
    margin: 8.8rem !important;
  }

  .u-md\:mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .u-md\:my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .u-md\:mt-11 {
    margin-top: 8.8rem !important;
  }

  .u-md\:mr-11 {
    margin-right: 8.8rem !important;
  }

  .u-md\:mb-11 {
    margin-bottom: 8.8rem !important;
  }

  .u-md\:ml-11 {
    margin-left: 8.8rem !important;
  }

  .u-md\:neg-m-11 {
    margin: -8.8rem !important;
  }

  .u-md\:neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }

  .u-md\:neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }

  .u-md\:neg-mt-11 {
    margin-top: -8.8rem !important;
  }

  .u-md\:neg-mr-11 {
    margin-right: -8.8rem !important;
  }

  .u-md\:neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }

  .u-md\:neg-ml-11 {
    margin-left: -8.8rem !important;
  }

  .u-md\:m-12 {
    margin: 9.6rem !important;
  }

  .u-md\:mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .u-md\:my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .u-md\:mt-12 {
    margin-top: 9.6rem !important;
  }

  .u-md\:mr-12 {
    margin-right: 9.6rem !important;
  }

  .u-md\:mb-12 {
    margin-bottom: 9.6rem !important;
  }

  .u-md\:ml-12 {
    margin-left: 9.6rem !important;
  }

  .u-md\:neg-m-12 {
    margin: -9.6rem !important;
  }

  .u-md\:neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }

  .u-md\:neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }

  .u-md\:neg-mt-12 {
    margin-top: -9.6rem !important;
  }

  .u-md\:neg-mr-12 {
    margin-right: -9.6rem !important;
  }

  .u-md\:neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }

  .u-md\:neg-ml-12 {
    margin-left: -9.6rem !important;
  }

  .u-md\:m-13 {
    margin: 10.4rem !important;
  }

  .u-md\:mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }

  .u-md\:my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }

  .u-md\:mt-13 {
    margin-top: 10.4rem !important;
  }

  .u-md\:mr-13 {
    margin-right: 10.4rem !important;
  }

  .u-md\:mb-13 {
    margin-bottom: 10.4rem !important;
  }

  .u-md\:ml-13 {
    margin-left: 10.4rem !important;
  }

  .u-md\:neg-m-13 {
    margin: -10.4rem !important;
  }

  .u-md\:neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }

  .u-md\:neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }

  .u-md\:neg-mt-13 {
    margin-top: -10.4rem !important;
  }

  .u-md\:neg-mr-13 {
    margin-right: -10.4rem !important;
  }

  .u-md\:neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }

  .u-md\:neg-ml-13 {
    margin-left: -10.4rem !important;
  }

  .u-md\:m-14 {
    margin: 11.2rem !important;
  }

  .u-md\:mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }

  .u-md\:my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }

  .u-md\:mt-14 {
    margin-top: 11.2rem !important;
  }

  .u-md\:mr-14 {
    margin-right: 11.2rem !important;
  }

  .u-md\:mb-14 {
    margin-bottom: 11.2rem !important;
  }

  .u-md\:ml-14 {
    margin-left: 11.2rem !important;
  }

  .u-md\:neg-m-14 {
    margin: -11.2rem !important;
  }

  .u-md\:neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }

  .u-md\:neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }

  .u-md\:neg-mt-14 {
    margin-top: -11.2rem !important;
  }

  .u-md\:neg-mr-14 {
    margin-right: -11.2rem !important;
  }

  .u-md\:neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }

  .u-md\:neg-ml-14 {
    margin-left: -11.2rem !important;
  }

  .u-md\:m-15 {
    margin: 12rem !important;
  }

  .u-md\:mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .u-md\:my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .u-md\:mt-15 {
    margin-top: 12rem !important;
  }

  .u-md\:mr-15 {
    margin-right: 12rem !important;
  }

  .u-md\:mb-15 {
    margin-bottom: 12rem !important;
  }

  .u-md\:ml-15 {
    margin-left: 12rem !important;
  }

  .u-md\:neg-m-15 {
    margin: -12rem !important;
  }

  .u-md\:neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .u-md\:neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .u-md\:neg-mt-15 {
    margin-top: -12rem !important;
  }

  .u-md\:neg-mr-15 {
    margin-right: -12rem !important;
  }

  .u-md\:neg-mb-15 {
    margin-bottom: -12rem !important;
  }

  .u-md\:neg-ml-15 {
    margin-left: -12rem !important;
  }

  .u-md\:m-16 {
    margin: 12.8rem !important;
  }

  .u-md\:mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }

  .u-md\:my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }

  .u-md\:mt-16 {
    margin-top: 12.8rem !important;
  }

  .u-md\:mr-16 {
    margin-right: 12.8rem !important;
  }

  .u-md\:mb-16 {
    margin-bottom: 12.8rem !important;
  }

  .u-md\:ml-16 {
    margin-left: 12.8rem !important;
  }

  .u-md\:neg-m-16 {
    margin: -12.8rem !important;
  }

  .u-md\:neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }

  .u-md\:neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }

  .u-md\:neg-mt-16 {
    margin-top: -12.8rem !important;
  }

  .u-md\:neg-mr-16 {
    margin-right: -12.8rem !important;
  }

  .u-md\:neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }

  .u-md\:neg-ml-16 {
    margin-left: -12.8rem !important;
  }

  .u-md\:m-17 {
    margin: 13.6rem !important;
  }

  .u-md\:mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }

  .u-md\:my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }

  .u-md\:mt-17 {
    margin-top: 13.6rem !important;
  }

  .u-md\:mr-17 {
    margin-right: 13.6rem !important;
  }

  .u-md\:mb-17 {
    margin-bottom: 13.6rem !important;
  }

  .u-md\:ml-17 {
    margin-left: 13.6rem !important;
  }

  .u-md\:neg-m-17 {
    margin: -13.6rem !important;
  }

  .u-md\:neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }

  .u-md\:neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }

  .u-md\:neg-mt-17 {
    margin-top: -13.6rem !important;
  }

  .u-md\:neg-mr-17 {
    margin-right: -13.6rem !important;
  }

  .u-md\:neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }

  .u-md\:neg-ml-17 {
    margin-left: -13.6rem !important;
  }

  .u-md\:m-18 {
    margin: 14.4rem !important;
  }

  .u-md\:mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }

  .u-md\:my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }

  .u-md\:mt-18 {
    margin-top: 14.4rem !important;
  }

  .u-md\:mr-18 {
    margin-right: 14.4rem !important;
  }

  .u-md\:mb-18 {
    margin-bottom: 14.4rem !important;
  }

  .u-md\:ml-18 {
    margin-left: 14.4rem !important;
  }

  .u-md\:neg-m-18 {
    margin: -14.4rem !important;
  }

  .u-md\:neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }

  .u-md\:neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }

  .u-md\:neg-mt-18 {
    margin-top: -14.4rem !important;
  }

  .u-md\:neg-mr-18 {
    margin-right: -14.4rem !important;
  }

  .u-md\:neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }

  .u-md\:neg-ml-18 {
    margin-left: -14.4rem !important;
  }

  .u-md\:m-19 {
    margin: 15.2rem !important;
  }

  .u-md\:mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }

  .u-md\:my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }

  .u-md\:mt-19 {
    margin-top: 15.2rem !important;
  }

  .u-md\:mr-19 {
    margin-right: 15.2rem !important;
  }

  .u-md\:mb-19 {
    margin-bottom: 15.2rem !important;
  }

  .u-md\:ml-19 {
    margin-left: 15.2rem !important;
  }

  .u-md\:neg-m-19 {
    margin: -15.2rem !important;
  }

  .u-md\:neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }

  .u-md\:neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }

  .u-md\:neg-mt-19 {
    margin-top: -15.2rem !important;
  }

  .u-md\:neg-mr-19 {
    margin-right: -15.2rem !important;
  }

  .u-md\:neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }

  .u-md\:neg-ml-19 {
    margin-left: -15.2rem !important;
  }

  .u-md\:m-20 {
    margin: 16rem !important;
  }

  .u-md\:mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .u-md\:my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .u-md\:mt-20 {
    margin-top: 16rem !important;
  }

  .u-md\:mr-20 {
    margin-right: 16rem !important;
  }

  .u-md\:mb-20 {
    margin-bottom: 16rem !important;
  }

  .u-md\:ml-20 {
    margin-left: 16rem !important;
  }

  .u-md\:neg-m-20 {
    margin: -16rem !important;
  }

  .u-md\:neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .u-md\:neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .u-md\:neg-mt-20 {
    margin-top: -16rem !important;
  }

  .u-md\:neg-mr-20 {
    margin-right: -16rem !important;
  }

  .u-md\:neg-mb-20 {
    margin-bottom: -16rem !important;
  }

  .u-md\:neg-ml-20 {
    margin-left: -16rem !important;
  }

  .u-md\:order-0 {
    order: 0 !important;
  }

  .u-md\:order-1 {
    order: 1 !important;
  }

  .u-md\:order-2 {
    order: 2 !important;
  }

  .u-md\:order-3 {
    order: 3 !important;
  }

  .u-md\:order-4 {
    order: 4 !important;
  }

  .u-md\:order-5 {
    order: 5 !important;
  }

  .u-md\:order-6 {
    order: 6 !important;
  }

  .u-md\:order-7 {
    order: 7 !important;
  }

  .u-md\:order-8 {
    order: 8 !important;
  }

  .u-md\:order-9 {
    order: 9 !important;
  }

  .u-md\:order-10 {
    order: 10 !important;
  }

  .u-md\:order-11 {
    order: 11 !important;
  }

  .u-md\:order-12 {
    order: 12 !important;
  }

  .u-md\:order-13 {
    order: 13 !important;
  }

  .u-md\:order-14 {
    order: 14 !important;
  }

  .u-md\:order-15 {
    order: 15 !important;
  }

  .u-md\:order-16 {
    order: 16 !important;
  }

  .u-md\:order-17 {
    order: 17 !important;
  }

  .u-md\:order-18 {
    order: 18 !important;
  }

  .u-md\:order-19 {
    order: 19 !important;
  }

  .u-md\:order-20 {
    order: 20 !important;
  }

  .u-md\:order-21 {
    order: 21 !important;
  }

  .u-md\:order-22 {
    order: 22 !important;
  }

  .u-md\:order-23 {
    order: 23 !important;
  }

  .u-md\:order-24 {
    order: 24 !important;
  }

  .u-md\:order-25 {
    order: 25 !important;
  }

  .u-md\:order-26 {
    order: 26 !important;
  }

  .u-md\:order-27 {
    order: 27 !important;
  }

  .u-md\:order-28 {
    order: 28 !important;
  }

  .u-md\:order-29 {
    order: 29 !important;
  }

  .u-md\:order-30 {
    order: 30 !important;
  }

  .u-md\:order-31 {
    order: 31 !important;
  }

  .u-md\:order-32 {
    order: 32 !important;
  }

  .u-md\:order-33 {
    order: 33 !important;
  }

  .u-md\:order-34 {
    order: 34 !important;
  }

  .u-md\:order-35 {
    order: 35 !important;
  }

  .u-md\:order-36 {
    order: 36 !important;
  }

  .u-md\:order-37 {
    order: 37 !important;
  }

  .u-md\:order-38 {
    order: 38 !important;
  }

  .u-md\:order-39 {
    order: 39 !important;
  }

  .u-md\:order-40 {
    order: 40 !important;
  }

  .u-md\:order-41 {
    order: 41 !important;
  }

  .u-md\:order-42 {
    order: 42 !important;
  }

  .u-md\:order-43 {
    order: 43 !important;
  }

  .u-md\:order-44 {
    order: 44 !important;
  }

  .u-md\:order-45 {
    order: 45 !important;
  }

  .u-md\:order-46 {
    order: 46 !important;
  }

  .u-md\:order-47 {
    order: 47 !important;
  }

  .u-md\:order-48 {
    order: 48 !important;
  }

  .u-md\:order-49 {
    order: 49 !important;
  }

  .u-md\:order-50 {
    order: 50 !important;
  }

  .u-md\:order-51 {
    order: 51 !important;
  }

  .u-md\:order-52 {
    order: 52 !important;
  }

  .u-md\:order-53 {
    order: 53 !important;
  }

  .u-md\:order-54 {
    order: 54 !important;
  }

  .u-md\:order-55 {
    order: 55 !important;
  }

  .u-md\:order-56 {
    order: 56 !important;
  }

  .u-md\:order-57 {
    order: 57 !important;
  }

  .u-md\:order-58 {
    order: 58 !important;
  }

  .u-md\:order-59 {
    order: 59 !important;
  }

  .u-md\:order-60 {
    order: 60 !important;
  }

  .u-md\:order-61 {
    order: 61 !important;
  }

  .u-md\:order-62 {
    order: 62 !important;
  }

  .u-md\:order-63 {
    order: 63 !important;
  }

  .u-md\:order-64 {
    order: 64 !important;
  }

  .u-md\:order-65 {
    order: 65 !important;
  }

  .u-md\:order-66 {
    order: 66 !important;
  }

  .u-md\:order-67 {
    order: 67 !important;
  }

  .u-md\:order-68 {
    order: 68 !important;
  }

  .u-md\:order-69 {
    order: 69 !important;
  }

  .u-md\:order-70 {
    order: 70 !important;
  }

  .u-md\:order-71 {
    order: 71 !important;
  }

  .u-md\:order-72 {
    order: 72 !important;
  }

  .u-md\:order-73 {
    order: 73 !important;
  }

  .u-md\:order-74 {
    order: 74 !important;
  }

  .u-md\:order-75 {
    order: 75 !important;
  }

  .u-md\:order-76 {
    order: 76 !important;
  }

  .u-md\:order-77 {
    order: 77 !important;
  }

  .u-md\:order-78 {
    order: 78 !important;
  }

  .u-md\:order-79 {
    order: 79 !important;
  }

  .u-md\:order-80 {
    order: 80 !important;
  }

  .u-md\:order-81 {
    order: 81 !important;
  }

  .u-md\:order-82 {
    order: 82 !important;
  }

  .u-md\:order-83 {
    order: 83 !important;
  }

  .u-md\:order-84 {
    order: 84 !important;
  }

  .u-md\:order-85 {
    order: 85 !important;
  }

  .u-md\:order-86 {
    order: 86 !important;
  }

  .u-md\:order-87 {
    order: 87 !important;
  }

  .u-md\:order-88 {
    order: 88 !important;
  }

  .u-md\:order-89 {
    order: 89 !important;
  }

  .u-md\:order-90 {
    order: 90 !important;
  }

  .u-md\:order-91 {
    order: 91 !important;
  }

  .u-md\:order-92 {
    order: 92 !important;
  }

  .u-md\:order-93 {
    order: 93 !important;
  }

  .u-md\:order-94 {
    order: 94 !important;
  }

  .u-md\:order-95 {
    order: 95 !important;
  }

  .u-md\:order-96 {
    order: 96 !important;
  }

  .u-md\:order-97 {
    order: 97 !important;
  }

  .u-md\:order-98 {
    order: 98 !important;
  }

  .u-md\:order-99 {
    order: 99 !important;
  }

  .u-md\:order-100 {
    order: 100 !important;
  }

  .u-md\:overflow-visible {
    overflow: visible !important;
  }

  .u-md\:overflow-scroll {
    overflow: scroll !important;
  }

  .u-md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .u-md\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

  .u-md\:p-1 {
    padding: .8rem;
  }

  .u-md\:px-1 {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .u-md\:py-1 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .u-md\:pt-1 {
    padding-top: .8rem;
  }

  .u-md\:pr-1 {
    padding-right: .8rem;
  }

  .u-md\:pb-1 {
    padding-bottom: .8rem;
  }

  .u-md\:pl-1 {
    padding-left: .8rem;
  }

  .u-md\:p-2 {
    padding: 1.6rem;
  }

  .u-md\:px-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .u-md\:py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .u-md\:pt-2 {
    padding-top: 1.6rem;
  }

  .u-md\:pr-2 {
    padding-right: 1.6rem;
  }

  .u-md\:pb-2 {
    padding-bottom: 1.6rem;
  }

  .u-md\:pl-2 {
    padding-left: 1.6rem;
  }

  .u-md\:p-3 {
    padding: 2.4rem;
  }

  .u-md\:px-3 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .u-md\:py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .u-md\:pt-3 {
    padding-top: 2.4rem;
  }

  .u-md\:pr-3 {
    padding-right: 2.4rem;
  }

  .u-md\:pb-3 {
    padding-bottom: 2.4rem;
  }

  .u-md\:pl-3 {
    padding-left: 2.4rem;
  }

  .u-md\:p-4 {
    padding: 3.2rem;
  }

  .u-md\:px-4 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .u-md\:py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-md\:pt-4 {
    padding-top: 3.2rem;
  }

  .u-md\:pr-4 {
    padding-right: 3.2rem;
  }

  .u-md\:pb-4 {
    padding-bottom: 3.2rem;
  }

  .u-md\:pl-4 {
    padding-left: 3.2rem;
  }

  .u-md\:p-5 {
    padding: 4rem;
  }

  .u-md\:px-5 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .u-md\:py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-md\:pt-5 {
    padding-top: 4rem;
  }

  .u-md\:pr-5 {
    padding-right: 4rem;
  }

  .u-md\:pb-5 {
    padding-bottom: 4rem;
  }

  .u-md\:pl-5 {
    padding-left: 4rem;
  }

  .u-md\:p-6 {
    padding: 4.8rem;
  }

  .u-md\:px-6 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .u-md\:py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .u-md\:pt-6 {
    padding-top: 4.8rem;
  }

  .u-md\:pr-6 {
    padding-right: 4.8rem;
  }

  .u-md\:pb-6 {
    padding-bottom: 4.8rem;
  }

  .u-md\:pl-6 {
    padding-left: 4.8rem;
  }

  .u-md\:p-7 {
    padding: 5.6rem;
  }

  .u-md\:px-7 {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }

  .u-md\:py-7 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .u-md\:pt-7 {
    padding-top: 5.6rem;
  }

  .u-md\:pr-7 {
    padding-right: 5.6rem;
  }

  .u-md\:pb-7 {
    padding-bottom: 5.6rem;
  }

  .u-md\:pl-7 {
    padding-left: 5.6rem;
  }

  .u-md\:p-8 {
    padding: 6.4rem;
  }

  .u-md\:px-8 {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }

  .u-md\:py-8 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .u-md\:pt-8 {
    padding-top: 6.4rem;
  }

  .u-md\:pr-8 {
    padding-right: 6.4rem;
  }

  .u-md\:pb-8 {
    padding-bottom: 6.4rem;
  }

  .u-md\:pl-8 {
    padding-left: 6.4rem;
  }

  .u-md\:p-9 {
    padding: 7.2rem;
  }

  .u-md\:px-9 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .u-md\:py-9 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .u-md\:pt-9 {
    padding-top: 7.2rem;
  }

  .u-md\:pr-9 {
    padding-right: 7.2rem;
  }

  .u-md\:pb-9 {
    padding-bottom: 7.2rem;
  }

  .u-md\:pl-9 {
    padding-left: 7.2rem;
  }

  .u-md\:p-10 {
    padding: 8rem;
  }

  .u-md\:px-10 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .u-md\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-md\:pt-10 {
    padding-top: 8rem;
  }

  .u-md\:pr-10 {
    padding-right: 8rem;
  }

  .u-md\:pb-10 {
    padding-bottom: 8rem;
  }

  .u-md\:pl-10 {
    padding-left: 8rem;
  }

  .u-md\:p-11 {
    padding: 8.8rem;
  }

  .u-md\:px-11 {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .u-md\:py-11 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .u-md\:pt-11 {
    padding-top: 8.8rem;
  }

  .u-md\:pr-11 {
    padding-right: 8.8rem;
  }

  .u-md\:pb-11 {
    padding-bottom: 8.8rem;
  }

  .u-md\:pl-11 {
    padding-left: 8.8rem;
  }

  .u-md\:p-12 {
    padding: 9.6rem;
  }

  .u-md\:px-12 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .u-md\:py-12 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .u-md\:pt-12 {
    padding-top: 9.6rem;
  }

  .u-md\:pr-12 {
    padding-right: 9.6rem;
  }

  .u-md\:pb-12 {
    padding-bottom: 9.6rem;
  }

  .u-md\:pl-12 {
    padding-left: 9.6rem;
  }

  .u-md\:p-13 {
    padding: 10.4rem;
  }

  .u-md\:px-13 {
    padding-right: 10.4rem;
    padding-left: 10.4rem;
  }

  .u-md\:py-13 {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }

  .u-md\:pt-13 {
    padding-top: 10.4rem;
  }

  .u-md\:pr-13 {
    padding-right: 10.4rem;
  }

  .u-md\:pb-13 {
    padding-bottom: 10.4rem;
  }

  .u-md\:pl-13 {
    padding-left: 10.4rem;
  }

  .u-md\:p-14 {
    padding: 11.2rem;
  }

  .u-md\:px-14 {
    padding-right: 11.2rem;
    padding-left: 11.2rem;
  }

  .u-md\:py-14 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .u-md\:pt-14 {
    padding-top: 11.2rem;
  }

  .u-md\:pr-14 {
    padding-right: 11.2rem;
  }

  .u-md\:pb-14 {
    padding-bottom: 11.2rem;
  }

  .u-md\:pl-14 {
    padding-left: 11.2rem;
  }

  .u-md\:p-15 {
    padding: 12rem;
  }

  .u-md\:px-15 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .u-md\:py-15 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .u-md\:pt-15 {
    padding-top: 12rem;
  }

  .u-md\:pr-15 {
    padding-right: 12rem;
  }

  .u-md\:pb-15 {
    padding-bottom: 12rem;
  }

  .u-md\:pl-15 {
    padding-left: 12rem;
  }

  .u-md\:p-16 {
    padding: 12.8rem;
  }

  .u-md\:px-16 {
    padding-right: 12.8rem;
    padding-left: 12.8rem;
  }

  .u-md\:py-16 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .u-md\:pt-16 {
    padding-top: 12.8rem;
  }

  .u-md\:pr-16 {
    padding-right: 12.8rem;
  }

  .u-md\:pb-16 {
    padding-bottom: 12.8rem;
  }

  .u-md\:pl-16 {
    padding-left: 12.8rem;
  }

  .u-md\:p-17 {
    padding: 13.6rem;
  }

  .u-md\:px-17 {
    padding-right: 13.6rem;
    padding-left: 13.6rem;
  }

  .u-md\:py-17 {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .u-md\:pt-17 {
    padding-top: 13.6rem;
  }

  .u-md\:pr-17 {
    padding-right: 13.6rem;
  }

  .u-md\:pb-17 {
    padding-bottom: 13.6rem;
  }

  .u-md\:pl-17 {
    padding-left: 13.6rem;
  }

  .u-md\:p-18 {
    padding: 14.4rem;
  }

  .u-md\:px-18 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }

  .u-md\:py-18 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .u-md\:pt-18 {
    padding-top: 14.4rem;
  }

  .u-md\:pr-18 {
    padding-right: 14.4rem;
  }

  .u-md\:pb-18 {
    padding-bottom: 14.4rem;
  }

  .u-md\:pl-18 {
    padding-left: 14.4rem;
  }

  .u-md\:p-19 {
    padding: 15.2rem;
  }

  .u-md\:px-19 {
    padding-right: 15.2rem;
    padding-left: 15.2rem;
  }

  .u-md\:py-19 {
    padding-top: 15.2rem;
    padding-bottom: 15.2rem;
  }

  .u-md\:pt-19 {
    padding-top: 15.2rem;
  }

  .u-md\:pr-19 {
    padding-right: 15.2rem;
  }

  .u-md\:pb-19 {
    padding-bottom: 15.2rem;
  }

  .u-md\:pl-19 {
    padding-left: 15.2rem;
  }

  .u-md\:p-20 {
    padding: 16rem;
  }

  .u-md\:px-20 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .u-md\:py-20 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .u-md\:pt-20 {
    padding-top: 16rem;
  }

  .u-md\:pr-20 {
    padding-right: 16rem;
  }

  .u-md\:pb-20 {
    padding-bottom: 16rem;
  }

  .u-md\:pl-20 {
    padding-left: 16rem;
  }

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

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

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

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

  .u-md\:visible {
    visibility: visible !important;
  }

  .u-md\:hidden {
    visibility: hidden !important;
  }

  .u-md\:whitespace-normal {
    white-space: normal !important;
  }

  .u-md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .u-md\:w-0 {
    width: 0% !important;
  }

  .u-md-w-0 {
    width: 0% !important;
  }

  .u-md\:w-1 {
    width: 1% !important;
  }

  .u-md-w-1 {
    width: 1% !important;
  }

  .u-md\:w-2 {
    width: 2% !important;
  }

  .u-md-w-2 {
    width: 2% !important;
  }

  .u-md\:w-3 {
    width: 3% !important;
  }

  .u-md-w-3 {
    width: 3% !important;
  }

  .u-md\:w-4 {
    width: 4% !important;
  }

  .u-md-w-4 {
    width: 4% !important;
  }

  .u-md\:w-5 {
    width: 5% !important;
  }

  .u-md-w-5 {
    width: 5% !important;
  }

  .u-md\:w-6 {
    width: 6% !important;
  }

  .u-md-w-6 {
    width: 6% !important;
  }

  .u-md\:w-7 {
    width: 7% !important;
  }

  .u-md-w-7 {
    width: 7% !important;
  }

  .u-md\:w-8 {
    width: 8% !important;
  }

  .u-md-w-8 {
    width: 8% !important;
  }

  .u-md\:w-9 {
    width: 9% !important;
  }

  .u-md-w-9 {
    width: 9% !important;
  }

  .u-md\:w-10 {
    width: 10% !important;
  }

  .u-md-w-10 {
    width: 10% !important;
  }

  .u-md\:w-11 {
    width: 11% !important;
  }

  .u-md-w-11 {
    width: 11% !important;
  }

  .u-md\:w-12 {
    width: 12% !important;
  }

  .u-md-w-12 {
    width: 12% !important;
  }

  .u-md\:w-13 {
    width: 13% !important;
  }

  .u-md-w-13 {
    width: 13% !important;
  }

  .u-md\:w-14 {
    width: 14% !important;
  }

  .u-md-w-14 {
    width: 14% !important;
  }

  .u-md\:w-15 {
    width: 15% !important;
  }

  .u-md-w-15 {
    width: 15% !important;
  }

  .u-md\:w-16 {
    width: 16% !important;
  }

  .u-md-w-16 {
    width: 16% !important;
  }

  .u-md\:w-17 {
    width: 17% !important;
  }

  .u-md-w-17 {
    width: 17% !important;
  }

  .u-md\:w-18 {
    width: 18% !important;
  }

  .u-md-w-18 {
    width: 18% !important;
  }

  .u-md\:w-19 {
    width: 19% !important;
  }

  .u-md-w-19 {
    width: 19% !important;
  }

  .u-md\:w-20 {
    width: 20% !important;
  }

  .u-md-w-20 {
    width: 20% !important;
  }

  .u-md\:w-21 {
    width: 21% !important;
  }

  .u-md-w-21 {
    width: 21% !important;
  }

  .u-md\:w-22 {
    width: 22% !important;
  }

  .u-md-w-22 {
    width: 22% !important;
  }

  .u-md\:w-23 {
    width: 23% !important;
  }

  .u-md-w-23 {
    width: 23% !important;
  }

  .u-md\:w-24 {
    width: 24% !important;
  }

  .u-md-w-24 {
    width: 24% !important;
  }

  .u-md\:w-25 {
    width: 25% !important;
  }

  .u-md-w-25 {
    width: 25% !important;
  }

  .u-md\:w-26 {
    width: 26% !important;
  }

  .u-md-w-26 {
    width: 26% !important;
  }

  .u-md\:w-27 {
    width: 27% !important;
  }

  .u-md-w-27 {
    width: 27% !important;
  }

  .u-md\:w-28 {
    width: 28% !important;
  }

  .u-md-w-28 {
    width: 28% !important;
  }

  .u-md\:w-29 {
    width: 29% !important;
  }

  .u-md-w-29 {
    width: 29% !important;
  }

  .u-md\:w-30 {
    width: 30% !important;
  }

  .u-md-w-30 {
    width: 30% !important;
  }

  .u-md\:w-31 {
    width: 31% !important;
  }

  .u-md-w-31 {
    width: 31% !important;
  }

  .u-md\:w-32 {
    width: 32% !important;
  }

  .u-md-w-32 {
    width: 32% !important;
  }

  .u-md\:w-33 {
    width: 33% !important;
  }

  .u-md-w-33 {
    width: 33% !important;
  }

  .u-md\:w-34 {
    width: 34% !important;
  }

  .u-md-w-34 {
    width: 34% !important;
  }

  .u-md\:w-35 {
    width: 35% !important;
  }

  .u-md-w-35 {
    width: 35% !important;
  }

  .u-md\:w-36 {
    width: 36% !important;
  }

  .u-md-w-36 {
    width: 36% !important;
  }

  .u-md\:w-37 {
    width: 37% !important;
  }

  .u-md-w-37 {
    width: 37% !important;
  }

  .u-md\:w-38 {
    width: 38% !important;
  }

  .u-md-w-38 {
    width: 38% !important;
  }

  .u-md\:w-39 {
    width: 39% !important;
  }

  .u-md-w-39 {
    width: 39% !important;
  }

  .u-md\:w-40 {
    width: 40% !important;
  }

  .u-md-w-40 {
    width: 40% !important;
  }

  .u-md\:w-41 {
    width: 41% !important;
  }

  .u-md-w-41 {
    width: 41% !important;
  }

  .u-md\:w-42 {
    width: 42% !important;
  }

  .u-md-w-42 {
    width: 42% !important;
  }

  .u-md\:w-43 {
    width: 43% !important;
  }

  .u-md-w-43 {
    width: 43% !important;
  }

  .u-md\:w-44 {
    width: 44% !important;
  }

  .u-md-w-44 {
    width: 44% !important;
  }

  .u-md\:w-45 {
    width: 45% !important;
  }

  .u-md-w-45 {
    width: 45% !important;
  }

  .u-md\:w-46 {
    width: 46% !important;
  }

  .u-md-w-46 {
    width: 46% !important;
  }

  .u-md\:w-47 {
    width: 47% !important;
  }

  .u-md-w-47 {
    width: 47% !important;
  }

  .u-md\:w-48 {
    width: 48% !important;
  }

  .u-md-w-48 {
    width: 48% !important;
  }

  .u-md\:w-49 {
    width: 49% !important;
  }

  .u-md-w-49 {
    width: 49% !important;
  }

  .u-md\:w-50 {
    width: 50% !important;
  }

  .u-md-w-50 {
    width: 50% !important;
  }

  .u-md\:w-51 {
    width: 51% !important;
  }

  .u-md-w-51 {
    width: 51% !important;
  }

  .u-md\:w-52 {
    width: 52% !important;
  }

  .u-md-w-52 {
    width: 52% !important;
  }

  .u-md\:w-53 {
    width: 53% !important;
  }

  .u-md-w-53 {
    width: 53% !important;
  }

  .u-md\:w-54 {
    width: 54% !important;
  }

  .u-md-w-54 {
    width: 54% !important;
  }

  .u-md\:w-55 {
    width: 55% !important;
  }

  .u-md-w-55 {
    width: 55% !important;
  }

  .u-md\:w-56 {
    width: 56% !important;
  }

  .u-md-w-56 {
    width: 56% !important;
  }

  .u-md\:w-57 {
    width: 57% !important;
  }

  .u-md-w-57 {
    width: 57% !important;
  }

  .u-md\:w-58 {
    width: 58% !important;
  }

  .u-md-w-58 {
    width: 58% !important;
  }

  .u-md\:w-59 {
    width: 59% !important;
  }

  .u-md-w-59 {
    width: 59% !important;
  }

  .u-md\:w-60 {
    width: 60% !important;
  }

  .u-md-w-60 {
    width: 60% !important;
  }

  .u-md\:w-61 {
    width: 61% !important;
  }

  .u-md-w-61 {
    width: 61% !important;
  }

  .u-md\:w-62 {
    width: 62% !important;
  }

  .u-md-w-62 {
    width: 62% !important;
  }

  .u-md\:w-63 {
    width: 63% !important;
  }

  .u-md-w-63 {
    width: 63% !important;
  }

  .u-md\:w-64 {
    width: 64% !important;
  }

  .u-md-w-64 {
    width: 64% !important;
  }

  .u-md\:w-65 {
    width: 65% !important;
  }

  .u-md-w-65 {
    width: 65% !important;
  }

  .u-md\:w-66 {
    width: 66% !important;
  }

  .u-md-w-66 {
    width: 66% !important;
  }

  .u-md\:w-67 {
    width: 67% !important;
  }

  .u-md-w-67 {
    width: 67% !important;
  }

  .u-md\:w-68 {
    width: 68% !important;
  }

  .u-md-w-68 {
    width: 68% !important;
  }

  .u-md\:w-69 {
    width: 69% !important;
  }

  .u-md-w-69 {
    width: 69% !important;
  }

  .u-md\:w-70 {
    width: 70% !important;
  }

  .u-md-w-70 {
    width: 70% !important;
  }

  .u-md\:w-71 {
    width: 71% !important;
  }

  .u-md-w-71 {
    width: 71% !important;
  }

  .u-md\:w-72 {
    width: 72% !important;
  }

  .u-md-w-72 {
    width: 72% !important;
  }

  .u-md\:w-73 {
    width: 73% !important;
  }

  .u-md-w-73 {
    width: 73% !important;
  }

  .u-md\:w-74 {
    width: 74% !important;
  }

  .u-md-w-74 {
    width: 74% !important;
  }

  .u-md\:w-75 {
    width: 75% !important;
  }

  .u-md-w-75 {
    width: 75% !important;
  }

  .u-md\:w-76 {
    width: 76% !important;
  }

  .u-md-w-76 {
    width: 76% !important;
  }

  .u-md\:w-77 {
    width: 77% !important;
  }

  .u-md-w-77 {
    width: 77% !important;
  }

  .u-md\:w-78 {
    width: 78% !important;
  }

  .u-md-w-78 {
    width: 78% !important;
  }

  .u-md\:w-79 {
    width: 79% !important;
  }

  .u-md-w-79 {
    width: 79% !important;
  }

  .u-md\:w-80 {
    width: 80% !important;
  }

  .u-md-w-80 {
    width: 80% !important;
  }

  .u-md\:w-81 {
    width: 81% !important;
  }

  .u-md-w-81 {
    width: 81% !important;
  }

  .u-md\:w-82 {
    width: 82% !important;
  }

  .u-md-w-82 {
    width: 82% !important;
  }

  .u-md\:w-83 {
    width: 83% !important;
  }

  .u-md-w-83 {
    width: 83% !important;
  }

  .u-md\:w-84 {
    width: 84% !important;
  }

  .u-md-w-84 {
    width: 84% !important;
  }

  .u-md\:w-85 {
    width: 85% !important;
  }

  .u-md-w-85 {
    width: 85% !important;
  }

  .u-md\:w-86 {
    width: 86% !important;
  }

  .u-md-w-86 {
    width: 86% !important;
  }

  .u-md\:w-87 {
    width: 87% !important;
  }

  .u-md-w-87 {
    width: 87% !important;
  }

  .u-md\:w-88 {
    width: 88% !important;
  }

  .u-md-w-88 {
    width: 88% !important;
  }

  .u-md\:w-89 {
    width: 89% !important;
  }

  .u-md-w-89 {
    width: 89% !important;
  }

  .u-md\:w-90 {
    width: 90% !important;
  }

  .u-md-w-90 {
    width: 90% !important;
  }

  .u-md\:w-91 {
    width: 91% !important;
  }

  .u-md-w-91 {
    width: 91% !important;
  }

  .u-md\:w-92 {
    width: 92% !important;
  }

  .u-md-w-92 {
    width: 92% !important;
  }

  .u-md\:w-93 {
    width: 93% !important;
  }

  .u-md-w-93 {
    width: 93% !important;
  }

  .u-md\:w-94 {
    width: 94% !important;
  }

  .u-md-w-94 {
    width: 94% !important;
  }

  .u-md\:w-95 {
    width: 95% !important;
  }

  .u-md-w-95 {
    width: 95% !important;
  }

  .u-md\:w-96 {
    width: 96% !important;
  }

  .u-md-w-96 {
    width: 96% !important;
  }

  .u-md\:w-97 {
    width: 97% !important;
  }

  .u-md-w-97 {
    width: 97% !important;
  }

  .u-md\:w-98 {
    width: 98% !important;
  }

  .u-md-w-98 {
    width: 98% !important;
  }

  .u-md\:w-99 {
    width: 99% !important;
  }

  .u-md-w-99 {
    width: 99% !important;
  }

  .u-md\:w-100 {
    width: 100% !important;
  }

  .u-md-w-100 {
    width: 100% !important;
  }

  .u-md\:max-w-none {
    max-width: none !important;
  }

  .u-md-max-w-none {
    max-width: none !important;
  }

  .u-md\:max-w-full {
    max-width: 100% !important;
  }

  .u-md-max-w-full {
    max-width: 100% !important;
  }

  .u-md\:min-w-auto {
    min-width: auto !important;
  }

  .u-md-min-w-auto {
    min-width: auto !important;
  }

  .u-md\:min-w-full {
    min-width: 100% !important;
  }

  .u-md-min-w-full {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 992px) {
  .l-header__sp-menu-btn {
    display: none;
  }

  .c-lg\:gap-0 {
    gap: 0rem !important;
  }

  .c-lg\:gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }

  .c-lg\:gap-y-0 {
    row-gap: 0rem !important;
  }

  .c-lg\:gap-1 {
    gap: .8rem !important;
  }

  .c-lg\:gap-x-1 {
    -moz-column-gap: .8rem !important;
    column-gap: .8rem !important;
  }

  .c-lg\:gap-y-1 {
    row-gap: .8rem !important;
  }

  .c-lg\:gap-2 {
    gap: 1.6rem !important;
  }

  .c-lg\:gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }

  .c-lg\:gap-y-2 {
    row-gap: 1.6rem !important;
  }

  .c-lg\:gap-3 {
    gap: 2.4rem !important;
  }

  .c-lg\:gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }

  .c-lg\:gap-y-3 {
    row-gap: 2.4rem !important;
  }

  .c-lg\:gap-4 {
    gap: 3.2rem !important;
  }

  .c-lg\:gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }

  .c-lg\:gap-y-4 {
    row-gap: 3.2rem !important;
  }

  .c-lg\:gap-5 {
    gap: 4rem !important;
  }

  .c-lg\:gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .c-lg\:gap-y-5 {
    row-gap: 4rem !important;
  }

  .c-lg\:gap-6 {
    gap: 4.8rem !important;
  }

  .c-lg\:gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }

  .c-lg\:gap-y-6 {
    row-gap: 4.8rem !important;
  }

  .c-lg\:gap-7 {
    gap: 5.6rem !important;
  }

  .c-lg\:gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }

  .c-lg\:gap-y-7 {
    row-gap: 5.6rem !important;
  }

  .c-lg\:gap-8 {
    gap: 6.4rem !important;
  }

  .c-lg\:gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }

  .c-lg\:gap-y-8 {
    row-gap: 6.4rem !important;
  }

  .c-lg\:gap-9 {
    gap: 7.2rem !important;
  }

  .c-lg\:gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }

  .c-lg\:gap-y-9 {
    row-gap: 7.2rem !important;
  }

  .c-lg\:gap-10 {
    gap: 8rem !important;
  }

  .c-lg\:gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .c-lg\:gap-y-10 {
    row-gap: 8rem !important;
  }

  .c-lg\:gap-11 {
    gap: 8.8rem !important;
  }

  .c-lg\:gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }

  .c-lg\:gap-y-11 {
    row-gap: 8.8rem !important;
  }

  .c-lg\:gap-12 {
    gap: 9.6rem !important;
  }

  .c-lg\:gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }

  .c-lg\:gap-y-12 {
    row-gap: 9.6rem !important;
  }

  .c-lg\:gap-13 {
    gap: 10.4rem !important;
  }

  .c-lg\:gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }

  .c-lg\:gap-y-13 {
    row-gap: 10.4rem !important;
  }

  .c-lg\:gap-14 {
    gap: 11.2rem !important;
  }

  .c-lg\:gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }

  .c-lg\:gap-y-14 {
    row-gap: 11.2rem !important;
  }

  .c-lg\:gap-15 {
    gap: 12rem !important;
  }

  .c-lg\:gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .c-lg\:gap-y-15 {
    row-gap: 12rem !important;
  }

  .c-lg\:gap-16 {
    gap: 12.8rem !important;
  }

  .c-lg\:gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }

  .c-lg\:gap-y-16 {
    row-gap: 12.8rem !important;
  }

  .c-lg\:gap-17 {
    gap: 13.6rem !important;
  }

  .c-lg\:gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }

  .c-lg\:gap-y-17 {
    row-gap: 13.6rem !important;
  }

  .c-lg\:gap-18 {
    gap: 14.4rem !important;
  }

  .c-lg\:gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }

  .c-lg\:gap-y-18 {
    row-gap: 14.4rem !important;
  }

  .c-lg\:gap-19 {
    gap: 15.2rem !important;
  }

  .c-lg\:gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }

  .c-lg\:gap-y-19 {
    row-gap: 15.2rem !important;
  }

  .c-lg\:gap-20 {
    gap: 16rem !important;
  }

  .c-lg\:gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .c-lg\:gap-y-20 {
    row-gap: 16rem !important;
  }

  .-lg\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-lg\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .-lg\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-lg\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .-lg\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .-lg\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .-lg\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .-lg\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .-lg\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .-lg\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .-lg\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .-lg\:rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .-lg\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .-lg\:rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .-lg\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .-lg\:rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .-lg\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .-lg\:rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .-lg\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .-lg\:rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .-lg\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .-lg\:rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .-lg\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .-lg\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .-lg\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .-lg\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .-lg\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .-lg\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .-lg\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .-lg\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .-lg\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .-lg\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .-lg\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .-lg\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .-lg\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .-lg\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .-lg\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .-lg\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .-lg\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .-lg\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .-lg\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .-lg\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .-lg\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .-lg\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .-lg\:row-start-1 {
    grid-row-start: 1;
  }

  .-lg\:row-end-1 {
    grid-row-end: 1;
  }

  .-lg\:row-start-2 {
    grid-row-start: 2;
  }

  .-lg\:row-end-2 {
    grid-row-end: 2;
  }

  .-lg\:row-start-3 {
    grid-row-start: 3;
  }

  .-lg\:row-end-3 {
    grid-row-end: 3;
  }

  .-lg\:row-start-4 {
    grid-row-start: 4;
  }

  .-lg\:row-end-4 {
    grid-row-end: 4;
  }

  .-lg\:row-start-5 {
    grid-row-start: 5;
  }

  .-lg\:row-end-5 {
    grid-row-end: 5;
  }

  .-lg\:row-start-6 {
    grid-row-start: 6;
  }

  .-lg\:row-end-6 {
    grid-row-end: 6;
  }

  .-lg\:row-start-7 {
    grid-row-start: 7;
  }

  .-lg\:row-end-7 {
    grid-row-end: 7;
  }

  .-lg\:row-start-8 {
    grid-row-start: 8;
  }

  .-lg\:row-end-8 {
    grid-row-end: 8;
  }

  .-lg\:row-start-9 {
    grid-row-start: 9;
  }

  .-lg\:row-end-9 {
    grid-row-end: 9;
  }

  .-lg\:row-start-10 {
    grid-row-start: 10;
  }

  .-lg\:row-end-10 {
    grid-row-end: 10;
  }

  .-lg\:row-start-11 {
    grid-row-start: 11;
  }

  .-lg\:row-end-11 {
    grid-row-end: 11;
  }

  .-lg\:row-start-12 {
    grid-row-start: 12;
  }

  .-lg\:row-end-12 {
    grid-row-end: 12;
  }

  .-lg\:col-start-1 {
    grid-column-start: 1;
  }

  .-lg\:col-end-1 {
    grid-column-end: 1;
  }

  .-lg\:col-start-2 {
    grid-column-start: 2;
  }

  .-lg\:col-end-2 {
    grid-column-end: 2;
  }

  .-lg\:col-start-3 {
    grid-column-start: 3;
  }

  .-lg\:col-end-3 {
    grid-column-end: 3;
  }

  .-lg\:col-start-4 {
    grid-column-start: 4;
  }

  .-lg\:col-end-4 {
    grid-column-end: 4;
  }

  .-lg\:col-start-5 {
    grid-column-start: 5;
  }

  .-lg\:col-end-5 {
    grid-column-end: 5;
  }

  .-lg\:col-start-6 {
    grid-column-start: 6;
  }

  .-lg\:col-end-6 {
    grid-column-end: 6;
  }

  .-lg\:col-start-7 {
    grid-column-start: 7;
  }

  .-lg\:col-end-7 {
    grid-column-end: 7;
  }

  .-lg\:col-start-8 {
    grid-column-start: 8;
  }

  .-lg\:col-end-8 {
    grid-column-end: 8;
  }

  .-lg\:col-start-9 {
    grid-column-start: 9;
  }

  .-lg\:col-end-9 {
    grid-column-end: 9;
  }

  .-lg\:col-start-10 {
    grid-column-start: 10;
  }

  .-lg\:col-end-10 {
    grid-column-end: 10;
  }

  .-lg\:col-start-11 {
    grid-column-start: 11;
  }

  .-lg\:col-end-11 {
    grid-column-end: 11;
  }

  .-lg\:col-start-12 {
    grid-column-start: 12;
  }

  .-lg\:col-end-12 {
    grid-column-end: 12;
  }

  .p-sp-menu {
    display: none;
  }

  .u-lg\:justify-start {
    justify-content: flex-start !important;
  }

  .u-lg\:justify-end {
    justify-content: flex-end !important;
  }

  .u-lg\:justify-center {
    justify-content: center !important;
  }

  .u-lg\:justify-between {
    justify-content: space-between !important;
  }

  .u-lg\:justify-between {
    justify-content: space-around !important;
  }

  .u-lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .u-lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .u-lg\:justify-self-start {
    justify-self: start !important;
  }

  .u-lg\:justify-self-end {
    justify-self: end !important;
  }

  .u-lg\:justify-self-center {
    justify-self: center !important;
  }

  .u-lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .u-lg\:align-start {
    align-items: flex-start !important;
  }

  .u-lg\:align-end {
    align-items: flex-end !important;
  }

  .u-lg\:align-center {
    align-items: center !important;
  }

  .u-lg\:align-baseline {
    align-items: baseline !important;
  }

  .u-lg\:align-stretch {
    align-items: stretch !important;
  }

  .u-lg\:self-auto {
    align-self: auto !important;
  }

  .u-lg\:self-start {
    align-self: flex-start !important;
  }

  .u-lg\:self-end {
    align-self: flex-end !important;
  }

  .u-lg\:self-center {
    align-self: center !important;
  }

  .u-lg\:self-stretch {
    align-self: stretch !important;
  }

  .u-lg\:place-items-start {
    place-items: start !important;
  }

  .u-lg\:place-items-end {
    place-items: end !important;
  }

  .u-lg\:place-items-center {
    place-items: center !important;
  }

  .u-lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .u-lg\:none {
    display: none !important;
  }

  .u-lg\:block {
    display: block !important;
  }

  .u-lg\:inline {
    display: inline !important;
  }

  .u-lg\:inline-block {
    display: inline-block !important;
  }

  .u-lg\:table {
    display: table !important;
  }

  .u-lg\:table-cell {
    display: table-cell !important;
  }

  .u-lg\:flex {
    display: flex !important;
  }

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

  .u-lg\:grid {
    display: grid !important;
  }

  .u-lg\:flex-row {
    flex-direction: row !important;
  }

  .u-lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .u-lg\:flex-column {
    flex-direction: column !important;
  }

  .u-lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .u-lg\:float-left {
    float: left !important;
  }

  .u-lg\:float-right {
    float: right !important;
  }

  .u-lg\:float-left {
    float: none !important;
  }

  .u-lg\:clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }

  .u-lg\:text-xxs {
    font-size: 1rem;
  }

  .u-lg\:text-xs {
    font-size: 1.2rem;
  }

  .u-lg\:text-sm {
    font-size: 1.4rem;
  }

  .u-lg\:text-base {
    font-size: 1.6rem;
  }

  .u-lg\:text-lg {
    font-size: 1.8rem;
  }

  .u-lg\:text-xl {
    font-size: 2rem;
  }

  .u-lg\:text-xxl {
    font-size: 2.4rem;
  }

  .u-lg\:text-3xl {
    font-size: 3rem;
  }

  .u-lg\:text-4xl {
    font-size: 3.6rem;
  }

  .u-lg\:text-5xl {
    font-size: 4.8rem;
  }

  .u-lg\:text-6xl {
    font-size: 6rem;
  }

  .u-lg\:text-7xl {
    font-size: 7.2rem;
  }

  .u-lg\:text-8xl {
    font-size: 9.6rem;
  }

  .u-lg\:text-9xl {
    font-size: 12.8rem;
  }

  .u-lg\:m-0 {
    margin: 0rem !important;
  }

  .u-lg\:mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-lg\:mt-0 {
    margin-top: 0rem !important;
  }

  .u-lg\:mr-0 {
    margin-right: 0rem !important;
  }

  .u-lg\:mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-lg\:ml-0 {
    margin-left: 0rem !important;
  }

  .u-lg\:neg-m-0 {
    margin: 0rem !important;
  }

  .u-lg\:neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-lg\:neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-lg\:neg-mt-0 {
    margin-top: 0rem !important;
  }

  .u-lg\:neg-mr-0 {
    margin-right: 0rem !important;
  }

  .u-lg\:neg-mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-lg\:neg-ml-0 {
    margin-left: 0rem !important;
  }

  .u-lg\:m-1 {
    margin: .8rem !important;
  }

  .u-lg\:mx-1 {
    margin-right: .8rem !important;
    margin-left: .8rem !important;
  }

  .u-lg\:my-1 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
  }

  .u-lg\:mt-1 {
    margin-top: .8rem !important;
  }

  .u-lg\:mr-1 {
    margin-right: .8rem !important;
  }

  .u-lg\:mb-1 {
    margin-bottom: .8rem !important;
  }

  .u-lg\:ml-1 {
    margin-left: .8rem !important;
  }

  .u-lg\:neg-m-1 {
    margin: -0.8rem !important;
  }

  .u-lg\:neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }

  .u-lg\:neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }

  .u-lg\:neg-mt-1 {
    margin-top: -0.8rem !important;
  }

  .u-lg\:neg-mr-1 {
    margin-right: -0.8rem !important;
  }

  .u-lg\:neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }

  .u-lg\:neg-ml-1 {
    margin-left: -0.8rem !important;
  }

  .u-lg\:m-2 {
    margin: 1.6rem !important;
  }

  .u-lg\:mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-lg\:my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-lg\:mt-2 {
    margin-top: 1.6rem !important;
  }

  .u-lg\:mr-2 {
    margin-right: 1.6rem !important;
  }

  .u-lg\:mb-2 {
    margin-bottom: 1.6rem !important;
  }

  .u-lg\:ml-2 {
    margin-left: 1.6rem !important;
  }

  .u-lg\:neg-m-2 {
    margin: -1.6rem !important;
  }

  .u-lg\:neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }

  .u-lg\:neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }

  .u-lg\:neg-mt-2 {
    margin-top: -1.6rem !important;
  }

  .u-lg\:neg-mr-2 {
    margin-right: -1.6rem !important;
  }

  .u-lg\:neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }

  .u-lg\:neg-ml-2 {
    margin-left: -1.6rem !important;
  }

  .u-lg\:m-3 {
    margin: 2.4rem !important;
  }

  .u-lg\:mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .u-lg\:my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .u-lg\:mt-3 {
    margin-top: 2.4rem !important;
  }

  .u-lg\:mr-3 {
    margin-right: 2.4rem !important;
  }

  .u-lg\:mb-3 {
    margin-bottom: 2.4rem !important;
  }

  .u-lg\:ml-3 {
    margin-left: 2.4rem !important;
  }

  .u-lg\:neg-m-3 {
    margin: -2.4rem !important;
  }

  .u-lg\:neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }

  .u-lg\:neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }

  .u-lg\:neg-mt-3 {
    margin-top: -2.4rem !important;
  }

  .u-lg\:neg-mr-3 {
    margin-right: -2.4rem !important;
  }

  .u-lg\:neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }

  .u-lg\:neg-ml-3 {
    margin-left: -2.4rem !important;
  }

  .u-lg\:m-4 {
    margin: 3.2rem !important;
  }

  .u-lg\:mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-lg\:my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-lg\:mt-4 {
    margin-top: 3.2rem !important;
  }

  .u-lg\:mr-4 {
    margin-right: 3.2rem !important;
  }

  .u-lg\:mb-4 {
    margin-bottom: 3.2rem !important;
  }

  .u-lg\:ml-4 {
    margin-left: 3.2rem !important;
  }

  .u-lg\:neg-m-4 {
    margin: -3.2rem !important;
  }

  .u-lg\:neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }

  .u-lg\:neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }

  .u-lg\:neg-mt-4 {
    margin-top: -3.2rem !important;
  }

  .u-lg\:neg-mr-4 {
    margin-right: -3.2rem !important;
  }

  .u-lg\:neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }

  .u-lg\:neg-ml-4 {
    margin-left: -3.2rem !important;
  }

  .u-lg\:m-5 {
    margin: 4rem !important;
  }

  .u-lg\:mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .u-lg\:my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-lg\:mt-5 {
    margin-top: 4rem !important;
  }

  .u-lg\:mr-5 {
    margin-right: 4rem !important;
  }

  .u-lg\:mb-5 {
    margin-bottom: 4rem !important;
  }

  .u-lg\:ml-5 {
    margin-left: 4rem !important;
  }

  .u-lg\:neg-m-5 {
    margin: -4rem !important;
  }

  .u-lg\:neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .u-lg\:neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .u-lg\:neg-mt-5 {
    margin-top: -4rem !important;
  }

  .u-lg\:neg-mr-5 {
    margin-right: -4rem !important;
  }

  .u-lg\:neg-mb-5 {
    margin-bottom: -4rem !important;
  }

  .u-lg\:neg-ml-5 {
    margin-left: -4rem !important;
  }

  .u-lg\:m-6 {
    margin: 4.8rem !important;
  }

  .u-lg\:mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .u-lg\:my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .u-lg\:mt-6 {
    margin-top: 4.8rem !important;
  }

  .u-lg\:mr-6 {
    margin-right: 4.8rem !important;
  }

  .u-lg\:mb-6 {
    margin-bottom: 4.8rem !important;
  }

  .u-lg\:ml-6 {
    margin-left: 4.8rem !important;
  }

  .u-lg\:neg-m-6 {
    margin: -4.8rem !important;
  }

  .u-lg\:neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }

  .u-lg\:neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }

  .u-lg\:neg-mt-6 {
    margin-top: -4.8rem !important;
  }

  .u-lg\:neg-mr-6 {
    margin-right: -4.8rem !important;
  }

  .u-lg\:neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }

  .u-lg\:neg-ml-6 {
    margin-left: -4.8rem !important;
  }

  .u-lg\:m-7 {
    margin: 5.6rem !important;
  }

  .u-lg\:mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .u-lg\:my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .u-lg\:mt-7 {
    margin-top: 5.6rem !important;
  }

  .u-lg\:mr-7 {
    margin-right: 5.6rem !important;
  }

  .u-lg\:mb-7 {
    margin-bottom: 5.6rem !important;
  }

  .u-lg\:ml-7 {
    margin-left: 5.6rem !important;
  }

  .u-lg\:neg-m-7 {
    margin: -5.6rem !important;
  }

  .u-lg\:neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }

  .u-lg\:neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }

  .u-lg\:neg-mt-7 {
    margin-top: -5.6rem !important;
  }

  .u-lg\:neg-mr-7 {
    margin-right: -5.6rem !important;
  }

  .u-lg\:neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }

  .u-lg\:neg-ml-7 {
    margin-left: -5.6rem !important;
  }

  .u-lg\:m-8 {
    margin: 6.4rem !important;
  }

  .u-lg\:mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-lg\:my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-lg\:mt-8 {
    margin-top: 6.4rem !important;
  }

  .u-lg\:mr-8 {
    margin-right: 6.4rem !important;
  }

  .u-lg\:mb-8 {
    margin-bottom: 6.4rem !important;
  }

  .u-lg\:ml-8 {
    margin-left: 6.4rem !important;
  }

  .u-lg\:neg-m-8 {
    margin: -6.4rem !important;
  }

  .u-lg\:neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }

  .u-lg\:neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }

  .u-lg\:neg-mt-8 {
    margin-top: -6.4rem !important;
  }

  .u-lg\:neg-mr-8 {
    margin-right: -6.4rem !important;
  }

  .u-lg\:neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }

  .u-lg\:neg-ml-8 {
    margin-left: -6.4rem !important;
  }

  .u-lg\:m-9 {
    margin: 7.2rem !important;
  }

  .u-lg\:mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .u-lg\:my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .u-lg\:mt-9 {
    margin-top: 7.2rem !important;
  }

  .u-lg\:mr-9 {
    margin-right: 7.2rem !important;
  }

  .u-lg\:mb-9 {
    margin-bottom: 7.2rem !important;
  }

  .u-lg\:ml-9 {
    margin-left: 7.2rem !important;
  }

  .u-lg\:neg-m-9 {
    margin: -7.2rem !important;
  }

  .u-lg\:neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }

  .u-lg\:neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }

  .u-lg\:neg-mt-9 {
    margin-top: -7.2rem !important;
  }

  .u-lg\:neg-mr-9 {
    margin-right: -7.2rem !important;
  }

  .u-lg\:neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }

  .u-lg\:neg-ml-9 {
    margin-left: -7.2rem !important;
  }

  .u-lg\:m-10 {
    margin: 8rem !important;
  }

  .u-lg\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .u-lg\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .u-lg\:mt-10 {
    margin-top: 8rem !important;
  }

  .u-lg\:mr-10 {
    margin-right: 8rem !important;
  }

  .u-lg\:mb-10 {
    margin-bottom: 8rem !important;
  }

  .u-lg\:ml-10 {
    margin-left: 8rem !important;
  }

  .u-lg\:neg-m-10 {
    margin: -8rem !important;
  }

  .u-lg\:neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .u-lg\:neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .u-lg\:neg-mt-10 {
    margin-top: -8rem !important;
  }

  .u-lg\:neg-mr-10 {
    margin-right: -8rem !important;
  }

  .u-lg\:neg-mb-10 {
    margin-bottom: -8rem !important;
  }

  .u-lg\:neg-ml-10 {
    margin-left: -8rem !important;
  }

  .u-lg\:m-11 {
    margin: 8.8rem !important;
  }

  .u-lg\:mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .u-lg\:my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .u-lg\:mt-11 {
    margin-top: 8.8rem !important;
  }

  .u-lg\:mr-11 {
    margin-right: 8.8rem !important;
  }

  .u-lg\:mb-11 {
    margin-bottom: 8.8rem !important;
  }

  .u-lg\:ml-11 {
    margin-left: 8.8rem !important;
  }

  .u-lg\:neg-m-11 {
    margin: -8.8rem !important;
  }

  .u-lg\:neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }

  .u-lg\:neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }

  .u-lg\:neg-mt-11 {
    margin-top: -8.8rem !important;
  }

  .u-lg\:neg-mr-11 {
    margin-right: -8.8rem !important;
  }

  .u-lg\:neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }

  .u-lg\:neg-ml-11 {
    margin-left: -8.8rem !important;
  }

  .u-lg\:m-12 {
    margin: 9.6rem !important;
  }

  .u-lg\:mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .u-lg\:my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .u-lg\:mt-12 {
    margin-top: 9.6rem !important;
  }

  .u-lg\:mr-12 {
    margin-right: 9.6rem !important;
  }

  .u-lg\:mb-12 {
    margin-bottom: 9.6rem !important;
  }

  .u-lg\:ml-12 {
    margin-left: 9.6rem !important;
  }

  .u-lg\:neg-m-12 {
    margin: -9.6rem !important;
  }

  .u-lg\:neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }

  .u-lg\:neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }

  .u-lg\:neg-mt-12 {
    margin-top: -9.6rem !important;
  }

  .u-lg\:neg-mr-12 {
    margin-right: -9.6rem !important;
  }

  .u-lg\:neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }

  .u-lg\:neg-ml-12 {
    margin-left: -9.6rem !important;
  }

  .u-lg\:m-13 {
    margin: 10.4rem !important;
  }

  .u-lg\:mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }

  .u-lg\:my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }

  .u-lg\:mt-13 {
    margin-top: 10.4rem !important;
  }

  .u-lg\:mr-13 {
    margin-right: 10.4rem !important;
  }

  .u-lg\:mb-13 {
    margin-bottom: 10.4rem !important;
  }

  .u-lg\:ml-13 {
    margin-left: 10.4rem !important;
  }

  .u-lg\:neg-m-13 {
    margin: -10.4rem !important;
  }

  .u-lg\:neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }

  .u-lg\:neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }

  .u-lg\:neg-mt-13 {
    margin-top: -10.4rem !important;
  }

  .u-lg\:neg-mr-13 {
    margin-right: -10.4rem !important;
  }

  .u-lg\:neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }

  .u-lg\:neg-ml-13 {
    margin-left: -10.4rem !important;
  }

  .u-lg\:m-14 {
    margin: 11.2rem !important;
  }

  .u-lg\:mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }

  .u-lg\:my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }

  .u-lg\:mt-14 {
    margin-top: 11.2rem !important;
  }

  .u-lg\:mr-14 {
    margin-right: 11.2rem !important;
  }

  .u-lg\:mb-14 {
    margin-bottom: 11.2rem !important;
  }

  .u-lg\:ml-14 {
    margin-left: 11.2rem !important;
  }

  .u-lg\:neg-m-14 {
    margin: -11.2rem !important;
  }

  .u-lg\:neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }

  .u-lg\:neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }

  .u-lg\:neg-mt-14 {
    margin-top: -11.2rem !important;
  }

  .u-lg\:neg-mr-14 {
    margin-right: -11.2rem !important;
  }

  .u-lg\:neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }

  .u-lg\:neg-ml-14 {
    margin-left: -11.2rem !important;
  }

  .u-lg\:m-15 {
    margin: 12rem !important;
  }

  .u-lg\:mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .u-lg\:my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .u-lg\:mt-15 {
    margin-top: 12rem !important;
  }

  .u-lg\:mr-15 {
    margin-right: 12rem !important;
  }

  .u-lg\:mb-15 {
    margin-bottom: 12rem !important;
  }

  .u-lg\:ml-15 {
    margin-left: 12rem !important;
  }

  .u-lg\:neg-m-15 {
    margin: -12rem !important;
  }

  .u-lg\:neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .u-lg\:neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .u-lg\:neg-mt-15 {
    margin-top: -12rem !important;
  }

  .u-lg\:neg-mr-15 {
    margin-right: -12rem !important;
  }

  .u-lg\:neg-mb-15 {
    margin-bottom: -12rem !important;
  }

  .u-lg\:neg-ml-15 {
    margin-left: -12rem !important;
  }

  .u-lg\:m-16 {
    margin: 12.8rem !important;
  }

  .u-lg\:mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }

  .u-lg\:my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }

  .u-lg\:mt-16 {
    margin-top: 12.8rem !important;
  }

  .u-lg\:mr-16 {
    margin-right: 12.8rem !important;
  }

  .u-lg\:mb-16 {
    margin-bottom: 12.8rem !important;
  }

  .u-lg\:ml-16 {
    margin-left: 12.8rem !important;
  }

  .u-lg\:neg-m-16 {
    margin: -12.8rem !important;
  }

  .u-lg\:neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }

  .u-lg\:neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }

  .u-lg\:neg-mt-16 {
    margin-top: -12.8rem !important;
  }

  .u-lg\:neg-mr-16 {
    margin-right: -12.8rem !important;
  }

  .u-lg\:neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }

  .u-lg\:neg-ml-16 {
    margin-left: -12.8rem !important;
  }

  .u-lg\:m-17 {
    margin: 13.6rem !important;
  }

  .u-lg\:mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }

  .u-lg\:my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }

  .u-lg\:mt-17 {
    margin-top: 13.6rem !important;
  }

  .u-lg\:mr-17 {
    margin-right: 13.6rem !important;
  }

  .u-lg\:mb-17 {
    margin-bottom: 13.6rem !important;
  }

  .u-lg\:ml-17 {
    margin-left: 13.6rem !important;
  }

  .u-lg\:neg-m-17 {
    margin: -13.6rem !important;
  }

  .u-lg\:neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }

  .u-lg\:neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }

  .u-lg\:neg-mt-17 {
    margin-top: -13.6rem !important;
  }

  .u-lg\:neg-mr-17 {
    margin-right: -13.6rem !important;
  }

  .u-lg\:neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }

  .u-lg\:neg-ml-17 {
    margin-left: -13.6rem !important;
  }

  .u-lg\:m-18 {
    margin: 14.4rem !important;
  }

  .u-lg\:mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }

  .u-lg\:my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }

  .u-lg\:mt-18 {
    margin-top: 14.4rem !important;
  }

  .u-lg\:mr-18 {
    margin-right: 14.4rem !important;
  }

  .u-lg\:mb-18 {
    margin-bottom: 14.4rem !important;
  }

  .u-lg\:ml-18 {
    margin-left: 14.4rem !important;
  }

  .u-lg\:neg-m-18 {
    margin: -14.4rem !important;
  }

  .u-lg\:neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }

  .u-lg\:neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }

  .u-lg\:neg-mt-18 {
    margin-top: -14.4rem !important;
  }

  .u-lg\:neg-mr-18 {
    margin-right: -14.4rem !important;
  }

  .u-lg\:neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }

  .u-lg\:neg-ml-18 {
    margin-left: -14.4rem !important;
  }

  .u-lg\:m-19 {
    margin: 15.2rem !important;
  }

  .u-lg\:mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }

  .u-lg\:my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }

  .u-lg\:mt-19 {
    margin-top: 15.2rem !important;
  }

  .u-lg\:mr-19 {
    margin-right: 15.2rem !important;
  }

  .u-lg\:mb-19 {
    margin-bottom: 15.2rem !important;
  }

  .u-lg\:ml-19 {
    margin-left: 15.2rem !important;
  }

  .u-lg\:neg-m-19 {
    margin: -15.2rem !important;
  }

  .u-lg\:neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }

  .u-lg\:neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }

  .u-lg\:neg-mt-19 {
    margin-top: -15.2rem !important;
  }

  .u-lg\:neg-mr-19 {
    margin-right: -15.2rem !important;
  }

  .u-lg\:neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }

  .u-lg\:neg-ml-19 {
    margin-left: -15.2rem !important;
  }

  .u-lg\:m-20 {
    margin: 16rem !important;
  }

  .u-lg\:mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .u-lg\:my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .u-lg\:mt-20 {
    margin-top: 16rem !important;
  }

  .u-lg\:mr-20 {
    margin-right: 16rem !important;
  }

  .u-lg\:mb-20 {
    margin-bottom: 16rem !important;
  }

  .u-lg\:ml-20 {
    margin-left: 16rem !important;
  }

  .u-lg\:neg-m-20 {
    margin: -16rem !important;
  }

  .u-lg\:neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .u-lg\:neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .u-lg\:neg-mt-20 {
    margin-top: -16rem !important;
  }

  .u-lg\:neg-mr-20 {
    margin-right: -16rem !important;
  }

  .u-lg\:neg-mb-20 {
    margin-bottom: -16rem !important;
  }

  .u-lg\:neg-ml-20 {
    margin-left: -16rem !important;
  }

  .u-lg\:order-0 {
    order: 0 !important;
  }

  .u-lg\:order-1 {
    order: 1 !important;
  }

  .u-lg\:order-2 {
    order: 2 !important;
  }

  .u-lg\:order-3 {
    order: 3 !important;
  }

  .u-lg\:order-4 {
    order: 4 !important;
  }

  .u-lg\:order-5 {
    order: 5 !important;
  }

  .u-lg\:order-6 {
    order: 6 !important;
  }

  .u-lg\:order-7 {
    order: 7 !important;
  }

  .u-lg\:order-8 {
    order: 8 !important;
  }

  .u-lg\:order-9 {
    order: 9 !important;
  }

  .u-lg\:order-10 {
    order: 10 !important;
  }

  .u-lg\:order-11 {
    order: 11 !important;
  }

  .u-lg\:order-12 {
    order: 12 !important;
  }

  .u-lg\:order-13 {
    order: 13 !important;
  }

  .u-lg\:order-14 {
    order: 14 !important;
  }

  .u-lg\:order-15 {
    order: 15 !important;
  }

  .u-lg\:order-16 {
    order: 16 !important;
  }

  .u-lg\:order-17 {
    order: 17 !important;
  }

  .u-lg\:order-18 {
    order: 18 !important;
  }

  .u-lg\:order-19 {
    order: 19 !important;
  }

  .u-lg\:order-20 {
    order: 20 !important;
  }

  .u-lg\:order-21 {
    order: 21 !important;
  }

  .u-lg\:order-22 {
    order: 22 !important;
  }

  .u-lg\:order-23 {
    order: 23 !important;
  }

  .u-lg\:order-24 {
    order: 24 !important;
  }

  .u-lg\:order-25 {
    order: 25 !important;
  }

  .u-lg\:order-26 {
    order: 26 !important;
  }

  .u-lg\:order-27 {
    order: 27 !important;
  }

  .u-lg\:order-28 {
    order: 28 !important;
  }

  .u-lg\:order-29 {
    order: 29 !important;
  }

  .u-lg\:order-30 {
    order: 30 !important;
  }

  .u-lg\:order-31 {
    order: 31 !important;
  }

  .u-lg\:order-32 {
    order: 32 !important;
  }

  .u-lg\:order-33 {
    order: 33 !important;
  }

  .u-lg\:order-34 {
    order: 34 !important;
  }

  .u-lg\:order-35 {
    order: 35 !important;
  }

  .u-lg\:order-36 {
    order: 36 !important;
  }

  .u-lg\:order-37 {
    order: 37 !important;
  }

  .u-lg\:order-38 {
    order: 38 !important;
  }

  .u-lg\:order-39 {
    order: 39 !important;
  }

  .u-lg\:order-40 {
    order: 40 !important;
  }

  .u-lg\:order-41 {
    order: 41 !important;
  }

  .u-lg\:order-42 {
    order: 42 !important;
  }

  .u-lg\:order-43 {
    order: 43 !important;
  }

  .u-lg\:order-44 {
    order: 44 !important;
  }

  .u-lg\:order-45 {
    order: 45 !important;
  }

  .u-lg\:order-46 {
    order: 46 !important;
  }

  .u-lg\:order-47 {
    order: 47 !important;
  }

  .u-lg\:order-48 {
    order: 48 !important;
  }

  .u-lg\:order-49 {
    order: 49 !important;
  }

  .u-lg\:order-50 {
    order: 50 !important;
  }

  .u-lg\:order-51 {
    order: 51 !important;
  }

  .u-lg\:order-52 {
    order: 52 !important;
  }

  .u-lg\:order-53 {
    order: 53 !important;
  }

  .u-lg\:order-54 {
    order: 54 !important;
  }

  .u-lg\:order-55 {
    order: 55 !important;
  }

  .u-lg\:order-56 {
    order: 56 !important;
  }

  .u-lg\:order-57 {
    order: 57 !important;
  }

  .u-lg\:order-58 {
    order: 58 !important;
  }

  .u-lg\:order-59 {
    order: 59 !important;
  }

  .u-lg\:order-60 {
    order: 60 !important;
  }

  .u-lg\:order-61 {
    order: 61 !important;
  }

  .u-lg\:order-62 {
    order: 62 !important;
  }

  .u-lg\:order-63 {
    order: 63 !important;
  }

  .u-lg\:order-64 {
    order: 64 !important;
  }

  .u-lg\:order-65 {
    order: 65 !important;
  }

  .u-lg\:order-66 {
    order: 66 !important;
  }

  .u-lg\:order-67 {
    order: 67 !important;
  }

  .u-lg\:order-68 {
    order: 68 !important;
  }

  .u-lg\:order-69 {
    order: 69 !important;
  }

  .u-lg\:order-70 {
    order: 70 !important;
  }

  .u-lg\:order-71 {
    order: 71 !important;
  }

  .u-lg\:order-72 {
    order: 72 !important;
  }

  .u-lg\:order-73 {
    order: 73 !important;
  }

  .u-lg\:order-74 {
    order: 74 !important;
  }

  .u-lg\:order-75 {
    order: 75 !important;
  }

  .u-lg\:order-76 {
    order: 76 !important;
  }

  .u-lg\:order-77 {
    order: 77 !important;
  }

  .u-lg\:order-78 {
    order: 78 !important;
  }

  .u-lg\:order-79 {
    order: 79 !important;
  }

  .u-lg\:order-80 {
    order: 80 !important;
  }

  .u-lg\:order-81 {
    order: 81 !important;
  }

  .u-lg\:order-82 {
    order: 82 !important;
  }

  .u-lg\:order-83 {
    order: 83 !important;
  }

  .u-lg\:order-84 {
    order: 84 !important;
  }

  .u-lg\:order-85 {
    order: 85 !important;
  }

  .u-lg\:order-86 {
    order: 86 !important;
  }

  .u-lg\:order-87 {
    order: 87 !important;
  }

  .u-lg\:order-88 {
    order: 88 !important;
  }

  .u-lg\:order-89 {
    order: 89 !important;
  }

  .u-lg\:order-90 {
    order: 90 !important;
  }

  .u-lg\:order-91 {
    order: 91 !important;
  }

  .u-lg\:order-92 {
    order: 92 !important;
  }

  .u-lg\:order-93 {
    order: 93 !important;
  }

  .u-lg\:order-94 {
    order: 94 !important;
  }

  .u-lg\:order-95 {
    order: 95 !important;
  }

  .u-lg\:order-96 {
    order: 96 !important;
  }

  .u-lg\:order-97 {
    order: 97 !important;
  }

  .u-lg\:order-98 {
    order: 98 !important;
  }

  .u-lg\:order-99 {
    order: 99 !important;
  }

  .u-lg\:order-100 {
    order: 100 !important;
  }

  .u-lg\:overflow-visible {
    overflow: visible !important;
  }

  .u-lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .u-lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .u-lg\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

  .u-lg\:p-1 {
    padding: .8rem;
  }

  .u-lg\:px-1 {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .u-lg\:py-1 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .u-lg\:pt-1 {
    padding-top: .8rem;
  }

  .u-lg\:pr-1 {
    padding-right: .8rem;
  }

  .u-lg\:pb-1 {
    padding-bottom: .8rem;
  }

  .u-lg\:pl-1 {
    padding-left: .8rem;
  }

  .u-lg\:p-2 {
    padding: 1.6rem;
  }

  .u-lg\:px-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .u-lg\:py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .u-lg\:pt-2 {
    padding-top: 1.6rem;
  }

  .u-lg\:pr-2 {
    padding-right: 1.6rem;
  }

  .u-lg\:pb-2 {
    padding-bottom: 1.6rem;
  }

  .u-lg\:pl-2 {
    padding-left: 1.6rem;
  }

  .u-lg\:p-3 {
    padding: 2.4rem;
  }

  .u-lg\:px-3 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .u-lg\:py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .u-lg\:pt-3 {
    padding-top: 2.4rem;
  }

  .u-lg\:pr-3 {
    padding-right: 2.4rem;
  }

  .u-lg\:pb-3 {
    padding-bottom: 2.4rem;
  }

  .u-lg\:pl-3 {
    padding-left: 2.4rem;
  }

  .u-lg\:p-4 {
    padding: 3.2rem;
  }

  .u-lg\:px-4 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .u-lg\:py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-lg\:pt-4 {
    padding-top: 3.2rem;
  }

  .u-lg\:pr-4 {
    padding-right: 3.2rem;
  }

  .u-lg\:pb-4 {
    padding-bottom: 3.2rem;
  }

  .u-lg\:pl-4 {
    padding-left: 3.2rem;
  }

  .u-lg\:p-5 {
    padding: 4rem;
  }

  .u-lg\:px-5 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .u-lg\:py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-lg\:pt-5 {
    padding-top: 4rem;
  }

  .u-lg\:pr-5 {
    padding-right: 4rem;
  }

  .u-lg\:pb-5 {
    padding-bottom: 4rem;
  }

  .u-lg\:pl-5 {
    padding-left: 4rem;
  }

  .u-lg\:p-6 {
    padding: 4.8rem;
  }

  .u-lg\:px-6 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .u-lg\:py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .u-lg\:pt-6 {
    padding-top: 4.8rem;
  }

  .u-lg\:pr-6 {
    padding-right: 4.8rem;
  }

  .u-lg\:pb-6 {
    padding-bottom: 4.8rem;
  }

  .u-lg\:pl-6 {
    padding-left: 4.8rem;
  }

  .u-lg\:p-7 {
    padding: 5.6rem;
  }

  .u-lg\:px-7 {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }

  .u-lg\:py-7 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .u-lg\:pt-7 {
    padding-top: 5.6rem;
  }

  .u-lg\:pr-7 {
    padding-right: 5.6rem;
  }

  .u-lg\:pb-7 {
    padding-bottom: 5.6rem;
  }

  .u-lg\:pl-7 {
    padding-left: 5.6rem;
  }

  .u-lg\:p-8 {
    padding: 6.4rem;
  }

  .u-lg\:px-8 {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }

  .u-lg\:py-8 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .u-lg\:pt-8 {
    padding-top: 6.4rem;
  }

  .u-lg\:pr-8 {
    padding-right: 6.4rem;
  }

  .u-lg\:pb-8 {
    padding-bottom: 6.4rem;
  }

  .u-lg\:pl-8 {
    padding-left: 6.4rem;
  }

  .u-lg\:p-9 {
    padding: 7.2rem;
  }

  .u-lg\:px-9 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .u-lg\:py-9 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .u-lg\:pt-9 {
    padding-top: 7.2rem;
  }

  .u-lg\:pr-9 {
    padding-right: 7.2rem;
  }

  .u-lg\:pb-9 {
    padding-bottom: 7.2rem;
  }

  .u-lg\:pl-9 {
    padding-left: 7.2rem;
  }

  .u-lg\:p-10 {
    padding: 8rem;
  }

  .u-lg\:px-10 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .u-lg\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-lg\:pt-10 {
    padding-top: 8rem;
  }

  .u-lg\:pr-10 {
    padding-right: 8rem;
  }

  .u-lg\:pb-10 {
    padding-bottom: 8rem;
  }

  .u-lg\:pl-10 {
    padding-left: 8rem;
  }

  .u-lg\:p-11 {
    padding: 8.8rem;
  }

  .u-lg\:px-11 {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .u-lg\:py-11 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .u-lg\:pt-11 {
    padding-top: 8.8rem;
  }

  .u-lg\:pr-11 {
    padding-right: 8.8rem;
  }

  .u-lg\:pb-11 {
    padding-bottom: 8.8rem;
  }

  .u-lg\:pl-11 {
    padding-left: 8.8rem;
  }

  .u-lg\:p-12 {
    padding: 9.6rem;
  }

  .u-lg\:px-12 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .u-lg\:py-12 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .u-lg\:pt-12 {
    padding-top: 9.6rem;
  }

  .u-lg\:pr-12 {
    padding-right: 9.6rem;
  }

  .u-lg\:pb-12 {
    padding-bottom: 9.6rem;
  }

  .u-lg\:pl-12 {
    padding-left: 9.6rem;
  }

  .u-lg\:p-13 {
    padding: 10.4rem;
  }

  .u-lg\:px-13 {
    padding-right: 10.4rem;
    padding-left: 10.4rem;
  }

  .u-lg\:py-13 {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }

  .u-lg\:pt-13 {
    padding-top: 10.4rem;
  }

  .u-lg\:pr-13 {
    padding-right: 10.4rem;
  }

  .u-lg\:pb-13 {
    padding-bottom: 10.4rem;
  }

  .u-lg\:pl-13 {
    padding-left: 10.4rem;
  }

  .u-lg\:p-14 {
    padding: 11.2rem;
  }

  .u-lg\:px-14 {
    padding-right: 11.2rem;
    padding-left: 11.2rem;
  }

  .u-lg\:py-14 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .u-lg\:pt-14 {
    padding-top: 11.2rem;
  }

  .u-lg\:pr-14 {
    padding-right: 11.2rem;
  }

  .u-lg\:pb-14 {
    padding-bottom: 11.2rem;
  }

  .u-lg\:pl-14 {
    padding-left: 11.2rem;
  }

  .u-lg\:p-15 {
    padding: 12rem;
  }

  .u-lg\:px-15 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .u-lg\:py-15 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .u-lg\:pt-15 {
    padding-top: 12rem;
  }

  .u-lg\:pr-15 {
    padding-right: 12rem;
  }

  .u-lg\:pb-15 {
    padding-bottom: 12rem;
  }

  .u-lg\:pl-15 {
    padding-left: 12rem;
  }

  .u-lg\:p-16 {
    padding: 12.8rem;
  }

  .u-lg\:px-16 {
    padding-right: 12.8rem;
    padding-left: 12.8rem;
  }

  .u-lg\:py-16 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .u-lg\:pt-16 {
    padding-top: 12.8rem;
  }

  .u-lg\:pr-16 {
    padding-right: 12.8rem;
  }

  .u-lg\:pb-16 {
    padding-bottom: 12.8rem;
  }

  .u-lg\:pl-16 {
    padding-left: 12.8rem;
  }

  .u-lg\:p-17 {
    padding: 13.6rem;
  }

  .u-lg\:px-17 {
    padding-right: 13.6rem;
    padding-left: 13.6rem;
  }

  .u-lg\:py-17 {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .u-lg\:pt-17 {
    padding-top: 13.6rem;
  }

  .u-lg\:pr-17 {
    padding-right: 13.6rem;
  }

  .u-lg\:pb-17 {
    padding-bottom: 13.6rem;
  }

  .u-lg\:pl-17 {
    padding-left: 13.6rem;
  }

  .u-lg\:p-18 {
    padding: 14.4rem;
  }

  .u-lg\:px-18 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }

  .u-lg\:py-18 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .u-lg\:pt-18 {
    padding-top: 14.4rem;
  }

  .u-lg\:pr-18 {
    padding-right: 14.4rem;
  }

  .u-lg\:pb-18 {
    padding-bottom: 14.4rem;
  }

  .u-lg\:pl-18 {
    padding-left: 14.4rem;
  }

  .u-lg\:p-19 {
    padding: 15.2rem;
  }

  .u-lg\:px-19 {
    padding-right: 15.2rem;
    padding-left: 15.2rem;
  }

  .u-lg\:py-19 {
    padding-top: 15.2rem;
    padding-bottom: 15.2rem;
  }

  .u-lg\:pt-19 {
    padding-top: 15.2rem;
  }

  .u-lg\:pr-19 {
    padding-right: 15.2rem;
  }

  .u-lg\:pb-19 {
    padding-bottom: 15.2rem;
  }

  .u-lg\:pl-19 {
    padding-left: 15.2rem;
  }

  .u-lg\:p-20 {
    padding: 16rem;
  }

  .u-lg\:px-20 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .u-lg\:py-20 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .u-lg\:pt-20 {
    padding-top: 16rem;
  }

  .u-lg\:pr-20 {
    padding-right: 16rem;
  }

  .u-lg\:pb-20 {
    padding-bottom: 16rem;
  }

  .u-lg\:pl-20 {
    padding-left: 16rem;
  }

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

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

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

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

  .u-lg\:visible {
    visibility: visible !important;
  }

  .u-lg\:hidden {
    visibility: hidden !important;
  }

  .u-lg\:whitespace-normal {
    white-space: normal !important;
  }

  .u-lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .u-lg\:w-0 {
    width: 0% !important;
  }

  .u-lg-w-0 {
    width: 0% !important;
  }

  .u-lg\:w-1 {
    width: 1% !important;
  }

  .u-lg-w-1 {
    width: 1% !important;
  }

  .u-lg\:w-2 {
    width: 2% !important;
  }

  .u-lg-w-2 {
    width: 2% !important;
  }

  .u-lg\:w-3 {
    width: 3% !important;
  }

  .u-lg-w-3 {
    width: 3% !important;
  }

  .u-lg\:w-4 {
    width: 4% !important;
  }

  .u-lg-w-4 {
    width: 4% !important;
  }

  .u-lg\:w-5 {
    width: 5% !important;
  }

  .u-lg-w-5 {
    width: 5% !important;
  }

  .u-lg\:w-6 {
    width: 6% !important;
  }

  .u-lg-w-6 {
    width: 6% !important;
  }

  .u-lg\:w-7 {
    width: 7% !important;
  }

  .u-lg-w-7 {
    width: 7% !important;
  }

  .u-lg\:w-8 {
    width: 8% !important;
  }

  .u-lg-w-8 {
    width: 8% !important;
  }

  .u-lg\:w-9 {
    width: 9% !important;
  }

  .u-lg-w-9 {
    width: 9% !important;
  }

  .u-lg\:w-10 {
    width: 10% !important;
  }

  .u-lg-w-10 {
    width: 10% !important;
  }

  .u-lg\:w-11 {
    width: 11% !important;
  }

  .u-lg-w-11 {
    width: 11% !important;
  }

  .u-lg\:w-12 {
    width: 12% !important;
  }

  .u-lg-w-12 {
    width: 12% !important;
  }

  .u-lg\:w-13 {
    width: 13% !important;
  }

  .u-lg-w-13 {
    width: 13% !important;
  }

  .u-lg\:w-14 {
    width: 14% !important;
  }

  .u-lg-w-14 {
    width: 14% !important;
  }

  .u-lg\:w-15 {
    width: 15% !important;
  }

  .u-lg-w-15 {
    width: 15% !important;
  }

  .u-lg\:w-16 {
    width: 16% !important;
  }

  .u-lg-w-16 {
    width: 16% !important;
  }

  .u-lg\:w-17 {
    width: 17% !important;
  }

  .u-lg-w-17 {
    width: 17% !important;
  }

  .u-lg\:w-18 {
    width: 18% !important;
  }

  .u-lg-w-18 {
    width: 18% !important;
  }

  .u-lg\:w-19 {
    width: 19% !important;
  }

  .u-lg-w-19 {
    width: 19% !important;
  }

  .u-lg\:w-20 {
    width: 20% !important;
  }

  .u-lg-w-20 {
    width: 20% !important;
  }

  .u-lg\:w-21 {
    width: 21% !important;
  }

  .u-lg-w-21 {
    width: 21% !important;
  }

  .u-lg\:w-22 {
    width: 22% !important;
  }

  .u-lg-w-22 {
    width: 22% !important;
  }

  .u-lg\:w-23 {
    width: 23% !important;
  }

  .u-lg-w-23 {
    width: 23% !important;
  }

  .u-lg\:w-24 {
    width: 24% !important;
  }

  .u-lg-w-24 {
    width: 24% !important;
  }

  .u-lg\:w-25 {
    width: 25% !important;
  }

  .u-lg-w-25 {
    width: 25% !important;
  }

  .u-lg\:w-26 {
    width: 26% !important;
  }

  .u-lg-w-26 {
    width: 26% !important;
  }

  .u-lg\:w-27 {
    width: 27% !important;
  }

  .u-lg-w-27 {
    width: 27% !important;
  }

  .u-lg\:w-28 {
    width: 28% !important;
  }

  .u-lg-w-28 {
    width: 28% !important;
  }

  .u-lg\:w-29 {
    width: 29% !important;
  }

  .u-lg-w-29 {
    width: 29% !important;
  }

  .u-lg\:w-30 {
    width: 30% !important;
  }

  .u-lg-w-30 {
    width: 30% !important;
  }

  .u-lg\:w-31 {
    width: 31% !important;
  }

  .u-lg-w-31 {
    width: 31% !important;
  }

  .u-lg\:w-32 {
    width: 32% !important;
  }

  .u-lg-w-32 {
    width: 32% !important;
  }

  .u-lg\:w-33 {
    width: 33% !important;
  }

  .u-lg-w-33 {
    width: 33% !important;
  }

  .u-lg\:w-34 {
    width: 34% !important;
  }

  .u-lg-w-34 {
    width: 34% !important;
  }

  .u-lg\:w-35 {
    width: 35% !important;
  }

  .u-lg-w-35 {
    width: 35% !important;
  }

  .u-lg\:w-36 {
    width: 36% !important;
  }

  .u-lg-w-36 {
    width: 36% !important;
  }

  .u-lg\:w-37 {
    width: 37% !important;
  }

  .u-lg-w-37 {
    width: 37% !important;
  }

  .u-lg\:w-38 {
    width: 38% !important;
  }

  .u-lg-w-38 {
    width: 38% !important;
  }

  .u-lg\:w-39 {
    width: 39% !important;
  }

  .u-lg-w-39 {
    width: 39% !important;
  }

  .u-lg\:w-40 {
    width: 40% !important;
  }

  .u-lg-w-40 {
    width: 40% !important;
  }

  .u-lg\:w-41 {
    width: 41% !important;
  }

  .u-lg-w-41 {
    width: 41% !important;
  }

  .u-lg\:w-42 {
    width: 42% !important;
  }

  .u-lg-w-42 {
    width: 42% !important;
  }

  .u-lg\:w-43 {
    width: 43% !important;
  }

  .u-lg-w-43 {
    width: 43% !important;
  }

  .u-lg\:w-44 {
    width: 44% !important;
  }

  .u-lg-w-44 {
    width: 44% !important;
  }

  .u-lg\:w-45 {
    width: 45% !important;
  }

  .u-lg-w-45 {
    width: 45% !important;
  }

  .u-lg\:w-46 {
    width: 46% !important;
  }

  .u-lg-w-46 {
    width: 46% !important;
  }

  .u-lg\:w-47 {
    width: 47% !important;
  }

  .u-lg-w-47 {
    width: 47% !important;
  }

  .u-lg\:w-48 {
    width: 48% !important;
  }

  .u-lg-w-48 {
    width: 48% !important;
  }

  .u-lg\:w-49 {
    width: 49% !important;
  }

  .u-lg-w-49 {
    width: 49% !important;
  }

  .u-lg\:w-50 {
    width: 50% !important;
  }

  .u-lg-w-50 {
    width: 50% !important;
  }

  .u-lg\:w-51 {
    width: 51% !important;
  }

  .u-lg-w-51 {
    width: 51% !important;
  }

  .u-lg\:w-52 {
    width: 52% !important;
  }

  .u-lg-w-52 {
    width: 52% !important;
  }

  .u-lg\:w-53 {
    width: 53% !important;
  }

  .u-lg-w-53 {
    width: 53% !important;
  }

  .u-lg\:w-54 {
    width: 54% !important;
  }

  .u-lg-w-54 {
    width: 54% !important;
  }

  .u-lg\:w-55 {
    width: 55% !important;
  }

  .u-lg-w-55 {
    width: 55% !important;
  }

  .u-lg\:w-56 {
    width: 56% !important;
  }

  .u-lg-w-56 {
    width: 56% !important;
  }

  .u-lg\:w-57 {
    width: 57% !important;
  }

  .u-lg-w-57 {
    width: 57% !important;
  }

  .u-lg\:w-58 {
    width: 58% !important;
  }

  .u-lg-w-58 {
    width: 58% !important;
  }

  .u-lg\:w-59 {
    width: 59% !important;
  }

  .u-lg-w-59 {
    width: 59% !important;
  }

  .u-lg\:w-60 {
    width: 60% !important;
  }

  .u-lg-w-60 {
    width: 60% !important;
  }

  .u-lg\:w-61 {
    width: 61% !important;
  }

  .u-lg-w-61 {
    width: 61% !important;
  }

  .u-lg\:w-62 {
    width: 62% !important;
  }

  .u-lg-w-62 {
    width: 62% !important;
  }

  .u-lg\:w-63 {
    width: 63% !important;
  }

  .u-lg-w-63 {
    width: 63% !important;
  }

  .u-lg\:w-64 {
    width: 64% !important;
  }

  .u-lg-w-64 {
    width: 64% !important;
  }

  .u-lg\:w-65 {
    width: 65% !important;
  }

  .u-lg-w-65 {
    width: 65% !important;
  }

  .u-lg\:w-66 {
    width: 66% !important;
  }

  .u-lg-w-66 {
    width: 66% !important;
  }

  .u-lg\:w-67 {
    width: 67% !important;
  }

  .u-lg-w-67 {
    width: 67% !important;
  }

  .u-lg\:w-68 {
    width: 68% !important;
  }

  .u-lg-w-68 {
    width: 68% !important;
  }

  .u-lg\:w-69 {
    width: 69% !important;
  }

  .u-lg-w-69 {
    width: 69% !important;
  }

  .u-lg\:w-70 {
    width: 70% !important;
  }

  .u-lg-w-70 {
    width: 70% !important;
  }

  .u-lg\:w-71 {
    width: 71% !important;
  }

  .u-lg-w-71 {
    width: 71% !important;
  }

  .u-lg\:w-72 {
    width: 72% !important;
  }

  .u-lg-w-72 {
    width: 72% !important;
  }

  .u-lg\:w-73 {
    width: 73% !important;
  }

  .u-lg-w-73 {
    width: 73% !important;
  }

  .u-lg\:w-74 {
    width: 74% !important;
  }

  .u-lg-w-74 {
    width: 74% !important;
  }

  .u-lg\:w-75 {
    width: 75% !important;
  }

  .u-lg-w-75 {
    width: 75% !important;
  }

  .u-lg\:w-76 {
    width: 76% !important;
  }

  .u-lg-w-76 {
    width: 76% !important;
  }

  .u-lg\:w-77 {
    width: 77% !important;
  }

  .u-lg-w-77 {
    width: 77% !important;
  }

  .u-lg\:w-78 {
    width: 78% !important;
  }

  .u-lg-w-78 {
    width: 78% !important;
  }

  .u-lg\:w-79 {
    width: 79% !important;
  }

  .u-lg-w-79 {
    width: 79% !important;
  }

  .u-lg\:w-80 {
    width: 80% !important;
  }

  .u-lg-w-80 {
    width: 80% !important;
  }

  .u-lg\:w-81 {
    width: 81% !important;
  }

  .u-lg-w-81 {
    width: 81% !important;
  }

  .u-lg\:w-82 {
    width: 82% !important;
  }

  .u-lg-w-82 {
    width: 82% !important;
  }

  .u-lg\:w-83 {
    width: 83% !important;
  }

  .u-lg-w-83 {
    width: 83% !important;
  }

  .u-lg\:w-84 {
    width: 84% !important;
  }

  .u-lg-w-84 {
    width: 84% !important;
  }

  .u-lg\:w-85 {
    width: 85% !important;
  }

  .u-lg-w-85 {
    width: 85% !important;
  }

  .u-lg\:w-86 {
    width: 86% !important;
  }

  .u-lg-w-86 {
    width: 86% !important;
  }

  .u-lg\:w-87 {
    width: 87% !important;
  }

  .u-lg-w-87 {
    width: 87% !important;
  }

  .u-lg\:w-88 {
    width: 88% !important;
  }

  .u-lg-w-88 {
    width: 88% !important;
  }

  .u-lg\:w-89 {
    width: 89% !important;
  }

  .u-lg-w-89 {
    width: 89% !important;
  }

  .u-lg\:w-90 {
    width: 90% !important;
  }

  .u-lg-w-90 {
    width: 90% !important;
  }

  .u-lg\:w-91 {
    width: 91% !important;
  }

  .u-lg-w-91 {
    width: 91% !important;
  }

  .u-lg\:w-92 {
    width: 92% !important;
  }

  .u-lg-w-92 {
    width: 92% !important;
  }

  .u-lg\:w-93 {
    width: 93% !important;
  }

  .u-lg-w-93 {
    width: 93% !important;
  }

  .u-lg\:w-94 {
    width: 94% !important;
  }

  .u-lg-w-94 {
    width: 94% !important;
  }

  .u-lg\:w-95 {
    width: 95% !important;
  }

  .u-lg-w-95 {
    width: 95% !important;
  }

  .u-lg\:w-96 {
    width: 96% !important;
  }

  .u-lg-w-96 {
    width: 96% !important;
  }

  .u-lg\:w-97 {
    width: 97% !important;
  }

  .u-lg-w-97 {
    width: 97% !important;
  }

  .u-lg\:w-98 {
    width: 98% !important;
  }

  .u-lg-w-98 {
    width: 98% !important;
  }

  .u-lg\:w-99 {
    width: 99% !important;
  }

  .u-lg-w-99 {
    width: 99% !important;
  }

  .u-lg\:w-100 {
    width: 100% !important;
  }

  .u-lg-w-100 {
    width: 100% !important;
  }

  .u-lg\:max-w-none {
    max-width: none !important;
  }

  .u-lg-max-w-none {
    max-width: none !important;
  }

  .u-lg\:max-w-full {
    max-width: 100% !important;
  }

  .u-lg-max-w-full {
    max-width: 100% !important;
  }

  .u-lg\:min-w-auto {
    min-width: auto !important;
  }

  .u-lg-min-w-auto {
    min-width: auto !important;
  }

  .u-lg\:min-w-full {
    min-width: 100% !important;
  }

  .u-lg-min-w-full {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .c-xl\:gap-0 {
    gap: 0rem !important;
  }

  .c-xl\:gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }

  .c-xl\:gap-y-0 {
    row-gap: 0rem !important;
  }

  .c-xl\:gap-1 {
    gap: .8rem !important;
  }

  .c-xl\:gap-x-1 {
    -moz-column-gap: .8rem !important;
    column-gap: .8rem !important;
  }

  .c-xl\:gap-y-1 {
    row-gap: .8rem !important;
  }

  .c-xl\:gap-2 {
    gap: 1.6rem !important;
  }

  .c-xl\:gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }

  .c-xl\:gap-y-2 {
    row-gap: 1.6rem !important;
  }

  .c-xl\:gap-3 {
    gap: 2.4rem !important;
  }

  .c-xl\:gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }

  .c-xl\:gap-y-3 {
    row-gap: 2.4rem !important;
  }

  .c-xl\:gap-4 {
    gap: 3.2rem !important;
  }

  .c-xl\:gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }

  .c-xl\:gap-y-4 {
    row-gap: 3.2rem !important;
  }

  .c-xl\:gap-5 {
    gap: 4rem !important;
  }

  .c-xl\:gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .c-xl\:gap-y-5 {
    row-gap: 4rem !important;
  }

  .c-xl\:gap-6 {
    gap: 4.8rem !important;
  }

  .c-xl\:gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }

  .c-xl\:gap-y-6 {
    row-gap: 4.8rem !important;
  }

  .c-xl\:gap-7 {
    gap: 5.6rem !important;
  }

  .c-xl\:gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }

  .c-xl\:gap-y-7 {
    row-gap: 5.6rem !important;
  }

  .c-xl\:gap-8 {
    gap: 6.4rem !important;
  }

  .c-xl\:gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }

  .c-xl\:gap-y-8 {
    row-gap: 6.4rem !important;
  }

  .c-xl\:gap-9 {
    gap: 7.2rem !important;
  }

  .c-xl\:gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }

  .c-xl\:gap-y-9 {
    row-gap: 7.2rem !important;
  }

  .c-xl\:gap-10 {
    gap: 8rem !important;
  }

  .c-xl\:gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .c-xl\:gap-y-10 {
    row-gap: 8rem !important;
  }

  .c-xl\:gap-11 {
    gap: 8.8rem !important;
  }

  .c-xl\:gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }

  .c-xl\:gap-y-11 {
    row-gap: 8.8rem !important;
  }

  .c-xl\:gap-12 {
    gap: 9.6rem !important;
  }

  .c-xl\:gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }

  .c-xl\:gap-y-12 {
    row-gap: 9.6rem !important;
  }

  .c-xl\:gap-13 {
    gap: 10.4rem !important;
  }

  .c-xl\:gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }

  .c-xl\:gap-y-13 {
    row-gap: 10.4rem !important;
  }

  .c-xl\:gap-14 {
    gap: 11.2rem !important;
  }

  .c-xl\:gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }

  .c-xl\:gap-y-14 {
    row-gap: 11.2rem !important;
  }

  .c-xl\:gap-15 {
    gap: 12rem !important;
  }

  .c-xl\:gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .c-xl\:gap-y-15 {
    row-gap: 12rem !important;
  }

  .c-xl\:gap-16 {
    gap: 12.8rem !important;
  }

  .c-xl\:gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }

  .c-xl\:gap-y-16 {
    row-gap: 12.8rem !important;
  }

  .c-xl\:gap-17 {
    gap: 13.6rem !important;
  }

  .c-xl\:gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }

  .c-xl\:gap-y-17 {
    row-gap: 13.6rem !important;
  }

  .c-xl\:gap-18 {
    gap: 14.4rem !important;
  }

  .c-xl\:gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }

  .c-xl\:gap-y-18 {
    row-gap: 14.4rem !important;
  }

  .c-xl\:gap-19 {
    gap: 15.2rem !important;
  }

  .c-xl\:gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }

  .c-xl\:gap-y-19 {
    row-gap: 15.2rem !important;
  }

  .c-xl\:gap-20 {
    gap: 16rem !important;
  }

  .c-xl\:gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .c-xl\:gap-y-20 {
    row-gap: 16rem !important;
  }

  .-xl\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-xl\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .-xl\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-xl\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .-xl\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .-xl\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .-xl\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .-xl\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .-xl\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .-xl\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .-xl\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .-xl\:rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .-xl\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .-xl\:rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .-xl\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .-xl\:rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .-xl\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .-xl\:rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .-xl\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .-xl\:rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .-xl\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .-xl\:rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .-xl\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .-xl\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .-xl\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .-xl\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .-xl\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .-xl\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .-xl\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .-xl\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .-xl\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .-xl\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .-xl\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .-xl\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .-xl\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .-xl\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .-xl\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .-xl\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .-xl\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .-xl\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .-xl\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .-xl\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .-xl\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .-xl\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .-xl\:row-start-1 {
    grid-row-start: 1;
  }

  .-xl\:row-end-1 {
    grid-row-end: 1;
  }

  .-xl\:row-start-2 {
    grid-row-start: 2;
  }

  .-xl\:row-end-2 {
    grid-row-end: 2;
  }

  .-xl\:row-start-3 {
    grid-row-start: 3;
  }

  .-xl\:row-end-3 {
    grid-row-end: 3;
  }

  .-xl\:row-start-4 {
    grid-row-start: 4;
  }

  .-xl\:row-end-4 {
    grid-row-end: 4;
  }

  .-xl\:row-start-5 {
    grid-row-start: 5;
  }

  .-xl\:row-end-5 {
    grid-row-end: 5;
  }

  .-xl\:row-start-6 {
    grid-row-start: 6;
  }

  .-xl\:row-end-6 {
    grid-row-end: 6;
  }

  .-xl\:row-start-7 {
    grid-row-start: 7;
  }

  .-xl\:row-end-7 {
    grid-row-end: 7;
  }

  .-xl\:row-start-8 {
    grid-row-start: 8;
  }

  .-xl\:row-end-8 {
    grid-row-end: 8;
  }

  .-xl\:row-start-9 {
    grid-row-start: 9;
  }

  .-xl\:row-end-9 {
    grid-row-end: 9;
  }

  .-xl\:row-start-10 {
    grid-row-start: 10;
  }

  .-xl\:row-end-10 {
    grid-row-end: 10;
  }

  .-xl\:row-start-11 {
    grid-row-start: 11;
  }

  .-xl\:row-end-11 {
    grid-row-end: 11;
  }

  .-xl\:row-start-12 {
    grid-row-start: 12;
  }

  .-xl\:row-end-12 {
    grid-row-end: 12;
  }

  .-xl\:col-start-1 {
    grid-column-start: 1;
  }

  .-xl\:col-end-1 {
    grid-column-end: 1;
  }

  .-xl\:col-start-2 {
    grid-column-start: 2;
  }

  .-xl\:col-end-2 {
    grid-column-end: 2;
  }

  .-xl\:col-start-3 {
    grid-column-start: 3;
  }

  .-xl\:col-end-3 {
    grid-column-end: 3;
  }

  .-xl\:col-start-4 {
    grid-column-start: 4;
  }

  .-xl\:col-end-4 {
    grid-column-end: 4;
  }

  .-xl\:col-start-5 {
    grid-column-start: 5;
  }

  .-xl\:col-end-5 {
    grid-column-end: 5;
  }

  .-xl\:col-start-6 {
    grid-column-start: 6;
  }

  .-xl\:col-end-6 {
    grid-column-end: 6;
  }

  .-xl\:col-start-7 {
    grid-column-start: 7;
  }

  .-xl\:col-end-7 {
    grid-column-end: 7;
  }

  .-xl\:col-start-8 {
    grid-column-start: 8;
  }

  .-xl\:col-end-8 {
    grid-column-end: 8;
  }

  .-xl\:col-start-9 {
    grid-column-start: 9;
  }

  .-xl\:col-end-9 {
    grid-column-end: 9;
  }

  .-xl\:col-start-10 {
    grid-column-start: 10;
  }

  .-xl\:col-end-10 {
    grid-column-end: 10;
  }

  .-xl\:col-start-11 {
    grid-column-start: 11;
  }

  .-xl\:col-end-11 {
    grid-column-end: 11;
  }

  .-xl\:col-start-12 {
    grid-column-start: 12;
  }

  .-xl\:col-end-12 {
    grid-column-end: 12;
  }

  .u-xl\:justify-start {
    justify-content: flex-start !important;
  }

  .u-xl\:justify-end {
    justify-content: flex-end !important;
  }

  .u-xl\:justify-center {
    justify-content: center !important;
  }

  .u-xl\:justify-between {
    justify-content: space-between !important;
  }

  .u-xl\:justify-between {
    justify-content: space-around !important;
  }

  .u-xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .u-xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .u-xl\:justify-self-start {
    justify-self: start !important;
  }

  .u-xl\:justify-self-end {
    justify-self: end !important;
  }

  .u-xl\:justify-self-center {
    justify-self: center !important;
  }

  .u-xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .u-xl\:align-start {
    align-items: flex-start !important;
  }

  .u-xl\:align-end {
    align-items: flex-end !important;
  }

  .u-xl\:align-center {
    align-items: center !important;
  }

  .u-xl\:align-baseline {
    align-items: baseline !important;
  }

  .u-xl\:align-stretch {
    align-items: stretch !important;
  }

  .u-xl\:self-auto {
    align-self: auto !important;
  }

  .u-xl\:self-start {
    align-self: flex-start !important;
  }

  .u-xl\:self-end {
    align-self: flex-end !important;
  }

  .u-xl\:self-center {
    align-self: center !important;
  }

  .u-xl\:self-stretch {
    align-self: stretch !important;
  }

  .u-xl\:place-items-start {
    place-items: start !important;
  }

  .u-xl\:place-items-end {
    place-items: end !important;
  }

  .u-xl\:place-items-center {
    place-items: center !important;
  }

  .u-xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .u-xl\:none {
    display: none !important;
  }

  .u-xl\:block {
    display: block !important;
  }

  .u-xl\:inline {
    display: inline !important;
  }

  .u-xl\:inline-block {
    display: inline-block !important;
  }

  .u-xl\:table {
    display: table !important;
  }

  .u-xl\:table-cell {
    display: table-cell !important;
  }

  .u-xl\:flex {
    display: flex !important;
  }

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

  .u-xl\:grid {
    display: grid !important;
  }

  .u-xl\:flex-row {
    flex-direction: row !important;
  }

  .u-xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .u-xl\:flex-column {
    flex-direction: column !important;
  }

  .u-xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .u-xl\:float-left {
    float: left !important;
  }

  .u-xl\:float-right {
    float: right !important;
  }

  .u-xl\:float-left {
    float: none !important;
  }

  .u-xl\:clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }

  .u-xl\:text-xxs {
    font-size: 1rem;
  }

  .u-xl\:text-xs {
    font-size: 1.2rem;
  }

  .u-xl\:text-sm {
    font-size: 1.4rem;
  }

  .u-xl\:text-base {
    font-size: 1.6rem;
  }

  .u-xl\:text-lg {
    font-size: 1.8rem;
  }

  .u-xl\:text-xl {
    font-size: 2rem;
  }

  .u-xl\:text-xxl {
    font-size: 2.4rem;
  }

  .u-xl\:text-3xl {
    font-size: 3rem;
  }

  .u-xl\:text-4xl {
    font-size: 3.6rem;
  }

  .u-xl\:text-5xl {
    font-size: 4.8rem;
  }

  .u-xl\:text-6xl {
    font-size: 6rem;
  }

  .u-xl\:text-7xl {
    font-size: 7.2rem;
  }

  .u-xl\:text-8xl {
    font-size: 9.6rem;
  }

  .u-xl\:text-9xl {
    font-size: 12.8rem;
  }

  .u-xl\:m-0 {
    margin: 0rem !important;
  }

  .u-xl\:mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-xl\:mt-0 {
    margin-top: 0rem !important;
  }

  .u-xl\:mr-0 {
    margin-right: 0rem !important;
  }

  .u-xl\:mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-xl\:ml-0 {
    margin-left: 0rem !important;
  }

  .u-xl\:neg-m-0 {
    margin: 0rem !important;
  }

  .u-xl\:neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-xl\:neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-xl\:neg-mt-0 {
    margin-top: 0rem !important;
  }

  .u-xl\:neg-mr-0 {
    margin-right: 0rem !important;
  }

  .u-xl\:neg-mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-xl\:neg-ml-0 {
    margin-left: 0rem !important;
  }

  .u-xl\:m-1 {
    margin: .8rem !important;
  }

  .u-xl\:mx-1 {
    margin-right: .8rem !important;
    margin-left: .8rem !important;
  }

  .u-xl\:my-1 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
  }

  .u-xl\:mt-1 {
    margin-top: .8rem !important;
  }

  .u-xl\:mr-1 {
    margin-right: .8rem !important;
  }

  .u-xl\:mb-1 {
    margin-bottom: .8rem !important;
  }

  .u-xl\:ml-1 {
    margin-left: .8rem !important;
  }

  .u-xl\:neg-m-1 {
    margin: -0.8rem !important;
  }

  .u-xl\:neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }

  .u-xl\:neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }

  .u-xl\:neg-mt-1 {
    margin-top: -0.8rem !important;
  }

  .u-xl\:neg-mr-1 {
    margin-right: -0.8rem !important;
  }

  .u-xl\:neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }

  .u-xl\:neg-ml-1 {
    margin-left: -0.8rem !important;
  }

  .u-xl\:m-2 {
    margin: 1.6rem !important;
  }

  .u-xl\:mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-xl\:my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-xl\:mt-2 {
    margin-top: 1.6rem !important;
  }

  .u-xl\:mr-2 {
    margin-right: 1.6rem !important;
  }

  .u-xl\:mb-2 {
    margin-bottom: 1.6rem !important;
  }

  .u-xl\:ml-2 {
    margin-left: 1.6rem !important;
  }

  .u-xl\:neg-m-2 {
    margin: -1.6rem !important;
  }

  .u-xl\:neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }

  .u-xl\:neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }

  .u-xl\:neg-mt-2 {
    margin-top: -1.6rem !important;
  }

  .u-xl\:neg-mr-2 {
    margin-right: -1.6rem !important;
  }

  .u-xl\:neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }

  .u-xl\:neg-ml-2 {
    margin-left: -1.6rem !important;
  }

  .u-xl\:m-3 {
    margin: 2.4rem !important;
  }

  .u-xl\:mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .u-xl\:my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .u-xl\:mt-3 {
    margin-top: 2.4rem !important;
  }

  .u-xl\:mr-3 {
    margin-right: 2.4rem !important;
  }

  .u-xl\:mb-3 {
    margin-bottom: 2.4rem !important;
  }

  .u-xl\:ml-3 {
    margin-left: 2.4rem !important;
  }

  .u-xl\:neg-m-3 {
    margin: -2.4rem !important;
  }

  .u-xl\:neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }

  .u-xl\:neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }

  .u-xl\:neg-mt-3 {
    margin-top: -2.4rem !important;
  }

  .u-xl\:neg-mr-3 {
    margin-right: -2.4rem !important;
  }

  .u-xl\:neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }

  .u-xl\:neg-ml-3 {
    margin-left: -2.4rem !important;
  }

  .u-xl\:m-4 {
    margin: 3.2rem !important;
  }

  .u-xl\:mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-xl\:my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-xl\:mt-4 {
    margin-top: 3.2rem !important;
  }

  .u-xl\:mr-4 {
    margin-right: 3.2rem !important;
  }

  .u-xl\:mb-4 {
    margin-bottom: 3.2rem !important;
  }

  .u-xl\:ml-4 {
    margin-left: 3.2rem !important;
  }

  .u-xl\:neg-m-4 {
    margin: -3.2rem !important;
  }

  .u-xl\:neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }

  .u-xl\:neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }

  .u-xl\:neg-mt-4 {
    margin-top: -3.2rem !important;
  }

  .u-xl\:neg-mr-4 {
    margin-right: -3.2rem !important;
  }

  .u-xl\:neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }

  .u-xl\:neg-ml-4 {
    margin-left: -3.2rem !important;
  }

  .u-xl\:m-5 {
    margin: 4rem !important;
  }

  .u-xl\:mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .u-xl\:my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-xl\:mt-5 {
    margin-top: 4rem !important;
  }

  .u-xl\:mr-5 {
    margin-right: 4rem !important;
  }

  .u-xl\:mb-5 {
    margin-bottom: 4rem !important;
  }

  .u-xl\:ml-5 {
    margin-left: 4rem !important;
  }

  .u-xl\:neg-m-5 {
    margin: -4rem !important;
  }

  .u-xl\:neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .u-xl\:neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .u-xl\:neg-mt-5 {
    margin-top: -4rem !important;
  }

  .u-xl\:neg-mr-5 {
    margin-right: -4rem !important;
  }

  .u-xl\:neg-mb-5 {
    margin-bottom: -4rem !important;
  }

  .u-xl\:neg-ml-5 {
    margin-left: -4rem !important;
  }

  .u-xl\:m-6 {
    margin: 4.8rem !important;
  }

  .u-xl\:mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .u-xl\:my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .u-xl\:mt-6 {
    margin-top: 4.8rem !important;
  }

  .u-xl\:mr-6 {
    margin-right: 4.8rem !important;
  }

  .u-xl\:mb-6 {
    margin-bottom: 4.8rem !important;
  }

  .u-xl\:ml-6 {
    margin-left: 4.8rem !important;
  }

  .u-xl\:neg-m-6 {
    margin: -4.8rem !important;
  }

  .u-xl\:neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }

  .u-xl\:neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }

  .u-xl\:neg-mt-6 {
    margin-top: -4.8rem !important;
  }

  .u-xl\:neg-mr-6 {
    margin-right: -4.8rem !important;
  }

  .u-xl\:neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }

  .u-xl\:neg-ml-6 {
    margin-left: -4.8rem !important;
  }

  .u-xl\:m-7 {
    margin: 5.6rem !important;
  }

  .u-xl\:mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .u-xl\:my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .u-xl\:mt-7 {
    margin-top: 5.6rem !important;
  }

  .u-xl\:mr-7 {
    margin-right: 5.6rem !important;
  }

  .u-xl\:mb-7 {
    margin-bottom: 5.6rem !important;
  }

  .u-xl\:ml-7 {
    margin-left: 5.6rem !important;
  }

  .u-xl\:neg-m-7 {
    margin: -5.6rem !important;
  }

  .u-xl\:neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }

  .u-xl\:neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }

  .u-xl\:neg-mt-7 {
    margin-top: -5.6rem !important;
  }

  .u-xl\:neg-mr-7 {
    margin-right: -5.6rem !important;
  }

  .u-xl\:neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }

  .u-xl\:neg-ml-7 {
    margin-left: -5.6rem !important;
  }

  .u-xl\:m-8 {
    margin: 6.4rem !important;
  }

  .u-xl\:mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-xl\:my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-xl\:mt-8 {
    margin-top: 6.4rem !important;
  }

  .u-xl\:mr-8 {
    margin-right: 6.4rem !important;
  }

  .u-xl\:mb-8 {
    margin-bottom: 6.4rem !important;
  }

  .u-xl\:ml-8 {
    margin-left: 6.4rem !important;
  }

  .u-xl\:neg-m-8 {
    margin: -6.4rem !important;
  }

  .u-xl\:neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }

  .u-xl\:neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }

  .u-xl\:neg-mt-8 {
    margin-top: -6.4rem !important;
  }

  .u-xl\:neg-mr-8 {
    margin-right: -6.4rem !important;
  }

  .u-xl\:neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }

  .u-xl\:neg-ml-8 {
    margin-left: -6.4rem !important;
  }

  .u-xl\:m-9 {
    margin: 7.2rem !important;
  }

  .u-xl\:mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .u-xl\:my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .u-xl\:mt-9 {
    margin-top: 7.2rem !important;
  }

  .u-xl\:mr-9 {
    margin-right: 7.2rem !important;
  }

  .u-xl\:mb-9 {
    margin-bottom: 7.2rem !important;
  }

  .u-xl\:ml-9 {
    margin-left: 7.2rem !important;
  }

  .u-xl\:neg-m-9 {
    margin: -7.2rem !important;
  }

  .u-xl\:neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }

  .u-xl\:neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }

  .u-xl\:neg-mt-9 {
    margin-top: -7.2rem !important;
  }

  .u-xl\:neg-mr-9 {
    margin-right: -7.2rem !important;
  }

  .u-xl\:neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }

  .u-xl\:neg-ml-9 {
    margin-left: -7.2rem !important;
  }

  .u-xl\:m-10 {
    margin: 8rem !important;
  }

  .u-xl\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .u-xl\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .u-xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .u-xl\:mr-10 {
    margin-right: 8rem !important;
  }

  .u-xl\:mb-10 {
    margin-bottom: 8rem !important;
  }

  .u-xl\:ml-10 {
    margin-left: 8rem !important;
  }

  .u-xl\:neg-m-10 {
    margin: -8rem !important;
  }

  .u-xl\:neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .u-xl\:neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .u-xl\:neg-mt-10 {
    margin-top: -8rem !important;
  }

  .u-xl\:neg-mr-10 {
    margin-right: -8rem !important;
  }

  .u-xl\:neg-mb-10 {
    margin-bottom: -8rem !important;
  }

  .u-xl\:neg-ml-10 {
    margin-left: -8rem !important;
  }

  .u-xl\:m-11 {
    margin: 8.8rem !important;
  }

  .u-xl\:mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .u-xl\:my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .u-xl\:mt-11 {
    margin-top: 8.8rem !important;
  }

  .u-xl\:mr-11 {
    margin-right: 8.8rem !important;
  }

  .u-xl\:mb-11 {
    margin-bottom: 8.8rem !important;
  }

  .u-xl\:ml-11 {
    margin-left: 8.8rem !important;
  }

  .u-xl\:neg-m-11 {
    margin: -8.8rem !important;
  }

  .u-xl\:neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }

  .u-xl\:neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }

  .u-xl\:neg-mt-11 {
    margin-top: -8.8rem !important;
  }

  .u-xl\:neg-mr-11 {
    margin-right: -8.8rem !important;
  }

  .u-xl\:neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }

  .u-xl\:neg-ml-11 {
    margin-left: -8.8rem !important;
  }

  .u-xl\:m-12 {
    margin: 9.6rem !important;
  }

  .u-xl\:mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .u-xl\:my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .u-xl\:mt-12 {
    margin-top: 9.6rem !important;
  }

  .u-xl\:mr-12 {
    margin-right: 9.6rem !important;
  }

  .u-xl\:mb-12 {
    margin-bottom: 9.6rem !important;
  }

  .u-xl\:ml-12 {
    margin-left: 9.6rem !important;
  }

  .u-xl\:neg-m-12 {
    margin: -9.6rem !important;
  }

  .u-xl\:neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }

  .u-xl\:neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }

  .u-xl\:neg-mt-12 {
    margin-top: -9.6rem !important;
  }

  .u-xl\:neg-mr-12 {
    margin-right: -9.6rem !important;
  }

  .u-xl\:neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }

  .u-xl\:neg-ml-12 {
    margin-left: -9.6rem !important;
  }

  .u-xl\:m-13 {
    margin: 10.4rem !important;
  }

  .u-xl\:mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }

  .u-xl\:my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }

  .u-xl\:mt-13 {
    margin-top: 10.4rem !important;
  }

  .u-xl\:mr-13 {
    margin-right: 10.4rem !important;
  }

  .u-xl\:mb-13 {
    margin-bottom: 10.4rem !important;
  }

  .u-xl\:ml-13 {
    margin-left: 10.4rem !important;
  }

  .u-xl\:neg-m-13 {
    margin: -10.4rem !important;
  }

  .u-xl\:neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }

  .u-xl\:neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }

  .u-xl\:neg-mt-13 {
    margin-top: -10.4rem !important;
  }

  .u-xl\:neg-mr-13 {
    margin-right: -10.4rem !important;
  }

  .u-xl\:neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }

  .u-xl\:neg-ml-13 {
    margin-left: -10.4rem !important;
  }

  .u-xl\:m-14 {
    margin: 11.2rem !important;
  }

  .u-xl\:mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }

  .u-xl\:my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }

  .u-xl\:mt-14 {
    margin-top: 11.2rem !important;
  }

  .u-xl\:mr-14 {
    margin-right: 11.2rem !important;
  }

  .u-xl\:mb-14 {
    margin-bottom: 11.2rem !important;
  }

  .u-xl\:ml-14 {
    margin-left: 11.2rem !important;
  }

  .u-xl\:neg-m-14 {
    margin: -11.2rem !important;
  }

  .u-xl\:neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }

  .u-xl\:neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }

  .u-xl\:neg-mt-14 {
    margin-top: -11.2rem !important;
  }

  .u-xl\:neg-mr-14 {
    margin-right: -11.2rem !important;
  }

  .u-xl\:neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }

  .u-xl\:neg-ml-14 {
    margin-left: -11.2rem !important;
  }

  .u-xl\:m-15 {
    margin: 12rem !important;
  }

  .u-xl\:mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .u-xl\:my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .u-xl\:mt-15 {
    margin-top: 12rem !important;
  }

  .u-xl\:mr-15 {
    margin-right: 12rem !important;
  }

  .u-xl\:mb-15 {
    margin-bottom: 12rem !important;
  }

  .u-xl\:ml-15 {
    margin-left: 12rem !important;
  }

  .u-xl\:neg-m-15 {
    margin: -12rem !important;
  }

  .u-xl\:neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .u-xl\:neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .u-xl\:neg-mt-15 {
    margin-top: -12rem !important;
  }

  .u-xl\:neg-mr-15 {
    margin-right: -12rem !important;
  }

  .u-xl\:neg-mb-15 {
    margin-bottom: -12rem !important;
  }

  .u-xl\:neg-ml-15 {
    margin-left: -12rem !important;
  }

  .u-xl\:m-16 {
    margin: 12.8rem !important;
  }

  .u-xl\:mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }

  .u-xl\:my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }

  .u-xl\:mt-16 {
    margin-top: 12.8rem !important;
  }

  .u-xl\:mr-16 {
    margin-right: 12.8rem !important;
  }

  .u-xl\:mb-16 {
    margin-bottom: 12.8rem !important;
  }

  .u-xl\:ml-16 {
    margin-left: 12.8rem !important;
  }

  .u-xl\:neg-m-16 {
    margin: -12.8rem !important;
  }

  .u-xl\:neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }

  .u-xl\:neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }

  .u-xl\:neg-mt-16 {
    margin-top: -12.8rem !important;
  }

  .u-xl\:neg-mr-16 {
    margin-right: -12.8rem !important;
  }

  .u-xl\:neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }

  .u-xl\:neg-ml-16 {
    margin-left: -12.8rem !important;
  }

  .u-xl\:m-17 {
    margin: 13.6rem !important;
  }

  .u-xl\:mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }

  .u-xl\:my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }

  .u-xl\:mt-17 {
    margin-top: 13.6rem !important;
  }

  .u-xl\:mr-17 {
    margin-right: 13.6rem !important;
  }

  .u-xl\:mb-17 {
    margin-bottom: 13.6rem !important;
  }

  .u-xl\:ml-17 {
    margin-left: 13.6rem !important;
  }

  .u-xl\:neg-m-17 {
    margin: -13.6rem !important;
  }

  .u-xl\:neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }

  .u-xl\:neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }

  .u-xl\:neg-mt-17 {
    margin-top: -13.6rem !important;
  }

  .u-xl\:neg-mr-17 {
    margin-right: -13.6rem !important;
  }

  .u-xl\:neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }

  .u-xl\:neg-ml-17 {
    margin-left: -13.6rem !important;
  }

  .u-xl\:m-18 {
    margin: 14.4rem !important;
  }

  .u-xl\:mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }

  .u-xl\:my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }

  .u-xl\:mt-18 {
    margin-top: 14.4rem !important;
  }

  .u-xl\:mr-18 {
    margin-right: 14.4rem !important;
  }

  .u-xl\:mb-18 {
    margin-bottom: 14.4rem !important;
  }

  .u-xl\:ml-18 {
    margin-left: 14.4rem !important;
  }

  .u-xl\:neg-m-18 {
    margin: -14.4rem !important;
  }

  .u-xl\:neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }

  .u-xl\:neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }

  .u-xl\:neg-mt-18 {
    margin-top: -14.4rem !important;
  }

  .u-xl\:neg-mr-18 {
    margin-right: -14.4rem !important;
  }

  .u-xl\:neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }

  .u-xl\:neg-ml-18 {
    margin-left: -14.4rem !important;
  }

  .u-xl\:m-19 {
    margin: 15.2rem !important;
  }

  .u-xl\:mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }

  .u-xl\:my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }

  .u-xl\:mt-19 {
    margin-top: 15.2rem !important;
  }

  .u-xl\:mr-19 {
    margin-right: 15.2rem !important;
  }

  .u-xl\:mb-19 {
    margin-bottom: 15.2rem !important;
  }

  .u-xl\:ml-19 {
    margin-left: 15.2rem !important;
  }

  .u-xl\:neg-m-19 {
    margin: -15.2rem !important;
  }

  .u-xl\:neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }

  .u-xl\:neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }

  .u-xl\:neg-mt-19 {
    margin-top: -15.2rem !important;
  }

  .u-xl\:neg-mr-19 {
    margin-right: -15.2rem !important;
  }

  .u-xl\:neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }

  .u-xl\:neg-ml-19 {
    margin-left: -15.2rem !important;
  }

  .u-xl\:m-20 {
    margin: 16rem !important;
  }

  .u-xl\:mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .u-xl\:my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .u-xl\:mt-20 {
    margin-top: 16rem !important;
  }

  .u-xl\:mr-20 {
    margin-right: 16rem !important;
  }

  .u-xl\:mb-20 {
    margin-bottom: 16rem !important;
  }

  .u-xl\:ml-20 {
    margin-left: 16rem !important;
  }

  .u-xl\:neg-m-20 {
    margin: -16rem !important;
  }

  .u-xl\:neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .u-xl\:neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .u-xl\:neg-mt-20 {
    margin-top: -16rem !important;
  }

  .u-xl\:neg-mr-20 {
    margin-right: -16rem !important;
  }

  .u-xl\:neg-mb-20 {
    margin-bottom: -16rem !important;
  }

  .u-xl\:neg-ml-20 {
    margin-left: -16rem !important;
  }

  .u-xl\:order-0 {
    order: 0 !important;
  }

  .u-xl\:order-1 {
    order: 1 !important;
  }

  .u-xl\:order-2 {
    order: 2 !important;
  }

  .u-xl\:order-3 {
    order: 3 !important;
  }

  .u-xl\:order-4 {
    order: 4 !important;
  }

  .u-xl\:order-5 {
    order: 5 !important;
  }

  .u-xl\:order-6 {
    order: 6 !important;
  }

  .u-xl\:order-7 {
    order: 7 !important;
  }

  .u-xl\:order-8 {
    order: 8 !important;
  }

  .u-xl\:order-9 {
    order: 9 !important;
  }

  .u-xl\:order-10 {
    order: 10 !important;
  }

  .u-xl\:order-11 {
    order: 11 !important;
  }

  .u-xl\:order-12 {
    order: 12 !important;
  }

  .u-xl\:order-13 {
    order: 13 !important;
  }

  .u-xl\:order-14 {
    order: 14 !important;
  }

  .u-xl\:order-15 {
    order: 15 !important;
  }

  .u-xl\:order-16 {
    order: 16 !important;
  }

  .u-xl\:order-17 {
    order: 17 !important;
  }

  .u-xl\:order-18 {
    order: 18 !important;
  }

  .u-xl\:order-19 {
    order: 19 !important;
  }

  .u-xl\:order-20 {
    order: 20 !important;
  }

  .u-xl\:order-21 {
    order: 21 !important;
  }

  .u-xl\:order-22 {
    order: 22 !important;
  }

  .u-xl\:order-23 {
    order: 23 !important;
  }

  .u-xl\:order-24 {
    order: 24 !important;
  }

  .u-xl\:order-25 {
    order: 25 !important;
  }

  .u-xl\:order-26 {
    order: 26 !important;
  }

  .u-xl\:order-27 {
    order: 27 !important;
  }

  .u-xl\:order-28 {
    order: 28 !important;
  }

  .u-xl\:order-29 {
    order: 29 !important;
  }

  .u-xl\:order-30 {
    order: 30 !important;
  }

  .u-xl\:order-31 {
    order: 31 !important;
  }

  .u-xl\:order-32 {
    order: 32 !important;
  }

  .u-xl\:order-33 {
    order: 33 !important;
  }

  .u-xl\:order-34 {
    order: 34 !important;
  }

  .u-xl\:order-35 {
    order: 35 !important;
  }

  .u-xl\:order-36 {
    order: 36 !important;
  }

  .u-xl\:order-37 {
    order: 37 !important;
  }

  .u-xl\:order-38 {
    order: 38 !important;
  }

  .u-xl\:order-39 {
    order: 39 !important;
  }

  .u-xl\:order-40 {
    order: 40 !important;
  }

  .u-xl\:order-41 {
    order: 41 !important;
  }

  .u-xl\:order-42 {
    order: 42 !important;
  }

  .u-xl\:order-43 {
    order: 43 !important;
  }

  .u-xl\:order-44 {
    order: 44 !important;
  }

  .u-xl\:order-45 {
    order: 45 !important;
  }

  .u-xl\:order-46 {
    order: 46 !important;
  }

  .u-xl\:order-47 {
    order: 47 !important;
  }

  .u-xl\:order-48 {
    order: 48 !important;
  }

  .u-xl\:order-49 {
    order: 49 !important;
  }

  .u-xl\:order-50 {
    order: 50 !important;
  }

  .u-xl\:order-51 {
    order: 51 !important;
  }

  .u-xl\:order-52 {
    order: 52 !important;
  }

  .u-xl\:order-53 {
    order: 53 !important;
  }

  .u-xl\:order-54 {
    order: 54 !important;
  }

  .u-xl\:order-55 {
    order: 55 !important;
  }

  .u-xl\:order-56 {
    order: 56 !important;
  }

  .u-xl\:order-57 {
    order: 57 !important;
  }

  .u-xl\:order-58 {
    order: 58 !important;
  }

  .u-xl\:order-59 {
    order: 59 !important;
  }

  .u-xl\:order-60 {
    order: 60 !important;
  }

  .u-xl\:order-61 {
    order: 61 !important;
  }

  .u-xl\:order-62 {
    order: 62 !important;
  }

  .u-xl\:order-63 {
    order: 63 !important;
  }

  .u-xl\:order-64 {
    order: 64 !important;
  }

  .u-xl\:order-65 {
    order: 65 !important;
  }

  .u-xl\:order-66 {
    order: 66 !important;
  }

  .u-xl\:order-67 {
    order: 67 !important;
  }

  .u-xl\:order-68 {
    order: 68 !important;
  }

  .u-xl\:order-69 {
    order: 69 !important;
  }

  .u-xl\:order-70 {
    order: 70 !important;
  }

  .u-xl\:order-71 {
    order: 71 !important;
  }

  .u-xl\:order-72 {
    order: 72 !important;
  }

  .u-xl\:order-73 {
    order: 73 !important;
  }

  .u-xl\:order-74 {
    order: 74 !important;
  }

  .u-xl\:order-75 {
    order: 75 !important;
  }

  .u-xl\:order-76 {
    order: 76 !important;
  }

  .u-xl\:order-77 {
    order: 77 !important;
  }

  .u-xl\:order-78 {
    order: 78 !important;
  }

  .u-xl\:order-79 {
    order: 79 !important;
  }

  .u-xl\:order-80 {
    order: 80 !important;
  }

  .u-xl\:order-81 {
    order: 81 !important;
  }

  .u-xl\:order-82 {
    order: 82 !important;
  }

  .u-xl\:order-83 {
    order: 83 !important;
  }

  .u-xl\:order-84 {
    order: 84 !important;
  }

  .u-xl\:order-85 {
    order: 85 !important;
  }

  .u-xl\:order-86 {
    order: 86 !important;
  }

  .u-xl\:order-87 {
    order: 87 !important;
  }

  .u-xl\:order-88 {
    order: 88 !important;
  }

  .u-xl\:order-89 {
    order: 89 !important;
  }

  .u-xl\:order-90 {
    order: 90 !important;
  }

  .u-xl\:order-91 {
    order: 91 !important;
  }

  .u-xl\:order-92 {
    order: 92 !important;
  }

  .u-xl\:order-93 {
    order: 93 !important;
  }

  .u-xl\:order-94 {
    order: 94 !important;
  }

  .u-xl\:order-95 {
    order: 95 !important;
  }

  .u-xl\:order-96 {
    order: 96 !important;
  }

  .u-xl\:order-97 {
    order: 97 !important;
  }

  .u-xl\:order-98 {
    order: 98 !important;
  }

  .u-xl\:order-99 {
    order: 99 !important;
  }

  .u-xl\:order-100 {
    order: 100 !important;
  }

  .u-xl\:overflow-visible {
    overflow: visible !important;
  }

  .u-xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .u-xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .u-xl\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

  .u-xl\:p-1 {
    padding: .8rem;
  }

  .u-xl\:px-1 {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .u-xl\:py-1 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .u-xl\:pt-1 {
    padding-top: .8rem;
  }

  .u-xl\:pr-1 {
    padding-right: .8rem;
  }

  .u-xl\:pb-1 {
    padding-bottom: .8rem;
  }

  .u-xl\:pl-1 {
    padding-left: .8rem;
  }

  .u-xl\:p-2 {
    padding: 1.6rem;
  }

  .u-xl\:px-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .u-xl\:py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .u-xl\:pt-2 {
    padding-top: 1.6rem;
  }

  .u-xl\:pr-2 {
    padding-right: 1.6rem;
  }

  .u-xl\:pb-2 {
    padding-bottom: 1.6rem;
  }

  .u-xl\:pl-2 {
    padding-left: 1.6rem;
  }

  .u-xl\:p-3 {
    padding: 2.4rem;
  }

  .u-xl\:px-3 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .u-xl\:py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .u-xl\:pt-3 {
    padding-top: 2.4rem;
  }

  .u-xl\:pr-3 {
    padding-right: 2.4rem;
  }

  .u-xl\:pb-3 {
    padding-bottom: 2.4rem;
  }

  .u-xl\:pl-3 {
    padding-left: 2.4rem;
  }

  .u-xl\:p-4 {
    padding: 3.2rem;
  }

  .u-xl\:px-4 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .u-xl\:py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-xl\:pt-4 {
    padding-top: 3.2rem;
  }

  .u-xl\:pr-4 {
    padding-right: 3.2rem;
  }

  .u-xl\:pb-4 {
    padding-bottom: 3.2rem;
  }

  .u-xl\:pl-4 {
    padding-left: 3.2rem;
  }

  .u-xl\:p-5 {
    padding: 4rem;
  }

  .u-xl\:px-5 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .u-xl\:py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-xl\:pt-5 {
    padding-top: 4rem;
  }

  .u-xl\:pr-5 {
    padding-right: 4rem;
  }

  .u-xl\:pb-5 {
    padding-bottom: 4rem;
  }

  .u-xl\:pl-5 {
    padding-left: 4rem;
  }

  .u-xl\:p-6 {
    padding: 4.8rem;
  }

  .u-xl\:px-6 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .u-xl\:py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .u-xl\:pt-6 {
    padding-top: 4.8rem;
  }

  .u-xl\:pr-6 {
    padding-right: 4.8rem;
  }

  .u-xl\:pb-6 {
    padding-bottom: 4.8rem;
  }

  .u-xl\:pl-6 {
    padding-left: 4.8rem;
  }

  .u-xl\:p-7 {
    padding: 5.6rem;
  }

  .u-xl\:px-7 {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }

  .u-xl\:py-7 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .u-xl\:pt-7 {
    padding-top: 5.6rem;
  }

  .u-xl\:pr-7 {
    padding-right: 5.6rem;
  }

  .u-xl\:pb-7 {
    padding-bottom: 5.6rem;
  }

  .u-xl\:pl-7 {
    padding-left: 5.6rem;
  }

  .u-xl\:p-8 {
    padding: 6.4rem;
  }

  .u-xl\:px-8 {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }

  .u-xl\:py-8 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .u-xl\:pt-8 {
    padding-top: 6.4rem;
  }

  .u-xl\:pr-8 {
    padding-right: 6.4rem;
  }

  .u-xl\:pb-8 {
    padding-bottom: 6.4rem;
  }

  .u-xl\:pl-8 {
    padding-left: 6.4rem;
  }

  .u-xl\:p-9 {
    padding: 7.2rem;
  }

  .u-xl\:px-9 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .u-xl\:py-9 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .u-xl\:pt-9 {
    padding-top: 7.2rem;
  }

  .u-xl\:pr-9 {
    padding-right: 7.2rem;
  }

  .u-xl\:pb-9 {
    padding-bottom: 7.2rem;
  }

  .u-xl\:pl-9 {
    padding-left: 7.2rem;
  }

  .u-xl\:p-10 {
    padding: 8rem;
  }

  .u-xl\:px-10 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .u-xl\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-xl\:pt-10 {
    padding-top: 8rem;
  }

  .u-xl\:pr-10 {
    padding-right: 8rem;
  }

  .u-xl\:pb-10 {
    padding-bottom: 8rem;
  }

  .u-xl\:pl-10 {
    padding-left: 8rem;
  }

  .u-xl\:p-11 {
    padding: 8.8rem;
  }

  .u-xl\:px-11 {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .u-xl\:py-11 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .u-xl\:pt-11 {
    padding-top: 8.8rem;
  }

  .u-xl\:pr-11 {
    padding-right: 8.8rem;
  }

  .u-xl\:pb-11 {
    padding-bottom: 8.8rem;
  }

  .u-xl\:pl-11 {
    padding-left: 8.8rem;
  }

  .u-xl\:p-12 {
    padding: 9.6rem;
  }

  .u-xl\:px-12 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .u-xl\:py-12 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .u-xl\:pt-12 {
    padding-top: 9.6rem;
  }

  .u-xl\:pr-12 {
    padding-right: 9.6rem;
  }

  .u-xl\:pb-12 {
    padding-bottom: 9.6rem;
  }

  .u-xl\:pl-12 {
    padding-left: 9.6rem;
  }

  .u-xl\:p-13 {
    padding: 10.4rem;
  }

  .u-xl\:px-13 {
    padding-right: 10.4rem;
    padding-left: 10.4rem;
  }

  .u-xl\:py-13 {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }

  .u-xl\:pt-13 {
    padding-top: 10.4rem;
  }

  .u-xl\:pr-13 {
    padding-right: 10.4rem;
  }

  .u-xl\:pb-13 {
    padding-bottom: 10.4rem;
  }

  .u-xl\:pl-13 {
    padding-left: 10.4rem;
  }

  .u-xl\:p-14 {
    padding: 11.2rem;
  }

  .u-xl\:px-14 {
    padding-right: 11.2rem;
    padding-left: 11.2rem;
  }

  .u-xl\:py-14 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .u-xl\:pt-14 {
    padding-top: 11.2rem;
  }

  .u-xl\:pr-14 {
    padding-right: 11.2rem;
  }

  .u-xl\:pb-14 {
    padding-bottom: 11.2rem;
  }

  .u-xl\:pl-14 {
    padding-left: 11.2rem;
  }

  .u-xl\:p-15 {
    padding: 12rem;
  }

  .u-xl\:px-15 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .u-xl\:py-15 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .u-xl\:pt-15 {
    padding-top: 12rem;
  }

  .u-xl\:pr-15 {
    padding-right: 12rem;
  }

  .u-xl\:pb-15 {
    padding-bottom: 12rem;
  }

  .u-xl\:pl-15 {
    padding-left: 12rem;
  }

  .u-xl\:p-16 {
    padding: 12.8rem;
  }

  .u-xl\:px-16 {
    padding-right: 12.8rem;
    padding-left: 12.8rem;
  }

  .u-xl\:py-16 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .u-xl\:pt-16 {
    padding-top: 12.8rem;
  }

  .u-xl\:pr-16 {
    padding-right: 12.8rem;
  }

  .u-xl\:pb-16 {
    padding-bottom: 12.8rem;
  }

  .u-xl\:pl-16 {
    padding-left: 12.8rem;
  }

  .u-xl\:p-17 {
    padding: 13.6rem;
  }

  .u-xl\:px-17 {
    padding-right: 13.6rem;
    padding-left: 13.6rem;
  }

  .u-xl\:py-17 {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .u-xl\:pt-17 {
    padding-top: 13.6rem;
  }

  .u-xl\:pr-17 {
    padding-right: 13.6rem;
  }

  .u-xl\:pb-17 {
    padding-bottom: 13.6rem;
  }

  .u-xl\:pl-17 {
    padding-left: 13.6rem;
  }

  .u-xl\:p-18 {
    padding: 14.4rem;
  }

  .u-xl\:px-18 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }

  .u-xl\:py-18 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .u-xl\:pt-18 {
    padding-top: 14.4rem;
  }

  .u-xl\:pr-18 {
    padding-right: 14.4rem;
  }

  .u-xl\:pb-18 {
    padding-bottom: 14.4rem;
  }

  .u-xl\:pl-18 {
    padding-left: 14.4rem;
  }

  .u-xl\:p-19 {
    padding: 15.2rem;
  }

  .u-xl\:px-19 {
    padding-right: 15.2rem;
    padding-left: 15.2rem;
  }

  .u-xl\:py-19 {
    padding-top: 15.2rem;
    padding-bottom: 15.2rem;
  }

  .u-xl\:pt-19 {
    padding-top: 15.2rem;
  }

  .u-xl\:pr-19 {
    padding-right: 15.2rem;
  }

  .u-xl\:pb-19 {
    padding-bottom: 15.2rem;
  }

  .u-xl\:pl-19 {
    padding-left: 15.2rem;
  }

  .u-xl\:p-20 {
    padding: 16rem;
  }

  .u-xl\:px-20 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .u-xl\:py-20 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .u-xl\:pt-20 {
    padding-top: 16rem;
  }

  .u-xl\:pr-20 {
    padding-right: 16rem;
  }

  .u-xl\:pb-20 {
    padding-bottom: 16rem;
  }

  .u-xl\:pl-20 {
    padding-left: 16rem;
  }

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

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

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

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

  .u-xl\:visible {
    visibility: visible !important;
  }

  .u-xl\:hidden {
    visibility: hidden !important;
  }

  .u-xl\:whitespace-normal {
    white-space: normal !important;
  }

  .u-xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .u-xl\:w-0 {
    width: 0% !important;
  }

  .u-xl-w-0 {
    width: 0% !important;
  }

  .u-xl\:w-1 {
    width: 1% !important;
  }

  .u-xl-w-1 {
    width: 1% !important;
  }

  .u-xl\:w-2 {
    width: 2% !important;
  }

  .u-xl-w-2 {
    width: 2% !important;
  }

  .u-xl\:w-3 {
    width: 3% !important;
  }

  .u-xl-w-3 {
    width: 3% !important;
  }

  .u-xl\:w-4 {
    width: 4% !important;
  }

  .u-xl-w-4 {
    width: 4% !important;
  }

  .u-xl\:w-5 {
    width: 5% !important;
  }

  .u-xl-w-5 {
    width: 5% !important;
  }

  .u-xl\:w-6 {
    width: 6% !important;
  }

  .u-xl-w-6 {
    width: 6% !important;
  }

  .u-xl\:w-7 {
    width: 7% !important;
  }

  .u-xl-w-7 {
    width: 7% !important;
  }

  .u-xl\:w-8 {
    width: 8% !important;
  }

  .u-xl-w-8 {
    width: 8% !important;
  }

  .u-xl\:w-9 {
    width: 9% !important;
  }

  .u-xl-w-9 {
    width: 9% !important;
  }

  .u-xl\:w-10 {
    width: 10% !important;
  }

  .u-xl-w-10 {
    width: 10% !important;
  }

  .u-xl\:w-11 {
    width: 11% !important;
  }

  .u-xl-w-11 {
    width: 11% !important;
  }

  .u-xl\:w-12 {
    width: 12% !important;
  }

  .u-xl-w-12 {
    width: 12% !important;
  }

  .u-xl\:w-13 {
    width: 13% !important;
  }

  .u-xl-w-13 {
    width: 13% !important;
  }

  .u-xl\:w-14 {
    width: 14% !important;
  }

  .u-xl-w-14 {
    width: 14% !important;
  }

  .u-xl\:w-15 {
    width: 15% !important;
  }

  .u-xl-w-15 {
    width: 15% !important;
  }

  .u-xl\:w-16 {
    width: 16% !important;
  }

  .u-xl-w-16 {
    width: 16% !important;
  }

  .u-xl\:w-17 {
    width: 17% !important;
  }

  .u-xl-w-17 {
    width: 17% !important;
  }

  .u-xl\:w-18 {
    width: 18% !important;
  }

  .u-xl-w-18 {
    width: 18% !important;
  }

  .u-xl\:w-19 {
    width: 19% !important;
  }

  .u-xl-w-19 {
    width: 19% !important;
  }

  .u-xl\:w-20 {
    width: 20% !important;
  }

  .u-xl-w-20 {
    width: 20% !important;
  }

  .u-xl\:w-21 {
    width: 21% !important;
  }

  .u-xl-w-21 {
    width: 21% !important;
  }

  .u-xl\:w-22 {
    width: 22% !important;
  }

  .u-xl-w-22 {
    width: 22% !important;
  }

  .u-xl\:w-23 {
    width: 23% !important;
  }

  .u-xl-w-23 {
    width: 23% !important;
  }

  .u-xl\:w-24 {
    width: 24% !important;
  }

  .u-xl-w-24 {
    width: 24% !important;
  }

  .u-xl\:w-25 {
    width: 25% !important;
  }

  .u-xl-w-25 {
    width: 25% !important;
  }

  .u-xl\:w-26 {
    width: 26% !important;
  }

  .u-xl-w-26 {
    width: 26% !important;
  }

  .u-xl\:w-27 {
    width: 27% !important;
  }

  .u-xl-w-27 {
    width: 27% !important;
  }

  .u-xl\:w-28 {
    width: 28% !important;
  }

  .u-xl-w-28 {
    width: 28% !important;
  }

  .u-xl\:w-29 {
    width: 29% !important;
  }

  .u-xl-w-29 {
    width: 29% !important;
  }

  .u-xl\:w-30 {
    width: 30% !important;
  }

  .u-xl-w-30 {
    width: 30% !important;
  }

  .u-xl\:w-31 {
    width: 31% !important;
  }

  .u-xl-w-31 {
    width: 31% !important;
  }

  .u-xl\:w-32 {
    width: 32% !important;
  }

  .u-xl-w-32 {
    width: 32% !important;
  }

  .u-xl\:w-33 {
    width: 33% !important;
  }

  .u-xl-w-33 {
    width: 33% !important;
  }

  .u-xl\:w-34 {
    width: 34% !important;
  }

  .u-xl-w-34 {
    width: 34% !important;
  }

  .u-xl\:w-35 {
    width: 35% !important;
  }

  .u-xl-w-35 {
    width: 35% !important;
  }

  .u-xl\:w-36 {
    width: 36% !important;
  }

  .u-xl-w-36 {
    width: 36% !important;
  }

  .u-xl\:w-37 {
    width: 37% !important;
  }

  .u-xl-w-37 {
    width: 37% !important;
  }

  .u-xl\:w-38 {
    width: 38% !important;
  }

  .u-xl-w-38 {
    width: 38% !important;
  }

  .u-xl\:w-39 {
    width: 39% !important;
  }

  .u-xl-w-39 {
    width: 39% !important;
  }

  .u-xl\:w-40 {
    width: 40% !important;
  }

  .u-xl-w-40 {
    width: 40% !important;
  }

  .u-xl\:w-41 {
    width: 41% !important;
  }

  .u-xl-w-41 {
    width: 41% !important;
  }

  .u-xl\:w-42 {
    width: 42% !important;
  }

  .u-xl-w-42 {
    width: 42% !important;
  }

  .u-xl\:w-43 {
    width: 43% !important;
  }

  .u-xl-w-43 {
    width: 43% !important;
  }

  .u-xl\:w-44 {
    width: 44% !important;
  }

  .u-xl-w-44 {
    width: 44% !important;
  }

  .u-xl\:w-45 {
    width: 45% !important;
  }

  .u-xl-w-45 {
    width: 45% !important;
  }

  .u-xl\:w-46 {
    width: 46% !important;
  }

  .u-xl-w-46 {
    width: 46% !important;
  }

  .u-xl\:w-47 {
    width: 47% !important;
  }

  .u-xl-w-47 {
    width: 47% !important;
  }

  .u-xl\:w-48 {
    width: 48% !important;
  }

  .u-xl-w-48 {
    width: 48% !important;
  }

  .u-xl\:w-49 {
    width: 49% !important;
  }

  .u-xl-w-49 {
    width: 49% !important;
  }

  .u-xl\:w-50 {
    width: 50% !important;
  }

  .u-xl-w-50 {
    width: 50% !important;
  }

  .u-xl\:w-51 {
    width: 51% !important;
  }

  .u-xl-w-51 {
    width: 51% !important;
  }

  .u-xl\:w-52 {
    width: 52% !important;
  }

  .u-xl-w-52 {
    width: 52% !important;
  }

  .u-xl\:w-53 {
    width: 53% !important;
  }

  .u-xl-w-53 {
    width: 53% !important;
  }

  .u-xl\:w-54 {
    width: 54% !important;
  }

  .u-xl-w-54 {
    width: 54% !important;
  }

  .u-xl\:w-55 {
    width: 55% !important;
  }

  .u-xl-w-55 {
    width: 55% !important;
  }

  .u-xl\:w-56 {
    width: 56% !important;
  }

  .u-xl-w-56 {
    width: 56% !important;
  }

  .u-xl\:w-57 {
    width: 57% !important;
  }

  .u-xl-w-57 {
    width: 57% !important;
  }

  .u-xl\:w-58 {
    width: 58% !important;
  }

  .u-xl-w-58 {
    width: 58% !important;
  }

  .u-xl\:w-59 {
    width: 59% !important;
  }

  .u-xl-w-59 {
    width: 59% !important;
  }

  .u-xl\:w-60 {
    width: 60% !important;
  }

  .u-xl-w-60 {
    width: 60% !important;
  }

  .u-xl\:w-61 {
    width: 61% !important;
  }

  .u-xl-w-61 {
    width: 61% !important;
  }

  .u-xl\:w-62 {
    width: 62% !important;
  }

  .u-xl-w-62 {
    width: 62% !important;
  }

  .u-xl\:w-63 {
    width: 63% !important;
  }

  .u-xl-w-63 {
    width: 63% !important;
  }

  .u-xl\:w-64 {
    width: 64% !important;
  }

  .u-xl-w-64 {
    width: 64% !important;
  }

  .u-xl\:w-65 {
    width: 65% !important;
  }

  .u-xl-w-65 {
    width: 65% !important;
  }

  .u-xl\:w-66 {
    width: 66% !important;
  }

  .u-xl-w-66 {
    width: 66% !important;
  }

  .u-xl\:w-67 {
    width: 67% !important;
  }

  .u-xl-w-67 {
    width: 67% !important;
  }

  .u-xl\:w-68 {
    width: 68% !important;
  }

  .u-xl-w-68 {
    width: 68% !important;
  }

  .u-xl\:w-69 {
    width: 69% !important;
  }

  .u-xl-w-69 {
    width: 69% !important;
  }

  .u-xl\:w-70 {
    width: 70% !important;
  }

  .u-xl-w-70 {
    width: 70% !important;
  }

  .u-xl\:w-71 {
    width: 71% !important;
  }

  .u-xl-w-71 {
    width: 71% !important;
  }

  .u-xl\:w-72 {
    width: 72% !important;
  }

  .u-xl-w-72 {
    width: 72% !important;
  }

  .u-xl\:w-73 {
    width: 73% !important;
  }

  .u-xl-w-73 {
    width: 73% !important;
  }

  .u-xl\:w-74 {
    width: 74% !important;
  }

  .u-xl-w-74 {
    width: 74% !important;
  }

  .u-xl\:w-75 {
    width: 75% !important;
  }

  .u-xl-w-75 {
    width: 75% !important;
  }

  .u-xl\:w-76 {
    width: 76% !important;
  }

  .u-xl-w-76 {
    width: 76% !important;
  }

  .u-xl\:w-77 {
    width: 77% !important;
  }

  .u-xl-w-77 {
    width: 77% !important;
  }

  .u-xl\:w-78 {
    width: 78% !important;
  }

  .u-xl-w-78 {
    width: 78% !important;
  }

  .u-xl\:w-79 {
    width: 79% !important;
  }

  .u-xl-w-79 {
    width: 79% !important;
  }

  .u-xl\:w-80 {
    width: 80% !important;
  }

  .u-xl-w-80 {
    width: 80% !important;
  }

  .u-xl\:w-81 {
    width: 81% !important;
  }

  .u-xl-w-81 {
    width: 81% !important;
  }

  .u-xl\:w-82 {
    width: 82% !important;
  }

  .u-xl-w-82 {
    width: 82% !important;
  }

  .u-xl\:w-83 {
    width: 83% !important;
  }

  .u-xl-w-83 {
    width: 83% !important;
  }

  .u-xl\:w-84 {
    width: 84% !important;
  }

  .u-xl-w-84 {
    width: 84% !important;
  }

  .u-xl\:w-85 {
    width: 85% !important;
  }

  .u-xl-w-85 {
    width: 85% !important;
  }

  .u-xl\:w-86 {
    width: 86% !important;
  }

  .u-xl-w-86 {
    width: 86% !important;
  }

  .u-xl\:w-87 {
    width: 87% !important;
  }

  .u-xl-w-87 {
    width: 87% !important;
  }

  .u-xl\:w-88 {
    width: 88% !important;
  }

  .u-xl-w-88 {
    width: 88% !important;
  }

  .u-xl\:w-89 {
    width: 89% !important;
  }

  .u-xl-w-89 {
    width: 89% !important;
  }

  .u-xl\:w-90 {
    width: 90% !important;
  }

  .u-xl-w-90 {
    width: 90% !important;
  }

  .u-xl\:w-91 {
    width: 91% !important;
  }

  .u-xl-w-91 {
    width: 91% !important;
  }

  .u-xl\:w-92 {
    width: 92% !important;
  }

  .u-xl-w-92 {
    width: 92% !important;
  }

  .u-xl\:w-93 {
    width: 93% !important;
  }

  .u-xl-w-93 {
    width: 93% !important;
  }

  .u-xl\:w-94 {
    width: 94% !important;
  }

  .u-xl-w-94 {
    width: 94% !important;
  }

  .u-xl\:w-95 {
    width: 95% !important;
  }

  .u-xl-w-95 {
    width: 95% !important;
  }

  .u-xl\:w-96 {
    width: 96% !important;
  }

  .u-xl-w-96 {
    width: 96% !important;
  }

  .u-xl\:w-97 {
    width: 97% !important;
  }

  .u-xl-w-97 {
    width: 97% !important;
  }

  .u-xl\:w-98 {
    width: 98% !important;
  }

  .u-xl-w-98 {
    width: 98% !important;
  }

  .u-xl\:w-99 {
    width: 99% !important;
  }

  .u-xl-w-99 {
    width: 99% !important;
  }

  .u-xl\:w-100 {
    width: 100% !important;
  }

  .u-xl-w-100 {
    width: 100% !important;
  }

  .u-xl\:max-w-none {
    max-width: none !important;
  }

  .u-xl-max-w-none {
    max-width: none !important;
  }

  .u-xl\:max-w-full {
    max-width: 100% !important;
  }

  .u-xl-max-w-full {
    max-width: 100% !important;
  }

  .u-xl\:min-w-auto {
    min-width: auto !important;
  }

  .u-xl-min-w-auto {
    min-width: auto !important;
  }

  .u-xl\:min-w-full {
    min-width: 100% !important;
  }

  .u-xl-min-w-full {
    min-width: 100% !important;
  }
}

@media screen and (max-width: 1199px) {
  .l-header {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .l-header__container.c-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .l-header.-single {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .c-filled-btn,
  .c-outlined-btn {
    width: 34rem;
    min-height: 7rem;
    font-size: 1.7rem;
  }

  .-xs.c-filled-btn,
  .-xs.c-outlined-btn {
    width: 22rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .-xs.-rounded.c-filled-btn,
  .-xs.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-sm.c-filled-btn,
  .-sm.c-outlined-btn {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .-sm.-rounded.c-filled-btn,
  .-sm.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-lg.c-filled-btn,
  .-lg.c-outlined-btn {
    width: 37.2rem;
    min-height: 7.7rem;
    font-size: 1.8rem;
  }

  .-lg.-rounded.c-filled-btn,
  .-lg.-rounded.c-outlined-btn {
    border-radius: 3.85rem;
  }

  .-xl.c-filled-btn,
  .-xl.c-outlined-btn {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .-xl.-rounded.c-filled-btn,
  .-xl.-rounded.c-outlined-btn {
    border-radius: 5rem;
  }

  .c-container {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .p-article-list {
    gap: 4.8rem 3.2rem;
  }

  .p-article-list__item-title {
    font-size: 1.7rem;
    margin-top: 1.6rem;
  }

  .p-article-list__item-year {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }

  .p-cta-widget__item>a {
    font-size: 1.5rem;
  }

  .p-custom-btn.-outlined {
    width: 34rem;
    min-height: 7rem;
    font-size: 1.7rem;
  }

  .p-custom-btn.-outlined.-xs {
    width: 22rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-lg {
    width: 37.2rem;
    min-height: 7.7rem;
    font-size: 1.8rem;
  }

  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.85rem;
  }

  .p-custom-btn.-outlined.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled {
    width: 34rem;
    min-height: 7rem;
    font-size: 1.7rem;
  }

  .p-custom-btn.-filled.-xs {
    width: 22rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-lg {
    width: 37.2rem;
    min-height: 7.7rem;
    font-size: 1.8rem;
  }

  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.85rem;
  }

  .p-custom-btn.-filled.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled.-primary {
    width: 34rem;
    min-height: 7rem;
    font-size: 1.7rem;
  }

  .p-custom-btn.-filled.-primary.-xs {
    width: 22rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-lg {
    width: 37.2rem;
    min-height: 7.7rem;
    font-size: 1.8rem;
  }

  .p-custom-btn.-filled.-primary.-lg.-rounded {
    border-radius: 3.85rem;
  }

  .p-custom-btn.-filled.-primary.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-primary.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-heading01 {
    font-size: 3rem;
  }

  .p-heading02 {
    font-size: 2.8rem;
  }

  .p-home-greeting {
    padding-top: 12rem;
    padding-bottom: 20.4rem;
  }

  .p-home-history {
    padding-top: 28.4rem;
    padding-bottom: 28.4rem;
  }

  .p-home-works__item {
    font-size: 3rem;
    height: 56rem;
  }

  .p-home-vision {
    padding-top: 18rem;
  }

  .p-home-vision .p-section__sub-title {
    right: 6.4rem;
  }

  .p-home-vision .p-section__body {
    margin-top: 6rem;
  }

  .p-home-vision .p-section__content {
    margin-top: 3.8rem;
  }

  .p-home-vision .c-media__text {
    padding-left: 5.2rem;
  }

  .p-home-pagination {
    right: 3.2rem;
  }

  .p-local-nav {
    padding-top: 2rem;
    top: 8.7rem;
  }

  .p-local-nav__item a {
    padding-left: 3.6rem;
  }

  .p-main__header {
    height: 32rem;
    padding-bottom: 5.6rem;
  }

  .p-main__title span.-small {
    font-size: 2.2rem;
  }

  .p-main__title span.-large {
    font-size: 4.2rem;
  }

  .p-main__body {
    padding: 7.2rem 0 8.6rem;
  }

  .p-modal__content {
    width: calc(100% - 8rem);
    height: calc(100vh - 8rem);
  }

  .p-modal__close-btn {
    width: 7rem;
    height: 7rem;
  }

  .p-modal__close-btn .bar {
    width: 3rem;
  }

  .p-modal__section p {
    font-size: 1.6rem;
  }

  .p-movie-modal__content {
    width: calc(100% - 8rem);
  }

  .p-movie-modal__close-btn {
    width: 7rem;
    height: 7rem;
  }

  .p-movie-modal__close-btn .bar {
    width: 3rem;
  }

  .p-news-list.-list .p-news-list__item>a {
    padding: 2rem 1.6rem;
  }

  .p-main-menu .c-container {
    padding-right: 0;
    padding-left: 0;
  }

  .p-main-menu__item {
    font-size: 1.5rem;
  }

  .p-section__content {
    font-size: 1.6rem;
  }

  .p-section__title {
    font-size: 4rem;
  }

  .p-section__sub-title {
    font-size: 14rem;
  }

  .p-timeline-detail {
    margin-top: 7.2rem;
    padding-bottom: 8.6rem;
  }

  .p-timeline-detail__title {
    font-size: 3rem;
    padding: 1rem 0;
  }

  .p-timeline__list {
    max-width: 91.2rem;
  }

  .p-timeline__item {
    padding-bottom: 5.2rem;
  }

  .p-timeline__item:after {
    top: 2.4rem;
  }

  .p-timeline__item:last-child:before {
    height: calc(100% + 8.6rem);
  }

  .p-timeline__item:nth-child(odd) {
    padding-right: 50rem;
  }

  .p-timeline__item:nth-child(even) {
    padding-left: 50rem;
  }

  .p-timeline__item:nth-child(even) {
    padding-bottom: 5.2rem;
  }

  .p-timeline__item-year {
    font-size: 5.4rem;
  }

  .p-timeline__item-title {
    font-size: 2.8rem;
    margin-top: 2.4rem;
  }

  .p-timeline__item-sub-title {
    font-size: 1.7rem;
    margin-top: .6rem;
  }

  .p-timeline__item-description {
    font-size: 1.5rem;
    margin-top: 2.4rem;
  }

  .p-timeline__item-image {
    width: 41rem;
    top: 8.6rem;
  }

  .p-vision {
    margin-top: 5rem;
    padding: 6rem 10.8rem;
  }

  .p-vision__title {
    font-size: 2.8rem;
  }

  .p-vision__description {
    font-size: 1.6rem;
  }

  .p-vision__list {
    margin-top: 5rem;
  }

  .p-vision__item {
    font-size: 1.6rem;
  }

  .p-vision__item:not(:first-child) {
    margin-top: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .l-footer {
    padding-top: 4.4rem;
    padding-bottom: 11.6rem;
  }

  .l-header {
    padding: 0;
  }

  .l-header__container.c-container {
    align-items: center;
    padding-right: 0;
    padding-left: 1.6rem;
  }

  .l-header__siteID {
    width: 5rem;
  }

  .l-header__side {
    display: flex;
    align-items: center;
  }

  .l-header__tagline {
    width: 11.8rem;
  }

  .l-header.-single {
    padding: 0;
  }

  .c-filled-btn,
  .c-outlined-btn {
    width: 27.2rem;
    min-height: 6.8rem;
    font-size: 1.6rem;
  }

  .-xs.-rounded.c-filled-btn,
  .-xs.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-sm.-rounded.c-filled-btn,
  .-sm.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-lg.-rounded.c-filled-btn,
  .-lg.-rounded.c-outlined-btn {
    border-radius: 3.1rem;
  }

  .-xl.-rounded.c-filled-btn,
  .-xl.-rounded.c-outlined-btn {
    border-radius: 5rem;
  }

  .c-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .c-media {
    flex-direction: column;
  }

  .c-media__image {
    text-align: center;
  }

  .c-media__text {
    padding-top: 2.4rem;
    padding-left: 0;
  }

  .c-media.-reverse {
    flex-direction: column-reverse;
  }

  .c-media.-reverse .c-media__text {
    padding-bottom: 2.4rem;
    padding-right: 0;
  }

  .p-article-list {
    gap: 4rem 2.8rem;
  }

  .p-article-list__item-title {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }

  .p-back-to-top {
    right: 2rem;
    bottom: 9.2rem;
  }

  .p-back-to-top>a {
    transform: scale(0.727);
    transform-origin: right bottom;
  }

  .p-block-table th,
  .p-block-table td {
    display: block;
    width: 100%;
  }

  .p-block-table th {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    text-align: left;
  }

  .p-breadcrumb__list {
    font-size: 1.3rem;
  }

  .p-card__title {
    margin-top: .8rem;
    font-size: 1.5rem;
  }

  .p-card__description>p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-cta-block__list {
    flex-direction: column;
  }

  .p-cta-block__item {
    flex: 0 0 100%;
    margin-bottom: 1.6rem;
  }

  .p-cta-block__item:first-child {
    border-right: none;
  }

  .p-cta-block__item-heading {
    margin-bottom: .8rem;
  }

  .p-cta-block__item-tel {
    font-size: 2.8em;
    font-weight: bold;
  }

  .p-cta-widget__list {
    display: flex;
    align-items: center;
    top: auto;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
  }

  .p-cta-widget__item {
    width: 100%;
  }

  .p-cta-widget__item>a {
    width: 100%;
    height: auto;
    padding: 1.6rem .8rem;
    height: 100%;
    writing-mode: horizontal-tb;
  }

  .p-cta-widget__item>a>.icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    margin-right: .4rem;
  }

  .p-custom-btn.-outlined {
    width: 27.2rem;
    min-height: 6.8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-outlined.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled {
    width: 27.2rem;
    min-height: 6.8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-filled.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled.-primary {
    width: 27.2rem;
    min-height: 6.8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-filled.-primary.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-primary.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-entry ul:not([class]),
  .p-entry ol:not([class]),
  .p-entry ul[class^=u-],
  .p-entry ol[class^=u-] {
    font-size: 1.4rem;
  }

  .p-entry dl {
    font-size: 1.4rem;
  }

  .p-entry p:not([class]),
  .p-entry p[class^=u-] {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .p-entry table {
    font-size: 1.2rem;
  }

  .p-entry table ul,
  .p-entry table ol,
  .p-entry table p {
    font-size: 1.2rem;
  }

  .p-entry .alignleft {
    float: none;
    margin: 0;
  }

  .p-entry .alignright {
    float: none;
    margin: 0;
  }

  .p-entry .lead {
    font-size: 3.6rem;
  }

  .p-footer-menu {
    display: none;
  }

  .p-footer-menu__item {
    font-size: 1.4rem;
  }

  .p-heading01 {
    font-size: 2.6rem;
  }

  .p-heading02 {
    font-size: 2.4rem;
  }

  .p-home-history .p-section__sub-title {
    right: -0.25em;
    top: 18vh;
  }

  .p-home-movie {
    min-height: 100vh;
    padding-top: 19rem;
  }

  .p-home-movie .p-section__sub-title {
    left: 2.3rem;
    top: 15vh;
  }

  .p-home-movie .p-section__body {
    margin-top: 3.2rem;
  }

  .p-home-works__item {
    font-size: 2.6rem;
    height: 48rem;
  }

  .p-home-vision {
    padding-top: 15.5rem;
  }

  .p-home-vision .p-section__sub-title {
    right: 4rem;
  }

  .p-home-vision .p-section__content {
    margin-top: 2rem;
  }

  .p-home-vision .c-media__image {
    width: 100%;
  }

  .p-home-vision .c-media__text {
    padding-top: 4rem;
    padding-left: 0;
  }

  .p-home-pagination {
    display: none;
  }

  .p-jumbotron {
    height: calc(100vh - 8rem);
  }

  .p-jumbotron__title {
    width: 48.888vw;
    max-width: 24rem;
  }

  .p-local-nav {
    padding-top: 2rem;
    top: 5.6rem;
  }

  .p-local-nav__item a {
    font-size: 1.8rem;
    padding-left: 3.2rem;
  }

  .p-main__header {
    height: 26rem;
    padding-bottom: 4rem;
  }

  .p-main__title span.-small {
    font-size: 2rem;
  }

  .p-main__title span.-large {
    font-size: 3.8rem;
  }

  .p-main__body {
    padding: 5.6rem 0 6.4rem;
  }

  .p-modal__content-inner {
    padding-bottom: 72.916vw;
    min-height: auto;
  }

  .p-modal__close-btn {
    width: 5.6rem;
    height: 5.6rem;
  }

  .p-modal__close-btn .bar {
    width: 2.4rem;
  }

  .p-modal__section:not(:first-child) {
    margin-top: 4rem;
  }

  .p-modal__section p {
    font-size: 1.5rem;
  }

  .p-modal__section .c-media {
    flex-direction: row;
  }

  .p-modal__section .c-media__text {
    padding-top: 0;
    padding-left: 2rem;
  }

  .p-movie-modal__close-btn {
    width: 5.6rem;
    height: 5.6rem;
  }

  .p-movie-modal__close-btn .bar {
    width: 2.4rem;
  }

  .p-news-list.-table th {
    font-size: 1.3rem;
  }

  .p-news-list.-table td {
    font-size: 1.4rem;
  }

  .p-news-list.-list .p-news-list__item-title {
    margin: .5em 0 .25em;
  }

  .p-main-menu__item.-home,
  .p-main-menu__item.-vision {
    display: none;
  }

  .p-main-menu__item.-history>a>span {
    border-left: none !important;
  }

  .p-main-menu.-row .p-main-menu__item>a,
  .p-main-menu.-row .p-main-menu__item>p {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .p-section__content {
    font-size: 1.5rem;
  }

  .p-section__title {
    font-size: 3.2rem;
  }

  .p-section__sub-title {
    font-size: 12rem;
  }

  .p-signature {
    font-size: 1.5rem;
  }

  .p-single-header__title {
    font-size: 2rem;
  }

  .p-single-header__date {
    font-size: 1.3rem;
  }

  .p-sitemap-list {
    font-size: 1.4rem;
  }

  .p-sp-menu.-slide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
  }

  .p-sp-menu.-slide .p-sp-menu__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .p-sp-menu.-slide .p-sp-menu__content {
    transition: right .3s ease;
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
  }

  .p-sp-menu.-slide .p-sp-menu__content.-active {
    right: 0;
  }

  .p-sp-menu.-slide .p-sp-menu__close-btn {
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    background-color: #3354a2;
    margin-right: 0;
    margin-left: auto;
    padding-top: .5rem;
  }

  .p-sp-menu.-slide .p-sp-menu__close-btn .bar {
    display: block;
    width: 2.4rem;
    height: .1rem;
    background-color: #fff;
    margin: 0 auto .4rem;
  }

  .p-sp-menu.-slide .p-sp-menu__close-btn .bar.-first {
    transform: translate(0, 6px) rotate(30deg);
  }

  .p-sp-menu.-slide .p-sp-menu__close-btn .bar.-second {
    transform: translate(0, 0) rotate(-30deg);
  }

  .p-sp-menu.-slide .p-sp-menu__close-btn .text {
    font-feature-settings: "palt";
    display: inline-block;
    margin-top: .2rem;
    color: #fff;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .06em;
    text-indent: .06em;
    text-transform: uppercase;
  }

  .p-sp-menu__main-menu-item {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .p-sp-menu__main-menu-item a,
  .p-sp-menu__main-menu-item p {
    transition: background-color .2s ease-out;
    display: flex;
    align-items: center;
    padding: 2rem 3.2rem;
    color: #1a1a1a;
    text-decoration: none !important;
    border-bottom: 1px solid #eee;
  }

  .p-sp-menu__main-menu-item a:hover,
  .p-sp-menu__main-menu-item p:hover {
    background-color: #f5f5f5;
  }

  .p-sp-menu__main-menu-item a span {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 1.6rem;
  }

  .p-sp-menu__main-menu-item a span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-sp-menu__btn {
    margin-top: 4rem;
    padding-right: 5.4rem;
    padding-left: 5.4rem;
  }

  .p-sp-menu__sub-menu-item a {
    padding-left: 5.6rem;
  }

  .p-sp-menu__sub-menu-item span:before {
    content: "−";
    margin-right: .5em;
  }

  .p-sp-menu__sns-block {
    margin: 1.6rem 2.4rem;
  }

  .p-sp-menu__sns-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .p-sp-menu__sns-item {
    width: 2.4rem;
    margin-right: .8rem;
  }

  .p-sp-menu__sns-item .icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: #3354a2;
  }

  .p-text-link {
    font-size: 1.5rem;
  }

  .p-timeline-detail {
    margin-top: 5.6rem;
    padding-bottom: 6.4rem;
  }

  .p-timeline-detail__title {
    font-size: 2.6rem;
  }

  .p-timeline-detail__item-year-main {
    font-size: 3rem;
  }

  .p-timeline-detail__item-year-sub {
    font-size: 1.4rem;
  }

  .p-timeline-detail__item-title {
    font-size: 2rem;
  }

  .p-timeline__item {
    padding-left: 4.8rem;
  }

  .p-timeline__item:before {
    left: .7rem;
    transform: translateX(0);
  }

  .p-timeline__item:after {
    top: 2.2rem;
    left: 0;
    transform: translateX(0);
  }

  .p-timeline__item:last-child:before {
    height: calc(100% + 6.4rem);
  }

  .p-timeline__item:nth-child(odd) {
    padding-right: 0;
  }

  .p-timeline__item:nth-child(odd) .p-timeline__item-year {
    text-align: left;
  }

  .p-timeline__item:nth-child(even) {
    padding-left: 4.8rem;
  }

  .p-timeline__item-year {
    font-size: 4.8rem;
  }

  .p-timeline__item-title {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }

  .p-timeline__item-sub-title {
    font-size: 1.6rem;
  }

  .p-timeline__item-description {
    margin-top: 2rem;
  }

  .p-timeline__item-link {
    margin-top: 2.2rem;
  }

  .p-timeline__item-image {
    position: static;
    margin-top: 3.2rem;
  }

  .word {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }

  .excel {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }

  .powerpoint {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }

  .pdf {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }

  .externalLink {
    padding-right: 1.8rem;
    background-size: 1rem .9rem;
  }
}

@media only screen and (max-width: 768px) {
  .inner,
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-filled-btn,
  .c-outlined-btn {
    width: 27rem;
    min-height: 6.6rem;
    font-size: 1.6rem;
  }

  .-xs.c-filled-btn,
  .-xs.c-outlined-btn {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .-xs.-rounded.c-filled-btn,
  .-xs.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-sm.c-filled-btn,
  .-sm.c-outlined-btn {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .-sm.-rounded.c-filled-btn,
  .-sm.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }

  .-lg.c-filled-btn,
  .-lg.c-outlined-btn {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .-lg.-rounded.c-filled-btn,
  .-lg.-rounded.c-outlined-btn {
    border-radius: 3.1rem;
  }

  .-xl.c-filled-btn,
  .-xl.c-outlined-btn {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .-xl.-rounded.c-filled-btn,
  .-xl.-rounded.c-outlined-btn {
    border-radius: 5rem;
  }

  .c-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .p-article-list {
    gap: 3.2rem 2.4rem;
  }

  .p-breadcrumb {
    padding-top: 1.6rem;
  }

  .p-custom-btn.-outlined {
    width: 27rem;
    min-height: 6.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-outlined.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-outlined.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled {
    width: 27rem;
    min-height: 6.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-filled.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-custom-btn.-filled.-primary {
    width: 27rem;
    min-height: 6.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xs {
    width: 20rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xs.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-sm {
    width: 24.5rem;
    min-height: 5.6rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-sm.-rounded {
    border-radius: 2.8rem;
  }

  .p-custom-btn.-filled.-primary.-lg {
    width: 37.2rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-lg.-rounded {
    border-radius: 3.1rem;
  }

  .p-custom-btn.-filled.-primary.-xl {
    width: 40rem;
    min-height: 10rem;
    font-size: 2rem;
  }

  .p-custom-btn.-filled.-primary.-xl.-rounded {
    border-radius: 5rem;
  }

  .p-entry .lead {
    margin-bottom: 1em !important;
    font-size: 3.2rem;
  }

  .p-footer-info {
    font-size: 1.4rem;
  }

  .p-heading01 {
    font-size: 2.2rem;
  }

  .p-heading02 {
    font-size: 2rem;
  }

  .p-home-greeting {
    padding-bottom: 11.2rem;
  }

  .p-home-works__list {
    flex-direction: column;
  }

  .p-home-works__item {
    height: auto;
  }

  .p-home-works__item>a {
    padding-top: 5.7rem;
    padding-bottom: 5.7rem;
  }

  .p-home-vision:before {
    height: calc(28.687vw + 3.8rem);
  }

  .p-home-vision__main-image-list {
    flex-direction: column;
  }

  .p-home-vision__main-image-item {
    width: 100%;
  }

  .p-home-vision .p-section__sub-title {
    right: 2rem;
    top: .7em;
  }

  .p-local-nav {
    padding-top: 2rem;
  }

  .p-local-nav__item a {
    font-size: 1.6rem;
    padding: 1.6rem 1.6rem 1.6rem 2rem;
  }

  .p-local-nav__item a span {
    position: relative;
  }

  .p-local-nav__item a span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-local-nav__item a.-current span {
    position: relative;
  }

  .p-local-nav__item a.-current span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-main__header {
    height: 24rem;
    padding-bottom: 3.2rem;
  }

  .p-main__body {
    padding: 4.8rem 0 5.6rem;
  }

  .p-modal__section p {
    font-size: 1.4rem;
  }

  .p-movie>a:before {
    width: 8.4rem;
    height: 8.4rem;
  }

  .p-movie>a:after {
    width: 8.4rem;
    height: 8.4rem;
  }

  .p-news-list.-table th,
  .p-news-list.-table td {
    display: block;
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .p-news-list.-table th {
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 0;
    border: none;
  }

  .p-news-list.-table td {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: 1.6rem;
  }

  .p-pagination__page-number {
    width: 4.8rem;
    height: 4.8rem;
  }

  .p-pagination__prev-link>a,
  .p-pagination__next-link>a {
    width: 4.8rem;
    height: 4.8rem;
  }

  .p-pagination__prev-link {
    margin-right: 1.6rem;
  }

  .p-pagination__next-link {
    margin-left: 1.6rem;
  }

  .p-section__content {
    font-size: 1.4rem;
  }

  .p-section__title {
    font-size: 2.8rem;
  }

  .p-section__sub-title {
    font-size: 10rem;
  }

  .p-section__more {
    margin-top: 4rem;
  }

  .p-signature {
    font-size: 1.4rem;
  }

  .p-timeline-detail {
    padding-bottom: 5.6rem;
  }

  .p-timeline-detail__title {
    font-size: 2.4rem;
  }

  .p-timeline-detail__item {
    margin-top: 3.6rem;
  }

  .p-timeline-detail__item-year-main {
    font-size: 2.8rem;
  }

  .p-timeline-detail__item-content {
    flex-direction: column;
  }

  .p-timeline-detail__item-content.-multi>div {
    flex-direction: column;
  }

  .p-timeline-detail__item-content.-multi>div:not(:first-child) {
    margin-top: 2.8rem;
  }

  .p-timeline-detail__item-content-text {
    margin-right: 0;
  }

  .p-timeline-detail__item-image {
    margin-top: 2.4rem;
  }

  .p-timeline__item {
    padding-left: 4.4rem;
  }

  .p-timeline__item:after {
    top: 2rem;
  }

  .p-timeline__item:last-child:before {
    height: calc(100% + 5.6rem);
  }

  .p-timeline__item:nth-child(even) {
    padding-left: 4.4rem;
  }

  .p-timeline__item-year {
    font-size: 4.4rem;
  }

  .p-timeline__item-title {
    font-size: 2.2rem;
    margin-top: .8rem;
  }

  .p-timeline__item-title img {
    width: 21rem;
    height: auto;
  }

  .p-timeline__item-description {
    margin-top: 1.6rem;
  }

  .p-vision {
    padding: 4rem;
  }

  .p-vision__title {
    font-size: 2.6rem;
  }

  .p-vision__description {
    font-size: 1.5rem;
  }

  .p-vision__item {
    font-size: 1.5rem;
  }

  .p-vision__item:before {
    font-size: 1.333em;
  }
}

@media screen and (max-width: 575px) {
  .c-filled-btn,
  .c-outlined-btn {
    width: 27rem;
    min-height: 6.4rem;
    font-size: 1.5rem;
  }

  .-xs.c-filled-btn,
  .-xs.c-outlined-btn {
    width: 18rem;
    min-height: 4.4rem;
    font-size: 1.5rem;
  }

  .-xs.-rounded.c-filled-btn,
  .-xs.-rounded.c-outlined-btn {
    border-radius: 2.2rem;
  }

  .-sm.c-filled-btn,
  .-sm.c-outlined-btn {
    width: 21.5rem;
    min-height: 4.8rem;
    font-size: 1.5rem;
  }

  .-sm.-rounded.c-filled-btn,
  .-sm.-rounded.c-outlined-btn {
    border-radius: 2.4rem;
  }

  .-lg.c-filled-btn,
  .-lg.c-outlined-btn {
    width: 37.2rem;
    min-height: 5.2rem;
    font-size: 1.5rem;
  }

  .-lg.-rounded.c-filled-btn,
  .-lg.-rounded.c-outlined-btn {
    border-radius: 2.6rem;
  }

  .-xl.c-filled-btn,
  .-xl.c-outlined-btn {
    width: 40rem;
    min-height: 8rem;
    font-size: 1.6rem;
  }

  .-xl.-rounded.c-filled-btn,
  .-xl.-rounded.c-outlined-btn {
    border-radius: 4rem;
  }

  .-circle.c-outlined-btn>span:before {
    width: .8rem;
    height: .8rem;
  }

  .c-container {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }

  .c-xs\:gap-0 {
    gap: 0rem !important;
  }

  .c-xs\:gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }

  .c-xs\:gap-y-0 {
    row-gap: 0rem !important;
  }

  .c-xs\:gap-1 {
    gap: .8rem !important;
  }

  .c-xs\:gap-x-1 {
    -moz-column-gap: .8rem !important;
    column-gap: .8rem !important;
  }

  .c-xs\:gap-y-1 {
    row-gap: .8rem !important;
  }

  .c-xs\:gap-2 {
    gap: 1.6rem !important;
  }

  .c-xs\:gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }

  .c-xs\:gap-y-2 {
    row-gap: 1.6rem !important;
  }

  .c-xs\:gap-3 {
    gap: 2.4rem !important;
  }

  .c-xs\:gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }

  .c-xs\:gap-y-3 {
    row-gap: 2.4rem !important;
  }

  .c-xs\:gap-4 {
    gap: 3.2rem !important;
  }

  .c-xs\:gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }

  .c-xs\:gap-y-4 {
    row-gap: 3.2rem !important;
  }

  .c-xs\:gap-5 {
    gap: 4rem !important;
  }

  .c-xs\:gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .c-xs\:gap-y-5 {
    row-gap: 4rem !important;
  }

  .c-xs\:gap-6 {
    gap: 4.8rem !important;
  }

  .c-xs\:gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }

  .c-xs\:gap-y-6 {
    row-gap: 4.8rem !important;
  }

  .c-xs\:gap-7 {
    gap: 5.6rem !important;
  }

  .c-xs\:gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }

  .c-xs\:gap-y-7 {
    row-gap: 5.6rem !important;
  }

  .c-xs\:gap-8 {
    gap: 6.4rem !important;
  }

  .c-xs\:gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }

  .c-xs\:gap-y-8 {
    row-gap: 6.4rem !important;
  }

  .c-xs\:gap-9 {
    gap: 7.2rem !important;
  }

  .c-xs\:gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }

  .c-xs\:gap-y-9 {
    row-gap: 7.2rem !important;
  }

  .c-xs\:gap-10 {
    gap: 8rem !important;
  }

  .c-xs\:gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .c-xs\:gap-y-10 {
    row-gap: 8rem !important;
  }

  .c-xs\:gap-11 {
    gap: 8.8rem !important;
  }

  .c-xs\:gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }

  .c-xs\:gap-y-11 {
    row-gap: 8.8rem !important;
  }

  .c-xs\:gap-12 {
    gap: 9.6rem !important;
  }

  .c-xs\:gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }

  .c-xs\:gap-y-12 {
    row-gap: 9.6rem !important;
  }

  .c-xs\:gap-13 {
    gap: 10.4rem !important;
  }

  .c-xs\:gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }

  .c-xs\:gap-y-13 {
    row-gap: 10.4rem !important;
  }

  .c-xs\:gap-14 {
    gap: 11.2rem !important;
  }

  .c-xs\:gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }

  .c-xs\:gap-y-14 {
    row-gap: 11.2rem !important;
  }

  .c-xs\:gap-15 {
    gap: 12rem !important;
  }

  .c-xs\:gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .c-xs\:gap-y-15 {
    row-gap: 12rem !important;
  }

  .c-xs\:gap-16 {
    gap: 12.8rem !important;
  }

  .c-xs\:gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }

  .c-xs\:gap-y-16 {
    row-gap: 12.8rem !important;
  }

  .c-xs\:gap-17 {
    gap: 13.6rem !important;
  }

  .c-xs\:gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }

  .c-xs\:gap-y-17 {
    row-gap: 13.6rem !important;
  }

  .c-xs\:gap-18 {
    gap: 14.4rem !important;
  }

  .c-xs\:gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }

  .c-xs\:gap-y-18 {
    row-gap: 14.4rem !important;
  }

  .c-xs\:gap-19 {
    gap: 15.2rem !important;
  }

  .c-xs\:gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }

  .c-xs\:gap-y-19 {
    row-gap: 15.2rem !important;
  }

  .c-xs\:gap-20 {
    gap: 16rem !important;
  }

  .c-xs\:gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .c-xs\:gap-y-20 {
    row-gap: 16rem !important;
  }

  .-xs\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-xs\:rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .-xs\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-xs\:rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .-xs\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .-xs\:rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .-xs\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .-xs\:rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .-xs\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .-xs\:rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .-xs\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .-xs\:rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .-xs\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .-xs\:rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .-xs\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .-xs\:rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .-xs\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .-xs\:rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .-xs\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .-xs\:rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .-xs\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .-xs\:rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .-xs\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .-xs\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .-xs\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .-xs\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .-xs\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .-xs\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .-xs\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .-xs\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .-xs\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .-xs\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .-xs\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .-xs\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .-xs\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .-xs\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .-xs\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .-xs\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .-xs\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .-xs\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .-xs\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .-xs\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .-xs\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .-xs\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .-xs\:row-start-1 {
    grid-row-start: 1;
  }

  .-xs\:row-end-1 {
    grid-row-end: 1;
  }

  .-xs\:row-start-2 {
    grid-row-start: 2;
  }

  .-xs\:row-end-2 {
    grid-row-end: 2;
  }

  .-xs\:row-start-3 {
    grid-row-start: 3;
  }

  .-xs\:row-end-3 {
    grid-row-end: 3;
  }

  .-xs\:row-start-4 {
    grid-row-start: 4;
  }

  .-xs\:row-end-4 {
    grid-row-end: 4;
  }

  .-xs\:row-start-5 {
    grid-row-start: 5;
  }

  .-xs\:row-end-5 {
    grid-row-end: 5;
  }

  .-xs\:row-start-6 {
    grid-row-start: 6;
  }

  .-xs\:row-end-6 {
    grid-row-end: 6;
  }

  .-xs\:row-start-7 {
    grid-row-start: 7;
  }

  .-xs\:row-end-7 {
    grid-row-end: 7;
  }

  .-xs\:row-start-8 {
    grid-row-start: 8;
  }

  .-xs\:row-end-8 {
    grid-row-end: 8;
  }

  .-xs\:row-start-9 {
    grid-row-start: 9;
  }

  .-xs\:row-end-9 {
    grid-row-end: 9;
  }

  .-xs\:row-start-10 {
    grid-row-start: 10;
  }

  .-xs\:row-end-10 {
    grid-row-end: 10;
  }

  .-xs\:row-start-11 {
    grid-row-start: 11;
  }

  .-xs\:row-end-11 {
    grid-row-end: 11;
  }

  .-xs\:row-start-12 {
    grid-row-start: 12;
  }

  .-xs\:row-end-12 {
    grid-row-end: 12;
  }

  .-xs\:col-start-1 {
    grid-column-start: 1;
  }

  .-xs\:col-end-1 {
    grid-column-end: 1;
  }

  .-xs\:col-start-2 {
    grid-column-start: 2;
  }

  .-xs\:col-end-2 {
    grid-column-end: 2;
  }

  .-xs\:col-start-3 {
    grid-column-start: 3;
  }

  .-xs\:col-end-3 {
    grid-column-end: 3;
  }

  .-xs\:col-start-4 {
    grid-column-start: 4;
  }

  .-xs\:col-end-4 {
    grid-column-end: 4;
  }

  .-xs\:col-start-5 {
    grid-column-start: 5;
  }

  .-xs\:col-end-5 {
    grid-column-end: 5;
  }

  .-xs\:col-start-6 {
    grid-column-start: 6;
  }

  .-xs\:col-end-6 {
    grid-column-end: 6;
  }

  .-xs\:col-start-7 {
    grid-column-start: 7;
  }

  .-xs\:col-end-7 {
    grid-column-end: 7;
  }

  .-xs\:col-start-8 {
    grid-column-start: 8;
  }

  .-xs\:col-end-8 {
    grid-column-end: 8;
  }

  .-xs\:col-start-9 {
    grid-column-start: 9;
  }

  .-xs\:col-end-9 {
    grid-column-end: 9;
  }

  .-xs\:col-start-10 {
    grid-column-start: 10;
  }

  .-xs\:col-end-10 {
    grid-column-end: 10;
  }

  .-xs\:col-start-11 {
    grid-column-start: 11;
  }

  .-xs\:col-end-11 {
    grid-column-end: 11;
  }

  .-xs\:col-start-12 {
    grid-column-start: 12;
  }

  .-xs\:col-end-12 {
    grid-column-end: 12;
  }

  .p-article-list {
    gap: 2.8rem;
  }

  .p-article-list__item-title {
    font-size: 1.5rem;
    margin-top: 1.2rem;
  }

  .p-article-list__item-year {
    font-size: 1.3rem;
    margin-top: .8rem;
  }

  .p-custom-btn.-outlined {
    width: 27rem;
    min-height: 6.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-outlined.-xs {
    width: 18rem;
    min-height: 4.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 2.2rem;
  }

  .p-custom-btn.-outlined.-sm {
    width: 21.5rem;
    min-height: 4.8rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 2.4rem;
  }

  .p-custom-btn.-outlined.-lg {
    width: 37.2rem;
    min-height: 5.2rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 2.6rem;
  }

  .p-custom-btn.-outlined.-xl {
    width: 40rem;
    min-height: 8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 4rem;
  }

  .p-custom-btn.-filled {
    width: 27rem;
    min-height: 6.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-xs {
    width: 18rem;
    min-height: 4.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 2.2rem;
  }

  .p-custom-btn.-filled.-sm {
    width: 21.5rem;
    min-height: 4.8rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 2.4rem;
  }

  .p-custom-btn.-filled.-lg {
    width: 37.2rem;
    min-height: 5.2rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 2.6rem;
  }

  .p-custom-btn.-filled.-xl {
    width: 40rem;
    min-height: 8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 4rem;
  }

  .p-custom-btn.-filled.-primary {
    width: 27rem;
    min-height: 6.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-primary.-xs {
    width: 18rem;
    min-height: 4.4rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-primary.-xs.-rounded {
    border-radius: 2.2rem;
  }

  .p-custom-btn.-filled.-primary.-sm {
    width: 21.5rem;
    min-height: 4.8rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-primary.-sm.-rounded {
    border-radius: 2.4rem;
  }

  .p-custom-btn.-filled.-primary.-lg {
    width: 37.2rem;
    min-height: 5.2rem;
    font-size: 1.5rem;
  }

  .p-custom-btn.-filled.-primary.-lg.-rounded {
    border-radius: 2.6rem;
  }

  .p-custom-btn.-filled.-primary.-xl {
    width: 40rem;
    min-height: 8rem;
    font-size: 1.6rem;
  }

  .p-custom-btn.-filled.-primary.-xl.-rounded {
    border-radius: 4rem;
  }

  .p-entry table.scroll-table {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .p-entry .lead {
    font-size: 2.4rem;
  }

  .p-entry .wp-caption {
    width: 100% !important;
  }

  .p-heading01 {
    font-size: 2rem;
  }

  .p-heading02 {
    font-size: 1.8rem;
  }

  .p-home-greeting .p-section__sub-title {
    margin-left: -0.2em;
  }

  .p-home-greeting .p-section__content {
    margin-top: 3.2rem;
  }

  .p-home-history .p-section__title>a {
    padding-right: 1.416em;
    padding-left: 1.416em;
  }

  .p-home-history .p-section__title>a span {
    padding-bottom: 2.4rem;
    background-size: 4.2rem auto;
  }

  .p-home-movie {
    padding-top: 16rem;
  }

  .p-home-works__item {
    font-size: 2.4rem;
  }

  .p-home-works__item-heading span {
    padding-bottom: 2.4rem;
    background-size: 4.2rem auto;
  }

  .p-home-vision {
    background-size: 190% auto;
  }

  .p-home-vision .p-section__sub-title {
    top: 1.1em;
  }

  .p-jumbotron {
    height: calc(100vh - 15.4rem);
  }

  .p-local-nav {
    padding-top: 1.6rem;
  }

  .p-local-nav__item a {
    font-size: 1.4rem;
    padding: 1.2rem .6rem;
  }

  .p-local-nav__item a span {
    position: relative;
  }

  .p-local-nav__item a span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-local-nav__item a.-current span {
    position: relative;
  }

  .p-local-nav__item a.-current span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-main__header {
    height: 22rem;
    padding-bottom: 2.8rem;
  }

  .p-main__title span.-small {
    font-size: 1.8rem;
  }

  .p-main__title span.-large {
    font-size: 3.2rem;
  }

  .p-main__body {
    padding: 3.2rem 0 4.8rem;
  }

  .p-modal__content {
    width: calc(100% - 4rem);
    height: calc(100vh - 4rem);
  }

  .p-modal__content-inner {
    margin-top: 2rem;
  }

  .p-modal__section p {
    line-height: 1.8;
  }

  .p-modal__section .c-media {
    flex-direction: column;
  }

  .p-modal__section .c-media__image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-modal__section .c-media__text {
    padding-left: 0;
  }

  .p-movie-modal__content {
    width: calc(100% - 4rem);
  }

  .p-movie>a:before {
    width: 4.2rem;
    height: 4.2rem;
  }

  .p-movie>a:after {
    width: 4.2rem;
    height: 4.2rem;
  }

  .p-main-menu.-row .p-main-menu__item>a,
  .p-main-menu.-row .p-main-menu__item>p {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .p-section__content {
    line-height: 1.8;
  }

  .p-section__title {
    font-size: 2.4rem;
  }

  .p-section__sub-title {
    font-size: 8rem;
  }

  .p-timeline-detail {
    padding-bottom: 4.8rem;
  }

  .p-timeline-detail:before {
    left: 7.2rem;
  }

  .p-timeline-detail__section {
    padding-left: 9rem;
  }

  .p-timeline-detail__title {
    font-size: 2.2rem;
    padding: .8rem 0;
  }

  .p-timeline-detail__item {
    margin-top: 2.4rem;
  }

  .p-timeline-detail__item:before {
    top: .7rem;
    left: -2.4rem;
    width: 1.4rem;
    height: 1.4rem;
  }

  .p-timeline-detail__item-year {
    left: -9rem;
  }

  .p-timeline-detail__item-year-main {
    font-size: 2.2rem;
  }

  .p-timeline-detail__item-year-sub {
    font-size: 1.2rem;
  }

  .p-timeline-detail__item-title {
    font-size: 1.8rem;
  }

  .p-timeline-detail__item-detail {
    font-size: 1.4rem;
  }

  .p-timeline-detail__item-image {
    width: 100%;
  }

  .p-timeline-detail__item-image figcaption {
    font-size: 1.3rem;
  }

  .p-timeline__item {
    padding-left: 3.8rem;
    padding-bottom: 4.4rem;
  }

  .p-timeline__item:after {
    top: 1.5rem;
  }

  .p-timeline__item:last-child:before {
    height: calc(100% + 4.8rem);
  }

  .p-timeline__item:nth-child(even) {
    padding-left: 3.8rem;
  }

  .p-timeline__item-year {
    font-size: 3.6rem;
  }

  .p-timeline__item-title {
    font-size: 1.8rem;
  }

  .p-timeline__item-sub-title {
    font-size: 1.4rem;
  }

  .p-timeline__item-description {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }

  .p-timeline__item-link {
    width: 100%;
  }

  .p-timeline__item-image {
    width: 100%;
  }

  .p-vision {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .p-vision .p-custom-btn {
    width: 100% !important;
  }

  .u-xs\:justify-start {
    justify-content: flex-start !important;
  }

  .u-xs\:justify-end {
    justify-content: flex-end !important;
  }

  .u-xs\:justify-center {
    justify-content: center !important;
  }

  .u-xs\:justify-between {
    justify-content: space-between !important;
  }

  .u-xs\:justify-between {
    justify-content: space-around !important;
  }

  .u-xs\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .u-xs\:justify-self-auto {
    justify-self: auto !important;
  }

  .u-xs\:justify-self-start {
    justify-self: start !important;
  }

  .u-xs\:justify-self-end {
    justify-self: end !important;
  }

  .u-xs\:justify-self-center {
    justify-self: center !important;
  }

  .u-xs\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .u-xs\:align-start {
    align-items: flex-start !important;
  }

  .u-xs\:align-end {
    align-items: flex-end !important;
  }

  .u-xs\:align-center {
    align-items: center !important;
  }

  .u-xs\:align-baseline {
    align-items: baseline !important;
  }

  .u-xs\:align-stretch {
    align-items: stretch !important;
  }

  .u-xs\:self-auto {
    align-self: auto !important;
  }

  .u-xs\:self-start {
    align-self: flex-start !important;
  }

  .u-xs\:self-end {
    align-self: flex-end !important;
  }

  .u-xs\:self-center {
    align-self: center !important;
  }

  .u-xs\:self-stretch {
    align-self: stretch !important;
  }

  .u-xs\:place-items-start {
    place-items: start !important;
  }

  .u-xs\:place-items-end {
    place-items: end !important;
  }

  .u-xs\:place-items-center {
    place-items: center !important;
  }

  .u-xs\:place-items-stretch {
    place-items: stretch !important;
  }

  .u-xs\:none {
    display: none !important;
  }

  .u-xs\:block {
    display: block !important;
  }

  .u-xs\:inline {
    display: inline !important;
  }

  .u-xs\:inline-block {
    display: inline-block !important;
  }

  .u-xs\:table {
    display: table !important;
  }

  .u-xs\:table-cell {
    display: table-cell !important;
  }

  .u-xs\:flex {
    display: flex !important;
  }

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

  .u-xs\:grid {
    display: grid !important;
  }

  .u-xs\:flex-row {
    flex-direction: row !important;
  }

  .u-xs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .u-xs\:flex-column {
    flex-direction: column !important;
  }

  .u-xs\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-xs\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .u-xs\:float-left {
    float: left !important;
  }

  .u-xs\:float-right {
    float: right !important;
  }

  .u-xs\:float-left {
    float: none !important;
  }

  .u-xs\:clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }

  .u-xs\:text-xxs {
    font-size: 1rem;
  }

  .u-xs\:text-xs {
    font-size: 1.2rem;
  }

  .u-xs\:text-sm {
    font-size: 1.4rem;
  }

  .u-xs\:text-base {
    font-size: 1.6rem;
  }

  .u-xs\:text-lg {
    font-size: 1.8rem;
  }

  .u-xs\:text-xl {
    font-size: 2rem;
  }

  .u-xs\:text-xxl {
    font-size: 2.4rem;
  }

  .u-xs\:text-3xl {
    font-size: 3rem;
  }

  .u-xs\:text-4xl {
    font-size: 3.6rem;
  }

  .u-xs\:text-5xl {
    font-size: 4.8rem;
  }

  .u-xs\:text-6xl {
    font-size: 6rem;
  }

  .u-xs\:text-7xl {
    font-size: 7.2rem;
  }

  .u-xs\:text-8xl {
    font-size: 9.6rem;
  }

  .u-xs\:text-9xl {
    font-size: 12.8rem;
  }

  .u-xs\:m-0 {
    margin: 0rem !important;
  }

  .u-xs\:mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-xs\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-xs\:mt-0 {
    margin-top: 0rem !important;
  }

  .u-xs\:mr-0 {
    margin-right: 0rem !important;
  }

  .u-xs\:mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-xs\:ml-0 {
    margin-left: 0rem !important;
  }

  .u-xs\:neg-m-0 {
    margin: 0rem !important;
  }

  .u-xs\:neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .u-xs\:neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .u-xs\:neg-mt-0 {
    margin-top: 0rem !important;
  }

  .u-xs\:neg-mr-0 {
    margin-right: 0rem !important;
  }

  .u-xs\:neg-mb-0 {
    margin-bottom: 0rem !important;
  }

  .u-xs\:neg-ml-0 {
    margin-left: 0rem !important;
  }

  .u-xs\:m-1 {
    margin: .8rem !important;
  }

  .u-xs\:mx-1 {
    margin-right: .8rem !important;
    margin-left: .8rem !important;
  }

  .u-xs\:my-1 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
  }

  .u-xs\:mt-1 {
    margin-top: .8rem !important;
  }

  .u-xs\:mr-1 {
    margin-right: .8rem !important;
  }

  .u-xs\:mb-1 {
    margin-bottom: .8rem !important;
  }

  .u-xs\:ml-1 {
    margin-left: .8rem !important;
  }

  .u-xs\:neg-m-1 {
    margin: -0.8rem !important;
  }

  .u-xs\:neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }

  .u-xs\:neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }

  .u-xs\:neg-mt-1 {
    margin-top: -0.8rem !important;
  }

  .u-xs\:neg-mr-1 {
    margin-right: -0.8rem !important;
  }

  .u-xs\:neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }

  .u-xs\:neg-ml-1 {
    margin-left: -0.8rem !important;
  }

  .u-xs\:m-2 {
    margin: 1.6rem !important;
  }

  .u-xs\:mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-xs\:my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-xs\:mt-2 {
    margin-top: 1.6rem !important;
  }

  .u-xs\:mr-2 {
    margin-right: 1.6rem !important;
  }

  .u-xs\:mb-2 {
    margin-bottom: 1.6rem !important;
  }

  .u-xs\:ml-2 {
    margin-left: 1.6rem !important;
  }

  .u-xs\:neg-m-2 {
    margin: -1.6rem !important;
  }

  .u-xs\:neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }

  .u-xs\:neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }

  .u-xs\:neg-mt-2 {
    margin-top: -1.6rem !important;
  }

  .u-xs\:neg-mr-2 {
    margin-right: -1.6rem !important;
  }

  .u-xs\:neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }

  .u-xs\:neg-ml-2 {
    margin-left: -1.6rem !important;
  }

  .u-xs\:m-3 {
    margin: 2.4rem !important;
  }

  .u-xs\:mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .u-xs\:my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .u-xs\:mt-3 {
    margin-top: 2.4rem !important;
  }

  .u-xs\:mr-3 {
    margin-right: 2.4rem !important;
  }

  .u-xs\:mb-3 {
    margin-bottom: 2.4rem !important;
  }

  .u-xs\:ml-3 {
    margin-left: 2.4rem !important;
  }

  .u-xs\:neg-m-3 {
    margin: -2.4rem !important;
  }

  .u-xs\:neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }

  .u-xs\:neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }

  .u-xs\:neg-mt-3 {
    margin-top: -2.4rem !important;
  }

  .u-xs\:neg-mr-3 {
    margin-right: -2.4rem !important;
  }

  .u-xs\:neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }

  .u-xs\:neg-ml-3 {
    margin-left: -2.4rem !important;
  }

  .u-xs\:m-4 {
    margin: 3.2rem !important;
  }

  .u-xs\:mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-xs\:my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-xs\:mt-4 {
    margin-top: 3.2rem !important;
  }

  .u-xs\:mr-4 {
    margin-right: 3.2rem !important;
  }

  .u-xs\:mb-4 {
    margin-bottom: 3.2rem !important;
  }

  .u-xs\:ml-4 {
    margin-left: 3.2rem !important;
  }

  .u-xs\:neg-m-4 {
    margin: -3.2rem !important;
  }

  .u-xs\:neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }

  .u-xs\:neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }

  .u-xs\:neg-mt-4 {
    margin-top: -3.2rem !important;
  }

  .u-xs\:neg-mr-4 {
    margin-right: -3.2rem !important;
  }

  .u-xs\:neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }

  .u-xs\:neg-ml-4 {
    margin-left: -3.2rem !important;
  }

  .u-xs\:m-5 {
    margin: 4rem !important;
  }

  .u-xs\:mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .u-xs\:my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-xs\:mt-5 {
    margin-top: 4rem !important;
  }

  .u-xs\:mr-5 {
    margin-right: 4rem !important;
  }

  .u-xs\:mb-5 {
    margin-bottom: 4rem !important;
  }

  .u-xs\:ml-5 {
    margin-left: 4rem !important;
  }

  .u-xs\:neg-m-5 {
    margin: -4rem !important;
  }

  .u-xs\:neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .u-xs\:neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .u-xs\:neg-mt-5 {
    margin-top: -4rem !important;
  }

  .u-xs\:neg-mr-5 {
    margin-right: -4rem !important;
  }

  .u-xs\:neg-mb-5 {
    margin-bottom: -4rem !important;
  }

  .u-xs\:neg-ml-5 {
    margin-left: -4rem !important;
  }

  .u-xs\:m-6 {
    margin: 4.8rem !important;
  }

  .u-xs\:mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .u-xs\:my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .u-xs\:mt-6 {
    margin-top: 4.8rem !important;
  }

  .u-xs\:mr-6 {
    margin-right: 4.8rem !important;
  }

  .u-xs\:mb-6 {
    margin-bottom: 4.8rem !important;
  }

  .u-xs\:ml-6 {
    margin-left: 4.8rem !important;
  }

  .u-xs\:neg-m-6 {
    margin: -4.8rem !important;
  }

  .u-xs\:neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }

  .u-xs\:neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }

  .u-xs\:neg-mt-6 {
    margin-top: -4.8rem !important;
  }

  .u-xs\:neg-mr-6 {
    margin-right: -4.8rem !important;
  }

  .u-xs\:neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }

  .u-xs\:neg-ml-6 {
    margin-left: -4.8rem !important;
  }

  .u-xs\:m-7 {
    margin: 5.6rem !important;
  }

  .u-xs\:mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .u-xs\:my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .u-xs\:mt-7 {
    margin-top: 5.6rem !important;
  }

  .u-xs\:mr-7 {
    margin-right: 5.6rem !important;
  }

  .u-xs\:mb-7 {
    margin-bottom: 5.6rem !important;
  }

  .u-xs\:ml-7 {
    margin-left: 5.6rem !important;
  }

  .u-xs\:neg-m-7 {
    margin: -5.6rem !important;
  }

  .u-xs\:neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }

  .u-xs\:neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }

  .u-xs\:neg-mt-7 {
    margin-top: -5.6rem !important;
  }

  .u-xs\:neg-mr-7 {
    margin-right: -5.6rem !important;
  }

  .u-xs\:neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }

  .u-xs\:neg-ml-7 {
    margin-left: -5.6rem !important;
  }

  .u-xs\:m-8 {
    margin: 6.4rem !important;
  }

  .u-xs\:mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-xs\:my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-xs\:mt-8 {
    margin-top: 6.4rem !important;
  }

  .u-xs\:mr-8 {
    margin-right: 6.4rem !important;
  }

  .u-xs\:mb-8 {
    margin-bottom: 6.4rem !important;
  }

  .u-xs\:ml-8 {
    margin-left: 6.4rem !important;
  }

  .u-xs\:neg-m-8 {
    margin: -6.4rem !important;
  }

  .u-xs\:neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }

  .u-xs\:neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }

  .u-xs\:neg-mt-8 {
    margin-top: -6.4rem !important;
  }

  .u-xs\:neg-mr-8 {
    margin-right: -6.4rem !important;
  }

  .u-xs\:neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }

  .u-xs\:neg-ml-8 {
    margin-left: -6.4rem !important;
  }

  .u-xs\:m-9 {
    margin: 7.2rem !important;
  }

  .u-xs\:mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .u-xs\:my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .u-xs\:mt-9 {
    margin-top: 7.2rem !important;
  }

  .u-xs\:mr-9 {
    margin-right: 7.2rem !important;
  }

  .u-xs\:mb-9 {
    margin-bottom: 7.2rem !important;
  }

  .u-xs\:ml-9 {
    margin-left: 7.2rem !important;
  }

  .u-xs\:neg-m-9 {
    margin: -7.2rem !important;
  }

  .u-xs\:neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }

  .u-xs\:neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }

  .u-xs\:neg-mt-9 {
    margin-top: -7.2rem !important;
  }

  .u-xs\:neg-mr-9 {
    margin-right: -7.2rem !important;
  }

  .u-xs\:neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }

  .u-xs\:neg-ml-9 {
    margin-left: -7.2rem !important;
  }

  .u-xs\:m-10 {
    margin: 8rem !important;
  }

  .u-xs\:mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .u-xs\:my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .u-xs\:mt-10 {
    margin-top: 8rem !important;
  }

  .u-xs\:mr-10 {
    margin-right: 8rem !important;
  }

  .u-xs\:mb-10 {
    margin-bottom: 8rem !important;
  }

  .u-xs\:ml-10 {
    margin-left: 8rem !important;
  }

  .u-xs\:neg-m-10 {
    margin: -8rem !important;
  }

  .u-xs\:neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .u-xs\:neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .u-xs\:neg-mt-10 {
    margin-top: -8rem !important;
  }

  .u-xs\:neg-mr-10 {
    margin-right: -8rem !important;
  }

  .u-xs\:neg-mb-10 {
    margin-bottom: -8rem !important;
  }

  .u-xs\:neg-ml-10 {
    margin-left: -8rem !important;
  }

  .u-xs\:m-11 {
    margin: 8.8rem !important;
  }

  .u-xs\:mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .u-xs\:my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .u-xs\:mt-11 {
    margin-top: 8.8rem !important;
  }

  .u-xs\:mr-11 {
    margin-right: 8.8rem !important;
  }

  .u-xs\:mb-11 {
    margin-bottom: 8.8rem !important;
  }

  .u-xs\:ml-11 {
    margin-left: 8.8rem !important;
  }

  .u-xs\:neg-m-11 {
    margin: -8.8rem !important;
  }

  .u-xs\:neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }

  .u-xs\:neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }

  .u-xs\:neg-mt-11 {
    margin-top: -8.8rem !important;
  }

  .u-xs\:neg-mr-11 {
    margin-right: -8.8rem !important;
  }

  .u-xs\:neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }

  .u-xs\:neg-ml-11 {
    margin-left: -8.8rem !important;
  }

  .u-xs\:m-12 {
    margin: 9.6rem !important;
  }

  .u-xs\:mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .u-xs\:my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .u-xs\:mt-12 {
    margin-top: 9.6rem !important;
  }

  .u-xs\:mr-12 {
    margin-right: 9.6rem !important;
  }

  .u-xs\:mb-12 {
    margin-bottom: 9.6rem !important;
  }

  .u-xs\:ml-12 {
    margin-left: 9.6rem !important;
  }

  .u-xs\:neg-m-12 {
    margin: -9.6rem !important;
  }

  .u-xs\:neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }

  .u-xs\:neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }

  .u-xs\:neg-mt-12 {
    margin-top: -9.6rem !important;
  }

  .u-xs\:neg-mr-12 {
    margin-right: -9.6rem !important;
  }

  .u-xs\:neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }

  .u-xs\:neg-ml-12 {
    margin-left: -9.6rem !important;
  }

  .u-xs\:m-13 {
    margin: 10.4rem !important;
  }

  .u-xs\:mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }

  .u-xs\:my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }

  .u-xs\:mt-13 {
    margin-top: 10.4rem !important;
  }

  .u-xs\:mr-13 {
    margin-right: 10.4rem !important;
  }

  .u-xs\:mb-13 {
    margin-bottom: 10.4rem !important;
  }

  .u-xs\:ml-13 {
    margin-left: 10.4rem !important;
  }

  .u-xs\:neg-m-13 {
    margin: -10.4rem !important;
  }

  .u-xs\:neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }

  .u-xs\:neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }

  .u-xs\:neg-mt-13 {
    margin-top: -10.4rem !important;
  }

  .u-xs\:neg-mr-13 {
    margin-right: -10.4rem !important;
  }

  .u-xs\:neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }

  .u-xs\:neg-ml-13 {
    margin-left: -10.4rem !important;
  }

  .u-xs\:m-14 {
    margin: 11.2rem !important;
  }

  .u-xs\:mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }

  .u-xs\:my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }

  .u-xs\:mt-14 {
    margin-top: 11.2rem !important;
  }

  .u-xs\:mr-14 {
    margin-right: 11.2rem !important;
  }

  .u-xs\:mb-14 {
    margin-bottom: 11.2rem !important;
  }

  .u-xs\:ml-14 {
    margin-left: 11.2rem !important;
  }

  .u-xs\:neg-m-14 {
    margin: -11.2rem !important;
  }

  .u-xs\:neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }

  .u-xs\:neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }

  .u-xs\:neg-mt-14 {
    margin-top: -11.2rem !important;
  }

  .u-xs\:neg-mr-14 {
    margin-right: -11.2rem !important;
  }

  .u-xs\:neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }

  .u-xs\:neg-ml-14 {
    margin-left: -11.2rem !important;
  }

  .u-xs\:m-15 {
    margin: 12rem !important;
  }

  .u-xs\:mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .u-xs\:my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .u-xs\:mt-15 {
    margin-top: 12rem !important;
  }

  .u-xs\:mr-15 {
    margin-right: 12rem !important;
  }

  .u-xs\:mb-15 {
    margin-bottom: 12rem !important;
  }

  .u-xs\:ml-15 {
    margin-left: 12rem !important;
  }

  .u-xs\:neg-m-15 {
    margin: -12rem !important;
  }

  .u-xs\:neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .u-xs\:neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .u-xs\:neg-mt-15 {
    margin-top: -12rem !important;
  }

  .u-xs\:neg-mr-15 {
    margin-right: -12rem !important;
  }

  .u-xs\:neg-mb-15 {
    margin-bottom: -12rem !important;
  }

  .u-xs\:neg-ml-15 {
    margin-left: -12rem !important;
  }

  .u-xs\:m-16 {
    margin: 12.8rem !important;
  }

  .u-xs\:mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }

  .u-xs\:my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }

  .u-xs\:mt-16 {
    margin-top: 12.8rem !important;
  }

  .u-xs\:mr-16 {
    margin-right: 12.8rem !important;
  }

  .u-xs\:mb-16 {
    margin-bottom: 12.8rem !important;
  }

  .u-xs\:ml-16 {
    margin-left: 12.8rem !important;
  }

  .u-xs\:neg-m-16 {
    margin: -12.8rem !important;
  }

  .u-xs\:neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }

  .u-xs\:neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }

  .u-xs\:neg-mt-16 {
    margin-top: -12.8rem !important;
  }

  .u-xs\:neg-mr-16 {
    margin-right: -12.8rem !important;
  }

  .u-xs\:neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }

  .u-xs\:neg-ml-16 {
    margin-left: -12.8rem !important;
  }

  .u-xs\:m-17 {
    margin: 13.6rem !important;
  }

  .u-xs\:mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }

  .u-xs\:my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }

  .u-xs\:mt-17 {
    margin-top: 13.6rem !important;
  }

  .u-xs\:mr-17 {
    margin-right: 13.6rem !important;
  }

  .u-xs\:mb-17 {
    margin-bottom: 13.6rem !important;
  }

  .u-xs\:ml-17 {
    margin-left: 13.6rem !important;
  }

  .u-xs\:neg-m-17 {
    margin: -13.6rem !important;
  }

  .u-xs\:neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }

  .u-xs\:neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }

  .u-xs\:neg-mt-17 {
    margin-top: -13.6rem !important;
  }

  .u-xs\:neg-mr-17 {
    margin-right: -13.6rem !important;
  }

  .u-xs\:neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }

  .u-xs\:neg-ml-17 {
    margin-left: -13.6rem !important;
  }

  .u-xs\:m-18 {
    margin: 14.4rem !important;
  }

  .u-xs\:mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }

  .u-xs\:my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }

  .u-xs\:mt-18 {
    margin-top: 14.4rem !important;
  }

  .u-xs\:mr-18 {
    margin-right: 14.4rem !important;
  }

  .u-xs\:mb-18 {
    margin-bottom: 14.4rem !important;
  }

  .u-xs\:ml-18 {
    margin-left: 14.4rem !important;
  }

  .u-xs\:neg-m-18 {
    margin: -14.4rem !important;
  }

  .u-xs\:neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }

  .u-xs\:neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }

  .u-xs\:neg-mt-18 {
    margin-top: -14.4rem !important;
  }

  .u-xs\:neg-mr-18 {
    margin-right: -14.4rem !important;
  }

  .u-xs\:neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }

  .u-xs\:neg-ml-18 {
    margin-left: -14.4rem !important;
  }

  .u-xs\:m-19 {
    margin: 15.2rem !important;
  }

  .u-xs\:mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }

  .u-xs\:my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }

  .u-xs\:mt-19 {
    margin-top: 15.2rem !important;
  }

  .u-xs\:mr-19 {
    margin-right: 15.2rem !important;
  }

  .u-xs\:mb-19 {
    margin-bottom: 15.2rem !important;
  }

  .u-xs\:ml-19 {
    margin-left: 15.2rem !important;
  }

  .u-xs\:neg-m-19 {
    margin: -15.2rem !important;
  }

  .u-xs\:neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }

  .u-xs\:neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }

  .u-xs\:neg-mt-19 {
    margin-top: -15.2rem !important;
  }

  .u-xs\:neg-mr-19 {
    margin-right: -15.2rem !important;
  }

  .u-xs\:neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }

  .u-xs\:neg-ml-19 {
    margin-left: -15.2rem !important;
  }

  .u-xs\:m-20 {
    margin: 16rem !important;
  }

  .u-xs\:mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .u-xs\:my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .u-xs\:mt-20 {
    margin-top: 16rem !important;
  }

  .u-xs\:mr-20 {
    margin-right: 16rem !important;
  }

  .u-xs\:mb-20 {
    margin-bottom: 16rem !important;
  }

  .u-xs\:ml-20 {
    margin-left: 16rem !important;
  }

  .u-xs\:neg-m-20 {
    margin: -16rem !important;
  }

  .u-xs\:neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .u-xs\:neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .u-xs\:neg-mt-20 {
    margin-top: -16rem !important;
  }

  .u-xs\:neg-mr-20 {
    margin-right: -16rem !important;
  }

  .u-xs\:neg-mb-20 {
    margin-bottom: -16rem !important;
  }

  .u-xs\:neg-ml-20 {
    margin-left: -16rem !important;
  }

  .u-xs\:order-0 {
    order: 0 !important;
  }

  .u-xs\:order-1 {
    order: 1 !important;
  }

  .u-xs\:order-2 {
    order: 2 !important;
  }

  .u-xs\:order-3 {
    order: 3 !important;
  }

  .u-xs\:order-4 {
    order: 4 !important;
  }

  .u-xs\:order-5 {
    order: 5 !important;
  }

  .u-xs\:order-6 {
    order: 6 !important;
  }

  .u-xs\:order-7 {
    order: 7 !important;
  }

  .u-xs\:order-8 {
    order: 8 !important;
  }

  .u-xs\:order-9 {
    order: 9 !important;
  }

  .u-xs\:order-10 {
    order: 10 !important;
  }

  .u-xs\:order-11 {
    order: 11 !important;
  }

  .u-xs\:order-12 {
    order: 12 !important;
  }

  .u-xs\:order-13 {
    order: 13 !important;
  }

  .u-xs\:order-14 {
    order: 14 !important;
  }

  .u-xs\:order-15 {
    order: 15 !important;
  }

  .u-xs\:order-16 {
    order: 16 !important;
  }

  .u-xs\:order-17 {
    order: 17 !important;
  }

  .u-xs\:order-18 {
    order: 18 !important;
  }

  .u-xs\:order-19 {
    order: 19 !important;
  }

  .u-xs\:order-20 {
    order: 20 !important;
  }

  .u-xs\:order-21 {
    order: 21 !important;
  }

  .u-xs\:order-22 {
    order: 22 !important;
  }

  .u-xs\:order-23 {
    order: 23 !important;
  }

  .u-xs\:order-24 {
    order: 24 !important;
  }

  .u-xs\:order-25 {
    order: 25 !important;
  }

  .u-xs\:order-26 {
    order: 26 !important;
  }

  .u-xs\:order-27 {
    order: 27 !important;
  }

  .u-xs\:order-28 {
    order: 28 !important;
  }

  .u-xs\:order-29 {
    order: 29 !important;
  }

  .u-xs\:order-30 {
    order: 30 !important;
  }

  .u-xs\:order-31 {
    order: 31 !important;
  }

  .u-xs\:order-32 {
    order: 32 !important;
  }

  .u-xs\:order-33 {
    order: 33 !important;
  }

  .u-xs\:order-34 {
    order: 34 !important;
  }

  .u-xs\:order-35 {
    order: 35 !important;
  }

  .u-xs\:order-36 {
    order: 36 !important;
  }

  .u-xs\:order-37 {
    order: 37 !important;
  }

  .u-xs\:order-38 {
    order: 38 !important;
  }

  .u-xs\:order-39 {
    order: 39 !important;
  }

  .u-xs\:order-40 {
    order: 40 !important;
  }

  .u-xs\:order-41 {
    order: 41 !important;
  }

  .u-xs\:order-42 {
    order: 42 !important;
  }

  .u-xs\:order-43 {
    order: 43 !important;
  }

  .u-xs\:order-44 {
    order: 44 !important;
  }

  .u-xs\:order-45 {
    order: 45 !important;
  }

  .u-xs\:order-46 {
    order: 46 !important;
  }

  .u-xs\:order-47 {
    order: 47 !important;
  }

  .u-xs\:order-48 {
    order: 48 !important;
  }

  .u-xs\:order-49 {
    order: 49 !important;
  }

  .u-xs\:order-50 {
    order: 50 !important;
  }

  .u-xs\:order-51 {
    order: 51 !important;
  }

  .u-xs\:order-52 {
    order: 52 !important;
  }

  .u-xs\:order-53 {
    order: 53 !important;
  }

  .u-xs\:order-54 {
    order: 54 !important;
  }

  .u-xs\:order-55 {
    order: 55 !important;
  }

  .u-xs\:order-56 {
    order: 56 !important;
  }

  .u-xs\:order-57 {
    order: 57 !important;
  }

  .u-xs\:order-58 {
    order: 58 !important;
  }

  .u-xs\:order-59 {
    order: 59 !important;
  }

  .u-xs\:order-60 {
    order: 60 !important;
  }

  .u-xs\:order-61 {
    order: 61 !important;
  }

  .u-xs\:order-62 {
    order: 62 !important;
  }

  .u-xs\:order-63 {
    order: 63 !important;
  }

  .u-xs\:order-64 {
    order: 64 !important;
  }

  .u-xs\:order-65 {
    order: 65 !important;
  }

  .u-xs\:order-66 {
    order: 66 !important;
  }

  .u-xs\:order-67 {
    order: 67 !important;
  }

  .u-xs\:order-68 {
    order: 68 !important;
  }

  .u-xs\:order-69 {
    order: 69 !important;
  }

  .u-xs\:order-70 {
    order: 70 !important;
  }

  .u-xs\:order-71 {
    order: 71 !important;
  }

  .u-xs\:order-72 {
    order: 72 !important;
  }

  .u-xs\:order-73 {
    order: 73 !important;
  }

  .u-xs\:order-74 {
    order: 74 !important;
  }

  .u-xs\:order-75 {
    order: 75 !important;
  }

  .u-xs\:order-76 {
    order: 76 !important;
  }

  .u-xs\:order-77 {
    order: 77 !important;
  }

  .u-xs\:order-78 {
    order: 78 !important;
  }

  .u-xs\:order-79 {
    order: 79 !important;
  }

  .u-xs\:order-80 {
    order: 80 !important;
  }

  .u-xs\:order-81 {
    order: 81 !important;
  }

  .u-xs\:order-82 {
    order: 82 !important;
  }

  .u-xs\:order-83 {
    order: 83 !important;
  }

  .u-xs\:order-84 {
    order: 84 !important;
  }

  .u-xs\:order-85 {
    order: 85 !important;
  }

  .u-xs\:order-86 {
    order: 86 !important;
  }

  .u-xs\:order-87 {
    order: 87 !important;
  }

  .u-xs\:order-88 {
    order: 88 !important;
  }

  .u-xs\:order-89 {
    order: 89 !important;
  }

  .u-xs\:order-90 {
    order: 90 !important;
  }

  .u-xs\:order-91 {
    order: 91 !important;
  }

  .u-xs\:order-92 {
    order: 92 !important;
  }

  .u-xs\:order-93 {
    order: 93 !important;
  }

  .u-xs\:order-94 {
    order: 94 !important;
  }

  .u-xs\:order-95 {
    order: 95 !important;
  }

  .u-xs\:order-96 {
    order: 96 !important;
  }

  .u-xs\:order-97 {
    order: 97 !important;
  }

  .u-xs\:order-98 {
    order: 98 !important;
  }

  .u-xs\:order-99 {
    order: 99 !important;
  }

  .u-xs\:order-100 {
    order: 100 !important;
  }

  .u-xs\:overflow-visible {
    overflow: visible !important;
  }

  .u-xs\:overflow-scroll {
    overflow: scroll !important;
  }

  .u-xs\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-xs\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .u-xs\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

  .u-xs\:p-1 {
    padding: .8rem;
  }

  .u-xs\:px-1 {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .u-xs\:py-1 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .u-xs\:pt-1 {
    padding-top: .8rem;
  }

  .u-xs\:pr-1 {
    padding-right: .8rem;
  }

  .u-xs\:pb-1 {
    padding-bottom: .8rem;
  }

  .u-xs\:pl-1 {
    padding-left: .8rem;
  }

  .u-xs\:p-2 {
    padding: 1.6rem;
  }

  .u-xs\:px-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .u-xs\:py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .u-xs\:pt-2 {
    padding-top: 1.6rem;
  }

  .u-xs\:pr-2 {
    padding-right: 1.6rem;
  }

  .u-xs\:pb-2 {
    padding-bottom: 1.6rem;
  }

  .u-xs\:pl-2 {
    padding-left: 1.6rem;
  }

  .u-xs\:p-3 {
    padding: 2.4rem;
  }

  .u-xs\:px-3 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .u-xs\:py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .u-xs\:pt-3 {
    padding-top: 2.4rem;
  }

  .u-xs\:pr-3 {
    padding-right: 2.4rem;
  }

  .u-xs\:pb-3 {
    padding-bottom: 2.4rem;
  }

  .u-xs\:pl-3 {
    padding-left: 2.4rem;
  }

  .u-xs\:p-4 {
    padding: 3.2rem;
  }

  .u-xs\:px-4 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .u-xs\:py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-xs\:pt-4 {
    padding-top: 3.2rem;
  }

  .u-xs\:pr-4 {
    padding-right: 3.2rem;
  }

  .u-xs\:pb-4 {
    padding-bottom: 3.2rem;
  }

  .u-xs\:pl-4 {
    padding-left: 3.2rem;
  }

  .u-xs\:p-5 {
    padding: 4rem;
  }

  .u-xs\:px-5 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .u-xs\:py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-xs\:pt-5 {
    padding-top: 4rem;
  }

  .u-xs\:pr-5 {
    padding-right: 4rem;
  }

  .u-xs\:pb-5 {
    padding-bottom: 4rem;
  }

  .u-xs\:pl-5 {
    padding-left: 4rem;
  }

  .u-xs\:p-6 {
    padding: 4.8rem;
  }

  .u-xs\:px-6 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .u-xs\:py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .u-xs\:pt-6 {
    padding-top: 4.8rem;
  }

  .u-xs\:pr-6 {
    padding-right: 4.8rem;
  }

  .u-xs\:pb-6 {
    padding-bottom: 4.8rem;
  }

  .u-xs\:pl-6 {
    padding-left: 4.8rem;
  }

  .u-xs\:p-7 {
    padding: 5.6rem;
  }

  .u-xs\:px-7 {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }

  .u-xs\:py-7 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .u-xs\:pt-7 {
    padding-top: 5.6rem;
  }

  .u-xs\:pr-7 {
    padding-right: 5.6rem;
  }

  .u-xs\:pb-7 {
    padding-bottom: 5.6rem;
  }

  .u-xs\:pl-7 {
    padding-left: 5.6rem;
  }

  .u-xs\:p-8 {
    padding: 6.4rem;
  }

  .u-xs\:px-8 {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }

  .u-xs\:py-8 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .u-xs\:pt-8 {
    padding-top: 6.4rem;
  }

  .u-xs\:pr-8 {
    padding-right: 6.4rem;
  }

  .u-xs\:pb-8 {
    padding-bottom: 6.4rem;
  }

  .u-xs\:pl-8 {
    padding-left: 6.4rem;
  }

  .u-xs\:p-9 {
    padding: 7.2rem;
  }

  .u-xs\:px-9 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .u-xs\:py-9 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .u-xs\:pt-9 {
    padding-top: 7.2rem;
  }

  .u-xs\:pr-9 {
    padding-right: 7.2rem;
  }

  .u-xs\:pb-9 {
    padding-bottom: 7.2rem;
  }

  .u-xs\:pl-9 {
    padding-left: 7.2rem;
  }

  .u-xs\:p-10 {
    padding: 8rem;
  }

  .u-xs\:px-10 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .u-xs\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-xs\:pt-10 {
    padding-top: 8rem;
  }

  .u-xs\:pr-10 {
    padding-right: 8rem;
  }

  .u-xs\:pb-10 {
    padding-bottom: 8rem;
  }

  .u-xs\:pl-10 {
    padding-left: 8rem;
  }

  .u-xs\:p-11 {
    padding: 8.8rem;
  }

  .u-xs\:px-11 {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .u-xs\:py-11 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .u-xs\:pt-11 {
    padding-top: 8.8rem;
  }

  .u-xs\:pr-11 {
    padding-right: 8.8rem;
  }

  .u-xs\:pb-11 {
    padding-bottom: 8.8rem;
  }

  .u-xs\:pl-11 {
    padding-left: 8.8rem;
  }

  .u-xs\:p-12 {
    padding: 9.6rem;
  }

  .u-xs\:px-12 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .u-xs\:py-12 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .u-xs\:pt-12 {
    padding-top: 9.6rem;
  }

  .u-xs\:pr-12 {
    padding-right: 9.6rem;
  }

  .u-xs\:pb-12 {
    padding-bottom: 9.6rem;
  }

  .u-xs\:pl-12 {
    padding-left: 9.6rem;
  }

  .u-xs\:p-13 {
    padding: 10.4rem;
  }

  .u-xs\:px-13 {
    padding-right: 10.4rem;
    padding-left: 10.4rem;
  }

  .u-xs\:py-13 {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }

  .u-xs\:pt-13 {
    padding-top: 10.4rem;
  }

  .u-xs\:pr-13 {
    padding-right: 10.4rem;
  }

  .u-xs\:pb-13 {
    padding-bottom: 10.4rem;
  }

  .u-xs\:pl-13 {
    padding-left: 10.4rem;
  }

  .u-xs\:p-14 {
    padding: 11.2rem;
  }

  .u-xs\:px-14 {
    padding-right: 11.2rem;
    padding-left: 11.2rem;
  }

  .u-xs\:py-14 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .u-xs\:pt-14 {
    padding-top: 11.2rem;
  }

  .u-xs\:pr-14 {
    padding-right: 11.2rem;
  }

  .u-xs\:pb-14 {
    padding-bottom: 11.2rem;
  }

  .u-xs\:pl-14 {
    padding-left: 11.2rem;
  }

  .u-xs\:p-15 {
    padding: 12rem;
  }

  .u-xs\:px-15 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .u-xs\:py-15 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .u-xs\:pt-15 {
    padding-top: 12rem;
  }

  .u-xs\:pr-15 {
    padding-right: 12rem;
  }

  .u-xs\:pb-15 {
    padding-bottom: 12rem;
  }

  .u-xs\:pl-15 {
    padding-left: 12rem;
  }

  .u-xs\:p-16 {
    padding: 12.8rem;
  }

  .u-xs\:px-16 {
    padding-right: 12.8rem;
    padding-left: 12.8rem;
  }

  .u-xs\:py-16 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .u-xs\:pt-16 {
    padding-top: 12.8rem;
  }

  .u-xs\:pr-16 {
    padding-right: 12.8rem;
  }

  .u-xs\:pb-16 {
    padding-bottom: 12.8rem;
  }

  .u-xs\:pl-16 {
    padding-left: 12.8rem;
  }

  .u-xs\:p-17 {
    padding: 13.6rem;
  }

  .u-xs\:px-17 {
    padding-right: 13.6rem;
    padding-left: 13.6rem;
  }

  .u-xs\:py-17 {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .u-xs\:pt-17 {
    padding-top: 13.6rem;
  }

  .u-xs\:pr-17 {
    padding-right: 13.6rem;
  }

  .u-xs\:pb-17 {
    padding-bottom: 13.6rem;
  }

  .u-xs\:pl-17 {
    padding-left: 13.6rem;
  }

  .u-xs\:p-18 {
    padding: 14.4rem;
  }

  .u-xs\:px-18 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }

  .u-xs\:py-18 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .u-xs\:pt-18 {
    padding-top: 14.4rem;
  }

  .u-xs\:pr-18 {
    padding-right: 14.4rem;
  }

  .u-xs\:pb-18 {
    padding-bottom: 14.4rem;
  }

  .u-xs\:pl-18 {
    padding-left: 14.4rem;
  }

  .u-xs\:p-19 {
    padding: 15.2rem;
  }

  .u-xs\:px-19 {
    padding-right: 15.2rem;
    padding-left: 15.2rem;
  }

  .u-xs\:py-19 {
    padding-top: 15.2rem;
    padding-bottom: 15.2rem;
  }

  .u-xs\:pt-19 {
    padding-top: 15.2rem;
  }

  .u-xs\:pr-19 {
    padding-right: 15.2rem;
  }

  .u-xs\:pb-19 {
    padding-bottom: 15.2rem;
  }

  .u-xs\:pl-19 {
    padding-left: 15.2rem;
  }

  .u-xs\:p-20 {
    padding: 16rem;
  }

  .u-xs\:px-20 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .u-xs\:py-20 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .u-xs\:pt-20 {
    padding-top: 16rem;
  }

  .u-xs\:pr-20 {
    padding-right: 16rem;
  }

  .u-xs\:pb-20 {
    padding-bottom: 16rem;
  }

  .u-xs\:pl-20 {
    padding-left: 16rem;
  }

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

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

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

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

  .u-xs\:visible {
    visibility: visible !important;
  }

  .u-xs\:hidden {
    visibility: hidden !important;
  }

  .u-xs\:whitespace-normal {
    white-space: normal !important;
  }

  .u-xs\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .u-xs\:w-0 {
    width: 0% !important;
  }

  .u-xs-w-0 {
    width: 0% !important;
  }

  .u-xs\:w-1 {
    width: 1% !important;
  }

  .u-xs-w-1 {
    width: 1% !important;
  }

  .u-xs\:w-2 {
    width: 2% !important;
  }

  .u-xs-w-2 {
    width: 2% !important;
  }

  .u-xs\:w-3 {
    width: 3% !important;
  }

  .u-xs-w-3 {
    width: 3% !important;
  }

  .u-xs\:w-4 {
    width: 4% !important;
  }

  .u-xs-w-4 {
    width: 4% !important;
  }

  .u-xs\:w-5 {
    width: 5% !important;
  }

  .u-xs-w-5 {
    width: 5% !important;
  }

  .u-xs\:w-6 {
    width: 6% !important;
  }

  .u-xs-w-6 {
    width: 6% !important;
  }

  .u-xs\:w-7 {
    width: 7% !important;
  }

  .u-xs-w-7 {
    width: 7% !important;
  }

  .u-xs\:w-8 {
    width: 8% !important;
  }

  .u-xs-w-8 {
    width: 8% !important;
  }

  .u-xs\:w-9 {
    width: 9% !important;
  }

  .u-xs-w-9 {
    width: 9% !important;
  }

  .u-xs\:w-10 {
    width: 10% !important;
  }

  .u-xs-w-10 {
    width: 10% !important;
  }

  .u-xs\:w-11 {
    width: 11% !important;
  }

  .u-xs-w-11 {
    width: 11% !important;
  }

  .u-xs\:w-12 {
    width: 12% !important;
  }

  .u-xs-w-12 {
    width: 12% !important;
  }

  .u-xs\:w-13 {
    width: 13% !important;
  }

  .u-xs-w-13 {
    width: 13% !important;
  }

  .u-xs\:w-14 {
    width: 14% !important;
  }

  .u-xs-w-14 {
    width: 14% !important;
  }

  .u-xs\:w-15 {
    width: 15% !important;
  }

  .u-xs-w-15 {
    width: 15% !important;
  }

  .u-xs\:w-16 {
    width: 16% !important;
  }

  .u-xs-w-16 {
    width: 16% !important;
  }

  .u-xs\:w-17 {
    width: 17% !important;
  }

  .u-xs-w-17 {
    width: 17% !important;
  }

  .u-xs\:w-18 {
    width: 18% !important;
  }

  .u-xs-w-18 {
    width: 18% !important;
  }

  .u-xs\:w-19 {
    width: 19% !important;
  }

  .u-xs-w-19 {
    width: 19% !important;
  }

  .u-xs\:w-20 {
    width: 20% !important;
  }

  .u-xs-w-20 {
    width: 20% !important;
  }

  .u-xs\:w-21 {
    width: 21% !important;
  }

  .u-xs-w-21 {
    width: 21% !important;
  }

  .u-xs\:w-22 {
    width: 22% !important;
  }

  .u-xs-w-22 {
    width: 22% !important;
  }

  .u-xs\:w-23 {
    width: 23% !important;
  }

  .u-xs-w-23 {
    width: 23% !important;
  }

  .u-xs\:w-24 {
    width: 24% !important;
  }

  .u-xs-w-24 {
    width: 24% !important;
  }

  .u-xs\:w-25 {
    width: 25% !important;
  }

  .u-xs-w-25 {
    width: 25% !important;
  }

  .u-xs\:w-26 {
    width: 26% !important;
  }

  .u-xs-w-26 {
    width: 26% !important;
  }

  .u-xs\:w-27 {
    width: 27% !important;
  }

  .u-xs-w-27 {
    width: 27% !important;
  }

  .u-xs\:w-28 {
    width: 28% !important;
  }

  .u-xs-w-28 {
    width: 28% !important;
  }

  .u-xs\:w-29 {
    width: 29% !important;
  }

  .u-xs-w-29 {
    width: 29% !important;
  }

  .u-xs\:w-30 {
    width: 30% !important;
  }

  .u-xs-w-30 {
    width: 30% !important;
  }

  .u-xs\:w-31 {
    width: 31% !important;
  }

  .u-xs-w-31 {
    width: 31% !important;
  }

  .u-xs\:w-32 {
    width: 32% !important;
  }

  .u-xs-w-32 {
    width: 32% !important;
  }

  .u-xs\:w-33 {
    width: 33% !important;
  }

  .u-xs-w-33 {
    width: 33% !important;
  }

  .u-xs\:w-34 {
    width: 34% !important;
  }

  .u-xs-w-34 {
    width: 34% !important;
  }

  .u-xs\:w-35 {
    width: 35% !important;
  }

  .u-xs-w-35 {
    width: 35% !important;
  }

  .u-xs\:w-36 {
    width: 36% !important;
  }

  .u-xs-w-36 {
    width: 36% !important;
  }

  .u-xs\:w-37 {
    width: 37% !important;
  }

  .u-xs-w-37 {
    width: 37% !important;
  }

  .u-xs\:w-38 {
    width: 38% !important;
  }

  .u-xs-w-38 {
    width: 38% !important;
  }

  .u-xs\:w-39 {
    width: 39% !important;
  }

  .u-xs-w-39 {
    width: 39% !important;
  }

  .u-xs\:w-40 {
    width: 40% !important;
  }

  .u-xs-w-40 {
    width: 40% !important;
  }

  .u-xs\:w-41 {
    width: 41% !important;
  }

  .u-xs-w-41 {
    width: 41% !important;
  }

  .u-xs\:w-42 {
    width: 42% !important;
  }

  .u-xs-w-42 {
    width: 42% !important;
  }

  .u-xs\:w-43 {
    width: 43% !important;
  }

  .u-xs-w-43 {
    width: 43% !important;
  }

  .u-xs\:w-44 {
    width: 44% !important;
  }

  .u-xs-w-44 {
    width: 44% !important;
  }

  .u-xs\:w-45 {
    width: 45% !important;
  }

  .u-xs-w-45 {
    width: 45% !important;
  }

  .u-xs\:w-46 {
    width: 46% !important;
  }

  .u-xs-w-46 {
    width: 46% !important;
  }

  .u-xs\:w-47 {
    width: 47% !important;
  }

  .u-xs-w-47 {
    width: 47% !important;
  }

  .u-xs\:w-48 {
    width: 48% !important;
  }

  .u-xs-w-48 {
    width: 48% !important;
  }

  .u-xs\:w-49 {
    width: 49% !important;
  }

  .u-xs-w-49 {
    width: 49% !important;
  }

  .u-xs\:w-50 {
    width: 50% !important;
  }

  .u-xs-w-50 {
    width: 50% !important;
  }

  .u-xs\:w-51 {
    width: 51% !important;
  }

  .u-xs-w-51 {
    width: 51% !important;
  }

  .u-xs\:w-52 {
    width: 52% !important;
  }

  .u-xs-w-52 {
    width: 52% !important;
  }

  .u-xs\:w-53 {
    width: 53% !important;
  }

  .u-xs-w-53 {
    width: 53% !important;
  }

  .u-xs\:w-54 {
    width: 54% !important;
  }

  .u-xs-w-54 {
    width: 54% !important;
  }

  .u-xs\:w-55 {
    width: 55% !important;
  }

  .u-xs-w-55 {
    width: 55% !important;
  }

  .u-xs\:w-56 {
    width: 56% !important;
  }

  .u-xs-w-56 {
    width: 56% !important;
  }

  .u-xs\:w-57 {
    width: 57% !important;
  }

  .u-xs-w-57 {
    width: 57% !important;
  }

  .u-xs\:w-58 {
    width: 58% !important;
  }

  .u-xs-w-58 {
    width: 58% !important;
  }

  .u-xs\:w-59 {
    width: 59% !important;
  }

  .u-xs-w-59 {
    width: 59% !important;
  }

  .u-xs\:w-60 {
    width: 60% !important;
  }

  .u-xs-w-60 {
    width: 60% !important;
  }

  .u-xs\:w-61 {
    width: 61% !important;
  }

  .u-xs-w-61 {
    width: 61% !important;
  }

  .u-xs\:w-62 {
    width: 62% !important;
  }

  .u-xs-w-62 {
    width: 62% !important;
  }

  .u-xs\:w-63 {
    width: 63% !important;
  }

  .u-xs-w-63 {
    width: 63% !important;
  }

  .u-xs\:w-64 {
    width: 64% !important;
  }

  .u-xs-w-64 {
    width: 64% !important;
  }

  .u-xs\:w-65 {
    width: 65% !important;
  }

  .u-xs-w-65 {
    width: 65% !important;
  }

  .u-xs\:w-66 {
    width: 66% !important;
  }

  .u-xs-w-66 {
    width: 66% !important;
  }

  .u-xs\:w-67 {
    width: 67% !important;
  }

  .u-xs-w-67 {
    width: 67% !important;
  }

  .u-xs\:w-68 {
    width: 68% !important;
  }

  .u-xs-w-68 {
    width: 68% !important;
  }

  .u-xs\:w-69 {
    width: 69% !important;
  }

  .u-xs-w-69 {
    width: 69% !important;
  }

  .u-xs\:w-70 {
    width: 70% !important;
  }

  .u-xs-w-70 {
    width: 70% !important;
  }

  .u-xs\:w-71 {
    width: 71% !important;
  }

  .u-xs-w-71 {
    width: 71% !important;
  }

  .u-xs\:w-72 {
    width: 72% !important;
  }

  .u-xs-w-72 {
    width: 72% !important;
  }

  .u-xs\:w-73 {
    width: 73% !important;
  }

  .u-xs-w-73 {
    width: 73% !important;
  }

  .u-xs\:w-74 {
    width: 74% !important;
  }

  .u-xs-w-74 {
    width: 74% !important;
  }

  .u-xs\:w-75 {
    width: 75% !important;
  }

  .u-xs-w-75 {
    width: 75% !important;
  }

  .u-xs\:w-76 {
    width: 76% !important;
  }

  .u-xs-w-76 {
    width: 76% !important;
  }

  .u-xs\:w-77 {
    width: 77% !important;
  }

  .u-xs-w-77 {
    width: 77% !important;
  }

  .u-xs\:w-78 {
    width: 78% !important;
  }

  .u-xs-w-78 {
    width: 78% !important;
  }

  .u-xs\:w-79 {
    width: 79% !important;
  }

  .u-xs-w-79 {
    width: 79% !important;
  }

  .u-xs\:w-80 {
    width: 80% !important;
  }

  .u-xs-w-80 {
    width: 80% !important;
  }

  .u-xs\:w-81 {
    width: 81% !important;
  }

  .u-xs-w-81 {
    width: 81% !important;
  }

  .u-xs\:w-82 {
    width: 82% !important;
  }

  .u-xs-w-82 {
    width: 82% !important;
  }

  .u-xs\:w-83 {
    width: 83% !important;
  }

  .u-xs-w-83 {
    width: 83% !important;
  }

  .u-xs\:w-84 {
    width: 84% !important;
  }

  .u-xs-w-84 {
    width: 84% !important;
  }

  .u-xs\:w-85 {
    width: 85% !important;
  }

  .u-xs-w-85 {
    width: 85% !important;
  }

  .u-xs\:w-86 {
    width: 86% !important;
  }

  .u-xs-w-86 {
    width: 86% !important;
  }

  .u-xs\:w-87 {
    width: 87% !important;
  }

  .u-xs-w-87 {
    width: 87% !important;
  }

  .u-xs\:w-88 {
    width: 88% !important;
  }

  .u-xs-w-88 {
    width: 88% !important;
  }

  .u-xs\:w-89 {
    width: 89% !important;
  }

  .u-xs-w-89 {
    width: 89% !important;
  }

  .u-xs\:w-90 {
    width: 90% !important;
  }

  .u-xs-w-90 {
    width: 90% !important;
  }

  .u-xs\:w-91 {
    width: 91% !important;
  }

  .u-xs-w-91 {
    width: 91% !important;
  }

  .u-xs\:w-92 {
    width: 92% !important;
  }

  .u-xs-w-92 {
    width: 92% !important;
  }

  .u-xs\:w-93 {
    width: 93% !important;
  }

  .u-xs-w-93 {
    width: 93% !important;
  }

  .u-xs\:w-94 {
    width: 94% !important;
  }

  .u-xs-w-94 {
    width: 94% !important;
  }

  .u-xs\:w-95 {
    width: 95% !important;
  }

  .u-xs-w-95 {
    width: 95% !important;
  }

  .u-xs\:w-96 {
    width: 96% !important;
  }

  .u-xs-w-96 {
    width: 96% !important;
  }

  .u-xs\:w-97 {
    width: 97% !important;
  }

  .u-xs-w-97 {
    width: 97% !important;
  }

  .u-xs\:w-98 {
    width: 98% !important;
  }

  .u-xs-w-98 {
    width: 98% !important;
  }

  .u-xs\:w-99 {
    width: 99% !important;
  }

  .u-xs-w-99 {
    width: 99% !important;
  }

  .u-xs\:w-100 {
    width: 100% !important;
  }

  .u-xs-w-100 {
    width: 100% !important;
  }

  .u-xs\:max-w-none {
    max-width: none !important;
  }

  .u-xs-max-w-none {
    max-width: none !important;
  }

  .u-xs\:max-w-full {
    max-width: 100% !important;
  }

  .u-xs-max-w-full {
    max-width: 100% !important;
  }

  .u-xs\:min-w-auto {
    min-width: auto !important;
  }

  .u-xs-min-w-auto {
    min-width: auto !important;
  }

  .u-xs\:min-w-full {
    min-width: 100% !important;
  }

  .u-xs-min-w-full {
    min-width: 100% !important;
  }
}