/*-----------------------------
* Responsive Breakpoints
* 961px +           Desktop+
* 769px +           Tablet+
* 681px +           SmartPhone+
* 769px - 960px     Tablet - Desktop
* 681px - 960px     SmartPhone - Desktop
* 681px - 768px     SmartPhone - Tablet
* 0px - 960px       Desktop
* 0px - 768px       Tablet
* 0px - 680px       SmartPhone
------------------------------*/
/* Common Styles */
* {
  box-sizing: border-box;
}

@keyframes smoothscroll1 {}
@keyframes smoothscroll2 {}
html {
  scroll-behavior: smooth;
}

html:focus-within {
  animation-name: smoothscroll2;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a, button {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

img {
  transition: box-shadow 0.3s ease;
}

pre {
  white-space: pre-wrap;
}

button {
  cursor: pointer;
  letter-spacing: 0.07rem;
}

main.wp-block-group {
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-block-post-featured-image a {
  vertical-align: middle;
  display: flex;
  width: 100%;
  height: 100%;
}
.wp-block-post-featured-image a img {
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content,
.__inner-container {
  word-break: break-word;
}

h1.wp-block-site-title {
  line-height: revert;
}

.wp-site-blocks .wp-block-template-part {
  margin: 0;
}

.wp-block-columns.post-content {
  gap: 24px;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-post-comments .commentlist .comment {
  padding-left: 0;
}
.wp-block-post-comments #comments {
  margin-bottom: 1em;
}

.comment-form > * {
  margin: 1.5rem 0;
}
.comment-form textarea {
  resize: vertical;
}

/* Post Template*/
.wp-block-post-template .wp-block-post {
  overflow: hidden;
}
.wp-block-post-template .detail {
  word-wrap: break-word;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-block-post-template .detail > * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.no-image {
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--wp--preset--color--tertiary);
}
.no-image svg {
  margin: auto;
  width: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  height: auto;
  stroke: var(--wp--preset--color--contrast);
}

.is-style-hakoniwa-blocks-template-part-fixed {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.is-style-hakoniwa-blocks-template-part-sticky {
  position: sticky;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 20;
}

.wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-featured-image img:hover {
  transform: scale(1.05);
}

@media only screen and (max-width:960px) {
  .is-hakoniwa-desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-hakoniwa-tablet-hidden {
    display: none !important;
  }
}
@media only screen and (max-width:680px) {
  .is-hakoniwa-smartphone-hidden {
    display: none !important;
  }
}
.has-custom-0-line-height {
  line-height: var(--wp--custom--line-height--0);
}

.has-custom-1-line-height {
  line-height: var(--wp--custom--line-height--1);
}

.has-custom-xs-line-height {
  line-height: var(--wp--custom--line-height--xs);
}

.has-custom-sm-line-height {
  line-height: var(--wp--custom--line-height--sm);
}

.has-custom-md-line-height {
  line-height: var(--wp--custom--line-height--md);
}

.has-custom-lg-line-height {
  line-height: var(--wp--custom--line-height--lg);
}

.has-custom-xl-line-height {
  line-height: var(--wp--custom--line-height--xl);
}

.has-custom-2-xl-line-height {
  line-height: var(--wp--custom--line-height--2-xl);
}

.has-custom-3-xl-line-height {
  line-height: var(--wp--custom--line-height--3-xl);
}

.border {
  border-width: calc( var(--wp--custom--border-width) * 1 );
}

.border-2 {
  border-width: calc( var(--wp--custom--border-width) * 2 );
}

.border-4 {
  border-width: calc( var(--wp--custom--border-width) * 4 );
}

.border-8 {
  border-width: calc( var(--wp--custom--border-width) * 8 );
}

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

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

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

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

.rounded-none {
  border-radius: calc( var(--wp--custom--border-radius) * 0 );
}

.rounded-sm {
  border-radius: calc( var(--wp--custom--border-radius) * 0.5 );
}

.rounded {
  border-radius: calc( var(--wp--custom--border-radius) * 1 );
}

.rounded-md {
  border-radius: calc( var(--wp--custom--border-radius) * 1.5 );
}

.rounded-lg {
  border-radius: calc( var(--wp--custom--border-radius) * 2 );
}

.rounded-xl {
  border-radius: calc( var(--wp--custom--border-radius) * 3 );
}

.rounded-2xl {
  border-radius: calc( var(--wp--custom--border-radius) * 4 );
}

.rounded-3xl {
  border-radius: calc( var(--wp--custom--border-radius) * 6 );
}

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

.p-1 {
  padding: calc( var( --wp--custom--padding ) * 1 );
}

.p-2 {
  padding: calc( var( --wp--custom--padding ) * 2 );
}

.p-4 {
  padding: calc( var( --wp--custom--padding ) * 4 );
}

.p-6 {
  padding: calc( var( --wp--custom--padding ) * 6 );
}

.p-8 {
  padding: calc( var( --wp--custom--padding ) * 8 );
}

.px-1 {
  padding-left: calc( var( --wp--custom--padding ) * 1 );
  padding-right: calc( var( --wp--custom--padding ) * 1 );
}

.px-2 {
  padding-left: calc( var( --wp--custom--padding ) * 2 );
  padding-right: calc( var( --wp--custom--padding ) * 2 );
}

.px-4 {
  padding-left: calc( var( --wp--custom--padding ) * 4 );
  padding-right: calc( var( --wp--custom--padding ) * 4 );
}

.px-6 {
  padding-left: calc( var( --wp--custom--padding ) * 6 );
  padding-right: calc( var( --wp--custom--padding ) * 6 );
}

.px-8 {
  padding-left: calc( var( --wp--custom--padding ) * 8 );
  padding-right: calc( var( --wp--custom--padding ) * 8 );
}

.py-1 {
  padding-top: calc( var( --wp--custom--padding ) * 1 );
  padding-bottom: calc( var( --wp--custom--padding ) * 1 );
}

.py-2 {
  padding-top: calc( var( --wp--custom--padding ) * 2 );
  padding-bottom: calc( var( --wp--custom--padding ) * 2 );
}

.py-4 {
  padding-top: calc( var( --wp--custom--padding ) * 4 );
  padding-bottom: calc( var( --wp--custom--padding ) * 4 );
}

.py-6 {
  padding-top: calc( var( --wp--custom--padding ) * 6 );
  padding-bottom: calc( var( --wp--custom--padding ) * 6 );
}

.py-8 {
  padding-top: calc( var( --wp--custom--padding ) * 8 );
  padding-bottom: calc( var( --wp--custom--padding ) * 8 );
}

.pt-1 {
  padding-top: calc( var( --wp--custom--padding ) * 1 );
}

.pt-2 {
  padding-top: calc( var( --wp--custom--padding ) * 2 );
}

.pt-4 {
  padding-top: calc( var( --wp--custom--padding ) * 4 );
}

.pt-6 {
  padding-top: calc( var( --wp--custom--padding ) * 6 );
}

.pt-8 {
  padding-top: calc( var( --wp--custom--padding ) * 8 );
}

.pb-1 {
  padding-bottom: calc( var( --wp--custom--padding ) * 1 );
}

.pb-2 {
  padding-bottom: calc( var( --wp--custom--padding ) * 2 );
}

.pb-4 {
  padding-bottom: calc( var( --wp--custom--padding ) * 4 );
}

.pb-6 {
  padding-bottom: calc( var( --wp--custom--padding ) * 6 );
}

.pb-8 {
  padding-bottom: calc( var( --wp--custom--padding ) * 8 );
}

.pl-1 {
  padding-left: calc( var( --wp--custom--padding ) * 1 );
}

.pl-2 {
  padding-left: calc( var( --wp--custom--padding ) * 2 );
}

.pl-4 {
  padding-left: calc( var( --wp--custom--padding ) * 4 );
}

.pl-6 {
  padding-left: calc( var( --wp--custom--padding ) * 6 );
}

.pl-8 {
  padding-left: calc( var( --wp--custom--padding ) * 8 );
}

.pr-1 {
  padding-right: calc( var( --wp--custom--padding ) * 1 );
}

.pr-2 {
  padding-right: calc( var( --wp--custom--padding ) * 2 );
}

.pr-4 {
  padding-right: calc( var( --wp--custom--padding ) * 4 );
}

.pr-6 {
  padding-right: calc( var( --wp--custom--padding ) * 6 );
}

.pr-8 {
  padding-right: calc( var( --wp--custom--padding ) * 8 );
}

/*-----------------------------
* Responsive Breakpoints
* 783px + 			Tablet +
* 0px - 782px       Tablet
* 601px - 782px     SmartPhone - Tablet
* 601px +           SmartPhone +
* 0px - 600px       SmartPhone
------------------------------*/
/*----- Margin */
.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.m-0 {
  margin: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0\.5 {
  margin: 0.125rem;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.-m-1 {
  margin: -0.25rem;
}

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.m-2 {
  margin: 0.5rem;
}

.-m-2 {
  margin: -0.5rem;
}

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.m-3 {
  margin: 0.75rem;
}

.-m-3 {
  margin: -0.75rem;
}

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.m-4 {
  margin: 1rem;
}

.-m-4 {
  margin: -1rem;
}

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.m-5 {
  margin: 1.25rem;
}

.-m-5 {
  margin: -1.25rem;
}

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.-m-6 {
  margin: -1.5rem;
}

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.-m-7 {
  margin: -1.75rem;
}

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.m-8 {
  margin: 2rem;
}

.-m-8 {
  margin: -2rem;
}

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

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

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

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

.ml-8 {
  margin-left: 2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.m-9 {
  margin: 2.25rem;
}

.-m-9 {
  margin: -2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.-m-10 {
  margin: -2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.-m-11 {
  margin: -2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.m-12 {
  margin: 3rem;
}

.-m-12 {
  margin: -3rem;
}

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

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

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

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

.ml-12 {
  margin-left: 3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.m-14 {
  margin: 3.5rem;
}

.-m-14 {
  margin: -3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.m-16 {
  margin: 4rem;
}

.-m-16 {
  margin: -4rem;
}

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

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

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

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

.ml-16 {
  margin-left: 4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.m-20 {
  margin: 5rem;
}

.-m-20 {
  margin: -5rem;
}

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

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

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

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

.ml-20 {
  margin-left: 5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.m-24 {
  margin: 6rem;
}

.-m-24 {
  margin: -6rem;
}

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

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

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

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

.ml-24 {
  margin-left: 6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.mt-24 {
  margin-top: 6rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.m-28 {
  margin: 7rem;
}

.-m-28 {
  margin: -7rem;
}

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

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

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

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

.ml-28 {
  margin-left: 7rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.mt-28 {
  margin-top: 7rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.mr-28 {
  margin-right: 7rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.m-32 {
  margin: 8rem;
}

.-m-32 {
  margin: -8rem;
}

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

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

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

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

.ml-32 {
  margin-left: 8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.mt-32 {
  margin-top: 8rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.m-36 {
  margin: 9rem;
}

.-m-36 {
  margin: -9rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.mt-36 {
  margin-top: 9rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.m-40 {
  margin: 10rem;
}

.-m-40 {
  margin: -10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.mt-40 {
  margin-top: 10rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.m-44 {
  margin: 11rem;
}

.-m-44 {
  margin: -11rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.ml-44 {
  margin-left: 11rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.mt-44 {
  margin-top: 11rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.m-48 {
  margin: 12rem;
}

.-m-48 {
  margin: -12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.mt-48 {
  margin-top: 12rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.m-52 {
  margin: 13rem;
}

.-m-52 {
  margin: -13rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.mt-52 {
  margin-top: 13rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.m-56 {
  margin: 14rem;
}

.-m-56 {
  margin: -14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.mt-56 {
  margin-top: 14rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.m-60 {
  margin: 15rem;
}

.-m-60 {
  margin: -15rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.ml-60 {
  margin-left: 15rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.mt-60 {
  margin-top: 15rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.mr-60 {
  margin-right: 15rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.m-64 {
  margin: 16rem;
}

.-m-64 {
  margin: -16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.mt-64 {
  margin-top: 16rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.m-68 {
  margin: 17rem;
}

.-m-68 {
  margin: -17rem;
}

.mx-68 {
  margin-left: 17rem;
  margin-right: 17rem;
}

.-mx-68 {
  margin-left: -17rem;
  margin-right: -17rem;
}

.my-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.-my-68 {
  margin-top: -17rem;
  margin-bottom: -17rem;
}

.ml-68 {
  margin-left: 17rem;
}

.-ml-68 {
  margin-left: -17rem;
}

.mt-68 {
  margin-top: 17rem;
}

.-mt-68 {
  margin-top: -17rem;
}

.mr-68 {
  margin-right: 17rem;
}

.-mr-68 {
  margin-right: -17rem;
}

.mb-68 {
  margin-bottom: 17rem;
}

.-mb-68 {
  margin-bottom: -17rem;
}

.m-72 {
  margin: 18rem;
}

.-m-72 {
  margin: -18rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.ml-72 {
  margin-left: 18rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.mt-72 {
  margin-top: 18rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.mr-72 {
  margin-right: 18rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.m-80 {
  margin: 20rem;
}

.-m-80 {
  margin: -20rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.mt-80 {
  margin-top: 20rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.m-96 {
  margin: 24rem;
}

.-m-96 {
  margin: -24rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.ml-96 {
  margin-left: 24rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.mt-96 {
  margin-top: 24rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.mr-96 {
  margin-right: 24rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

/*----- Position */
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-full {
  top: 100%;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-0 {
  top: 0rem;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.-top-0 {
  top: 0rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.top-1\/2 {
  top: calc( 100% * 1 / 2 );
}

.-top-1\/2 {
  top: calc( -100% * 1 / 2 );
}

.top-1\/3 {
  top: calc( 100% * 1 / 3 );
}

.top-2\/3 {
  top: calc( 100% * 2 / 3 );
}

.-top-1\/3 {
  top: calc( -100% * 1 / 3 );
}

.-top-2\/3 {
  top: calc( -100% * 2 / 3 );
}

.top-1\/4 {
  top: calc( 100% * 1 / 4 );
}

.top-2\/4 {
  top: calc( 100% * 2 / 4 );
}

.top-3\/4 {
  top: calc( 100% * 3 / 4 );
}

.-top-1\/4 {
  top: calc( -100% * 1 / 4 );
}

.-top-2\/4 {
  top: calc( -100% * 2 / 4 );
}

.-top-3\/4 {
  top: calc( -100% * 3 / 4 );
}

.top-1\/5 {
  top: calc( 100% * 1 / 5 );
}

.top-2\/5 {
  top: calc( 100% * 2 / 5 );
}

.top-3\/5 {
  top: calc( 100% * 3 / 5 );
}

.top-4\/5 {
  top: calc( 100% * 4 / 5 );
}

.-top-1\/5 {
  top: calc( -100% * 1 / 5 );
}

.-top-2\/5 {
  top: calc( -100% * 2 / 5 );
}

.-top-3\/5 {
  top: calc( -100% * 3 / 5 );
}

.-top-4\/5 {
  top: calc( -100% * 4 / 5 );
}

.top-1\/6 {
  top: calc( 100% * 1 / 6 );
}

.top-2\/6 {
  top: calc( 100% * 2 / 6 );
}

.top-3\/6 {
  top: calc( 100% * 3 / 6 );
}

.top-4\/6 {
  top: calc( 100% * 4 / 6 );
}

.top-5\/6 {
  top: calc( 100% * 5 / 6 );
}

.-top-1\/6 {
  top: calc( -100% * 1 / 6 );
}

.-top-2\/6 {
  top: calc( -100% * 2 / 6 );
}

.-top-3\/6 {
  top: calc( -100% * 3 / 6 );
}

.-top-4\/6 {
  top: calc( -100% * 4 / 6 );
}

.-top-5\/6 {
  top: calc( -100% * 5 / 6 );
}

.top-1\/12 {
  top: calc( 100% * 1 / 12 );
}

.top-2\/12 {
  top: calc( 100% * 2 / 12 );
}

.top-3\/12 {
  top: calc( 100% * 3 / 12 );
}

.top-4\/12 {
  top: calc( 100% * 4 / 12 );
}

.top-5\/12 {
  top: calc( 100% * 5 / 12 );
}

.top-6\/12 {
  top: calc( 100% * 6 / 12 );
}

.top-7\/12 {
  top: calc( 100% * 7 / 12 );
}

.top-8\/12 {
  top: calc( 100% * 8 / 12 );
}

.top-9\/12 {
  top: calc( 100% * 9 / 12 );
}

.top-10\/12 {
  top: calc( 100% * 10 / 12 );
}

.top-11\/12 {
  top: calc( 100% * 11 / 12 );
}

.-top-1\/12 {
  top: calc( -100% * 1 / 12 );
}

.-top-2\/12 {
  top: calc( -100% * 2 / 12 );
}

.-top-3\/12 {
  top: calc( -100% * 3 / 12 );
}

.-top-4\/12 {
  top: calc( -100% * 4 / 12 );
}

.-top-5\/12 {
  top: calc( -100% * 5 / 12 );
}

.-top-6\/12 {
  top: calc( -100% * 6 / 12 );
}

.-top-7\/12 {
  top: calc( -100% * 7 / 12 );
}

.-top-8\/12 {
  top: calc( -100% * 8 / 12 );
}

.-top-9\/12 {
  top: calc( -100% * 9 / 12 );
}

.-top-10\/12 {
  top: calc( -100% * 10 / 12 );
}

.-top-11\/12 {
  top: calc( -100% * 11 / 12 );
}

.right-full {
  right: 100%;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0 {
  right: 0rem;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.-right-0 {
  right: 0rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.right-1\/2 {
  right: calc( 100% * 1 / 2 );
}

.-right-1\/2 {
  right: calc( -100% * 1 / 2 );
}

.right-1\/3 {
  right: calc( 100% * 1 / 3 );
}

.right-2\/3 {
  right: calc( 100% * 2 / 3 );
}

.-right-1\/3 {
  right: calc( -100% * 1 / 3 );
}

.-right-2\/3 {
  right: calc( -100% * 2 / 3 );
}

.right-1\/4 {
  right: calc( 100% * 1 / 4 );
}

.right-2\/4 {
  right: calc( 100% * 2 / 4 );
}

.right-3\/4 {
  right: calc( 100% * 3 / 4 );
}

.-right-1\/4 {
  right: calc( -100% * 1 / 4 );
}

.-right-2\/4 {
  right: calc( -100% * 2 / 4 );
}

.-right-3\/4 {
  right: calc( -100% * 3 / 4 );
}

.right-1\/5 {
  right: calc( 100% * 1 / 5 );
}

.right-2\/5 {
  right: calc( 100% * 2 / 5 );
}

.right-3\/5 {
  right: calc( 100% * 3 / 5 );
}

.right-4\/5 {
  right: calc( 100% * 4 / 5 );
}

.-right-1\/5 {
  right: calc( -100% * 1 / 5 );
}

.-right-2\/5 {
  right: calc( -100% * 2 / 5 );
}

.-right-3\/5 {
  right: calc( -100% * 3 / 5 );
}

.-right-4\/5 {
  right: calc( -100% * 4 / 5 );
}

.right-1\/6 {
  right: calc( 100% * 1 / 6 );
}

.right-2\/6 {
  right: calc( 100% * 2 / 6 );
}

.right-3\/6 {
  right: calc( 100% * 3 / 6 );
}

.right-4\/6 {
  right: calc( 100% * 4 / 6 );
}

.right-5\/6 {
  right: calc( 100% * 5 / 6 );
}

.-right-1\/6 {
  right: calc( -100% * 1 / 6 );
}

.-right-2\/6 {
  right: calc( -100% * 2 / 6 );
}

.-right-3\/6 {
  right: calc( -100% * 3 / 6 );
}

.-right-4\/6 {
  right: calc( -100% * 4 / 6 );
}

.-right-5\/6 {
  right: calc( -100% * 5 / 6 );
}

.right-1\/12 {
  right: calc( 100% * 1 / 12 );
}

.right-2\/12 {
  right: calc( 100% * 2 / 12 );
}

.right-3\/12 {
  right: calc( 100% * 3 / 12 );
}

.right-4\/12 {
  right: calc( 100% * 4 / 12 );
}

.right-5\/12 {
  right: calc( 100% * 5 / 12 );
}

.right-6\/12 {
  right: calc( 100% * 6 / 12 );
}

.right-7\/12 {
  right: calc( 100% * 7 / 12 );
}

.right-8\/12 {
  right: calc( 100% * 8 / 12 );
}

.right-9\/12 {
  right: calc( 100% * 9 / 12 );
}

.right-10\/12 {
  right: calc( 100% * 10 / 12 );
}

.right-11\/12 {
  right: calc( 100% * 11 / 12 );
}

.-right-1\/12 {
  right: calc( -100% * 1 / 12 );
}

.-right-2\/12 {
  right: calc( -100% * 2 / 12 );
}

.-right-3\/12 {
  right: calc( -100% * 3 / 12 );
}

.-right-4\/12 {
  right: calc( -100% * 4 / 12 );
}

.-right-5\/12 {
  right: calc( -100% * 5 / 12 );
}

.-right-6\/12 {
  right: calc( -100% * 6 / 12 );
}

.-right-7\/12 {
  right: calc( -100% * 7 / 12 );
}

.-right-8\/12 {
  right: calc( -100% * 8 / 12 );
}

.-right-9\/12 {
  right: calc( -100% * 9 / 12 );
}

.-right-10\/12 {
  right: calc( -100% * 10 / 12 );
}

.-right-11\/12 {
  right: calc( -100% * 11 / 12 );
}

.bottom-full {
  bottom: 100%;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0 {
  bottom: 0rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.-bottom-0 {
  bottom: 0rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.bottom-1\/2 {
  bottom: calc( 100% * 1 / 2 );
}

.-bottom-1\/2 {
  bottom: calc( -100% * 1 / 2 );
}

.bottom-1\/3 {
  bottom: calc( 100% * 1 / 3 );
}

.bottom-2\/3 {
  bottom: calc( 100% * 2 / 3 );
}

.-bottom-1\/3 {
  bottom: calc( -100% * 1 / 3 );
}

.-bottom-2\/3 {
  bottom: calc( -100% * 2 / 3 );
}

.bottom-1\/4 {
  bottom: calc( 100% * 1 / 4 );
}

.bottom-2\/4 {
  bottom: calc( 100% * 2 / 4 );
}

.bottom-3\/4 {
  bottom: calc( 100% * 3 / 4 );
}

.-bottom-1\/4 {
  bottom: calc( -100% * 1 / 4 );
}

.-bottom-2\/4 {
  bottom: calc( -100% * 2 / 4 );
}

.-bottom-3\/4 {
  bottom: calc( -100% * 3 / 4 );
}

.bottom-1\/5 {
  bottom: calc( 100% * 1 / 5 );
}

.bottom-2\/5 {
  bottom: calc( 100% * 2 / 5 );
}

.bottom-3\/5 {
  bottom: calc( 100% * 3 / 5 );
}

.bottom-4\/5 {
  bottom: calc( 100% * 4 / 5 );
}

.-bottom-1\/5 {
  bottom: calc( -100% * 1 / 5 );
}

.-bottom-2\/5 {
  bottom: calc( -100% * 2 / 5 );
}

.-bottom-3\/5 {
  bottom: calc( -100% * 3 / 5 );
}

.-bottom-4\/5 {
  bottom: calc( -100% * 4 / 5 );
}

.bottom-1\/6 {
  bottom: calc( 100% * 1 / 6 );
}

.bottom-2\/6 {
  bottom: calc( 100% * 2 / 6 );
}

.bottom-3\/6 {
  bottom: calc( 100% * 3 / 6 );
}

.bottom-4\/6 {
  bottom: calc( 100% * 4 / 6 );
}

.bottom-5\/6 {
  bottom: calc( 100% * 5 / 6 );
}

.-bottom-1\/6 {
  bottom: calc( -100% * 1 / 6 );
}

.-bottom-2\/6 {
  bottom: calc( -100% * 2 / 6 );
}

.-bottom-3\/6 {
  bottom: calc( -100% * 3 / 6 );
}

.-bottom-4\/6 {
  bottom: calc( -100% * 4 / 6 );
}

.-bottom-5\/6 {
  bottom: calc( -100% * 5 / 6 );
}

.bottom-1\/12 {
  bottom: calc( 100% * 1 / 12 );
}

.bottom-2\/12 {
  bottom: calc( 100% * 2 / 12 );
}

.bottom-3\/12 {
  bottom: calc( 100% * 3 / 12 );
}

.bottom-4\/12 {
  bottom: calc( 100% * 4 / 12 );
}

.bottom-5\/12 {
  bottom: calc( 100% * 5 / 12 );
}

.bottom-6\/12 {
  bottom: calc( 100% * 6 / 12 );
}

.bottom-7\/12 {
  bottom: calc( 100% * 7 / 12 );
}

.bottom-8\/12 {
  bottom: calc( 100% * 8 / 12 );
}

.bottom-9\/12 {
  bottom: calc( 100% * 9 / 12 );
}

.bottom-10\/12 {
  bottom: calc( 100% * 10 / 12 );
}

.bottom-11\/12 {
  bottom: calc( 100% * 11 / 12 );
}

.-bottom-1\/12 {
  bottom: calc( -100% * 1 / 12 );
}

.-bottom-2\/12 {
  bottom: calc( -100% * 2 / 12 );
}

.-bottom-3\/12 {
  bottom: calc( -100% * 3 / 12 );
}

.-bottom-4\/12 {
  bottom: calc( -100% * 4 / 12 );
}

.-bottom-5\/12 {
  bottom: calc( -100% * 5 / 12 );
}

.-bottom-6\/12 {
  bottom: calc( -100% * 6 / 12 );
}

.-bottom-7\/12 {
  bottom: calc( -100% * 7 / 12 );
}

.-bottom-8\/12 {
  bottom: calc( -100% * 8 / 12 );
}

.-bottom-9\/12 {
  bottom: calc( -100% * 9 / 12 );
}

.-bottom-10\/12 {
  bottom: calc( -100% * 10 / 12 );
}

.-bottom-11\/12 {
  bottom: calc( -100% * 11 / 12 );
}

.left-full {
  left: 100%;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0 {
  left: 0rem;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.-left-0 {
  left: 0rem;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.left-1\/2 {
  left: calc( 100% * 1 / 2 );
}

.-left-1\/2 {
  left: calc( -100% * 1 / 2 );
}

.left-1\/3 {
  left: calc( 100% * 1 / 3 );
}

.left-2\/3 {
  left: calc( 100% * 2 / 3 );
}

.-left-1\/3 {
  left: calc( -100% * 1 / 3 );
}

.-left-2\/3 {
  left: calc( -100% * 2 / 3 );
}

.left-1\/4 {
  left: calc( 100% * 1 / 4 );
}

.left-2\/4 {
  left: calc( 100% * 2 / 4 );
}

.left-3\/4 {
  left: calc( 100% * 3 / 4 );
}

.-left-1\/4 {
  left: calc( -100% * 1 / 4 );
}

.-left-2\/4 {
  left: calc( -100% * 2 / 4 );
}

.-left-3\/4 {
  left: calc( -100% * 3 / 4 );
}

.left-1\/5 {
  left: calc( 100% * 1 / 5 );
}

.left-2\/5 {
  left: calc( 100% * 2 / 5 );
}

.left-3\/5 {
  left: calc( 100% * 3 / 5 );
}

.left-4\/5 {
  left: calc( 100% * 4 / 5 );
}

.-left-1\/5 {
  left: calc( -100% * 1 / 5 );
}

.-left-2\/5 {
  left: calc( -100% * 2 / 5 );
}

.-left-3\/5 {
  left: calc( -100% * 3 / 5 );
}

.-left-4\/5 {
  left: calc( -100% * 4 / 5 );
}

.left-1\/6 {
  left: calc( 100% * 1 / 6 );
}

.left-2\/6 {
  left: calc( 100% * 2 / 6 );
}

.left-3\/6 {
  left: calc( 100% * 3 / 6 );
}

.left-4\/6 {
  left: calc( 100% * 4 / 6 );
}

.left-5\/6 {
  left: calc( 100% * 5 / 6 );
}

.-left-1\/6 {
  left: calc( -100% * 1 / 6 );
}

.-left-2\/6 {
  left: calc( -100% * 2 / 6 );
}

.-left-3\/6 {
  left: calc( -100% * 3 / 6 );
}

.-left-4\/6 {
  left: calc( -100% * 4 / 6 );
}

.-left-5\/6 {
  left: calc( -100% * 5 / 6 );
}

.left-1\/12 {
  left: calc( 100% * 1 / 12 );
}

.left-2\/12 {
  left: calc( 100% * 2 / 12 );
}

.left-3\/12 {
  left: calc( 100% * 3 / 12 );
}

.left-4\/12 {
  left: calc( 100% * 4 / 12 );
}

.left-5\/12 {
  left: calc( 100% * 5 / 12 );
}

.left-6\/12 {
  left: calc( 100% * 6 / 12 );
}

.left-7\/12 {
  left: calc( 100% * 7 / 12 );
}

.left-8\/12 {
  left: calc( 100% * 8 / 12 );
}

.left-9\/12 {
  left: calc( 100% * 9 / 12 );
}

.left-10\/12 {
  left: calc( 100% * 10 / 12 );
}

.left-11\/12 {
  left: calc( 100% * 11 / 12 );
}

.-left-1\/12 {
  left: calc( -100% * 1 / 12 );
}

.-left-2\/12 {
  left: calc( -100% * 2 / 12 );
}

.-left-3\/12 {
  left: calc( -100% * 3 / 12 );
}

.-left-4\/12 {
  left: calc( -100% * 4 / 12 );
}

.-left-5\/12 {
  left: calc( -100% * 5 / 12 );
}

.-left-6\/12 {
  left: calc( -100% * 6 / 12 );
}

.-left-7\/12 {
  left: calc( -100% * 7 / 12 );
}

.-left-8\/12 {
  left: calc( -100% * 8 / 12 );
}

.-left-9\/12 {
  left: calc( -100% * 9 / 12 );
}

.-left-10\/12 {
  left: calc( -100% * 10 / 12 );
}

.-left-11\/12 {
  left: calc( -100% * 11 / 12 );
}

/*----- Width */
.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-0 {
  width: 0rem;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-1\/2 {
  width: calc( 100% * 1 / 2 );
}

.w-1\/3 {
  width: calc( 100% * 1 / 3 );
}

.w-2\/3 {
  width: calc( 100% * 2 / 3 );
}

.w-1\/4 {
  width: calc( 100% * 1 / 4 );
}

.w-2\/4 {
  width: calc( 100% * 2 / 4 );
}

.w-3\/4 {
  width: calc( 100% * 3 / 4 );
}

.w-1\/5 {
  width: calc( 100% * 1 / 5 );
}

.w-2\/5 {
  width: calc( 100% * 2 / 5 );
}

.w-3\/5 {
  width: calc( 100% * 3 / 5 );
}

.w-4\/5 {
  width: calc( 100% * 4 / 5 );
}

.w-1\/6 {
  width: calc( 100% * 1 / 6 );
}

.w-2\/6 {
  width: calc( 100% * 2 / 6 );
}

.w-3\/6 {
  width: calc( 100% * 3 / 6 );
}

.w-4\/6 {
  width: calc( 100% * 4 / 6 );
}

.w-5\/6 {
  width: calc( 100% * 5 / 6 );
}

.w-1\/12 {
  width: calc( 100% * 1 / 12 );
}

.w-2\/12 {
  width: calc( 100% * 2 / 12 );
}

.w-3\/12 {
  width: calc( 100% * 3 / 12 );
}

.w-4\/12 {
  width: calc( 100% * 4 / 12 );
}

.w-5\/12 {
  width: calc( 100% * 5 / 12 );
}

.w-6\/12 {
  width: calc( 100% * 6 / 12 );
}

.w-7\/12 {
  width: calc( 100% * 7 / 12 );
}

.w-8\/12 {
  width: calc( 100% * 8 / 12 );
}

.w-9\/12 {
  width: calc( 100% * 9 / 12 );
}

.w-10\/12 {
  width: calc( 100% * 10 / 12 );
}

.w-11\/12 {
  width: calc( 100% * 11 / 12 );
}

/*----- Height */
.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-0 {
  height: 0rem;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-1\/2 {
  height: calc( 100% * 1 / 2 );
}

.h-1\/3 {
  height: calc( 100% * 1 / 3 );
}

.h-2\/3 {
  height: calc( 100% * 2 / 3 );
}

.h-1\/4 {
  height: calc( 100% * 1 / 4 );
}

.h-2\/4 {
  height: calc( 100% * 2 / 4 );
}

.h-3\/4 {
  height: calc( 100% * 3 / 4 );
}

.h-1\/5 {
  height: calc( 100% * 1 / 5 );
}

.h-2\/5 {
  height: calc( 100% * 2 / 5 );
}

.h-3\/5 {
  height: calc( 100% * 3 / 5 );
}

.h-4\/5 {
  height: calc( 100% * 4 / 5 );
}

.h-1\/6 {
  height: calc( 100% * 1 / 6 );
}

.h-2\/6 {
  height: calc( 100% * 2 / 6 );
}

.h-3\/6 {
  height: calc( 100% * 3 / 6 );
}

.h-4\/6 {
  height: calc( 100% * 4 / 6 );
}

.h-5\/6 {
  height: calc( 100% * 5 / 6 );
}

.h-1\/12 {
  height: calc( 100% * 1 / 12 );
}

.h-2\/12 {
  height: calc( 100% * 2 / 12 );
}

.h-3\/12 {
  height: calc( 100% * 3 / 12 );
}

.h-4\/12 {
  height: calc( 100% * 4 / 12 );
}

.h-5\/12 {
  height: calc( 100% * 5 / 12 );
}

.h-6\/12 {
  height: calc( 100% * 6 / 12 );
}

.h-7\/12 {
  height: calc( 100% * 7 / 12 );
}

.h-8\/12 {
  height: calc( 100% * 8 / 12 );
}

.h-9\/12 {
  height: calc( 100% * 9 / 12 );
}

.h-10\/12 {
  height: calc( 100% * 10 / 12 );
}

.h-11\/12 {
  height: calc( 100% * 11 / 12 );
}

@media only screen and (max-width: 782px) {
  /*----- Margin */
  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:m-0 {
    margin: 0rem;
  }

  .md\:-m-0 {
    margin: 0rem;
  }

  .md\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:ml-0 {
    margin-left: 0rem;
  }

  .md\:-ml-0 {
    margin-left: 0rem;
  }

  .md\:mt-0 {
    margin-top: 0rem;
  }

  .md\:-mt-0 {
    margin-top: 0rem;
  }

  .md\:mr-0 {
    margin-right: 0rem;
  }

  .md\:-mr-0 {
    margin-right: 0rem;
  }

  .md\:mb-0 {
    margin-bottom: 0rem;
  }

  .md\:-mb-0 {
    margin-bottom: 0rem;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:m-68 {
    margin: 17rem;
  }

  .md\:-m-68 {
    margin: -17rem;
  }

  .md\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .md\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .md\:ml-68 {
    margin-left: 17rem;
  }

  .md\:-ml-68 {
    margin-left: -17rem;
  }

  .md\:mt-68 {
    margin-top: 17rem;
  }

  .md\:-mt-68 {
    margin-top: -17rem;
  }

  .md\:mr-68 {
    margin-right: 17rem;
  }

  .md\:-mr-68 {
    margin-right: -17rem;
  }

  .md\:mb-68 {
    margin-bottom: 17rem;
  }

  .md\:-mb-68 {
    margin-bottom: -17rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  /*----- Position */
  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0 {
    top: 0rem;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:-top-0 {
    top: 0rem;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:top-1\/2 {
    top: calc( 100% * 1 / 2 );
  }

  .md\:-top-1\/2 {
    top: calc( -100% * 1 / 2 );
  }

  .md\:top-1\/3 {
    top: calc( 100% * 1 / 3 );
  }

  .md\:top-2\/3 {
    top: calc( 100% * 2 / 3 );
  }

  .md\:-top-1\/3 {
    top: calc( -100% * 1 / 3 );
  }

  .md\:-top-2\/3 {
    top: calc( -100% * 2 / 3 );
  }

  .md\:top-1\/4 {
    top: calc( 100% * 1 / 4 );
  }

  .md\:top-2\/4 {
    top: calc( 100% * 2 / 4 );
  }

  .md\:top-3\/4 {
    top: calc( 100% * 3 / 4 );
  }

  .md\:-top-1\/4 {
    top: calc( -100% * 1 / 4 );
  }

  .md\:-top-2\/4 {
    top: calc( -100% * 2 / 4 );
  }

  .md\:-top-3\/4 {
    top: calc( -100% * 3 / 4 );
  }

  .md\:top-1\/5 {
    top: calc( 100% * 1 / 5 );
  }

  .md\:top-2\/5 {
    top: calc( 100% * 2 / 5 );
  }

  .md\:top-3\/5 {
    top: calc( 100% * 3 / 5 );
  }

  .md\:top-4\/5 {
    top: calc( 100% * 4 / 5 );
  }

  .md\:-top-1\/5 {
    top: calc( -100% * 1 / 5 );
  }

  .md\:-top-2\/5 {
    top: calc( -100% * 2 / 5 );
  }

  .md\:-top-3\/5 {
    top: calc( -100% * 3 / 5 );
  }

  .md\:-top-4\/5 {
    top: calc( -100% * 4 / 5 );
  }

  .md\:top-1\/6 {
    top: calc( 100% * 1 / 6 );
  }

  .md\:top-2\/6 {
    top: calc( 100% * 2 / 6 );
  }

  .md\:top-3\/6 {
    top: calc( 100% * 3 / 6 );
  }

  .md\:top-4\/6 {
    top: calc( 100% * 4 / 6 );
  }

  .md\:top-5\/6 {
    top: calc( 100% * 5 / 6 );
  }

  .md\:-top-1\/6 {
    top: calc( -100% * 1 / 6 );
  }

  .md\:-top-2\/6 {
    top: calc( -100% * 2 / 6 );
  }

  .md\:-top-3\/6 {
    top: calc( -100% * 3 / 6 );
  }

  .md\:-top-4\/6 {
    top: calc( -100% * 4 / 6 );
  }

  .md\:-top-5\/6 {
    top: calc( -100% * 5 / 6 );
  }

  .md\:top-1\/12 {
    top: calc( 100% * 1 / 12 );
  }

  .md\:top-2\/12 {
    top: calc( 100% * 2 / 12 );
  }

  .md\:top-3\/12 {
    top: calc( 100% * 3 / 12 );
  }

  .md\:top-4\/12 {
    top: calc( 100% * 4 / 12 );
  }

  .md\:top-5\/12 {
    top: calc( 100% * 5 / 12 );
  }

  .md\:top-6\/12 {
    top: calc( 100% * 6 / 12 );
  }

  .md\:top-7\/12 {
    top: calc( 100% * 7 / 12 );
  }

  .md\:top-8\/12 {
    top: calc( 100% * 8 / 12 );
  }

  .md\:top-9\/12 {
    top: calc( 100% * 9 / 12 );
  }

  .md\:top-10\/12 {
    top: calc( 100% * 10 / 12 );
  }

  .md\:top-11\/12 {
    top: calc( 100% * 11 / 12 );
  }

  .md\:-top-1\/12 {
    top: calc( -100% * 1 / 12 );
  }

  .md\:-top-2\/12 {
    top: calc( -100% * 2 / 12 );
  }

  .md\:-top-3\/12 {
    top: calc( -100% * 3 / 12 );
  }

  .md\:-top-4\/12 {
    top: calc( -100% * 4 / 12 );
  }

  .md\:-top-5\/12 {
    top: calc( -100% * 5 / 12 );
  }

  .md\:-top-6\/12 {
    top: calc( -100% * 6 / 12 );
  }

  .md\:-top-7\/12 {
    top: calc( -100% * 7 / 12 );
  }

  .md\:-top-8\/12 {
    top: calc( -100% * 8 / 12 );
  }

  .md\:-top-9\/12 {
    top: calc( -100% * 9 / 12 );
  }

  .md\:-top-10\/12 {
    top: calc( -100% * 10 / 12 );
  }

  .md\:-top-11\/12 {
    top: calc( -100% * 11 / 12 );
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0 {
    right: 0rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:-right-0 {
    right: 0rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:right-1\/2 {
    right: calc( 100% * 1 / 2 );
  }

  .md\:-right-1\/2 {
    right: calc( -100% * 1 / 2 );
  }

  .md\:right-1\/3 {
    right: calc( 100% * 1 / 3 );
  }

  .md\:right-2\/3 {
    right: calc( 100% * 2 / 3 );
  }

  .md\:-right-1\/3 {
    right: calc( -100% * 1 / 3 );
  }

  .md\:-right-2\/3 {
    right: calc( -100% * 2 / 3 );
  }

  .md\:right-1\/4 {
    right: calc( 100% * 1 / 4 );
  }

  .md\:right-2\/4 {
    right: calc( 100% * 2 / 4 );
  }

  .md\:right-3\/4 {
    right: calc( 100% * 3 / 4 );
  }

  .md\:-right-1\/4 {
    right: calc( -100% * 1 / 4 );
  }

  .md\:-right-2\/4 {
    right: calc( -100% * 2 / 4 );
  }

  .md\:-right-3\/4 {
    right: calc( -100% * 3 / 4 );
  }

  .md\:right-1\/5 {
    right: calc( 100% * 1 / 5 );
  }

  .md\:right-2\/5 {
    right: calc( 100% * 2 / 5 );
  }

  .md\:right-3\/5 {
    right: calc( 100% * 3 / 5 );
  }

  .md\:right-4\/5 {
    right: calc( 100% * 4 / 5 );
  }

  .md\:-right-1\/5 {
    right: calc( -100% * 1 / 5 );
  }

  .md\:-right-2\/5 {
    right: calc( -100% * 2 / 5 );
  }

  .md\:-right-3\/5 {
    right: calc( -100% * 3 / 5 );
  }

  .md\:-right-4\/5 {
    right: calc( -100% * 4 / 5 );
  }

  .md\:right-1\/6 {
    right: calc( 100% * 1 / 6 );
  }

  .md\:right-2\/6 {
    right: calc( 100% * 2 / 6 );
  }

  .md\:right-3\/6 {
    right: calc( 100% * 3 / 6 );
  }

  .md\:right-4\/6 {
    right: calc( 100% * 4 / 6 );
  }

  .md\:right-5\/6 {
    right: calc( 100% * 5 / 6 );
  }

  .md\:-right-1\/6 {
    right: calc( -100% * 1 / 6 );
  }

  .md\:-right-2\/6 {
    right: calc( -100% * 2 / 6 );
  }

  .md\:-right-3\/6 {
    right: calc( -100% * 3 / 6 );
  }

  .md\:-right-4\/6 {
    right: calc( -100% * 4 / 6 );
  }

  .md\:-right-5\/6 {
    right: calc( -100% * 5 / 6 );
  }

  .md\:right-1\/12 {
    right: calc( 100% * 1 / 12 );
  }

  .md\:right-2\/12 {
    right: calc( 100% * 2 / 12 );
  }

  .md\:right-3\/12 {
    right: calc( 100% * 3 / 12 );
  }

  .md\:right-4\/12 {
    right: calc( 100% * 4 / 12 );
  }

  .md\:right-5\/12 {
    right: calc( 100% * 5 / 12 );
  }

  .md\:right-6\/12 {
    right: calc( 100% * 6 / 12 );
  }

  .md\:right-7\/12 {
    right: calc( 100% * 7 / 12 );
  }

  .md\:right-8\/12 {
    right: calc( 100% * 8 / 12 );
  }

  .md\:right-9\/12 {
    right: calc( 100% * 9 / 12 );
  }

  .md\:right-10\/12 {
    right: calc( 100% * 10 / 12 );
  }

  .md\:right-11\/12 {
    right: calc( 100% * 11 / 12 );
  }

  .md\:-right-1\/12 {
    right: calc( -100% * 1 / 12 );
  }

  .md\:-right-2\/12 {
    right: calc( -100% * 2 / 12 );
  }

  .md\:-right-3\/12 {
    right: calc( -100% * 3 / 12 );
  }

  .md\:-right-4\/12 {
    right: calc( -100% * 4 / 12 );
  }

  .md\:-right-5\/12 {
    right: calc( -100% * 5 / 12 );
  }

  .md\:-right-6\/12 {
    right: calc( -100% * 6 / 12 );
  }

  .md\:-right-7\/12 {
    right: calc( -100% * 7 / 12 );
  }

  .md\:-right-8\/12 {
    right: calc( -100% * 8 / 12 );
  }

  .md\:-right-9\/12 {
    right: calc( -100% * 9 / 12 );
  }

  .md\:-right-10\/12 {
    right: calc( -100% * 10 / 12 );
  }

  .md\:-right-11\/12 {
    right: calc( -100% * 11 / 12 );
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0 {
    bottom: 0rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:-bottom-0 {
    bottom: 0rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:bottom-1\/2 {
    bottom: calc( 100% * 1 / 2 );
  }

  .md\:-bottom-1\/2 {
    bottom: calc( -100% * 1 / 2 );
  }

  .md\:bottom-1\/3 {
    bottom: calc( 100% * 1 / 3 );
  }

  .md\:bottom-2\/3 {
    bottom: calc( 100% * 2 / 3 );
  }

  .md\:-bottom-1\/3 {
    bottom: calc( -100% * 1 / 3 );
  }

  .md\:-bottom-2\/3 {
    bottom: calc( -100% * 2 / 3 );
  }

  .md\:bottom-1\/4 {
    bottom: calc( 100% * 1 / 4 );
  }

  .md\:bottom-2\/4 {
    bottom: calc( 100% * 2 / 4 );
  }

  .md\:bottom-3\/4 {
    bottom: calc( 100% * 3 / 4 );
  }

  .md\:-bottom-1\/4 {
    bottom: calc( -100% * 1 / 4 );
  }

  .md\:-bottom-2\/4 {
    bottom: calc( -100% * 2 / 4 );
  }

  .md\:-bottom-3\/4 {
    bottom: calc( -100% * 3 / 4 );
  }

  .md\:bottom-1\/5 {
    bottom: calc( 100% * 1 / 5 );
  }

  .md\:bottom-2\/5 {
    bottom: calc( 100% * 2 / 5 );
  }

  .md\:bottom-3\/5 {
    bottom: calc( 100% * 3 / 5 );
  }

  .md\:bottom-4\/5 {
    bottom: calc( 100% * 4 / 5 );
  }

  .md\:-bottom-1\/5 {
    bottom: calc( -100% * 1 / 5 );
  }

  .md\:-bottom-2\/5 {
    bottom: calc( -100% * 2 / 5 );
  }

  .md\:-bottom-3\/5 {
    bottom: calc( -100% * 3 / 5 );
  }

  .md\:-bottom-4\/5 {
    bottom: calc( -100% * 4 / 5 );
  }

  .md\:bottom-1\/6 {
    bottom: calc( 100% * 1 / 6 );
  }

  .md\:bottom-2\/6 {
    bottom: calc( 100% * 2 / 6 );
  }

  .md\:bottom-3\/6 {
    bottom: calc( 100% * 3 / 6 );
  }

  .md\:bottom-4\/6 {
    bottom: calc( 100% * 4 / 6 );
  }

  .md\:bottom-5\/6 {
    bottom: calc( 100% * 5 / 6 );
  }

  .md\:-bottom-1\/6 {
    bottom: calc( -100% * 1 / 6 );
  }

  .md\:-bottom-2\/6 {
    bottom: calc( -100% * 2 / 6 );
  }

  .md\:-bottom-3\/6 {
    bottom: calc( -100% * 3 / 6 );
  }

  .md\:-bottom-4\/6 {
    bottom: calc( -100% * 4 / 6 );
  }

  .md\:-bottom-5\/6 {
    bottom: calc( -100% * 5 / 6 );
  }

  .md\:bottom-1\/12 {
    bottom: calc( 100% * 1 / 12 );
  }

  .md\:bottom-2\/12 {
    bottom: calc( 100% * 2 / 12 );
  }

  .md\:bottom-3\/12 {
    bottom: calc( 100% * 3 / 12 );
  }

  .md\:bottom-4\/12 {
    bottom: calc( 100% * 4 / 12 );
  }

  .md\:bottom-5\/12 {
    bottom: calc( 100% * 5 / 12 );
  }

  .md\:bottom-6\/12 {
    bottom: calc( 100% * 6 / 12 );
  }

  .md\:bottom-7\/12 {
    bottom: calc( 100% * 7 / 12 );
  }

  .md\:bottom-8\/12 {
    bottom: calc( 100% * 8 / 12 );
  }

  .md\:bottom-9\/12 {
    bottom: calc( 100% * 9 / 12 );
  }

  .md\:bottom-10\/12 {
    bottom: calc( 100% * 10 / 12 );
  }

  .md\:bottom-11\/12 {
    bottom: calc( 100% * 11 / 12 );
  }

  .md\:-bottom-1\/12 {
    bottom: calc( -100% * 1 / 12 );
  }

  .md\:-bottom-2\/12 {
    bottom: calc( -100% * 2 / 12 );
  }

  .md\:-bottom-3\/12 {
    bottom: calc( -100% * 3 / 12 );
  }

  .md\:-bottom-4\/12 {
    bottom: calc( -100% * 4 / 12 );
  }

  .md\:-bottom-5\/12 {
    bottom: calc( -100% * 5 / 12 );
  }

  .md\:-bottom-6\/12 {
    bottom: calc( -100% * 6 / 12 );
  }

  .md\:-bottom-7\/12 {
    bottom: calc( -100% * 7 / 12 );
  }

  .md\:-bottom-8\/12 {
    bottom: calc( -100% * 8 / 12 );
  }

  .md\:-bottom-9\/12 {
    bottom: calc( -100% * 9 / 12 );
  }

  .md\:-bottom-10\/12 {
    bottom: calc( -100% * 10 / 12 );
  }

  .md\:-bottom-11\/12 {
    bottom: calc( -100% * 11 / 12 );
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0 {
    left: 0rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:-left-0 {
    left: 0rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:left-1\/2 {
    left: calc( 100% * 1 / 2 );
  }

  .md\:-left-1\/2 {
    left: calc( -100% * 1 / 2 );
  }

  .md\:left-1\/3 {
    left: calc( 100% * 1 / 3 );
  }

  .md\:left-2\/3 {
    left: calc( 100% * 2 / 3 );
  }

  .md\:-left-1\/3 {
    left: calc( -100% * 1 / 3 );
  }

  .md\:-left-2\/3 {
    left: calc( -100% * 2 / 3 );
  }

  .md\:left-1\/4 {
    left: calc( 100% * 1 / 4 );
  }

  .md\:left-2\/4 {
    left: calc( 100% * 2 / 4 );
  }

  .md\:left-3\/4 {
    left: calc( 100% * 3 / 4 );
  }

  .md\:-left-1\/4 {
    left: calc( -100% * 1 / 4 );
  }

  .md\:-left-2\/4 {
    left: calc( -100% * 2 / 4 );
  }

  .md\:-left-3\/4 {
    left: calc( -100% * 3 / 4 );
  }

  .md\:left-1\/5 {
    left: calc( 100% * 1 / 5 );
  }

  .md\:left-2\/5 {
    left: calc( 100% * 2 / 5 );
  }

  .md\:left-3\/5 {
    left: calc( 100% * 3 / 5 );
  }

  .md\:left-4\/5 {
    left: calc( 100% * 4 / 5 );
  }

  .md\:-left-1\/5 {
    left: calc( -100% * 1 / 5 );
  }

  .md\:-left-2\/5 {
    left: calc( -100% * 2 / 5 );
  }

  .md\:-left-3\/5 {
    left: calc( -100% * 3 / 5 );
  }

  .md\:-left-4\/5 {
    left: calc( -100% * 4 / 5 );
  }

  .md\:left-1\/6 {
    left: calc( 100% * 1 / 6 );
  }

  .md\:left-2\/6 {
    left: calc( 100% * 2 / 6 );
  }

  .md\:left-3\/6 {
    left: calc( 100% * 3 / 6 );
  }

  .md\:left-4\/6 {
    left: calc( 100% * 4 / 6 );
  }

  .md\:left-5\/6 {
    left: calc( 100% * 5 / 6 );
  }

  .md\:-left-1\/6 {
    left: calc( -100% * 1 / 6 );
  }

  .md\:-left-2\/6 {
    left: calc( -100% * 2 / 6 );
  }

  .md\:-left-3\/6 {
    left: calc( -100% * 3 / 6 );
  }

  .md\:-left-4\/6 {
    left: calc( -100% * 4 / 6 );
  }

  .md\:-left-5\/6 {
    left: calc( -100% * 5 / 6 );
  }

  .md\:left-1\/12 {
    left: calc( 100% * 1 / 12 );
  }

  .md\:left-2\/12 {
    left: calc( 100% * 2 / 12 );
  }

  .md\:left-3\/12 {
    left: calc( 100% * 3 / 12 );
  }

  .md\:left-4\/12 {
    left: calc( 100% * 4 / 12 );
  }

  .md\:left-5\/12 {
    left: calc( 100% * 5 / 12 );
  }

  .md\:left-6\/12 {
    left: calc( 100% * 6 / 12 );
  }

  .md\:left-7\/12 {
    left: calc( 100% * 7 / 12 );
  }

  .md\:left-8\/12 {
    left: calc( 100% * 8 / 12 );
  }

  .md\:left-9\/12 {
    left: calc( 100% * 9 / 12 );
  }

  .md\:left-10\/12 {
    left: calc( 100% * 10 / 12 );
  }

  .md\:left-11\/12 {
    left: calc( 100% * 11 / 12 );
  }

  .md\:-left-1\/12 {
    left: calc( -100% * 1 / 12 );
  }

  .md\:-left-2\/12 {
    left: calc( -100% * 2 / 12 );
  }

  .md\:-left-3\/12 {
    left: calc( -100% * 3 / 12 );
  }

  .md\:-left-4\/12 {
    left: calc( -100% * 4 / 12 );
  }

  .md\:-left-5\/12 {
    left: calc( -100% * 5 / 12 );
  }

  .md\:-left-6\/12 {
    left: calc( -100% * 6 / 12 );
  }

  .md\:-left-7\/12 {
    left: calc( -100% * 7 / 12 );
  }

  .md\:-left-8\/12 {
    left: calc( -100% * 8 / 12 );
  }

  .md\:-left-9\/12 {
    left: calc( -100% * 9 / 12 );
  }

  .md\:-left-10\/12 {
    left: calc( -100% * 10 / 12 );
  }

  .md\:-left-11\/12 {
    left: calc( -100% * 11 / 12 );
  }

  /*----- Width */
  .md\:w-full {
    width: 100%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-0 {
    width: 0rem;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-1\/2 {
    width: calc( 100% * 1 / 2 );
  }

  .md\:w-1\/3 {
    width: calc( 100% * 1 / 3 );
  }

  .md\:w-2\/3 {
    width: calc( 100% * 2 / 3 );
  }

  .md\:w-1\/4 {
    width: calc( 100% * 1 / 4 );
  }

  .md\:w-2\/4 {
    width: calc( 100% * 2 / 4 );
  }

  .md\:w-3\/4 {
    width: calc( 100% * 3 / 4 );
  }

  .md\:w-1\/5 {
    width: calc( 100% * 1 / 5 );
  }

  .md\:w-2\/5 {
    width: calc( 100% * 2 / 5 );
  }

  .md\:w-3\/5 {
    width: calc( 100% * 3 / 5 );
  }

  .md\:w-4\/5 {
    width: calc( 100% * 4 / 5 );
  }

  .md\:w-1\/6 {
    width: calc( 100% * 1 / 6 );
  }

  .md\:w-2\/6 {
    width: calc( 100% * 2 / 6 );
  }

  .md\:w-3\/6 {
    width: calc( 100% * 3 / 6 );
  }

  .md\:w-4\/6 {
    width: calc( 100% * 4 / 6 );
  }

  .md\:w-5\/6 {
    width: calc( 100% * 5 / 6 );
  }

  .md\:w-1\/12 {
    width: calc( 100% * 1 / 12 );
  }

  .md\:w-2\/12 {
    width: calc( 100% * 2 / 12 );
  }

  .md\:w-3\/12 {
    width: calc( 100% * 3 / 12 );
  }

  .md\:w-4\/12 {
    width: calc( 100% * 4 / 12 );
  }

  .md\:w-5\/12 {
    width: calc( 100% * 5 / 12 );
  }

  .md\:w-6\/12 {
    width: calc( 100% * 6 / 12 );
  }

  .md\:w-7\/12 {
    width: calc( 100% * 7 / 12 );
  }

  .md\:w-8\/12 {
    width: calc( 100% * 8 / 12 );
  }

  .md\:w-9\/12 {
    width: calc( 100% * 9 / 12 );
  }

  .md\:w-10\/12 {
    width: calc( 100% * 10 / 12 );
  }

  .md\:w-11\/12 {
    width: calc( 100% * 11 / 12 );
  }

  /*----- Height */
  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-0 {
    height: 0rem;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-1\/2 {
    height: calc( 100% * 1 / 2 );
  }

  .md\:h-1\/3 {
    height: calc( 100% * 1 / 3 );
  }

  .md\:h-2\/3 {
    height: calc( 100% * 2 / 3 );
  }

  .md\:h-1\/4 {
    height: calc( 100% * 1 / 4 );
  }

  .md\:h-2\/4 {
    height: calc( 100% * 2 / 4 );
  }

  .md\:h-3\/4 {
    height: calc( 100% * 3 / 4 );
  }

  .md\:h-1\/5 {
    height: calc( 100% * 1 / 5 );
  }

  .md\:h-2\/5 {
    height: calc( 100% * 2 / 5 );
  }

  .md\:h-3\/5 {
    height: calc( 100% * 3 / 5 );
  }

  .md\:h-4\/5 {
    height: calc( 100% * 4 / 5 );
  }

  .md\:h-1\/6 {
    height: calc( 100% * 1 / 6 );
  }

  .md\:h-2\/6 {
    height: calc( 100% * 2 / 6 );
  }

  .md\:h-3\/6 {
    height: calc( 100% * 3 / 6 );
  }

  .md\:h-4\/6 {
    height: calc( 100% * 4 / 6 );
  }

  .md\:h-5\/6 {
    height: calc( 100% * 5 / 6 );
  }

  .md\:h-1\/12 {
    height: calc( 100% * 1 / 12 );
  }

  .md\:h-2\/12 {
    height: calc( 100% * 2 / 12 );
  }

  .md\:h-3\/12 {
    height: calc( 100% * 3 / 12 );
  }

  .md\:h-4\/12 {
    height: calc( 100% * 4 / 12 );
  }

  .md\:h-5\/12 {
    height: calc( 100% * 5 / 12 );
  }

  .md\:h-6\/12 {
    height: calc( 100% * 6 / 12 );
  }

  .md\:h-7\/12 {
    height: calc( 100% * 7 / 12 );
  }

  .md\:h-8\/12 {
    height: calc( 100% * 8 / 12 );
  }

  .md\:h-9\/12 {
    height: calc( 100% * 9 / 12 );
  }

  .md\:h-10\/12 {
    height: calc( 100% * 10 / 12 );
  }

  .md\:h-11\/12 {
    height: calc( 100% * 11 / 12 );
  }
}
@media only screen and (max-width:600px) {
  /*----- Margin */
  .sm\:m-auto {
    margin: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:m-0 {
    margin: 0rem;
  }

  .sm\:-m-0 {
    margin: 0rem;
  }

  .sm\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sm\:-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sm\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:ml-0 {
    margin-left: 0rem;
  }

  .sm\:-ml-0 {
    margin-left: 0rem;
  }

  .sm\:mt-0 {
    margin-top: 0rem;
  }

  .sm\:-mt-0 {
    margin-top: 0rem;
  }

  .sm\:mr-0 {
    margin-right: 0rem;
  }

  .sm\:-mr-0 {
    margin-right: 0rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0rem;
  }

  .sm\:-mb-0 {
    margin-bottom: 0rem;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:m-68 {
    margin: 17rem;
  }

  .sm\:-m-68 {
    margin: -17rem;
  }

  .sm\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .sm\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .sm\:ml-68 {
    margin-left: 17rem;
  }

  .sm\:-ml-68 {
    margin-left: -17rem;
  }

  .sm\:mt-68 {
    margin-top: 17rem;
  }

  .sm\:-mt-68 {
    margin-top: -17rem;
  }

  .sm\:mr-68 {
    margin-right: 17rem;
  }

  .sm\:-mr-68 {
    margin-right: -17rem;
  }

  .sm\:mb-68 {
    margin-bottom: 17rem;
  }

  .sm\:-mb-68 {
    margin-bottom: -17rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  /*----- Position */
  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0 {
    top: 0rem;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:-top-0 {
    top: 0rem;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:top-1\/2 {
    top: calc( 100% * 1 / 2 );
  }

  .sm\:-top-1\/2 {
    top: calc( -100% * 1 / 2 );
  }

  .sm\:top-1\/3 {
    top: calc( 100% * 1 / 3 );
  }

  .sm\:top-2\/3 {
    top: calc( 100% * 2 / 3 );
  }

  .sm\:-top-1\/3 {
    top: calc( -100% * 1 / 3 );
  }

  .sm\:-top-2\/3 {
    top: calc( -100% * 2 / 3 );
  }

  .sm\:top-1\/4 {
    top: calc( 100% * 1 / 4 );
  }

  .sm\:top-2\/4 {
    top: calc( 100% * 2 / 4 );
  }

  .sm\:top-3\/4 {
    top: calc( 100% * 3 / 4 );
  }

  .sm\:-top-1\/4 {
    top: calc( -100% * 1 / 4 );
  }

  .sm\:-top-2\/4 {
    top: calc( -100% * 2 / 4 );
  }

  .sm\:-top-3\/4 {
    top: calc( -100% * 3 / 4 );
  }

  .sm\:top-1\/5 {
    top: calc( 100% * 1 / 5 );
  }

  .sm\:top-2\/5 {
    top: calc( 100% * 2 / 5 );
  }

  .sm\:top-3\/5 {
    top: calc( 100% * 3 / 5 );
  }

  .sm\:top-4\/5 {
    top: calc( 100% * 4 / 5 );
  }

  .sm\:-top-1\/5 {
    top: calc( -100% * 1 / 5 );
  }

  .sm\:-top-2\/5 {
    top: calc( -100% * 2 / 5 );
  }

  .sm\:-top-3\/5 {
    top: calc( -100% * 3 / 5 );
  }

  .sm\:-top-4\/5 {
    top: calc( -100% * 4 / 5 );
  }

  .sm\:top-1\/6 {
    top: calc( 100% * 1 / 6 );
  }

  .sm\:top-2\/6 {
    top: calc( 100% * 2 / 6 );
  }

  .sm\:top-3\/6 {
    top: calc( 100% * 3 / 6 );
  }

  .sm\:top-4\/6 {
    top: calc( 100% * 4 / 6 );
  }

  .sm\:top-5\/6 {
    top: calc( 100% * 5 / 6 );
  }

  .sm\:-top-1\/6 {
    top: calc( -100% * 1 / 6 );
  }

  .sm\:-top-2\/6 {
    top: calc( -100% * 2 / 6 );
  }

  .sm\:-top-3\/6 {
    top: calc( -100% * 3 / 6 );
  }

  .sm\:-top-4\/6 {
    top: calc( -100% * 4 / 6 );
  }

  .sm\:-top-5\/6 {
    top: calc( -100% * 5 / 6 );
  }

  .sm\:top-1\/12 {
    top: calc( 100% * 1 / 12 );
  }

  .sm\:top-2\/12 {
    top: calc( 100% * 2 / 12 );
  }

  .sm\:top-3\/12 {
    top: calc( 100% * 3 / 12 );
  }

  .sm\:top-4\/12 {
    top: calc( 100% * 4 / 12 );
  }

  .sm\:top-5\/12 {
    top: calc( 100% * 5 / 12 );
  }

  .sm\:top-6\/12 {
    top: calc( 100% * 6 / 12 );
  }

  .sm\:top-7\/12 {
    top: calc( 100% * 7 / 12 );
  }

  .sm\:top-8\/12 {
    top: calc( 100% * 8 / 12 );
  }

  .sm\:top-9\/12 {
    top: calc( 100% * 9 / 12 );
  }

  .sm\:top-10\/12 {
    top: calc( 100% * 10 / 12 );
  }

  .sm\:top-11\/12 {
    top: calc( 100% * 11 / 12 );
  }

  .sm\:-top-1\/12 {
    top: calc( -100% * 1 / 12 );
  }

  .sm\:-top-2\/12 {
    top: calc( -100% * 2 / 12 );
  }

  .sm\:-top-3\/12 {
    top: calc( -100% * 3 / 12 );
  }

  .sm\:-top-4\/12 {
    top: calc( -100% * 4 / 12 );
  }

  .sm\:-top-5\/12 {
    top: calc( -100% * 5 / 12 );
  }

  .sm\:-top-6\/12 {
    top: calc( -100% * 6 / 12 );
  }

  .sm\:-top-7\/12 {
    top: calc( -100% * 7 / 12 );
  }

  .sm\:-top-8\/12 {
    top: calc( -100% * 8 / 12 );
  }

  .sm\:-top-9\/12 {
    top: calc( -100% * 9 / 12 );
  }

  .sm\:-top-10\/12 {
    top: calc( -100% * 10 / 12 );
  }

  .sm\:-top-11\/12 {
    top: calc( -100% * 11 / 12 );
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0 {
    right: 0rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:-right-0 {
    right: 0rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:right-1\/2 {
    right: calc( 100% * 1 / 2 );
  }

  .sm\:-right-1\/2 {
    right: calc( -100% * 1 / 2 );
  }

  .sm\:right-1\/3 {
    right: calc( 100% * 1 / 3 );
  }

  .sm\:right-2\/3 {
    right: calc( 100% * 2 / 3 );
  }

  .sm\:-right-1\/3 {
    right: calc( -100% * 1 / 3 );
  }

  .sm\:-right-2\/3 {
    right: calc( -100% * 2 / 3 );
  }

  .sm\:right-1\/4 {
    right: calc( 100% * 1 / 4 );
  }

  .sm\:right-2\/4 {
    right: calc( 100% * 2 / 4 );
  }

  .sm\:right-3\/4 {
    right: calc( 100% * 3 / 4 );
  }

  .sm\:-right-1\/4 {
    right: calc( -100% * 1 / 4 );
  }

  .sm\:-right-2\/4 {
    right: calc( -100% * 2 / 4 );
  }

  .sm\:-right-3\/4 {
    right: calc( -100% * 3 / 4 );
  }

  .sm\:right-1\/5 {
    right: calc( 100% * 1 / 5 );
  }

  .sm\:right-2\/5 {
    right: calc( 100% * 2 / 5 );
  }

  .sm\:right-3\/5 {
    right: calc( 100% * 3 / 5 );
  }

  .sm\:right-4\/5 {
    right: calc( 100% * 4 / 5 );
  }

  .sm\:-right-1\/5 {
    right: calc( -100% * 1 / 5 );
  }

  .sm\:-right-2\/5 {
    right: calc( -100% * 2 / 5 );
  }

  .sm\:-right-3\/5 {
    right: calc( -100% * 3 / 5 );
  }

  .sm\:-right-4\/5 {
    right: calc( -100% * 4 / 5 );
  }

  .sm\:right-1\/6 {
    right: calc( 100% * 1 / 6 );
  }

  .sm\:right-2\/6 {
    right: calc( 100% * 2 / 6 );
  }

  .sm\:right-3\/6 {
    right: calc( 100% * 3 / 6 );
  }

  .sm\:right-4\/6 {
    right: calc( 100% * 4 / 6 );
  }

  .sm\:right-5\/6 {
    right: calc( 100% * 5 / 6 );
  }

  .sm\:-right-1\/6 {
    right: calc( -100% * 1 / 6 );
  }

  .sm\:-right-2\/6 {
    right: calc( -100% * 2 / 6 );
  }

  .sm\:-right-3\/6 {
    right: calc( -100% * 3 / 6 );
  }

  .sm\:-right-4\/6 {
    right: calc( -100% * 4 / 6 );
  }

  .sm\:-right-5\/6 {
    right: calc( -100% * 5 / 6 );
  }

  .sm\:right-1\/12 {
    right: calc( 100% * 1 / 12 );
  }

  .sm\:right-2\/12 {
    right: calc( 100% * 2 / 12 );
  }

  .sm\:right-3\/12 {
    right: calc( 100% * 3 / 12 );
  }

  .sm\:right-4\/12 {
    right: calc( 100% * 4 / 12 );
  }

  .sm\:right-5\/12 {
    right: calc( 100% * 5 / 12 );
  }

  .sm\:right-6\/12 {
    right: calc( 100% * 6 / 12 );
  }

  .sm\:right-7\/12 {
    right: calc( 100% * 7 / 12 );
  }

  .sm\:right-8\/12 {
    right: calc( 100% * 8 / 12 );
  }

  .sm\:right-9\/12 {
    right: calc( 100% * 9 / 12 );
  }

  .sm\:right-10\/12 {
    right: calc( 100% * 10 / 12 );
  }

  .sm\:right-11\/12 {
    right: calc( 100% * 11 / 12 );
  }

  .sm\:-right-1\/12 {
    right: calc( -100% * 1 / 12 );
  }

  .sm\:-right-2\/12 {
    right: calc( -100% * 2 / 12 );
  }

  .sm\:-right-3\/12 {
    right: calc( -100% * 3 / 12 );
  }

  .sm\:-right-4\/12 {
    right: calc( -100% * 4 / 12 );
  }

  .sm\:-right-5\/12 {
    right: calc( -100% * 5 / 12 );
  }

  .sm\:-right-6\/12 {
    right: calc( -100% * 6 / 12 );
  }

  .sm\:-right-7\/12 {
    right: calc( -100% * 7 / 12 );
  }

  .sm\:-right-8\/12 {
    right: calc( -100% * 8 / 12 );
  }

  .sm\:-right-9\/12 {
    right: calc( -100% * 9 / 12 );
  }

  .sm\:-right-10\/12 {
    right: calc( -100% * 10 / 12 );
  }

  .sm\:-right-11\/12 {
    right: calc( -100% * 11 / 12 );
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0 {
    bottom: 0rem;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:-bottom-0 {
    bottom: 0rem;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:bottom-1\/2 {
    bottom: calc( 100% * 1 / 2 );
  }

  .sm\:-bottom-1\/2 {
    bottom: calc( -100% * 1 / 2 );
  }

  .sm\:bottom-1\/3 {
    bottom: calc( 100% * 1 / 3 );
  }

  .sm\:bottom-2\/3 {
    bottom: calc( 100% * 2 / 3 );
  }

  .sm\:-bottom-1\/3 {
    bottom: calc( -100% * 1 / 3 );
  }

  .sm\:-bottom-2\/3 {
    bottom: calc( -100% * 2 / 3 );
  }

  .sm\:bottom-1\/4 {
    bottom: calc( 100% * 1 / 4 );
  }

  .sm\:bottom-2\/4 {
    bottom: calc( 100% * 2 / 4 );
  }

  .sm\:bottom-3\/4 {
    bottom: calc( 100% * 3 / 4 );
  }

  .sm\:-bottom-1\/4 {
    bottom: calc( -100% * 1 / 4 );
  }

  .sm\:-bottom-2\/4 {
    bottom: calc( -100% * 2 / 4 );
  }

  .sm\:-bottom-3\/4 {
    bottom: calc( -100% * 3 / 4 );
  }

  .sm\:bottom-1\/5 {
    bottom: calc( 100% * 1 / 5 );
  }

  .sm\:bottom-2\/5 {
    bottom: calc( 100% * 2 / 5 );
  }

  .sm\:bottom-3\/5 {
    bottom: calc( 100% * 3 / 5 );
  }

  .sm\:bottom-4\/5 {
    bottom: calc( 100% * 4 / 5 );
  }

  .sm\:-bottom-1\/5 {
    bottom: calc( -100% * 1 / 5 );
  }

  .sm\:-bottom-2\/5 {
    bottom: calc( -100% * 2 / 5 );
  }

  .sm\:-bottom-3\/5 {
    bottom: calc( -100% * 3 / 5 );
  }

  .sm\:-bottom-4\/5 {
    bottom: calc( -100% * 4 / 5 );
  }

  .sm\:bottom-1\/6 {
    bottom: calc( 100% * 1 / 6 );
  }

  .sm\:bottom-2\/6 {
    bottom: calc( 100% * 2 / 6 );
  }

  .sm\:bottom-3\/6 {
    bottom: calc( 100% * 3 / 6 );
  }

  .sm\:bottom-4\/6 {
    bottom: calc( 100% * 4 / 6 );
  }

  .sm\:bottom-5\/6 {
    bottom: calc( 100% * 5 / 6 );
  }

  .sm\:-bottom-1\/6 {
    bottom: calc( -100% * 1 / 6 );
  }

  .sm\:-bottom-2\/6 {
    bottom: calc( -100% * 2 / 6 );
  }

  .sm\:-bottom-3\/6 {
    bottom: calc( -100% * 3 / 6 );
  }

  .sm\:-bottom-4\/6 {
    bottom: calc( -100% * 4 / 6 );
  }

  .sm\:-bottom-5\/6 {
    bottom: calc( -100% * 5 / 6 );
  }

  .sm\:bottom-1\/12 {
    bottom: calc( 100% * 1 / 12 );
  }

  .sm\:bottom-2\/12 {
    bottom: calc( 100% * 2 / 12 );
  }

  .sm\:bottom-3\/12 {
    bottom: calc( 100% * 3 / 12 );
  }

  .sm\:bottom-4\/12 {
    bottom: calc( 100% * 4 / 12 );
  }

  .sm\:bottom-5\/12 {
    bottom: calc( 100% * 5 / 12 );
  }

  .sm\:bottom-6\/12 {
    bottom: calc( 100% * 6 / 12 );
  }

  .sm\:bottom-7\/12 {
    bottom: calc( 100% * 7 / 12 );
  }

  .sm\:bottom-8\/12 {
    bottom: calc( 100% * 8 / 12 );
  }

  .sm\:bottom-9\/12 {
    bottom: calc( 100% * 9 / 12 );
  }

  .sm\:bottom-10\/12 {
    bottom: calc( 100% * 10 / 12 );
  }

  .sm\:bottom-11\/12 {
    bottom: calc( 100% * 11 / 12 );
  }

  .sm\:-bottom-1\/12 {
    bottom: calc( -100% * 1 / 12 );
  }

  .sm\:-bottom-2\/12 {
    bottom: calc( -100% * 2 / 12 );
  }

  .sm\:-bottom-3\/12 {
    bottom: calc( -100% * 3 / 12 );
  }

  .sm\:-bottom-4\/12 {
    bottom: calc( -100% * 4 / 12 );
  }

  .sm\:-bottom-5\/12 {
    bottom: calc( -100% * 5 / 12 );
  }

  .sm\:-bottom-6\/12 {
    bottom: calc( -100% * 6 / 12 );
  }

  .sm\:-bottom-7\/12 {
    bottom: calc( -100% * 7 / 12 );
  }

  .sm\:-bottom-8\/12 {
    bottom: calc( -100% * 8 / 12 );
  }

  .sm\:-bottom-9\/12 {
    bottom: calc( -100% * 9 / 12 );
  }

  .sm\:-bottom-10\/12 {
    bottom: calc( -100% * 10 / 12 );
  }

  .sm\:-bottom-11\/12 {
    bottom: calc( -100% * 11 / 12 );
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0 {
    left: 0rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:-left-0 {
    left: 0rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:left-1\/2 {
    left: calc( 100% * 1 / 2 );
  }

  .sm\:-left-1\/2 {
    left: calc( -100% * 1 / 2 );
  }

  .sm\:left-1\/3 {
    left: calc( 100% * 1 / 3 );
  }

  .sm\:left-2\/3 {
    left: calc( 100% * 2 / 3 );
  }

  .sm\:-left-1\/3 {
    left: calc( -100% * 1 / 3 );
  }

  .sm\:-left-2\/3 {
    left: calc( -100% * 2 / 3 );
  }

  .sm\:left-1\/4 {
    left: calc( 100% * 1 / 4 );
  }

  .sm\:left-2\/4 {
    left: calc( 100% * 2 / 4 );
  }

  .sm\:left-3\/4 {
    left: calc( 100% * 3 / 4 );
  }

  .sm\:-left-1\/4 {
    left: calc( -100% * 1 / 4 );
  }

  .sm\:-left-2\/4 {
    left: calc( -100% * 2 / 4 );
  }

  .sm\:-left-3\/4 {
    left: calc( -100% * 3 / 4 );
  }

  .sm\:left-1\/5 {
    left: calc( 100% * 1 / 5 );
  }

  .sm\:left-2\/5 {
    left: calc( 100% * 2 / 5 );
  }

  .sm\:left-3\/5 {
    left: calc( 100% * 3 / 5 );
  }

  .sm\:left-4\/5 {
    left: calc( 100% * 4 / 5 );
  }

  .sm\:-left-1\/5 {
    left: calc( -100% * 1 / 5 );
  }

  .sm\:-left-2\/5 {
    left: calc( -100% * 2 / 5 );
  }

  .sm\:-left-3\/5 {
    left: calc( -100% * 3 / 5 );
  }

  .sm\:-left-4\/5 {
    left: calc( -100% * 4 / 5 );
  }

  .sm\:left-1\/6 {
    left: calc( 100% * 1 / 6 );
  }

  .sm\:left-2\/6 {
    left: calc( 100% * 2 / 6 );
  }

  .sm\:left-3\/6 {
    left: calc( 100% * 3 / 6 );
  }

  .sm\:left-4\/6 {
    left: calc( 100% * 4 / 6 );
  }

  .sm\:left-5\/6 {
    left: calc( 100% * 5 / 6 );
  }

  .sm\:-left-1\/6 {
    left: calc( -100% * 1 / 6 );
  }

  .sm\:-left-2\/6 {
    left: calc( -100% * 2 / 6 );
  }

  .sm\:-left-3\/6 {
    left: calc( -100% * 3 / 6 );
  }

  .sm\:-left-4\/6 {
    left: calc( -100% * 4 / 6 );
  }

  .sm\:-left-5\/6 {
    left: calc( -100% * 5 / 6 );
  }

  .sm\:left-1\/12 {
    left: calc( 100% * 1 / 12 );
  }

  .sm\:left-2\/12 {
    left: calc( 100% * 2 / 12 );
  }

  .sm\:left-3\/12 {
    left: calc( 100% * 3 / 12 );
  }

  .sm\:left-4\/12 {
    left: calc( 100% * 4 / 12 );
  }

  .sm\:left-5\/12 {
    left: calc( 100% * 5 / 12 );
  }

  .sm\:left-6\/12 {
    left: calc( 100% * 6 / 12 );
  }

  .sm\:left-7\/12 {
    left: calc( 100% * 7 / 12 );
  }

  .sm\:left-8\/12 {
    left: calc( 100% * 8 / 12 );
  }

  .sm\:left-9\/12 {
    left: calc( 100% * 9 / 12 );
  }

  .sm\:left-10\/12 {
    left: calc( 100% * 10 / 12 );
  }

  .sm\:left-11\/12 {
    left: calc( 100% * 11 / 12 );
  }

  .sm\:-left-1\/12 {
    left: calc( -100% * 1 / 12 );
  }

  .sm\:-left-2\/12 {
    left: calc( -100% * 2 / 12 );
  }

  .sm\:-left-3\/12 {
    left: calc( -100% * 3 / 12 );
  }

  .sm\:-left-4\/12 {
    left: calc( -100% * 4 / 12 );
  }

  .sm\:-left-5\/12 {
    left: calc( -100% * 5 / 12 );
  }

  .sm\:-left-6\/12 {
    left: calc( -100% * 6 / 12 );
  }

  .sm\:-left-7\/12 {
    left: calc( -100% * 7 / 12 );
  }

  .sm\:-left-8\/12 {
    left: calc( -100% * 8 / 12 );
  }

  .sm\:-left-9\/12 {
    left: calc( -100% * 9 / 12 );
  }

  .sm\:-left-10\/12 {
    left: calc( -100% * 10 / 12 );
  }

  .sm\:-left-11\/12 {
    left: calc( -100% * 11 / 12 );
  }

  /*----- Width */
  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-0 {
    width: 0rem;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-1\/2 {
    width: calc( 100% * 1 / 2 );
  }

  .sm\:w-1\/3 {
    width: calc( 100% * 1 / 3 );
  }

  .sm\:w-2\/3 {
    width: calc( 100% * 2 / 3 );
  }

  .sm\:w-1\/4 {
    width: calc( 100% * 1 / 4 );
  }

  .sm\:w-2\/4 {
    width: calc( 100% * 2 / 4 );
  }

  .sm\:w-3\/4 {
    width: calc( 100% * 3 / 4 );
  }

  .sm\:w-1\/5 {
    width: calc( 100% * 1 / 5 );
  }

  .sm\:w-2\/5 {
    width: calc( 100% * 2 / 5 );
  }

  .sm\:w-3\/5 {
    width: calc( 100% * 3 / 5 );
  }

  .sm\:w-4\/5 {
    width: calc( 100% * 4 / 5 );
  }

  .sm\:w-1\/6 {
    width: calc( 100% * 1 / 6 );
  }

  .sm\:w-2\/6 {
    width: calc( 100% * 2 / 6 );
  }

  .sm\:w-3\/6 {
    width: calc( 100% * 3 / 6 );
  }

  .sm\:w-4\/6 {
    width: calc( 100% * 4 / 6 );
  }

  .sm\:w-5\/6 {
    width: calc( 100% * 5 / 6 );
  }

  .sm\:w-1\/12 {
    width: calc( 100% * 1 / 12 );
  }

  .sm\:w-2\/12 {
    width: calc( 100% * 2 / 12 );
  }

  .sm\:w-3\/12 {
    width: calc( 100% * 3 / 12 );
  }

  .sm\:w-4\/12 {
    width: calc( 100% * 4 / 12 );
  }

  .sm\:w-5\/12 {
    width: calc( 100% * 5 / 12 );
  }

  .sm\:w-6\/12 {
    width: calc( 100% * 6 / 12 );
  }

  .sm\:w-7\/12 {
    width: calc( 100% * 7 / 12 );
  }

  .sm\:w-8\/12 {
    width: calc( 100% * 8 / 12 );
  }

  .sm\:w-9\/12 {
    width: calc( 100% * 9 / 12 );
  }

  .sm\:w-10\/12 {
    width: calc( 100% * 10 / 12 );
  }

  .sm\:w-11\/12 {
    width: calc( 100% * 11 / 12 );
  }

  /*----- Height */
  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-0 {
    height: 0rem;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-1\/2 {
    height: calc( 100% * 1 / 2 );
  }

  .sm\:h-1\/3 {
    height: calc( 100% * 1 / 3 );
  }

  .sm\:h-2\/3 {
    height: calc( 100% * 2 / 3 );
  }

  .sm\:h-1\/4 {
    height: calc( 100% * 1 / 4 );
  }

  .sm\:h-2\/4 {
    height: calc( 100% * 2 / 4 );
  }

  .sm\:h-3\/4 {
    height: calc( 100% * 3 / 4 );
  }

  .sm\:h-1\/5 {
    height: calc( 100% * 1 / 5 );
  }

  .sm\:h-2\/5 {
    height: calc( 100% * 2 / 5 );
  }

  .sm\:h-3\/5 {
    height: calc( 100% * 3 / 5 );
  }

  .sm\:h-4\/5 {
    height: calc( 100% * 4 / 5 );
  }

  .sm\:h-1\/6 {
    height: calc( 100% * 1 / 6 );
  }

  .sm\:h-2\/6 {
    height: calc( 100% * 2 / 6 );
  }

  .sm\:h-3\/6 {
    height: calc( 100% * 3 / 6 );
  }

  .sm\:h-4\/6 {
    height: calc( 100% * 4 / 6 );
  }

  .sm\:h-5\/6 {
    height: calc( 100% * 5 / 6 );
  }

  .sm\:h-1\/12 {
    height: calc( 100% * 1 / 12 );
  }

  .sm\:h-2\/12 {
    height: calc( 100% * 2 / 12 );
  }

  .sm\:h-3\/12 {
    height: calc( 100% * 3 / 12 );
  }

  .sm\:h-4\/12 {
    height: calc( 100% * 4 / 12 );
  }

  .sm\:h-5\/12 {
    height: calc( 100% * 5 / 12 );
  }

  .sm\:h-6\/12 {
    height: calc( 100% * 6 / 12 );
  }

  .sm\:h-7\/12 {
    height: calc( 100% * 7 / 12 );
  }

  .sm\:h-8\/12 {
    height: calc( 100% * 8 / 12 );
  }

  .sm\:h-9\/12 {
    height: calc( 100% * 9 / 12 );
  }

  .sm\:h-10\/12 {
    height: calc( 100% * 10 / 12 );
  }

  .sm\:h-11\/12 {
    height: calc( 100% * 11 / 12 );
  }
}
.gap-1 {
  gap: calc( var( --wp--custom--gap ) * 1 );
}

.gap-2 {
  gap: calc( var( --wp--custom--gap ) * 2 );
}

.gap-4 {
  gap: calc( var( --wp--custom--gap ) * 4 );
}

.gap-6 {
  gap: calc( var( --wp--custom--gap ) * 6 );
}

.gap-8 {
  gap: calc( var( --wp--custom--gap ) * 8 );
}

.backdrop-blur-none {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.backdrop-blur-2xl {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.backdrop-blur-3xl {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

.hover\:backdrop-blur-none:hover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.hover\:backdrop-blur-sm:hover {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.hover\:backdrop-blur:hover {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.hover\:backdrop-blur-md:hover {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.hover\:backdrop-blur-lg:hover {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.hover\:backdrop-blur-xl:hover {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.hover\:backdrop-blur-2xl:hover {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.hover\:backdrop-blur-3xl:hover {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

.backdrop-opacity-0 {
  -webkit-backdrop-filter: opacity(0);
          backdrop-filter: opacity(0);
}

.backdrop-opacity-5 {
  -webkit-backdrop-filter: opacity(0.05);
          backdrop-filter: opacity(0.05);
}

.backdrop-opacity-10 {
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
}

.backdrop-opacity-20 {
  -webkit-backdrop-filter: opacity(0.2);
          backdrop-filter: opacity(0.2);
}

.backdrop-opacity-25 {
  -webkit-backdrop-filter: opacity(0.25);
          backdrop-filter: opacity(0.25);
}

.backdrop-opacity-30 {
  -webkit-backdrop-filter: opacity(0.3);
          backdrop-filter: opacity(0.3);
}

.backdrop-opacity-40 {
  -webkit-backdrop-filter: opacity(0.4);
          backdrop-filter: opacity(0.4);
}

.backdrop-opacity-50 {
  -webkit-backdrop-filter: opacity(0.5);
          backdrop-filter: opacity(0.5);
}

.backdrop-opacity-60 {
  -webkit-backdrop-filter: opacity(0.6);
          backdrop-filter: opacity(0.6);
}

.backdrop-opacity-70 {
  -webkit-backdrop-filter: opacity(0.7);
          backdrop-filter: opacity(0.7);
}

.backdrop-opacity-75 {
  -webkit-backdrop-filter: opacity(0.75);
          backdrop-filter: opacity(0.75);
}

.backdrop-opacity-80 {
  -webkit-backdrop-filter: opacity(0.8);
          backdrop-filter: opacity(0.8);
}

.backdrop-opacity-90 {
  -webkit-backdrop-filter: opacity(0.9);
          backdrop-filter: opacity(0.9);
}

.backdrop-opacity-95 {
  -webkit-backdrop-filter: opacity(0.95);
          backdrop-filter: opacity(0.95);
}

.backdrop-opacity-100 {
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
}

.hover\:backdrop-opacity-0:hover {
  -webkit-backdrop-filter: opacity(0);
          backdrop-filter: opacity(0);
}

.hover\:backdrop-opacity-5:hover {
  -webkit-backdrop-filter: opacity(0.05);
          backdrop-filter: opacity(0.05);
}

.hover\:backdrop-opacity-10:hover {
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
}

.hover\:backdrop-opacity-20:hover {
  -webkit-backdrop-filter: opacity(0.2);
          backdrop-filter: opacity(0.2);
}

.hover\:backdrop-opacity-25:hover {
  -webkit-backdrop-filter: opacity(0.25);
          backdrop-filter: opacity(0.25);
}

.hover\:backdrop-opacity-30:hover {
  -webkit-backdrop-filter: opacity(0.3);
          backdrop-filter: opacity(0.3);
}

.hover\:backdrop-opacity-40:hover {
  -webkit-backdrop-filter: opacity(0.4);
          backdrop-filter: opacity(0.4);
}

.hover\:backdrop-opacity-50:hover {
  -webkit-backdrop-filter: opacity(0.5);
          backdrop-filter: opacity(0.5);
}

.hover\:backdrop-opacity-60:hover {
  -webkit-backdrop-filter: opacity(0.6);
          backdrop-filter: opacity(0.6);
}

.hover\:backdrop-opacity-70:hover {
  -webkit-backdrop-filter: opacity(0.7);
          backdrop-filter: opacity(0.7);
}

.hover\:backdrop-opacity-75:hover {
  -webkit-backdrop-filter: opacity(0.75);
          backdrop-filter: opacity(0.75);
}

.hover\:backdrop-opacity-80:hover {
  -webkit-backdrop-filter: opacity(0.8);
          backdrop-filter: opacity(0.8);
}

.hover\:backdrop-opacity-90:hover {
  -webkit-backdrop-filter: opacity(0.9);
          backdrop-filter: opacity(0.9);
}

.hover\:backdrop-opacity-95:hover {
  -webkit-backdrop-filter: opacity(0.95);
          backdrop-filter: opacity(0.95);
}

.hover\:backdrop-opacity-100:hover {
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
}

.backdrop-sepia-0 {
  -webkit-backdrop-filter: sepia(0);
          backdrop-filter: sepia(0);
}

.backdrop-sepia {
  -webkit-backdrop-filter: sepia(100%);
          backdrop-filter: sepia(100%);
}

.hover\:backdrop-sepia-0:hover {
  -webkit-backdrop-filter: sepia(0);
          backdrop-filter: sepia(0);
}

.hover\:backdrop-sepia:hover {
  -webkit-backdrop-filter: sepia(100%);
          backdrop-filter: sepia(100%);
}

.backdrop-saturate-0 {
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
}

.backdrop-saturate-50 {
  -webkit-backdrop-filter: saturate(0.5);
          backdrop-filter: saturate(0.5);
}

.backdrop-saturate-100 {
  -webkit-backdrop-filter: saturate(1);
          backdrop-filter: saturate(1);
}

.backdrop-saturate-150 {
  -webkit-backdrop-filter: saturate(1.5);
          backdrop-filter: saturate(1.5);
}

.backdrop-saturate-200 {
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
}

.hover\:backdrop-saturate-0:hover {
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
}

.hover\:backdrop-saturate-50:hover {
  -webkit-backdrop-filter: saturate(0.5);
          backdrop-filter: saturate(0.5);
}

.hover\:backdrop-saturate-100:hover {
  -webkit-backdrop-filter: saturate(1);
          backdrop-filter: saturate(1);
}

.hover\:backdrop-saturate-150:hover {
  -webkit-backdrop-filter: saturate(1.5);
          backdrop-filter: saturate(1.5);
}

.hover\:backdrop-saturate-200:hover {
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
}

.backdrop-hue-rotate-0 {
  -webkit-backdrop-filter: hue-rotate(0deg);
          backdrop-filter: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  -webkit-backdrop-filter: hue-rotate(15deg);
          backdrop-filter: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  -webkit-backdrop-filter: hue-rotate(30deg);
          backdrop-filter: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  -webkit-backdrop-filter: hue-rotate(60deg);
          backdrop-filter: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  -webkit-backdrop-filter: hue-rotate(90deg);
          backdrop-filter: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  -webkit-backdrop-filter: hue-rotate(180deg);
          backdrop-filter: hue-rotate(180deg);
}

.hover\:backdrop-hue-rotate-0:hover {
  -webkit-backdrop-filter: hue-rotate(0deg);
          backdrop-filter: hue-rotate(0deg);
}

.hover\:backdrop-hue-rotate-15:hover {
  -webkit-backdrop-filter: hue-rotate(15deg);
          backdrop-filter: hue-rotate(15deg);
}

.hover\:backdrop-hue-rotate-30:hover {
  -webkit-backdrop-filter: hue-rotate(30deg);
          backdrop-filter: hue-rotate(30deg);
}

.hover\:backdrop-hue-rotate-60:hover {
  -webkit-backdrop-filter: hue-rotate(60deg);
          backdrop-filter: hue-rotate(60deg);
}

.hover\:backdrop-hue-rotate-90:hover {
  -webkit-backdrop-filter: hue-rotate(90deg);
          backdrop-filter: hue-rotate(90deg);
}

.hover\:backdrop-hue-rotate-180:hover {
  -webkit-backdrop-filter: hue-rotate(180deg);
          backdrop-filter: hue-rotate(180deg);
}

.backdrop-invert-0 {
  -webkit-backdrop-filter: invert(0);
          backdrop-filter: invert(0);
}

.backdrop-invert {
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
}

.hover\:backdrop-invert-0:hover {
  -webkit-backdrop-filter: invert(0);
          backdrop-filter: invert(0);
}

.hover\:backdrop-invert:hover {
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
}

.backdrop-brightness-0 {
  -webkit-backdrop-filter: brightness(0);
          backdrop-filter: brightness(0);
}

.backdrop-brightness-50 {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}

.backdrop-brightness-75 {
  -webkit-backdrop-filter: brightness(0.75);
          backdrop-filter: brightness(0.75);
}

.backdrop-brightness-90 {
  -webkit-backdrop-filter: brightness(0.9);
          backdrop-filter: brightness(0.9);
}

.backdrop-brightness-95 {
  -webkit-backdrop-filter: brightness(0.95);
          backdrop-filter: brightness(0.95);
}

.backdrop-brightness-100 {
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
}

.backdrop-brightness-105 {
  -webkit-backdrop-filter: brightness(1.05);
          backdrop-filter: brightness(1.05);
}

.backdrop-brightness-110 {
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}

.backdrop-brightness-125 {
  -webkit-backdrop-filter: brightness(1.25);
          backdrop-filter: brightness(1.25);
}

.backdrop-brightness-150 {
  -webkit-backdrop-filter: brightness(1.5);
          backdrop-filter: brightness(1.5);
}

.backdrop-brightness-200 {
  -webkit-backdrop-filter: brightness(2);
          backdrop-filter: brightness(2);
}

.hover\:backdrop-brightness-0:hover {
  -webkit-backdrop-filter: brightness(0);
          backdrop-filter: brightness(0);
}

.hover\:backdrop-brightness-50:hover {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}

.hover\:backdrop-brightness-75:hover {
  -webkit-backdrop-filter: brightness(0.75);
          backdrop-filter: brightness(0.75);
}

.hover\:backdrop-brightness-90:hover {
  -webkit-backdrop-filter: brightness(0.9);
          backdrop-filter: brightness(0.9);
}

.hover\:backdrop-brightness-95:hover {
  -webkit-backdrop-filter: brightness(0.95);
          backdrop-filter: brightness(0.95);
}

.hover\:backdrop-brightness-100:hover {
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
}

.hover\:backdrop-brightness-105:hover {
  -webkit-backdrop-filter: brightness(1.05);
          backdrop-filter: brightness(1.05);
}

.hover\:backdrop-brightness-110:hover {
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}

.hover\:backdrop-brightness-125:hover {
  -webkit-backdrop-filter: brightness(1.25);
          backdrop-filter: brightness(1.25);
}

.hover\:backdrop-brightness-150:hover {
  -webkit-backdrop-filter: brightness(1.5);
          backdrop-filter: brightness(1.5);
}

.hover\:backdrop-brightness-200:hover {
  -webkit-backdrop-filter: brightness(2);
          backdrop-filter: brightness(2);
}

.backdrop-contrast-0 {
  -webkit-backdrop-filter: contrast(0);
          backdrop-filter: contrast(0);
}

.backdrop-contrast-50 {
  -webkit-backdrop-filter: contrast(0.5);
          backdrop-filter: contrast(0.5);
}

.backdrop-contrast-75 {
  -webkit-backdrop-filter: contrast(0.75);
          backdrop-filter: contrast(0.75);
}

.backdrop-contrast-100 {
  -webkit-backdrop-filter: contrast(1);
          backdrop-filter: contrast(1);
}

.backdrop-contrast-105 {
  -webkit-backdrop-filter: contrast(1.05);
          backdrop-filter: contrast(1.05);
}

.backdrop-contrast-125 {
  -webkit-backdrop-filter: contrast(1.25);
          backdrop-filter: contrast(1.25);
}

.backdrop-contrast-150 {
  -webkit-backdrop-filter: contrast(1.5);
          backdrop-filter: contrast(1.5);
}

.backdrop-contrast-200 {
  -webkit-backdrop-filter: contrast(2);
          backdrop-filter: contrast(2);
}

.hover\:backdrop-contrast-0:hover {
  -webkit-backdrop-filter: contrast(0);
          backdrop-filter: contrast(0);
}

.hover\:backdrop-contrast-50:hover {
  -webkit-backdrop-filter: contrast(0.5);
          backdrop-filter: contrast(0.5);
}

.hover\:backdrop-contrast-75:hover {
  -webkit-backdrop-filter: contrast(0.75);
          backdrop-filter: contrast(0.75);
}

.hover\:backdrop-contrast-100:hover {
  -webkit-backdrop-filter: contrast(1);
          backdrop-filter: contrast(1);
}

.hover\:backdrop-contrast-105:hover {
  -webkit-backdrop-filter: contrast(1.05);
          backdrop-filter: contrast(1.05);
}

.hover\:backdrop-contrast-125:hover {
  -webkit-backdrop-filter: contrast(1.25);
          backdrop-filter: contrast(1.25);
}

.hover\:backdrop-contrast-150:hover {
  -webkit-backdrop-filter: contrast(1.5);
          backdrop-filter: contrast(1.5);
}

.hover\:backdrop-contrast-200:hover {
  -webkit-backdrop-filter: contrast(2);
          backdrop-filter: contrast(2);
}

.backdrop-grayscale-0 {
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
}

.backdrop-grayscale {
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.hover\:backdrop-grayscale-0:hover {
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
}

.hover\:backdrop-grayscale:hover {
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow- {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.shadow-none {
  box-shadow: 0 0 #0000;
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hover\:shadow-:hover {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.hover\:shadow-none:hover {
  box-shadow: 0 0 #0000;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio-191-100 {
  aspect-ratio: 1.91/1;
}

.wp-block-search.header-modal button {
  transition: none;
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100;
  background-color: color-mix(in srgb, transparent 20%, var(--wp--preset--color--base));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
  gap: 1rem;
  height: auto;
  margin: auto;
  max-width: var(--wp--style--global--content-size);
}
.wp-block-search.header-modal:not(.wp-block-search__searchfield-hidden) button:hover {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-search.header-modal.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper > * {
  height: 24px;
}
.wp-block-search.header-modal.wp-block-search__searchfield-hidden .wp-block-search__button {
  padding: 0;
  background-color: transparent;
  color: currentColor;
  display: inline-block;
  border: none;
  white-space: nowrap;
}
.wp-block-search.header-modal.wp-block-search__button-only .wp-block-search__input {
  transition-duration: 0s;
}

.wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.wp-block-query .wp-block-post-title {
  margin: 0;
}
.wp-block-query .wp-block-post-featured-image {
  margin-bottom: 0.5em;
}
.wp-block-query .wp-block-post-template a {
  text-decoration: none;
  color: currentColor;
}

.wp-block-cover.page-title {
  min-height: clamp(8rem, 4rem + 20vw, 16rem);
}
.wp-block-cover.page-title .wp-block-post-date {
  display: flex;
}
.wp-block-cover.page-title .wp-block-post-date::before {
  content: "";
  display: inline;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
  background-color: currentColor;
  padding-left: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.wp-block-cover.page-title .wp-block-post-date.published::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4'%3E%3C/path%3E%3Cpath d='M13.5 6.5l4 4'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4'%3E%3C/path%3E%3Cpath d='M13.5 6.5l4 4'%3E%3C/path%3E%3C/svg%3E");
}
.wp-block-cover.page-title .wp-block-post-date.modified::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'%3E%3C/path%3E%3C/svg%3E");
}
.wp-block-cover.page-title .wp-block-post-terms {
  display: flex;
}
.wp-block-cover.page-title .wp-block-post-terms::before {
  content: "";
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
  background-color: currentColor;
  padding-left: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.wp-block-cover.page-title .wp-block-post-terms.taxonomy-category::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2'%3E%3C/path%3E%3C/svg%3E");
}
.wp-block-cover.page-title .wp-block-post-terms.taxonomy-post_tag::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Ccircle cx='8.5' cy='8.5' r='1' fill='currentColor'%3E%3C/circle%3E%3Cpath d='M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' width='20' height='20' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Ccircle cx='8.5' cy='8.5' r='1' fill='currentColor'%3E%3C/circle%3E%3Cpath d='M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z'%3E%3C/path%3E%3C/svg%3E");
}

nav.wp-block-query-pagination {
  gap: 1em;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.wp-block-query-pagination-numbers .current {
  font-weight: bold;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  float: none;
  line-height: normal;
}

.wp-block-rss {
  list-style-type: none;
}
.wp-block-rss:not(.is-grid) {
  display: flex;
  gap: var(--wp--custom--style--block-gap);
  flex-direction: column;
}
.wp-block-rss .wp-block-rss__item-title {
  margin-bottom: calc(var(--wp--custom--style--block-gap) / 4);
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--custom--style--block-gap, 2rem);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  width: 100%;
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  width: 100%;
  max-width: 400px;
  margin: auto;
  gap: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list .wp-block-navigation-item {
  width: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list .wp-block-navigation-item__content {
  width: inherit;
  padding: 0.75em 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list .wp-block-navigation-item__content .wp-block-navigation-item__label {
  display: block;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  margin: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item {
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item.has-child {
  border-bottom: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 1em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 2em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content::before {
  content: "-";
  display: inline-block;
  margin-right: 0.25em;
  opacity: 0.5;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  width: auto;
  height: auto;
  line-height: 1;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
  margin-right: 1em;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}

:where(.wp-block-group.has-background) {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

.wp-block-table td,
.wp-block-table th {
  border-color: color-mix(in srgb, currentColor 20%, transparent);
  padding: 1em;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}
.wp-block-table tfoot {
  border-top: 1px solid;
}
.wp-block-table thead,
.wp-block-table tfoot {
  background-color: var(--wp--preset--color--tertiary);
  border-color: color-mix(in srgb, currentColor 20%, transparent);
}

.is-style-hakoniwa-border-01 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.is-style-hakoniwa-border-02 {
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.is-style-hakoniwa-border-03 {
  border: 1px solid;
  padding: 0.5em;
}

.is-style-hakoniwa-border-04:not(.block-editor-block-list__layout) {
  align-items: center;
  display: flex;
}
.is-style-hakoniwa-border-04:not(.block-editor-block-list__layout)::before {
  margin-right: 1em;
}
.is-style-hakoniwa-border-04:not(.block-editor-block-list__layout)::after {
  margin-left: 1em;
}
.is-style-hakoniwa-border-04:not(.block-editor-block-list__layout)::before, .is-style-hakoniwa-border-04:not(.block-editor-block-list__layout)::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  position: static;
}

.is-style-hakoniwa-square-01:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-hakoniwa-square-01:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  flex: none;
  background-color: currentColor;
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-hakoniwa-square-02:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-hakoniwa-square-02:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  flex: none;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-hakoniwa-bracket-01:not(.block-editor-block-list__layout) {
  display: table;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.is-style-hakoniwa-bracket-01:not(.block-editor-block-list__layout)::before {
  border-left: 1px solid;
  border-top: 1px solid;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
.is-style-hakoniwa-bracket-01:not(.block-editor-block-list__layout)::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.is-style-hakoniwa-bracket-01:not(.block-editor-block-list__layout)::before, .is-style-hakoniwa-bracket-01:not(.block-editor-block-list__layout)::after {
  border-radius: 0;
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
}

.is-style-hakoniwa-border-05:not(.block-editor-block-list__layout) {
  position: relative;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
}
.is-style-hakoniwa-border-05:not(.block-editor-block-list__layout)::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: " ";
  width: 10%;
  border-bottom: 2px solid color-mix(in srgb, var(--wp--preset--color--primary), transparent 0%);
}

.is-style-hakoniwa-border-06:not(.block-editor-block-list__layout) {
  position: relative;
  padding-bottom: 0.5em;
}
.is-style-hakoniwa-border-06:not(.block-editor-block-list__layout)::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
}

.is-style-hakoniwa-border-07:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-hakoniwa-border-07:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 4px;
  height: 0.75em;
  background-color: currentColor;
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-hakoniwa-border-08:not(.block-editor-block-list__layout) {
  display: flex;
  align-items: center;
  gap: 0.5em;
  align-items: baseline;
}
.is-style-hakoniwa-border-08:not(.block-editor-block-list__layout)::before {
  content: "";
  width: 4px;
  height: 0.75em;
  background-image: linear-gradient(-45deg, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%, currentColor);
  background-size: 4px 4px;
  display: inline-block;
}

.is-style-hakoniwa-bracket-02:not(.block-editor-block-list__layout) {
  display: table;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.is-style-hakoniwa-bracket-02:not(.block-editor-block-list__layout)::before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  bottom: 0;
  left: 0;
  right: auto;
  top: 0;
}
.is-style-hakoniwa-bracket-02:not(.block-editor-block-list__layout)::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
}
.is-style-hakoniwa-bracket-02:not(.block-editor-block-list__layout)::before, .is-style-hakoniwa-bracket-02:not(.block-editor-block-list__layout)::after {
  border-radius: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 0.5rem;
}

.wp-block-plugin {
  background-color: transparent;
}

body {
  --hakoniwa-image-style-ink-01: url(../images/block-styles/ink01.svg);
  --hakoniwa-image-style-ink-02: url(../images/block-styles/ink02.svg);
  --hakoniwa-image-style-ink-03: url(../images/block-styles/ink03.svg);
  --hakoniwa-image-style-fluid-01: url(../images/block-styles/fluid01.svg);
  --hakoniwa-image-style-fluid-02: url(../images/block-styles/fluid02.svg);
  --hakoniwa-image-style-fluid-03: url(../images/block-styles/fluid03.svg);
}

.is-style-hakoniwa-image-circle-01 img {
  -webkit-clip-path: circle();
          clip-path: circle();
}

.is-style-hakoniwa-image-rhombus-01 img {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.is-style-hakoniwa-image-ink-01 img {
  -webkit-mask: var(--hakoniwa-image-style-ink-01) center center no-repeat;
  mask: var(--hakoniwa-image-style-ink-01) center center no-repeat;
}

.is-style-hakoniwa-image-ink-02 img {
  -webkit-mask: var(--hakoniwa-image-style-ink-02) center center no-repeat;
  mask: var(--hakoniwa-image-style-ink-02) center center no-repeat;
}

.is-style-hakoniwa-image-ink-03 img {
  -webkit-mask: var(--hakoniwa-image-style-ink-03) center center no-repeat;
  mask: var(--hakoniwa-image-style-ink-03) center center no-repeat;
}

.is-style-hakoniwa-image-fluid-01 img {
  -webkit-mask: var(--hakoniwa-image-style-fluid-01) center center no-repeat;
  mask: var(--hakoniwa-image-style-fluid-01) center center no-repeat;
}

.is-style-hakoniwa-image-fluid-02 img {
  -webkit-mask: var(--hakoniwa-image-style-fluid-02) center center no-repeat;
  mask: var(--hakoniwa-image-style-fluid-02) center center no-repeat;
}

.is-style-hakoniwa-image-fluid-03 img {
  -webkit-mask: var(--hakoniwa-image-style-fluid-03) center center no-repeat;
  mask: var(--hakoniwa-image-style-fluid-03) center center no-repeat;
}

:where(.has-global-padding)[class*=is-style-hakoniwa-background] {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

p.has-background {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}
p.has-background[class*=is-style-hakoniwa-symbol] {
  padding: 1em 2em 1em 6em;
}

p.has-background:not([class*=is-style-hakoniwa-symbol]) {
  padding: 1em var(--wp--style--root--padding-right) 1em var(--wp--style--root--padding-left);
}

.is-style-hakoniwa-background-dot-01 {
  background-image: radial-gradient(circle at center center, #ebebeb80 1%, transparent 1%);
  background-size: 5px 5px;
}

.is-style-hakoniwa-background-check-01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ebebeb50' %3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

.is-style-hakoniwa-background-stripe-01 {
  background-image: linear-gradient(-45deg, transparent 25%, #ebebeb50 25%, #ebebeb50 50%, transparent 50%, transparent 75%, #ebebeb50 75%, #ebebeb50);
  background-size: 4px 4px;
}

ul[class*=is-style-hakoniwa-list] {
  padding-left: calc(var(--wp--preset--font-size--main-content) + 0.5em);
}
ul[class*=is-style-hakoniwa-list] li {
  position: relative;
  list-style-type: none;
}
ul[class*=is-style-hakoniwa-list] li::before {
  content: "";
  position: absolute;
  top: 5px;
  display: inline-block;
  width: var(--wp--preset--font-size--main-content);
  height: var(--wp--preset--font-size--main-content);
  margin-left: calc(-1 * var(--wp--preset--font-size--main-content) - 0.5em);
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
ul[class*=is-style-hakoniwa-list].is-style-hakoniwa-list-check-01 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}
ul[class*=is-style-hakoniwa-list].is-style-hakoniwa-list-arrow-01 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-big-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z' /%3E%3C/svg%3E ");
}
ul[class*=is-style-hakoniwa-list].is-style-hakoniwa-list-arrow-02 li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='5' y1='12' x2='19' y2='12' /%3E%3Cline x1='15' y1='16' x2='19' y2='12' /%3E%3Cline x1='15' y1='8' x2='19' y2='12' /%3E%3C/svg%3E ");
}

.is-style-hakoniwa-cover-effect-dot > .wp-block-cover__background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23adadad' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-hakoniwa-cover-effect-stripe > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(-45deg, transparent 25%, #ebebeb50 25%, #ebebeb50 50%, transparent 50%, transparent 75%, #ebebeb50 75%, #ebebeb50);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-hakoniwa-cover-effect-stripe-vertical > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(0deg, transparent 25%, #ebebeb00 25%, #ebebeb00 50%, transparent 50%, transparent 75%, #ebebeb00 75%, #ebebeb00);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-hakoniwa-cover-effect-stripe-horizontal > .wp-block-cover__background::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(90deg, transparent 25%, #ebebeb00 25%, #ebebeb00 50%, transparent 50%, transparent 75%, #ebebeb00 75%, #ebebeb00);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.is-style-hakoniwa-cover-effect-zoom > img {
  transition: all 300ms ease;
}
.is-style-hakoniwa-cover-effect-zoom:hover > img {
  transform: scale(1.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-hakoniwa-button-primary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-hakoniwa-button-primary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-hakoniwa-button-secondary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--secondary);
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-hakoniwa-button-secondary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-hakoniwa-button-tertiary-outline > .wp-block-button__link:not(.has-background) {
  padding: 0.667em 1.333em;
  border: 2px solid var(--wp--preset--color--tertiary);
  background-color: transparent;
  color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-hakoniwa-button-tertiary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
}

.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--base);
}
.wp-block-cover .wp-block-button.is-style-hakoniwa-button-primary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-block-cover .wp-block-button.is-style-hakoniwa-button-secondary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-cover .wp-block-button.is-style-hakoniwa-button-tertiary-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
}

[class*=is-style-hakoniwa-box-shadow],
[class*=is-style-hakoniwa-hover-box-shadow] {
  transition: box-shadow 0.3s ease;
}

.wp-block-image:is([class*=is-style-hakoniwa-box-shadow], [class*=is-style-hakoniwa-hover-box-shadow]),
.wp-block-image:is([class*=is-style-hakoniwa-box-shadow]:hover, [class*=is-style-hakoniwa-hover-box-shadow]:hover),
.wp-block-button:is([class*=is-style-hakoniwa-box-shadow], [class*=is-style-hakoniwa-hover-box-shadow]),
.wp-block-button:is([class*=is-style-hakoniwa-box-shadow]:hover, [class*=is-style-hakoniwa-hover-box-shadow]:hover) {
  box-shadow: none;
}

.wp-block-button.is-style-hakoniwa-box-shadow-sm .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-hakoniwa-box-shadow .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-box-shadow-md .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-box-shadow-lg .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-box-shadow-xl .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-box-shadow-2-xl .wp-block-button__link {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-button.is-style-hakoniwa-box-shadow-inner .wp-block-button__link {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-01 .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-01 .wp-block-button__link:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-02 .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-02 .wp-block-button__link:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-03 .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-03 .wp-block-button__link:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-04 .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-04 .wp-block-button__link:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-05 .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-hakoniwa-hover-box-shadow-05 .wp-block-button__link:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wp-block-image.is-style-hakoniwa-box-shadow-sm img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-hakoniwa-box-shadow img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-box-shadow-md img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-box-shadow-lg img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-box-shadow-xl img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-box-shadow-2-xl img {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-image.is-style-hakoniwa-box-shadow-inner img {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-01 img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-01 img:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-02 img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-02 img:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-03 img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-03 img:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-04 img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-04 img:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-05 img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-hakoniwa-hover-box-shadow-05 img:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-hakoniwa-box-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.is-style-hakoniwa-box-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-box-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-box-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-box-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-box-shadow-2-xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-hakoniwa-box-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.is-style-hakoniwa-hover-box-shadow-01 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.is-style-hakoniwa-hover-box-shadow-01:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-hover-box-shadow-02 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.is-style-hakoniwa-hover-box-shadow-02:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-hover-box-shadow-03 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.is-style-hakoniwa-hover-box-shadow-03:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-hover-box-shadow-04 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.is-style-hakoniwa-hover-box-shadow-04:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-hakoniwa-hover-box-shadow-05 {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.is-style-hakoniwa-hover-box-shadow-05:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

[class*=is-style-hakoniwa-symbol]::before {
  content: "";
  background-color: currentColor;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.is-style-hakoniwa-symbol-info-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-info-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-info-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='8' x2='12.01' y2='8' /%3E%3Cpolyline points='11 12 12 12 12 16 13 16' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-info-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='8' x2='12.01' y2='8' /%3E%3Cpolyline points='11 12 12 12 12 16 13 16' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-info-02 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-info-02::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-speakerphone' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 8a3 3 0 0 1 0 6' /%3E%3Cpath d='M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5' /%3E%3Cpath d='M12 8h0l4.524 -3.77a0.9 .9 0 0 1 1.476 .692v12.156a0.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-speakerphone' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 8a3 3 0 0 1 0 6' /%3E%3Cpath d='M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5' /%3E%3Cpath d='M12 8h0l4.524 -3.77a0.9 .9 0 0 1 1.476 .692v12.156a0.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-warning-01 {
  background: #fdfbf7;
  border: 1px solid #f2ca00;
}
.is-style-hakoniwa-symbol-warning-01::before {
  background-color: #f2ca00;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-alert-triangle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f2ca00' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 9v2m0 4v.01' /%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-alert-triangle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f2ca00' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 9v2m0 4v.01' /%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-question-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-question-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-help' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='17' x2='12' y2='17.01' /%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-help' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='17' x2='12' y2='17.01' /%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-checkmark-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-checkmark-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-point-01 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-point-01::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-hand-finger' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5' /%3E%3Cpath d='M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5' /%3E%3Cpath d='M14 10.5a1.5 1.5 0 0 1 3 0v1.5' /%3E%3Cpath d='M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-hand-finger' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5' /%3E%3Cpath d='M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5' /%3E%3Cpath d='M14 10.5a1.5 1.5 0 0 1 3 0v1.5' /%3E%3Cpath d='M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-point-02 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-point-02::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-pencil' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4' /%3E%3Cline x1='13.5' y1='6.5' x2='17.5' y2='10.5' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-pencil' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4' /%3E%3Cline x1='13.5' y1='6.5' x2='17.5' y2='10.5' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-point-03 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-point-03::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-point-04 {
  background: #fafafa;
  border: 1px solid #ccc;
}
.is-style-hakoniwa-symbol-point-04::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-book-2' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z' /%3E%3Cpath d='M19 16h-12a2 2 0 0 0 -2 2' /%3E%3Cpath d='M9 8h6' /%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-book-2' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z' /%3E%3Cpath d='M19 16h-12a2 2 0 0 0 -2 2' /%3E%3Cpath d='M9 8h6' /%3E%3C/svg%3E%0A");
}

.is-style-hakoniwa-symbol-circle-01 {
  background: #fff7f4;
  border: 1px solid #f18383;
}
.is-style-hakoniwa-symbol-circle-01::before {
  background-color: #f18383;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f18383' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-circle' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%23f18383' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3C/svg%3E");
}

.is-style-hakoniwa-symbol-cross-01 {
  background: #f4f8ff;
  border: 1px solid #83a9f1;
}
.is-style-hakoniwa-symbol-cross-01::before {
  background-color: #83a9f1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%2383a9f1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='24' height='24' viewBox='0 0 24 24' stroke-width='1' stroke='%2383a9f1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
}

[class*=is-style-hakoniwa-symbol] {
  padding: 1em 2em 1em 6em;
  position: relative;
}
[class*=is-style-hakoniwa-symbol]::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width:680px) {
  [class*=is-style-hakoniwa-symbol] {
    padding: 4em 1em 1em 1em;
  }
  [class*=is-style-hakoniwa-symbol]::before {
    position: absolute;
    transform: none;
    top: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  p.has-background[class*=is-style-hakoniwa-symbol] {
    padding: 4em 1em 1em 1em;
  }
}
.patterns-author-profile-01 .wp-block-post-author-biography {
  margin-inline: auto;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

[class*=hakoniwa-header] .wp-block-navigation .wp-block-navigation__submenu-container,
[class*=hakoniwa-blocks-header] .wp-block-navigation .wp-block-navigation__submenu-container {
  box-shadow: 2px 7px 10px -10px color-mix(in srgb, currentColor 20%, transparent);
}
[class*=hakoniwa-header] .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child),
[class*=hakoniwa-blocks-header] .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, currentColor 8%, transparent);
}
[class*=hakoniwa-header] .wp-block-navigation a,
[class*=hakoniwa-blocks-header] .wp-block-navigation a {
  line-height: 1;
}
[class*=hakoniwa-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container,
[class*=hakoniwa-blocks-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container {
  box-shadow: none;
}
[class*=hakoniwa-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child),
[class*=hakoniwa-blocks-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
[class*=hakoniwa-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child,
[class*=hakoniwa-blocks-header] .wp-block-navigation .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child {
  border-bottom: none;
}

@media (min-width: 600px) {
  [class*=hakoniwa-header] .wp-block-navigation__responsive-container-open.always-shown,
[class*=hakoniwa-blocks-header] .wp-block-navigation__responsive-container-open.always-shown {
    margin-top: var(--wp--preset--spacing--20);
    margin-bottom: var(--wp--preset--spacing--20);
  }
  [class*=hakoniwa-header] .hidden-by-default .wp-block-navigation__container,
[class*=hakoniwa-blocks-header] .hidden-by-default .wp-block-navigation__container {
    gap: 1em !important;
  }
  [class*=hakoniwa-header] .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content,
[class*=hakoniwa-blocks-header] .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: inherit;
  }
  [class*=hakoniwa-header] .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-item__content,
[class*=hakoniwa-blocks-header] .hidden-by-default .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-item__content {
    padding: inherit;
  }
  [class*=hakoniwa-header] .wp-block-navigation__container .wp-block-navigation-item,
[class*=hakoniwa-blocks-header] .wp-block-navigation__container .wp-block-navigation-item {
    cursor: pointer;
  }
  [class*=hakoniwa-header] .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content,
[class*=hakoniwa-blocks-header] .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 1.5em 0;
  }
  [class*=hakoniwa-header] .wp-block-navigation__container .wp-block-navigation__submenu-container,
[class*=hakoniwa-blocks-header] .wp-block-navigation__container .wp-block-navigation__submenu-container {
    border-color: transparent;
    font-size: var(--wp--preset--font-size--2-xs);
  }
  [class*=hakoniwa-header] .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content,
[class*=hakoniwa-blocks-header] .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 1em;
  }
  [class*=hakoniwa-header] .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon,
[class*=hakoniwa-blocks-header] .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: 0.25em;
  }
}
@media (max-width: 599px) {
  [class*=hakoniwa-header] .hakoniwa-header-main-content,
[class*=hakoniwa-blocks-header] .hakoniwa-header-main-content {
    padding-top: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
  }
  [class*=hakoniwa-header] .wp-block-navigation,
[class*=hakoniwa-header] .wp-block-page-list,
[class*=hakoniwa-blocks-header] .wp-block-navigation,
[class*=hakoniwa-blocks-header] .wp-block-page-list {
    gap: 1em;
    align-items: flex-start !important;
  }
  [class*=hakoniwa-header] .wp-block-navigation-item,
[class*=hakoniwa-blocks-header] .wp-block-navigation-item {
    align-items: flex-start !important;
  }
}
/* Common Styles */
.wp-site-blocks input[type=button],
.editor-styles-wrapper input[type=button] {
  border: none;
  padding: 0.75em 1.5em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=submit],
.editor-styles-wrapper input[type=submit] {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  cursor: pointer;
  padding: 0.75em 1.5em;
  transition: color 0.3s ease, background-color 0.3s ease, border-color;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=submit]:hover,
.editor-styles-wrapper input[type=submit]:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, #222);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 80%, #222);
}
.wp-site-blocks input[type=reset],
.editor-styles-wrapper input[type=reset] {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  background-color: transparent;
  cursor: pointer;
  color: var(--wp--preset--color--contranst);
  padding: 0.75em 1.5em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=file],
.editor-styles-wrapper input[type=file] {
  cursor: pointer;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0.75em;
}
.wp-site-blocks input[type=email], .wp-site-blocks input[type=number], .wp-site-blocks input[type=password], .wp-site-blocks input[type=tel], .wp-site-blocks input[type=text], .wp-site-blocks input[type=url],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=number],
.editor-styles-wrapper input[type=password],
.editor-styles-wrapper input[type=tel],
.editor-styles-wrapper input[type=text],
.editor-styles-wrapper input[type=url] {
  font-size: var(--wp--preset--font-size--2-xs);
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 0 1em;
  min-height: 2.75em;
  width: 100%;
  letter-spacing: 0.07rem;
}
.wp-site-blocks input[type=email]:focus, .wp-site-blocks input[type=number]:focus, .wp-site-blocks input[type=password]:focus, .wp-site-blocks input[type=tel]:focus, .wp-site-blocks input[type=text]:focus, .wp-site-blocks input[type=url]:focus,
.editor-styles-wrapper input[type=email]:focus,
.editor-styles-wrapper input[type=number]:focus,
.editor-styles-wrapper input[type=password]:focus,
.editor-styles-wrapper input[type=tel]:focus,
.editor-styles-wrapper input[type=text]:focus,
.editor-styles-wrapper input[type=url]:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: var(--wp--preset--color--primary);
  outline-offset: -2px;
}
.wp-site-blocks input[type=search]:focus,
.editor-styles-wrapper input[type=search]:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: var(--wp--preset--color--primary);
  outline-offset: -2px;
}
.wp-site-blocks input[type=checkbox], .wp-site-blocks input[type=radio],
.editor-styles-wrapper input[type=checkbox],
.editor-styles-wrapper input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 0.25rem 0 0;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 30%, transparent);
  outline: 0;
  vertical-align: middle;
  top: -2px;
}
.wp-site-blocks input[type=checkbox]:checked, .wp-site-blocks input[type=radio]:checked,
.editor-styles-wrapper input[type=checkbox]:checked,
.editor-styles-wrapper input[type=radio]:checked {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.wp-site-blocks input[type=checkbox]:checked:before, .wp-site-blocks input[type=radio]:checked:before,
.editor-styles-wrapper input[type=checkbox]:checked:before,
.editor-styles-wrapper input[type=radio]:checked:before {
  position: absolute;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWNoZWNrIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNSAxMmw1IDVsMTAgLTEwIiAvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1vdXRsaW5lIGljb24tdGFibGVyLWNoZWNrIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNSAxMmw1IDVsMTAgLTEwIiAvPjwvc3ZnPg==");
  background-color: var(--wp--preset--color--base);
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
}
.wp-site-blocks input[type=radio],
.editor-styles-wrapper input[type=radio] {
  border-radius: 50%;
}
.wp-site-blocks textarea,
.editor-styles-wrapper textarea {
  font-size: var(--wp--preset--font-size--2-xs);
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  padding: 1em;
  width: 100%;
  min-height: 7em;
  resize: vertical;
  letter-spacing: 0.07rem;
}
.wp-site-blocks textarea:focus,
.editor-styles-wrapper textarea:focus {
  outline: solid;
  outline-color: var(--wp--preset--color--primary);
  outline-width: 2px;
  outline-offset: -2px;
}
.wp-site-blocks select,
.editor-styles-wrapper select {
  font-size: var(--wp--preset--font-size--2-xs);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  height: 2.75em;
  letter-spacing: 0.07rem;
}
.wp-site-blocks select:focus,
.editor-styles-wrapper select:focus {
  outline: solid;
  outline-color: var(--wp--preset--color--primary);
  outline-width: 2px;
  outline-offset: -2px;
}
.wp-site-blocks select,
.editor-styles-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 1em top 55%;
  background-size: 16px 16px;
  box-shadow: none;
  min-height: 30px;
  padding: 0 3em 0 1em;
  vertical-align: middle;
  min-width: 10em;
  color: currentColor;
}
.wp-site-blocks legend,
.editor-styles-wrapper legend {
  padding: 0 0.5em;
}
.wp-site-blocks fieldset,
.editor-styles-wrapper fieldset {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}

/* Common Styles */
.flex-row {
  flex-direction: row !important;
}

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

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

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

@media only screen and (max-width:960px) {
  .is-hakoniwa-desktop-flex-row {
    flex-direction: row !important;
  }

  .is-hakoniwa-desktop-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .is-hakoniwa-desktop-flex-col {
    flex-direction: column !important;
  }

  .is-hakoniwa-desktop-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-hakoniwa-tablet-flex-row {
    flex-direction: row !important;
  }

  .is-hakoniwa-tablet-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .is-hakoniwa-tablet-flex-col {
    flex-direction: column !important;
  }

  .is-hakoniwa-tablet-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width:680px) {
  .is-hakoniwa-smartphone-flex-row {
    flex-direction: row !important;
  }

  .is-hakoniwa-smartphone-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .is-hakoniwa-smartphone-flex-col {
    flex-direction: column !important;
  }

  .is-hakoniwa-smartphone-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}
.text-mixed {
  text-orientation: mixed;
}

.text-upright {
  text-orientation: upright;
}

.text-sideways {
  text-orientation: sideways;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-initial {
  mix-blend-mode: initial;
}

.mix-blend-inherit {
  mix-blend-mode: inherit;
}

.mix-blend-revert {
  mix-blend-mode: revert;
}

.mix-blend-unset {
  mix-blend-mode: unset;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}
.bg-clip-text p {
  color: transparent !important;
  position: static !important;
}

.writing-horizontal-tb {
  writing-mode: horizontal-tb;
}

.writing-vertical-lr {
  writing-mode: vertical-lr;
}

.writing-vertical-rl {
  writing-mode: vertical-rl;
}

.writing-sideways-rl {
  writing-mode: sideways-rl;
}

.writing-sideways-lr {
  writing-mode: sideways-lr;
}

@media only screen and (max-width: 782px) {
  .md\:writing-horizontal-tb {
    writing-mode: horizontal-tb;
  }

  .md\:writing-vertical-lr {
    writing-mode: vertical-lr;
  }

  .md\:writing-vertical-rl {
    writing-mode: vertical-rl;
  }

  .md\:writing-sideways-rl {
    writing-mode: sideways-rl;
  }

  .md\:writing-sideways-lr {
    writing-mode: sideways-lr;
  }
}
@media only screen and (max-width:600px) {
  .sm\:writing-horizontal-tb {
    writing-mode: horizontal-tb;
  }

  .sm\:writing-vertical-lr {
    writing-mode: vertical-lr;
  }

  .sm\:writing-vertical-rl {
    writing-mode: vertical-rl;
  }

  .sm\:writing-sideways-rl {
    writing-mode: sideways-rl;
  }

  .sm\:writing-sideways-lr {
    writing-mode: sideways-lr;
  }
}
nav.wp-block-navigation ul.wp-block-page-list li, nav.wp-block-navigation ol.wp-block-page-list li {
  margin-bottom: 0;
}

ul:not(.wp-block-navigation, .wp-block-navigation-submenu, .wp-block-social-links, .is-layout-flex) li:not(:last-child), ol:not(.wp-block-navigation, .wp-block-navigation-submenu, .wp-block-social-links, .is-layout-flex) li:not(:last-child) {
  margin-bottom: calc(var(--wp--custom--style--block-gap) / 2);
}

ul, ol {
  padding-left: 1.5em;
}
ul li ul, ul li ol, ol li ul, ol li ol {
  padding-left: 1em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.has-block-gap > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.has-block-gap > * + * {
  -webkit-margin-before: var(--wp--style--block-gap);
          margin-block-start: var(--wp--style--block-gap);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

html :where(.is-style-hakoniwa-blocks-template-part-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px);
}

@media screen and (max-width: 600px) {
  html :where(.is-style-hakoniwa-blocks-template-part-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }

  .is-style-hakoniwa-blocks-template-part-fixed {
    top: 0;
  }
}
